OSInfo Class
Applies To: Windows Server Update Services
Contains information about the operating system of the client computer. To get this class, call the OSInfo property.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.OSInfo
Syntax
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("F0C01F01-D5D2-41AB-8B92-B5917CDEF7B3")]
[ComVisibleAttribute(true)]
public class OSInfo
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("F0C01F01-D5D2-41AB-8B92-B5917CDEF7B3")]
[ComVisibleAttribute(true)]
public ref class OSInfo
[<SerializableAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("F0C01F01-D5D2-41AB-8B92-B5917CDEF7B3")>]
[<ComVisibleAttribute(true)>]
type OSInfo = class end
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("F0C01F01-D5D2-41AB-8B92-B5917CDEF7B3")>
<ComVisibleAttribute(True)>
Public Class OSInfo
Constructors
Name | Description | |
---|---|---|
OSInfo() | Initializes a new instance of the OSInfo class. |
|
OSInfo(OSVersion, String) | Initializes a new instance of the OSInfo class. |
Properties
Name | Description | |
---|---|---|
DefaultUILanguage | Locale of the operating system. |
|
Version | Gets or sets the version of the operating system. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Microsoft.UpdateServices.Administration Namespace
Return to top