Click or drag to resize

HookRuntimeInfoCallback Property

The user callback initially passed to 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 Object Callback { get; }

Property Value

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