Property | Type | Description | |
---|---|---|---|
Container | IContainer |
Method | Description | |
---|---|---|
AccessibleContainer ( ) : System | ||
AccessibleContainer ( IContainer container ) : System | ||
BeginLifetimeScope ( ) : ILifetimeScope | ||
BeginLifetimeScope ( Action |
||
BeginLifetimeScope ( object tag ) : ILifetimeScope | ||
BeginLifetimeScope ( object tag, Action |
||
Dispose ( ) : void | ||
ResolveComponent ( IComponentRegistration registration, IEnumerable |
public AccessibleContainer ( IContainer container ) : System | ||
container | IContainer | |
return | 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 |