Méthode | Description | |
---|---|---|
BeginLifetimeScope ( ) : ILifetimeScope | ||
BeginLifetimeScope ( Action |
||
BeginLifetimeScope ( object tag ) : ILifetimeScope | ||
BeginLifetimeScope ( object tag, Action |
||
Dispose ( ) : void | ||
ResolveComponent ( IComponentRegistration registration, IEnumerable |
||
ScopeDecorator ( ILifetimeScope decorated ) : System |
public BeginLifetimeScope ( ) : ILifetimeScope | ||
Résultat | ILifetimeScope |
public BeginLifetimeScope ( Action |
||
configurationAction | Action |
|
Résultat | ILifetimeScope |
public BeginLifetimeScope ( object tag ) : ILifetimeScope | ||
tag | object | |
Résultat | ILifetimeScope |
public BeginLifetimeScope ( object tag, Action |
||
tag | object | |
configurationAction | Action |
|
Résultat | ILifetimeScope |
public ResolveComponent ( IComponentRegistration registration, IEnumerable |
||
registration | IComponentRegistration | |
parameters | IEnumerable |
|
Résultat | object |
public ScopeDecorator ( ILifetimeScope decorated ) : System | ||
decorated | ILifetimeScope | |
Résultat | System |