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

See Also

Reference

Module Interface

EnvDTE90 Namespace