Click or drag to resize

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; }

Property Value

Type: Boolean
See Also