NUnit.Framework.Internal.OSPlatform.OSPlatform C# (CSharp) Méthode

OSPlatform() public méthode

Construct from a platform ID and version
public OSPlatform ( PlatformID platform, System.Version version ) : Microsoft.Win32
platform PlatformID
version System.Version
Résultat 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