NAnt SDK Documentation - v0.85-nightly-2005-11-09

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

ClrVersion Gets the Common Language Runtime of the framework.
Description Gets the description of the framework.
EnvironmentVariables Gets or sets the collection of environment variables that should be passed to external programs that are launched in the runtime engine of the current 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.
Name Gets the name of the framework.
Project Gets the Project used to initialize this framework.
RuntimeEngine Gets the path to the runtime engine for 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