Search Results for

    Show / Hide Table of Contents

    Class DynamicDelegate

    The DynamicDelegate allows user-defined delegate routes bound to an System.Object reference.

    Inheritance
    System.Object
    TypeCastObject<DynamicEventDispatcher>
    DynamicDelegate
    Inherited Members
    TypeCastObject<DynamicEventDispatcher>.Cast<TObject>()
    TypeCastObject<DynamicEventDispatcher>.Cast<TObject>(TObject)
    TypeCastObject<DynamicEventDispatcher>.As<TObject>()
    TypeCastObject<DynamicEventDispatcher>.Is<TObject>(TObject)
    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: Exiled.API.Features.DynamicEvents
    Assembly: Exiled.API.dll
    Syntax
    public class DynamicDelegate : TypeCastObject<DynamicEventDispatcher>

    Constructors

    | Improve this Doc View Source

    DynamicDelegate()

    Initializes a new instance of the DynamicDelegate class.

    Declaration
    public DynamicDelegate()
    | Improve this Doc View Source

    DynamicDelegate(Object, Action)

    Initializes a new instance of the DynamicDelegate class.

    Declaration
    public DynamicDelegate(object target, Action delegate)
    Parameters
    Type Name Description
    System.Object target
    System.Action delegate

    Properties

    | Improve this Doc View Source

    Delegate

    Gets the DynamicDelegate's delegate.

    Declaration
    public Action Delegate { get; }
    Property Value
    Type Description
    System.Action
    | Improve this Doc View Source

    Target

    Gets the DynamicDelegate's target.

    Declaration
    public object Target { get; }
    Property Value
    Type Description
    System.Object

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX