Click or drag to resize

LocalHookHookBypassAddress Property

Returns the trampoline bypass address associated with this hook.

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public IntPtr HookBypassAddress { get; }

Property Value

Type: IntPtr
Exceptions
ExceptionCondition
ObjectDisposedException The underlying hook has been disposed.
See Also