SystemInformationEvent.IsWow64Process 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 a flag that determines if the process is running under WOW64.
public:
property bool IsWow64Process { bool get(); };
public:
property bool IsWow64Process { bool get(); };
public bool IsWow64Process { get; }
member this.IsWow64Process : bool
Public ReadOnly Property IsWow64Process As Boolean