Module.Is64bit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the module is 64-bit.
public:
property bool Is64bit { bool get(); };
public:
property bool Is64bit { bool get(); };
[System.Runtime.InteropServices.DispId(2114)]
public bool Is64bit { [System.Runtime.InteropServices.DispId(2114)] get; }
[<System.Runtime.InteropServices.DispId(2114)>]
[<get: System.Runtime.InteropServices.DispId(2114)>]
member this.Is64bit : bool
Public ReadOnly Property Is64bit As Boolean
Property Value
A boolean
value; true
if the module is 64-bit, false
if otherwise.
- Attributes