Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if the current process is running on 64-bit AND NOT in WOW64 mode.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Is64BitNotWow64 As Boolean
public static bool Is64BitNotWow64 { get; }
public:
static property bool Is64BitNotWow64 {
bool get ();
}
static member Is64BitNotWow64 : bool with get
static function get Is64BitNotWow64 () : boolean
Property Value
Type: System.Boolean
Returns 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.