NAnt SDK Documentation - v0.92

FrameworkInfo Properties

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

Public Instance Properties

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.

See Also

FrameworkInfo Class | NAnt.Core Namespace