Method | Description | |
---|---|---|
Emit ( Mono.Cecil.MethodDefinition targetMethod, |
Emits the IL to save information about the method currently being executed.
|
|
InvocationInfoEmitter ( bool pushStackTrace ) : System |
Initializes a new instance of the InvocationInfoEmitter class.
|
Method | Description | |
---|---|---|
InvocationInfoEmitter ( ) : System |
public Emit ( Mono.Cecil.MethodDefinition targetMethod, |
||
targetMethod | Mono.Cecil.MethodDefinition | The target method currently being executed. |
interceptedMethod | The method that will be passed to the |
|
invocationInfo | Mono.Cecil.Cil.VariableDefinition | The local variable that will store the resulting |
return | void |
public InvocationInfoEmitter ( bool pushStackTrace ) : System | ||
pushStackTrace | bool | Determines whether or not stack trace information will be available at runtime. |
return | System |