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

AxImpTask.NeedsCompiling Method 

[This is preliminary documentation and subject to change.]

Determines whether the assembly needs to be created again.

[Visual Basic]
Overridable Protected Function NeedsCompiling() As Boolean
[C#]
protected virtual bool NeedsCompiling();

Return Value

true if the assembly needs to be created again; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Win32.Tasks.AxImpTask.NeedsCompiling

See Also

AxImpTask Class | NAnt.Win32.Tasks Namespace