OSDetails.Is64BitOperatingSystem Property
Returns true if OS is 64 bit.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Is64BitOperatingSystem As Boolean
public static bool Is64BitOperatingSystem { get; }
public:
static property bool Is64BitOperatingSystem {
bool get ();
}
static member Is64BitOperatingSystem : bool with get
static function get Is64BitOperatingSystem () : 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.