C# Class NAnt.Win32.Tasks.TlbImpTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ExtractTypeLibPath ( string path ) : string

Returns the path of the type library, removing the identifier of the type library from the specified string.

An example of a path which includes the identifier of the type library (in this case "2") is C:\WINDOWS\system32\msvidctl.dll\2.

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

Imports the type library to a .NET assembly.

NeedsCompiling ( ) : bool

Determines whether the type library needs to be imported again.

Method Details

ExecuteTask() protected méthode

Imports the type library to a .NET assembly.
protected ExecuteTask ( ) : void
Résultat void

ExtractTypeLibPath() public static méthode

Returns the path of the type library, removing the identifier of the type library from the specified string.
An example of a path which includes the identifier of the type library (in this case "2") is C:\WINDOWS\system32\msvidctl.dll\2.
public static ExtractTypeLibPath ( string path ) : string
path string The path from which to extract the path of the type library.
Résultat string

NeedsCompiling() protected méthode

Determines whether the type library needs to be imported again.
protected NeedsCompiling ( ) : bool
Résultat bool