C# 클래스 NAnt.Win32.Tasks.TlbImpTask

상속: NAnt.Core.Tasks.ExternalProgramBase
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

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