OSDetails.IsWow64 Property

Returns true if the current process is running in WOW64 mode.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

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

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

OSDetails Class

Microsoft.TeamFoundation.Common Namespace