Share via


OSDetails.Is64BitOperatingSystem Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.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

.NET Framework Security

See Also

Reference

OSDetails Class

Microsoft.VisualStudio.Services.Common Namespace