NUnit.Framework.Internal.RuntimeFramework Members

The members of NUnit.Framework.Internal.RuntimeFramework are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Fields

static readonly
DefaultVersionVersion. DefaultVersion is an empty Version, used to indicate that NUnit should select the CLR version to use for the test.

Public Properties

[read-only]
AllowAnyVersionbool. Return true if any CLR version may be used in matching this RuntimeFramework object.
[read-only]
ClrVersionVersion. The CLR version for this runtime framework
[read-only]
static
CurrentFrameworkXamarin.iOS.dll=NUnit.Framework.Internal.RuntimeFramework. Static method to return a RuntimeFramework object for the framework that is currently in use.
[read-only]
DisplayNamestring. Returns the Display name for this framework
[read-only]
FrameworkVersionVersion. The framework version for this runtime framework
[read-only]
RuntimeXamarin.iOS.dll=NUnit.Framework.Internal.RuntimeType. The type of this runtime framework

Public Methods

static
Parse(string) : Xamarin.iOS.dll=NUnit.Framework.Internal.RuntimeFramework
Documentation for this section has not yet been entered.
Supports(Xamarin.iOS.dll=NUnit.Framework.Internal.RuntimeFramework) : bool
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() : string
Overridden to return the short name of the framework