Summary
Functions to return information for MSBuild system.
- Assembly
- NAnt
.MSBuild .dll - Namespace
- NAnt
.MSBuild .Functions - Base Types
-
- Object
- FunctionSetBase
graph BT
Type-->Base0["FunctionSetBase"]
click Base0 "/api/NAnt.Core/FunctionSetBase"
Base0-->Base1["Object"]
Type["MSBuildFunctions"]
class Type type-node
Syntax
[FunctionSet("msbuild", "MSBuild")]
public class MSBuildFunctions : FunctionSetBase
Attributes
Type | Description |
---|---|
FunctionSetAttribute | Indicates that class should be treated as a set of functions. |
Constructors
Name | Summary |
---|---|
MSBuildFunctions |
Properties
Name | Value | Summary |
---|---|---|
Project | Project |
Gets or sets the
NAnt.Core.FunctionSetBase.Project that this functionset will
reference.
Inherited from FunctionSetBase
|
Methods
Name | Value | Summary |
---|---|---|
IsMsbuildProject |
bool |
Test whether project is VS2005 project and could be built using <msbuild>
|