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

AssemblyLinkerTask.NeedsCompiling Method 

[This is preliminary documentation and subject to change.]

Determines whether the assembly manifest needs compiling or is uptodate.

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

Return Value

true if the assembly manifest needs compiling; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.DotNet.Tasks.AssemblyLinkerTask.NeedsCompiling

See Also

AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace