Метод | Описание | |
---|---|---|
Build ( |
||
CalculateOffsets ( ) : void | ||
ExpandMacros ( ) : void | ||
FromReadingContext ( MethodDefinition method, ReadingContext context ) : |
||
GetCodeSize ( ) : uint | ||
GetInstructionByOffset ( int offset ) : |
||
GetPhysicalLength ( ) : uint | ||
MethodBody ( MethodDefinition method ) : System | ||
OptimizeMacros ( ) : void | ||
UpdateReferences ( |
||
Write ( WritingContext context ) : void |
Метод | Описание | |
---|---|---|
ExpandMacro ( |
||
IOperandResolver ( MetadataToken token ) : |
||
IOperandResolver ( int index ) : |
||
IOperandResolver ( int index ) : |
||
IOperandResolver ( uint token ) : string | ||
OptimizeMacro ( |
||
ReadExceptionHandlers ( ) : IEnumerable |
||
TryOptimizeArgument ( |
||
TryOptimizeBranch ( |
||
TryOptimizeLdc ( |
||
TryOptimizeVariable ( |
||
WriteCode ( WritingContext context ) : void | ||
WriteExceptionHandlers ( WritingContext context ) : void |
public Build ( |
||
context | ||
Результат | void |
public static FromReadingContext ( MethodDefinition method, ReadingContext context ) : |
||
method | MethodDefinition | |
context | ReadingContext | |
Результат |
public GetInstructionByOffset ( int offset ) : |
||
offset | int | |
Результат |
public MethodBody ( MethodDefinition method ) : System | ||
method | MethodDefinition | |
Результат | System |
public UpdateReferences ( |
||
context | ||
Результат | void |
public Write ( WritingContext context ) : void | ||
context | WritingContext | |
Результат | void |