C# 클래스 PERWAPI.TypeInstr

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

공개 메소드들

메소드 설명
GetTypeArg ( ) : Type
SetTypeArg ( Type ty ) : void
TypeInstr ( TypeOp inst, Type aType ) : System

비공개 메소드들

메소드 설명
BuildCILInfo ( CILWriter output ) : void
BuildTables ( MetaDataOut md ) : void
GetInstName ( ) : string
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

메소드 상세

GetTypeArg() 공개 메소드

public GetTypeArg ( ) : Type
리턴 Type

SetTypeArg() 공개 메소드

public SetTypeArg ( Type ty ) : void
ty Type
리턴 void

TypeInstr() 공개 메소드

public TypeInstr ( TypeOp inst, Type aType ) : System
inst TypeOp
aType Type
리턴 System