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

TlbImpTask.NeedsCompiling Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Win32.Tasks.TlbImpTask.NeedsCompiling

See Also

TlbImpTask Class | NAnt.Win32.Tasks Namespace