OSPlatform 构造函数

定义

重载

OSPlatform(PlatformID, Version)

public OSPlatform(PlatformID platform, Version version);
new NUnit.Framework.Internal.OSPlatform : PlatformID * Version -> NUnit.Framework.Internal.OSPlatform

参数

platform
PlatformID
version
Version

适用于

OSPlatform(PlatformID, Version, OSPlatform+ProductType)

public OSPlatform(PlatformID platform, Version version, NUnit.Framework.Internal.OSPlatform.ProductType product);
new NUnit.Framework.Internal.OSPlatform : PlatformID * Version * NUnit.Framework.Internal.OSPlatform.ProductType -> NUnit.Framework.Internal.OSPlatform

参数

platform
PlatformID
version
Version

适用于