Module.Is64bit Property
Gets whether the module is 64-bit.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
ReadOnly Property Is64bit As Boolean
bool Is64bit { get; }
property bool Is64bit {
bool get ();
}
abstract Is64bit : bool with get
function get Is64bit () : boolean
Property Value
Type: System.Boolean
A boolean value; true if the module is 64-bit, false if otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.