Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class Microsoft.​Extensions.​DependencyInjection.​ObjectFactory

Assembly: Microsoft.Extensions.DependencyInjection.Abstractions

Inheritance: object → delegate → System.​MulticastDelegate → ObjectFactory

Implemented Interfaces

The result of <see cref="M:Microsoft.Extensions.DependencyInjection.ActivatorUtilities.CreateFactory(System.Type,System.Type[])" /> .

Properties

public bool
HasSingleTarget
public object
Target

Methods

public object
Invoke​(System.​IServiceProvider serviceProvider, object[] arguments)
BeginInvoke​(System.​IServiceProvider serviceProvider, object[] arguments, System.​AsyncCallback callback, object object)
public object
EndInvoke​(System.​IAsyncResult result)
protected delegate
CombineImpl​(delegate follow)
public bool
Equals​(object obj)
public int
GetHashCode​()
public delegate[]
GetInvocationList​()
GetMethodImpl​()
protected delegate
RemoveImpl​(delegate value)
public object
Clone​()
Inherited from delegate
public object
DynamicInvoke​(object[] args)
Inherited from delegate
protected object
DynamicInvokeImpl​(object[] args)
Inherited from delegate
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object