NAnt SDK Documentation - v0.92

PkgConfigFunctions Members

PkgConfigFunctions overview

Public Instance Constructors

PkgConfigFunctions Constructor

Public Instance Properties

Project (inherited from FunctionSetBase) Gets or sets the Project that this functionset will reference.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Exists Determines whether the given package exists.
GetCompileFlags Gets the compile flags required to compile the package, including all its dependencies.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetLinkFlags Gets the link flags required to compile the package, including all its dependencies.
GetModVersion Determines the version of the given package.
GetType (inherited from Object) Gets the Type of the current instance.
GetVariable Gets the value of a variable for the specified package.
IsAtLeastVersion Determines whether the given package is at least version version.
IsBetweenVersion Determines whether the given package is between two versions.
IsExactVersion Determines whether the given package is exactly version version.
IsMaxVersion Determines whether the given package is at no newer than version version.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

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.

See Also

PkgConfigFunctions Class | NAnt.Core.Functions Namespace