NAnt SDK Documentation - v0.92

VcProject.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 if the project output for the specified build configuration is either a Dynamic Library (dll) or an Application (exe), and Managed Extensions are enabled; otherwise, false.

See Also

VcProject Class | NAnt.VSNet Namespace