Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the module is 64-bit.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
ReadOnly Property Is64bit As Boolean
Get
bool Is64bit { get; }
property bool Is64bit {
bool get ();
}
abstract Is64bit : bool
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.