Свойство | Тип | Описание | |
---|---|---|---|
Children | List |
||
EndOffset | int | ||
ExceptionHandler | Mono.Cecil.Cil.ExceptionHandler | ||
LoopEntryPoint | |||
StartOffset | int | ||
Type | IlStructureType |
Метод | Описание | |
---|---|---|
IlStructure ( IlStructureType type, int startOffset, int endOffset, Mono.Cecil.Cil.ExceptionHandler handler = null ) : System.Collections.Generic | ||
IlStructure ( IlStructureType type, int startOffset, int endOffset, |
||
IlStructure ( |
Метод | Описание | |
---|---|---|
AddNestedStructure ( |
||
FindAllBranches ( |
Finds all branches. Returns list of source offset->target offset mapping. Multiple entries for the same source offset are possible (switch statements). The result is sorted by source offset.
|
|
SortChildren ( ) : void |
public IlStructure ( IlStructureType type, int startOffset, int endOffset, Mono.Cecil.Cil.ExceptionHandler handler = null ) : System.Collections.Generic | ||
type | IlStructureType | |
startOffset | int | |
endOffset | int | |
handler | Mono.Cecil.Cil.ExceptionHandler | |
Результат | System.Collections.Generic |
public IlStructure ( IlStructureType type, int startOffset, int endOffset, |
||
type | IlStructureType | |
startOffset | int | |
endOffset | int | |
loopEntryPoint | ||
Результат | System.Collections.Generic |
public IlStructure ( |
||
body | ||
codesize | int | |
Результат | System.Collections.Generic |
public ExceptionHandler,Mono.Cecil.Cil ExceptionHandler | ||
Результат | Mono.Cecil.Cil.ExceptionHandler |
public Instruction,Mono.Cecil.Cil LoopEntryPoint | ||
Результат |