메소드 | 설명 | |
---|---|---|
TerminateMethodBody ( |
||
VisitExceptionHandler ( Mono.Cecil.Cil.ExceptionHandler eh ) : void | ||
VisitExceptionHandlerCollection ( Mono.Cecil.Cil.ExceptionHandlerCollection seh ) : void | ||
VisitInstruction ( IInstruction instr ) : void | ||
VisitInstructionCollection ( |
||
VisitMethodBody ( MethodBody body ) : void | ||
VisitScope ( Scope s ) : void | ||
VisitScopeCollection ( ScopeCollection scopes ) : void | ||
VisitVariableDefinitionCollection ( VariableDefinitionCollection variables ) : void |
메소드 | 설명 | |
---|---|---|
GetShortForm ( |
||
LoadLocal ( int index ) : void | ||
PerformAdd ( object p1, object p2 ) : void | ||
PerformAnd ( object p1, object p2 ) : void | ||
PerformJump ( |
||
SetLocal ( int index ) : void |
public TerminateMethodBody ( |
||
body | ||
리턴 | void |
public VisitExceptionHandler ( Mono.Cecil.Cil.ExceptionHandler eh ) : void | ||
eh | Mono.Cecil.Cil.ExceptionHandler | |
리턴 | void |
public VisitExceptionHandlerCollection ( Mono.Cecil.Cil.ExceptionHandlerCollection seh ) : void | ||
seh | Mono.Cecil.Cil.ExceptionHandlerCollection | |
리턴 | void |
public VisitInstruction ( IInstruction instr ) : void | ||
instr | IInstruction | |
리턴 | void |
public VisitInstructionCollection ( |
||
instructions | ||
리턴 | void |
public VisitScopeCollection ( ScopeCollection scopes ) : void | ||
scopes | ScopeCollection | |
리턴 | void |
public VisitVariableDefinitionCollection ( VariableDefinitionCollection variables ) : void | ||
variables | VariableDefinitionCollection | |
리턴 | void |