Summary
Determines whether the assembly manifest needs compiling or is
uptodate.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Tasks - Containing Type
- AssemblyLinkerTask
Syntax
protected virtual bool NeedsCompiling()
Return Value
Type | Description |
---|---|
bool |
true if the assembly manifest needs compiling;
otherwise, false .
|