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 ByVal ServicePack As String ) As OperatingSystem

Parameters

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

Return Values

OperatingSystem -  The new OperatingSystem object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewObjectDisposedException NewOverflowException