C# 클래스 PERWAPI.CILWriter

상속: System.IO.StreamWriter
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddRef void
BuildCILInfo void

공개 메소드들

메소드 설명
CILWriter ( string filename, bool debug, PEFile pefile ) : System
WriteFile ( bool debug ) : void

비공개 메소드들

메소드 설명
AddRef ( ReferenceScope refScope ) : void
BuildCILInfo ( ) : void

메소드 상세

CILWriter() 공개 메소드

public CILWriter ( string filename, bool debug, PEFile pefile ) : System
filename string
debug bool
pefile PEFile
리턴 System

WriteFile() 공개 메소드

public WriteFile ( bool debug ) : void
debug bool
리턴 void