Share via


SystemInformationEvent.IsWow64Process Property

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

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

Syntax

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace