Click or drag to resize

LocalHookThreadACL Property

Returns the thread ACL associated with this hook. Refer to IsThreadIntercepted(Int32) for more information about access negotiation.

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

Property Value

Type: HookAccessControl
Exceptions
ExceptionCondition
ObjectDisposedException The underlying hook is already disposed.
See Also