OSDetails Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Services.Common.OSDetails

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public NotInheritable Class OSDetails
public static class OSDetails
public ref class OSDetails abstract sealed
[<AbstractClass>]
[<Sealed>]
type OSDetails =  class end
public final class OSDetails

The OSDetails type exposes the following members.

Properties

  Name Description
Public propertyStatic member Edition
Public propertyStatic member Is64BitNotWow64
Public propertyStatic member Is64BitOperatingSystem
Public propertyStatic member IsClient
Public propertyStatic member IsDomainController
Public propertyStatic member IsHomeEdition
Public propertyStatic member IsIis7OrLater
Public propertyStatic member IsServer
Public propertyStatic member IsUnsupportedEdition
Public propertyStatic member IsWin8OrLater
Public propertyStatic member IsWow64
Public propertyStatic member MajorVersion
Public propertyStatic member MinorVersion
Public propertyStatic member ServicePackMajor
Public propertyStatic member ServicePackMinor
Public propertyStatic member Version

Top

Methods

  Name Description
Public methodStatic member IsMachineInWorkgroup

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Services.Common Namespace