NAnt SDK Documentation - v0.92

TlbExpTask.NeedsCompiling Method 

Determines whether the assembly needs to be exported to a type library again.

[Visual Basic]
Overridable Protected Function NeedsCompiling() As Boolean
[C#]
protected virtual bool NeedsCompiling();

Return Value

true if the assembly needs to be exported to a type library; otherwise, false.

See Also

TlbExpTask Class | NAnt.Win32.Tasks Namespace