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

CscTask.DebugOutput Property

[This is preliminary documentation and subject to change.]

Specifies the type of debugging information generated by the compiler. The default is None.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="debug", ExpandProperties:=True, ProcessXml:=True)>
Public Property DebugOutput As DebugOutput
[C#]
[TaskAttribute(Required=False, Name="debug", ExpandProperties=True, ProcessXml=True)]
public NAnt.DotNet.Types.DebugOutput DebugOutput {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.CscTask.DebugOutput

See Also

CscTask Class | NAnt.DotNet.Tasks Namespace