Module.Is64bit Property

Definition

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

Applies to