Search Results for

    Show / Hide Table of Contents

    Class NativeSdkMethods.InitDelegate

    Initialize Chroma SDK.

    Inheritance
    Object
    NativeSdkMethods.InitDelegate
    Namespace: Colore.Native
    Assembly: Colore.dll
    Syntax
    public sealed class InitDelegate : MulticastDelegate

    Constructors

    InitDelegate(Object, IntPtr)

    Declaration
    public InitDelegate(object object, IntPtr method)
    Parameters
    Type Name Description
    Object object
    IntPtr method

    Methods

    BeginInvoke(AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object object)
    Parameters
    Type Name Description
    AsyncCallback callback
    Object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual Result EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result
    Returns
    Type Description
    Result

    Invoke()

    Declaration
    public virtual Result Invoke()
    Returns
    Type Description
    Result
    In This Article
    Back to top Copyright © 2015-2021 by Adam Hellberg and Brandon Scott
    Generated by DocFX