Summary
Determines whether the type library needs to be imported again.
- Assembly
- NAnt
.Win32 .dll - Namespace
- NAnt
.Win32 .Tasks - Containing Type
- TlbImpTask
Syntax
protected virtual bool NeedsCompiling()
Return Value
Type | Description |
---|---|
bool |
true if the type library needs to be imported;
otherwise, false .
|