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
'Déclaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.