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

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

Private Properties

프로퍼티 타입 설명
GetAssemblyPath string

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Registers or unregisters a single assembly, or a group of assemblies.

PrepareProcess ( Process process ) : void

Updates the ProcessStartInfo of the specified Process.

비공개 메소드들

메소드 설명
GetAssemblyPath ( string assembly ) : string

메소드 상세

ExecuteTask() 보호된 메소드

Registers or unregisters a single assembly, or a group of assemblies.
protected ExecuteTask ( ) : void
리턴 void

PrepareProcess() 보호된 메소드

Updates the ProcessStartInfo of the specified Process.
protected PrepareProcess ( Process process ) : void
process System.Diagnostics.Process The of which the should be updated.
리턴 void