Class DecoratorDelegate
Defines the layout of functions used to apply proxies.
Inheritance
System.Object
DecoratorDelegate
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public sealed class DecoratorDelegate : MulticastDelegate
Constructors
DecoratorDelegate(Object, IntPtr)
Declaration
public DecoratorDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IInjector, Type, Object, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IInjector scope, Type type, object instance, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
IInjector |
scope |
|
System.Type |
type |
|
System.Object |
instance |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual object EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Object |
|
Invoke(IInjector, Type, Object)
Declaration
public virtual object Invoke(IInjector scope, Type type, object instance)
Parameters
Type |
Name |
Description |
IInjector |
scope |
|
System.Type |
type |
|
System.Object |
instance |
|
Returns
Type |
Description |
System.Object |
|