Note: This API is now obsolete.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax [ObsoleteAttribute("This method is exported for internal use only.")]
public static void RunCommand(
string InFriendlyName,
bool InWaitForExit,
bool InShellExecute,
string InPath,
string InArguments
)
<ObsoleteAttribute("This method is exported for internal use only.")>
Public Shared Sub RunCommand (
InFriendlyName As String,
InWaitForExit As Boolean,
InShellExecute As Boolean,
InPath As String,
InArguments As String
)
public:
[ObsoleteAttribute(L"This method is exported for internal use only.")]
static void RunCommand(
String^ InFriendlyName,
bool InWaitForExit,
bool InShellExecute,
String^ InPath,
String^ InArguments
)
[<ObsoleteAttribute("This method is exported for internal use only.")>]
static member RunCommand :
InFriendlyName : string *
InWaitForExit : bool *
InShellExecute : bool *
InPath : string *
InArguments : string -> unit
Parameters
- InFriendlyName
- Type: SystemString
- InWaitForExit
- Type: SystemBoolean
- InShellExecute
- Type: SystemBoolean
- InPath
- Type: SystemString
- InArguments
- Type: SystemString
See Also