GlobalProfileAppendProgramNameSuffix Method
Appends suffix to the program name.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static string AppendProgramNameSuffix(
string name,
SessionProfile sessionProfile = null,
bool includeVersion = false,
bool includePlatform = false
)
Public Shared Function AppendProgramNameSuffix (
name As String,
Optional sessionProfile As SessionProfile = Nothing,
Optional includeVersion As Boolean = false,
Optional includePlatform As Boolean = false
) As String
public:
static String^ AppendProgramNameSuffix(
String^ name,
SessionProfile^ sessionProfile = nullptr,
bool includeVersion = false,
bool includePlatform = false
)
static member AppendProgramNameSuffix :
name : string *
?sessionProfile : SessionProfile *
?includeVersion : bool *
?includePlatform : bool
(* Defaults:
let _sessionProfile = defaultArg sessionProfile null
let _includeVersion = defaultArg includeVersion false
let _includePlatform = defaultArg includePlatform false
*)
-> string
- name String
- Name of the program.
- sessionProfile SessionProfile (Optional)
- Current session profile.
- includeVersion Boolean (Optional)
- Determines whether to include program version to the output or not.
- includePlatform Boolean (Optional)
- Determines whether to include platform name to the output or not.
StringProgram name with a suffix.