Show / Hide Table of Contents

Class OptimizedActivator.ActivatorDelegate<T>

Inheritance
System.Object
OptimizedActivator.ActivatorDelegate<T>
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public sealed class ActivatorDelegate<out T> : MulticastDelegate
Type Parameters
Name Description
T

Constructors

ActivatorDelegate(Object, IntPtr)

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

Methods

BeginInvoke(Object[], AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(object[] args, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Object[] args
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual T EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
T

Invoke(Object[])

Declaration
public virtual T Invoke(params object[] args)
Parameters
Type Name Description
System.Object[] args
Returns
Type Description
T

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾