OSInfo Constructor (OSVersion, String)
Applies To: Windows Server Update Services
Initializes a new instance of the OSInfo class.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public OSInfo(
OSVersion version,
string locale
)
public:
OSInfo(
OSVersion^ version,
String^ locale
)
new :
version:OSVersion *
locale:string -> OSInfo
Public Sub New (
version As OSVersion,
locale As String
)
Parameters
version
Type: Microsoft.UpdateServices.Administration.OSVersionVersion of the operating system. For details, see OSVersion.
locale
Type: System.StringLocale of the operating system. For example, "en".
See Also
OSInfo Overload
OSInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top