Property | Type | Description | |
---|---|---|---|
Align | void | ||
GetInstruction | |||
GetInstruction | |||
GetOriginalToken | MetadataToken | ||
IsInSection | bool | ||
PatchRawCode | void | ||
PatchRawExceptionHandlers | void | ||
PatchRawFatMethod | void | ||
PatchRawFatSection | void | ||
PatchRawSection | void | ||
PatchRawSmallSection | void | ||
ReadCode | void | ||
ReadExceptionHandlerSpecific | void | ||
ReadExceptionHandlers | void | ||
ReadFatMethod | void | ||
ReadFatSection | void | ||
ReadMethodBody | void | ||
ReadOpCode | |||
ReadOperand | object | ||
ReadSection | void | ||
ReadSmallSection | void | ||
ResolveBranches | void |
Method | Description | |
---|---|---|
CodeReader ( |
||
GetCallSite ( MetadataToken token ) : CallSite | ||
GetParameter ( int index ) : ParameterDefinition | ||
GetString ( MetadataToken token ) : string | ||
GetVariable ( int index ) : |
||
MoveTo ( int rva ) : void | ||
PatchRawMethodBody ( MethodDefinition method, |
||
ReadMethodBody ( MethodDefinition method ) : MethodBody | ||
ReadToken ( ) : MetadataToken | ||
ReadVariables ( MetadataToken local_var_token ) : VariableDefinitionCollection |
Method | Description | |
---|---|---|
Align ( int align ) : void | ||
GetInstruction ( Collection |
||
GetInstruction ( int offset ) : |
||
GetOriginalToken ( MetadataBuilder metadata, MethodDefinition method ) : MetadataToken | ||
IsInSection ( int rva ) : bool | ||
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 | ||
ReadCode ( ) : void | ||
ReadExceptionHandlerSpecific ( |
||
ReadExceptionHandlers ( int count, Func |
||
ReadFatMethod ( ) : void | ||
ReadFatSection ( ) : void | ||
ReadMethodBody ( ) : void | ||
ReadOpCode ( ) : |
||
ReadOperand ( |
||
ReadSection ( ) : void | ||
ReadSmallSection ( ) : void | ||
ResolveBranches ( Collection |
public CodeReader ( |
||
section | ||
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 ) : |
||
index | int | |
return |
public PatchRawMethodBody ( MethodDefinition method, |
||
method | MethodDefinition | |
writer | ||
symbols | ||
return | ByteBuffer |
public ReadMethodBody ( MethodDefinition method ) : MethodBody | ||
method | MethodDefinition | |
return | MethodBody |
public ReadVariables ( MetadataToken local_var_token ) : VariableDefinitionCollection | ||
local_var_token | MetadataToken | |
return | VariableDefinitionCollection |