Summary
Base class for implementing NAnt functions.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Functions - Base Types
-
- Object
- FunctionSetBase
graph BT
Type-->Base0["FunctionSetBase"]
click Base0 "/api/NAnt.Core/FunctionSetBase"
Base0-->Base1["Object"]
Type["PkgConfigFunctions"]
class Type type-node
Syntax
[FunctionSet("pkg-config", "Unix/Cygwin")]
public class PkgConfigFunctions : FunctionSetBase
Attributes
| Type | Description |
|---|---|
| FunctionSetAttribute | Indicates that class should be treated as a set of functions. |
Constructors
| Name | Summary |
|---|---|
| PkgConfigFunctions |
Initializes a new instance of the NAnt.Core.Functions.PkgConfigFunctions class.
|
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 |
|---|---|---|
| Exists |
bool |
Determines whether the given package exists.
|
| GetCompileFlags |
string |
Gets the compile flags required to compile the package, including all
its dependencies.
|
| GetLinkFlags |
string |
Gets the link flags required to compile the package, including all
its dependencies.
|
| GetModVersion |
string |
Determines the version of the given package.
|
| GetVariable |
string |
Gets the value of a variable for the specified package.
|
| IsAtLeastVersion |
bool |
Determines whether the given package is at least version
version.
|
| IsBetweenVersion |
bool |
Determines whether the given package is between two versions.
|
| IsExactVersion |
bool |
Determines whether the given package is exactly version
version.
|
| IsMaxVersion |
bool |
Determines whether the given package is at no newer than version
version.
|
