Module::Is64bit Property

 

Gets whether the module is 64-bit.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property bool Is64bit {
	bool get();
}

Property Value

Type: System::Boolean

A boolean value; true if the module is 64-bit, false if otherwise.

Return to top
Show: