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

PkgConfigFunctions Methods

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

Public Instance Methods

Equals (inherited from 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) 
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) 
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) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

PkgConfigFunctions Class | NAnt.Core.Functions Namespace