C# Класс NAnt.Win32.Tasks.TlbImpTask

Наследование: NAnt.Core.Tasks.ExternalProgramBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
ExecuteTask ( ) : void

Imports the type library to a .NET assembly.

NeedsCompiling ( ) : bool

Determines whether the type library needs to be imported again.

Описание методов

ExecuteTask() защищенный Метод

Imports the type library to a .NET assembly.
protected ExecuteTask ( ) : void
Результат void

ExtractTypeLibPath() публичный статический Метод

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.
Результат string

NeedsCompiling() защищенный Метод

Determines whether the type library needs to be imported again.
protected NeedsCompiling ( ) : bool
Результат bool