C# 클래스 NAnt.MSNet.Tasks.IldasmTask

상속: NAnt.Core.Tasks.ExternalProgramBase
파일 보기 프로젝트 열기: skolima/NAnt

Private Properties

프로퍼티 타입 설명
DisassemblyFile void
GetOutputFile System.IO.FileInfo
NeedsDisassembling bool
WriteOption void
WriteOption void
WriteOptions void

보호된 메소드들

메소드 설명
ExecuteTask ( ) : void

Disassembles the PE file(s).

Initialize ( ) : void

Checks whether the task is initialized with valid attributes.

비공개 메소드들

메소드 설명
DisassemblyFile ( FileInfo inputFile ) : void

Disassembles the specified PE file.

GetOutputFile ( FileInfo inputFile ) : FileInfo

Determines the full path and extension for the output file.

NeedsDisassembling ( FileInfo inputFile, FileInfo outputFile ) : bool

Determines whether or not disassembling is needed.

WriteOption ( StringWriter writer, string name ) : void

Writes an option using the default output format.

WriteOption ( StringWriter writer, string name, string arg ) : void

Writes an option and its value using the default output format.

WriteOptions ( FileInfo inputFile, FileInfo outputFile ) : void

Writes the disassembler options.

메소드 상세

ExecuteTask() 보호된 메소드

Disassembles the PE file(s).
protected ExecuteTask ( ) : void
리턴 void

Initialize() 보호된 메소드

Checks whether the task is initialized with valid attributes.
protected Initialize ( ) : void
리턴 void