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

ProjectBase.IsManaged Method 

[This is preliminary documentation and subject to change.]

Gets a value indicating whether building the project for the specified build configuration results in managed output.

[Visual Basic]
MustOverride Public Function IsManaged( _
   ByVal configuration As String _
) As Boolean
[C#]
public abstract bool IsManaged(
   string configuration
);

Parameters

configuration
The build configuration.

Return Value

true if the project output for the given build configuration is managed; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ProjectBase.IsManaged(System.String)

See Also

ProjectBase Class | NAnt.VSNet Namespace