Constructors: NewOperatingSystem

NewOperatingSystem

Returns a new OperatingSystem object with the specified Platform and Version.



 Public Function NewOperatingSystem(
	  ByVal Platform As PlatformID,
	  ByVal Version As Version,
	  Optional ByRef ServicePack As String ) As OperatingSystem

Parameters

Platform
[ByVal] PlatformID. The platform the OS is.
Version
[ByVal] Version. The version of the specified platform.
ServicePack
[ByRef] Optional. String. A message describing a service pack.

Return Values

OperatingSystem -  The new OperatingSystem object.

See Also

Project CorLib Overview

Class Constructors Overview