Method | 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 | ||
return | ILifetimeScope |
public BeginLifetimeScope ( Action |
||
configurationAction | Action |
|
return | ILifetimeScope |
public BeginLifetimeScope ( object tag ) : ILifetimeScope | ||
tag | object | |
return | ILifetimeScope |
public BeginLifetimeScope ( object tag, Action |
||
tag | object | |
configurationAction | Action |
|
return | ILifetimeScope |
public ResolveComponent ( IComponentRegistration registration, IEnumerable |
||
registration | IComponentRegistration | |
parameters | IEnumerable |
|
return | object |
public ScopeDecorator ( ILifetimeScope decorated ) : System | ||
decorated | ILifetimeScope | |
return | System |