Show / Hide Table of Contents

    Class PostProcessor

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

    Constructors

    PostProcessor(Object, IntPtr)

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

    Methods

    BeginInvoke(MonoModder, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(MonoModder modder, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    MonoModder modder
    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)

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