Method | Description | |
---|---|---|
AddOriginalInstructions ( IEnumerable |
Initializes a new instance of the AddOriginalInstructions class.
|
|
Emit ( Mono.Cecil.Cil.CilWorker IL ) : void |
Adds the original instructions to a given method body.
|
public AddOriginalInstructions ( IEnumerable |
||
oldInstructions | IEnumerable |
The original method instructions. |
endLabel | The instruction label that marks the end of the method body. | |
return | System.Collections.Generic |
public Emit ( Mono.Cecil.Cil.CilWorker IL ) : void | ||
IL | Mono.Cecil.Cil.CilWorker | The |
return | void |