C# Class NUnit.Framework.Internal.RuntimeFrameworkTests.FrameworkData

Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Свойство Type Description
clrVersion System.Version
displayName string
frameworkVersion System.Version
representation string
runtime RuntimeType

Méthodes publiques

Méthode Description
FrameworkData ( RuntimeType runtime, System.Version frameworkVersion, System.Version clrVersion, string representation, string displayName ) : System
ToString ( ) : string

Method Details

FrameworkData() public méthode

public FrameworkData ( RuntimeType runtime, System.Version frameworkVersion, System.Version clrVersion, string representation, string displayName ) : System
runtime RuntimeType
frameworkVersion System.Version
clrVersion System.Version
representation string
displayName string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

clrVersion public_oe property

public Version,System clrVersion
Résultat System.Version

displayName public_oe property

public string displayName
Résultat string

frameworkVersion public_oe property

public Version,System frameworkVersion
Résultat System.Version

representation public_oe property

public string representation
Résultat string

runtime public_oe property

public RuntimeType runtime
Résultat RuntimeType