This topic has not yet been rated - Rate this topic

OSInfo Class

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)
'Usage
Dim instance As OSInfo

[SerializableAttribute] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("F0C01F01-D5D2-41AB-8B92-B5917CDEF7B3")] 
[ComVisibleAttribute(true)] 
public class OSInfo
/** @attribute SerializableAttribute() */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("F0C01F01-D5D2-41AB-8B92-B5917CDEF7B3") */ 
/** @attribute ComVisibleAttribute(true) */ 
public class OSInfo
SerializableAttribute 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("F0C01F01-D5D2-41AB-8B92-B5917CDEF7B3") 
ComVisibleAttribute(true) 
public class OSInfo
System.Object
  Microsoft.UpdateServices.Administration.OSInfo
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.