| RemoteHookingIsX64System Property  | 
 
            Returns true if the operating system is 64-Bit Windows, false otherwise.
            
 
    Namespace: 
   EasyHook
    Assembly:
   EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
 Syntax
Syntaxpublic static bool IsX64System { get; }Public Shared ReadOnly Property IsX64System As Boolean
	Get
public:
static property bool IsX64System {
	bool get ();
}static member IsX64System : bool with get
Property Value
Type: 
Boolean See Also
See Also