Méthode | Description | |
---|---|---|
BeginLifetimeScope ( ) : ILifetimeScope |
Begin a new sub-scope. Instances created via the sub-scope will be disposed along with it.
|
|
BeginLifetimeScope ( Action |
Begin a new nested scope, with additional components available to it. Component instances created via the new scope will be disposed along with it.
|
|
BeginLifetimeScope ( object tag ) : ILifetimeScope |
Begin a new sub-scope. Instances created via the sub-scope will be disposed along with it.
|
|
BeginLifetimeScope ( object tag, Action |
Begin a new nested scope, with additional components available to it. Component instances created via the new scope will be disposed along with it.
|
|
ResolveLookup ( |
Resolve an instance of the provided registration within the context.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
Méthode | Description | |
---|---|---|
Container ( ) : System |
Create a new container.
|
|
IServiceProvider ( |
Gets the service object of the specified type.
|
public BeginLifetimeScope ( ) : ILifetimeScope | ||
Résultat | ILifetimeScope |
public BeginLifetimeScope ( Action |
||
configurationAction | Action |
Action on a |
Résultat | ILifetimeScope |
public BeginLifetimeScope ( object tag ) : ILifetimeScope | ||
tag | object | The tag applied to the |
Résultat | ILifetimeScope |
public BeginLifetimeScope ( object tag, Action |
||
tag | object | The tag applied to the |
configurationAction | Action |
Action on a |
Résultat | ILifetimeScope |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public ResolveLookup ( |
||
service | Service which is trying to be resolved | |
registration | IComponentRegistration | The registration. |
parameters | IEnumerable |
Parameters for the instance. |
Résultat | IInstanceLookup |