Method | Description | |
---|---|---|
DisposeChildContainer ( ) : void |
Dispose current child container (if any)
|
|
GetService ( |
Resolves singly registered services that support arbitrary object creation.
|
|
GetServices ( |
Resolves multiply registered services.
|
|
GriffinDependencyResolver ( IParentContainer container ) : System |
Initializes a new instance of the GriffinDependencyResolver class.
|
Method | Description | |
---|---|---|
CreateAndStartChildContainer ( ) : IChildContainer |
public static DisposeChildContainer ( ) : void | ||
return | void |
public GetService ( |
||
serviceType | The type of the requested service or object. | |
return | object |
public GetServices ( |
||
serviceType | The type of the requested services. | |
return | IEnumerable |
public GriffinDependencyResolver ( IParentContainer container ) : System | ||
container | IParentContainer | The container. |
return | System |