The methods of the FrameworkFunctions class are listed below. For a complete list of FrameworkFunctions class members, see the FrameworkFunctions Members topic.
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. |
GetClrVersion | Overloaded. Gets the Common Language Runtime version of the current target framework. |
GetDescription | Overloaded. 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. |
GetVersion | Overloaded. 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. |
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. |
FrameworkFunctions Class | NAnt.Core.Functions Namespace