NUnit.Framework.Internal.OSPlatform.OSPlatform C# (CSharp) Method

OSPlatform() public method

Construct from a platform ID and version
public OSPlatform ( PlatformID platform, System.Version version ) : Microsoft.Win32
platform PlatformID
version System.Version
return Microsoft.Win32
        public OSPlatform(PlatformID platform, Version version)
        {
            _platform = platform;
            _version = version;
        }

Same methods

OSPlatform::OSPlatform ( PlatformID platform, System.Version version, ProductType product ) : Microsoft.Win32