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 public 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:
BooleanSee Also