[This is preliminary documentation and is subject to change.]
Returns the name of entry point executable file optionaly with its path
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string EntryExeName(
bool withPath = true
)
public static string EntryExeName(
bool withPath = true
)
Public Shared Function EntryExeName (
Optional withPath As Boolean = true
) As String
Public Shared Function EntryExeName (
Optional withPath As Boolean = true
) As String
public:
static String^ EntryExeName(
bool withPath = true
)
public:
static String^ EntryExeName(
bool withPath = true
)
static member EntryExeName :
?withPath : bool
(* Defaults:
let _withPath = defaultArg withPath true
*)
-> string
static member EntryExeName :
?withPath : bool
(* Defaults:
let _withPath = defaultArg withPath true
*)
-> string
Return Value
Type:
String