NAnt SDK Documentation - v0.92 |
|
TlbImpTask.NeedsCompiling Method
Determines whether the type library needs to be imported again.
[Visual Basic]
Overridable Protected Function NeedsCompiling() As
Boolean
[C#]
protected virtual
bool NeedsCompiling();
Return Value
true if the type library needs to be imported; otherwise, false.
See Also
TlbImpTask Class | NAnt.Win32.Tasks Namespace