Click or drag to resize

ConfigRunCommand Method

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
)

Parameters

InFriendlyName
Type: SystemString
InWaitForExit
Type: SystemBoolean
InShellExecute
Type: SystemBoolean
InPath
Type: SystemString
InArguments
Type: SystemString
See Also