LocalHookGlobalThreadACL Property  | 
 
            Returns the gloabl thread ACL associated with ALL hooks. 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)
Syntaxpublic static HookAccessControl GlobalThreadACL { get; }Public Shared ReadOnly Property GlobalThreadACL As HookAccessControl
	Get
public:
static property HookAccessControl^ GlobalThreadACL {
	HookAccessControl^ get ();
}static member GlobalThreadACL : HookAccessControl with get
Property Value
Type: 
HookAccessControl
See Also