ConfigGetProcessPath Method |
Get the directory name of the current process, ending with a backslash.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static string GetProcessPath()
Public Shared Function GetProcessPath As String
public:
static String^ GetProcessPath()
static member GetProcessPath : unit -> string
Return Value
Type:
StringDirectory name of the current process
See Also