Show / Hide Table of Contents

    Class ModReadEventHandler

    Inheritance
    System.Object
    ModReadEventHandler
    Namespace: MonoMod
    Assembly: MonoMod.dll
    Syntax
    public sealed class ModReadEventHandler : MulticastDelegate

    Constructors

    ModReadEventHandler(Object, IntPtr)

    Declaration
    public ModReadEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(MonoModder, ModuleDefinition, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(MonoModder modder, ModuleDefinition mod, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    MonoModder modder
    Mono.Cecil.ModuleDefinition mod
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(MonoModder, ModuleDefinition)

    Declaration
    public virtual void Invoke(MonoModder modder, ModuleDefinition mod)
    Parameters
    Type Name Description
    MonoModder modder
    Mono.Cecil.ModuleDefinition mod
    Back to top Yet another C# modding swiss army knife.