HookRuntimeInfoIsHandlerContext Property |
Is the current thread within a valid hook handler? This is only the case
if your handler was called through the hooked entry point...
Executes in max. one micro secound.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static bool IsHandlerContext { get; }
Public Shared ReadOnly Property IsHandlerContext As Boolean
Get
public:
static property bool IsHandlerContext {
bool get ();
}
static member IsHandlerContext : bool with get
Property Value
Type:
BooleanSee Also