C# Class IKVM.Internal.ClassFile.Method.Instruction

Show file Open project: samskivert/ikvm-monotouch Class Usage Examples

Private Properties

Property Type Description
GetSwitchTargetIndex int
GetSwitchValue int
MapSwitchTargets void
PatchOpCode void
PatchOpCode void
PatchOpCode void
Read void
SetHardError void
SetPC void
SetSwitchTargets void
SetTargetIndex void
SetTermNop void

Private Methods

Method Description
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