Property | Type | Description | |
---|---|---|---|
Align | void | ||
GetInstruction | |||
GetInstruction | |||
MoveBackTo | void | ||
PatchRawCode | void | ||
PatchRawExceptionHandlers | void | ||
PatchRawFatMethod | void | ||
PatchRawFatSection | void | ||
PatchRawSection | void | ||
PatchRawSmallSection | void | ||
ReadAsyncMethodBody | void | ||
ReadCode | void | ||
ReadCustomDebugInformations | void | ||
ReadDebugInfo | void | ||
ReadExceptionHandlerSpecific | void | ||
ReadExceptionHandlers | void | ||
ReadFatMethod | void | ||
ReadFatSection | void | ||
ReadMethodBody | void | ||
ReadOpCode | Mono.Cecil.Cil.OpCode | ||
ReadOperand | object | ||
ReadScope | void | ||
ReadScopes | void | ||
ReadSection | void | ||
ReadSequencePoints | void | ||
ReadSmallSection | void | ||
ReadStateMachineScope | void | ||
ResolveBranches | void |
Method | Description | |
---|---|---|
CodeReader ( MetadataReader reader ) : System | ||
GetCallSite ( MetadataToken token ) : CallSite | ||
GetParameter ( int index ) : ParameterDefinition | ||
GetString ( MetadataToken token ) : string | ||
GetVariable ( int index ) : Mono.Cecil.Cil.VariableDefinition | ||
MoveTo ( MethodDefinition method ) : int | ||
PatchRawMethodBody ( MethodDefinition method, |
||
ReadMethodBody ( MethodDefinition method ) : |
||
ReadToken ( ) : MetadataToken | ||
ReadVariables ( MetadataToken local_var_token ) : Mono.Cecil.Cil.VariableDefinitionCollection |
Method | Description | |
---|---|---|
Align ( int align ) : void | ||
GetInstruction ( Collection |
||
GetInstruction ( int offset ) : |
||
MoveBackTo ( int position ) : void | ||
PatchRawCode ( ByteBuffer buffer, int code_size, |
||
PatchRawExceptionHandlers ( ByteBuffer buffer, MetadataBuilder metadata, int count, bool fat_entry ) : void | ||
PatchRawFatMethod ( ByteBuffer buffer, |
||
PatchRawFatSection ( ByteBuffer buffer, MetadataBuilder metadata ) : void | ||
PatchRawSection ( ByteBuffer buffer, MetadataBuilder metadata ) : void | ||
PatchRawSmallSection ( ByteBuffer buffer, MetadataBuilder metadata ) : void | ||
ReadAsyncMethodBody ( |
||
ReadCode ( ) : void | ||
ReadCustomDebugInformations ( MethodDefinition method ) : void | ||
ReadDebugInfo ( ) : void | ||
ReadExceptionHandlerSpecific ( Mono.Cecil.Cil.ExceptionHandler handler ) : void | ||
ReadExceptionHandlers ( int count, Func |
||
ReadFatMethod ( ) : void | ||
ReadFatSection ( ) : void | ||
ReadMethodBody ( ) : void | ||
ReadOpCode ( ) : Mono.Cecil.Cil.OpCode | ||
ReadOperand ( |
||
ReadScope ( |
||
ReadScopes ( Collection |
||
ReadSection ( ) : void | ||
ReadSequencePoints ( ) : void | ||
ReadSmallSection ( ) : void | ||
ReadStateMachineScope ( |
||
ResolveBranches ( Collection |
public CodeReader ( MetadataReader reader ) : System | ||
reader | MetadataReader | |
return | System |
public GetCallSite ( MetadataToken token ) : CallSite | ||
token | MetadataToken | |
return | CallSite |
public GetParameter ( int index ) : ParameterDefinition | ||
index | int | |
return | ParameterDefinition |
public GetString ( MetadataToken token ) : string | ||
token | MetadataToken | |
return | string |
public GetVariable ( int index ) : Mono.Cecil.Cil.VariableDefinition | ||
index | int | |
return | Mono.Cecil.Cil.VariableDefinition |
public MoveTo ( MethodDefinition method ) : int | ||
method | MethodDefinition | |
return | int |
public PatchRawMethodBody ( MethodDefinition method, |
||
method | MethodDefinition | |
writer | ||
code_size | int | |
local_var_token | MetadataToken | |
return | ByteBuffer |
public ReadMethodBody ( MethodDefinition method ) : |
||
method | MethodDefinition | |
return |
public ReadVariables ( MetadataToken local_var_token ) : Mono.Cecil.Cil.VariableDefinitionCollection | ||
local_var_token | MetadataToken | |
return | Mono.Cecil.Cil.VariableDefinitionCollection |