ClrType | Gets the CLR type of the framework. |
ClrVersion | Gets the Common Language Runtime version of the framework. |
Description | Gets the description of the framework. |
Family | Gets the family of the framework. |
FrameworkAssemblyDirectory | Gets the directory where the system assemblies for the framework are located. |
FrameworkDirectory | Gets the base directory of the framework tools for the framework. |
IsValid | Returns a value indicating whether the current framework is valid. |
Name | Gets the name of the framework. |
Project | Gets the Project used to initialize this framework. |
SdkDirectory | Gets the directory containing the SDK tools for the framework. |
TaskAssemblies | Gets the set of assemblies and directories that should scanned for NAnt tasks, types or functions. |
Version | Gets the version of the framework. |
VisualStudioVersion | Gets the Visual Studio version that corresponds with this framework. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ResolveAssembly | Resolves the specified assembly to a full path by matching it against the reference assemblies. |
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. |
FrameworkInfo Class | NAnt.Core Namespace