Class MethodParser
Inheritance
System.Object
MethodParser
Assembly: MonoMod.dll
Syntax
public sealed class MethodParser : MulticastDelegate
Constructors
MethodParser(Object, IntPtr)
Declaration
public MethodParser(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(MonoModder, MethodBody, Instruction, ref Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(MonoModder modder, MethodBody body, Instruction instr, ref int instri, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| MonoModder |
modder |
|
| Mono.Cecil.Cil.MethodBody |
body |
|
| Mono.Cecil.Cil.Instruction |
instr |
|
| System.Int32 |
instri |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(ref Int32, IAsyncResult)
Declaration
public virtual bool EndInvoke(ref int instri, IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.Int32 |
instri |
|
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Boolean |
|
Invoke(MonoModder, MethodBody, Instruction, ref Int32)
Declaration
public virtual bool Invoke(MonoModder modder, MethodBody body, Instruction instr, ref int instri)
Parameters
| Type |
Name |
Description |
| MonoModder |
modder |
|
| Mono.Cecil.Cil.MethodBody |
body |
|
| Mono.Cecil.Cil.Instruction |
instr |
|
| System.Int32 |
instri |
|
Returns
| Type |
Description |
| System.Boolean |
|