The members of NUnit.Framework.Internal.RuntimeFramework are listed below.
See Also: Inherited members from System.Object
| Construct from a runtime type and version |
static readonly | DefaultVersion | Version. DefaultVersion is an empty Version, used to indicate that NUnit should select the CLR version to use for the test. |
| [read-only] | AllowAnyVersion | bool. Return true if any CLR version may be used in matching this RuntimeFramework object. |
| [read-only] | ClrVersion | Version. The CLR version for this runtime framework |
| [read-only] static | CurrentFramework | Xamarin.iOS.dll=NUnit.Framework.Internal.RuntimeFramework. Static method to return a RuntimeFramework object for the framework that is currently in use. |
| [read-only] | DisplayName | string. Returns the Display name for this framework |
| [read-only] | FrameworkVersion | Version. The framework version for this runtime framework |
| [read-only] | Runtime | Xamarin.iOS.dll=NUnit.Framework.Internal.RuntimeType. The type of this runtime framework |
static | Parse(string)Documentation for this section has not yet been entered. | |
Supports(Xamarin.iOS.dll=NUnit.Framework.Internal.RuntimeFramework)Returns true if the current framework matches the one supplied as an argument. Two frameworks match if their runtime types are the same or either one is RuntimeType.Any and all specified version components are equal. Negative (i.e. unspecified) version components are ignored. | ||
override | ToString()Overridden to return the short name of the framework | |