C# 클래스 IKVM.Internal.ClassFile.Method.Instruction

파일 보기 프로젝트 열기: samskivert/ikvm-monotouch 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetSwitchTargetIndex int
GetSwitchValue int
MapSwitchTargets void
PatchOpCode void
PatchOpCode void
PatchOpCode void
Read void
SetHardError void
SetPC void
SetSwitchTargets void
SetTargetIndex void
SetTermNop void

비공개 메소드들

메소드 설명
GetSwitchTargetIndex ( int i ) : int
GetSwitchValue ( int i ) : int
MapSwitchTargets ( int pcIndexMap ) : void
PatchOpCode ( NormalizedByteCode bc ) : void
PatchOpCode ( NormalizedByteCode bc, int arg1 ) : void
PatchOpCode ( NormalizedByteCode bc, int arg1, short arg2 ) : void
Read ( ushort pc, BigEndianBinaryReader br ) : void
SetHardError ( HardError error, int messageId ) : void
SetPC ( int pc ) : void
SetSwitchTargets ( int targets ) : void
SetTargetIndex ( int targetIndex ) : void
SetTermNop ( ushort pc ) : void