NAnt SDK Documentation - v0.92 |
|
AssemblyLinkerTask.NeedsCompiling Method
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.
See Also
AssemblyLinkerTask Class | NAnt.DotNet.Tasks Namespace