Click or drag to resize

HookRuntimeInfoHandle Property

The hook handle initially returned by either Create(IntPtr, Delegate, Object) or CreateUnmanaged(IntPtr, IntPtr, IntPtr). 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 LocalHook Handle { get; }

Property Value

Type: LocalHook
Exceptions
ExceptionCondition
NotSupportedException The current thread is not within a valid hook handler.
See Also