Search Results for

    Show / Hide Table of Contents

    Class Events

    Module for managing events.

    Inheritance
    System.Object
    Events
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Danmokou.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Events

    Methods

    CreateRuntimeEvent<T>(String, Events.RuntimeEventType, out Events.RuntimeEvent<T>)

    Declaration
    public static IDisposable CreateRuntimeEvent<T>(string name, Events.RuntimeEventType typ, out Events.RuntimeEvent<T> ev)
    Parameters
    Type Name Description
    System.String name
    Events.RuntimeEventType typ
    Danmokou.Core.Events.RuntimeEvent<T> ev
    Returns
    Type Description
    System.IDisposable
    Type Parameters
    Name Description
    T

    CreateRuntimeEventCreator<T>(String, Events.RuntimeEventType)

    Declaration
    public static Func<IDisposable> CreateRuntimeEventCreator<T>(string name, Events.RuntimeEventType typ)
    Parameters
    Type Name Description
    System.String name
    Events.RuntimeEventType typ
    Returns
    Type Description
    System.Func<System.IDisposable>
    Type Parameters
    Name Description
    T

    exProcRuntimeEvent<T>()

    Declaration
    public static ExFunction exProcRuntimeEvent<T>()
    Returns
    Type Description
    ExFunction
    Type Parameters
    Name Description
    T

    FindAnyRuntimeEvent(String)

    Declaration
    public static Events.RuntimeEvent FindAnyRuntimeEvent(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    Danmokou.Core.Events.RuntimeEvent

    FindRuntimeEvent<T>(String)

    Declaration
    public static Events.RuntimeEvent<T> FindRuntimeEvent<T>(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    Danmokou.Core.Events.RuntimeEvent<T>
    Type Parameters
    Name Description
    T

    ProcRuntimeEvent<T>(String, T)

    Declaration
    public static void ProcRuntimeEvent<T>(string name, T value)
    Parameters
    Type Name Description
    System.String name
    T value
    Type Parameters
    Name Description
    T
    In This Article
    Back to top Generated by DocFX