NAnt SDK Documentation - v0.92

ProjectBase.IsManaged Method 

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 Configuration _
) As Boolean
[C#]
public abstract bool IsManaged(
   Configuration configuration
);

Parameters

configuration
The build configuration.

Return Value

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

See Also

ProjectBase Class | NAnt.VSNet Namespace