NAnt SDK Documentation - v0.92

ManagedProjectBase.IsManaged Method 

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

[Visual Basic]
Overrides Public Function IsManaged( _
   ByVal solutionConfiguration As Configuration _
) As Boolean
[C#]
public override bool IsManaged(
   Configuration solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

true.

See Also

ManagedProjectBase Class | NAnt.VSNet Namespace