C# Class NAnt.Win32.Tasks.TlbExpTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
Datei anzeigen Open project: skolima/NAnt

Private Properties

Property Type Description

Protected Methods

Method Description
ExecuteTask ( ) : void

Exports the type library.

NeedsCompiling ( ) : bool

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

Method Details

ExecuteTask() protected method

Exports the type library.
protected ExecuteTask ( ) : void
return void

NeedsCompiling() protected method

Determines whether the assembly needs to be exported to a type library again.
protected NeedsCompiling ( ) : bool
return bool