Share via


SystemInfoEvent.IsWow64Process Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public ReadOnly Property IsWow64Process As Boolean
    Get
'Usage
Dim instance As SystemInfoEvent
Dim value As Boolean

value = instance.IsWow64Process
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

SystemInfoEvent Class

SystemInfoEvent Members

Microsoft.VisualStudio.TraceLog Namespace