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

PkgConfigFunctions.Exists Method 

[This is preliminary documentation and subject to change.]

Determines whether the given package exists.

[Visual Basic]
<Function(Name:="exists")>
Public Function Exists( _
   ByVal package As String _
) As Boolean
[C#]
[Function(Name="exists")]
public bool Exists(
   string package
);

Parameters

package
The package to check.

Return Value

true if the package exists; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.PkgConfigFunctions.Exists(System.String)

Exceptions

Exception Type Condition
Win32Exception pkg-config could not be started.

See Also

PkgConfigFunctions Class | NAnt.Core.Functions Namespace