Search Results for

    Show / Hide Table of Contents

    Class TaskGraph.Delegate0

    Function delegate.

    Inheritance
    System.Object
    TaskGraph.Delegate0
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class Delegate0 : MulticastDelegate

    Constructors

    Delegate0(Object, IntPtr)

    Declaration
    public Delegate0(object object, IntPtr method)
    Parameters
    System.Object object

    System.IntPtr method

    Methods

    BeginInvoke(Int32, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(int arg0, AsyncCallback callback, object object)
    Parameters
    System.Int32 arg0

    System.AsyncCallback callback

    System.Object object

    Returns
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Int32)

    Declaration
    public virtual void Invoke(int arg0)
    Parameters
    System.Int32 arg0

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat