NAnt SDK Documentation - v0.92

FrameworkFunctions Methods

The methods of the FrameworkFunctions class are listed below. For a complete list of FrameworkFunctions class members, see the FrameworkFunctions Members topic.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Exists Checks whether the specified framework exists, and is valid.
GetAssemblyDirectory Gets the assembly directory of the specified framework.
GetClrVersionOverloaded. Gets the Common Language Runtime version of the current target framework.
GetDescriptionOverloaded. Gets the description of the current target framework.
GetFamily Gets the family of the specified framework.
GetFrameworkDirectory Gets the framework directory of the specified framework.
GetFrameworks Gets a comma-separated list of frameworks filtered by the specified FrameworkTypes.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetRuntimeEngine Gets the runtime engine of the specified framework.
GetRuntimeFramework Gets the identifier of the runtime framework.
GetSdkDirectory Gets the SDK directory of the specified framework.
GetTargetFramework Gets the identifier of the current target framework.
GetToolPath Gets the absolute path of the specified tool for the current target framework.
GetType (inherited from Object) Gets the Type of the current instance.
GetVersionOverloaded. Gets the version of the current target framework.
SdkExists Checks whether the SDK for the specified framework is installed.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FrameworkFunctions Class | NAnt.Core.Functions Namespace