IAboutViewIs64BitProcess Property |
Gets or sets a value indicating that VRS is running as a 64-bit process.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool Is64BitProcess { get; set; }
Property Is64BitProcess As Boolean
Get
Set
property bool Is64BitProcess {
bool get ();
void set (bool value);
}
abstract Is64BitProcess : bool with get, set
Property Value
Type:
BooleanSee Also