SystemInformationEvent.IsWow64Process Property

Gets a flag that determines whether the process is running under WOW64.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

'Declaration
Public ReadOnly Property IsWow64Process As Boolean
    Get
public bool IsWow64Process { get; }
public:
property bool IsWow64Process {
    bool get ();
}
member IsWow64Process : bool
function get IsWow64Process () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace