C# 클래스 AsmResolver.Net.Msil.MsilAssembler

파일 보기 프로젝트 열기: JerreS/AsmResolver 1 사용 예제들

공개 메소드들

메소드 설명
MsilAssembler ( IOperandBuilder builder, IBinaryStreamWriter writer ) : System
Write ( MsilInstruction instruction ) : void

비공개 메소드들

메소드 설명
WriteOpCode ( MsilOpCode opCode ) : void
WriteOperand ( MsilInstruction instruction ) : void

메소드 상세

MsilAssembler() 공개 메소드

public MsilAssembler ( IOperandBuilder builder, IBinaryStreamWriter writer ) : System
builder IOperandBuilder
writer IBinaryStreamWriter
리턴 System

Write() 공개 메소드

public Write ( MsilInstruction instruction ) : void
instruction MsilInstruction
리턴 void