Method | Description | |
---|---|---|
GetService ( |
Gets the service of the specified type.
|
|
GetServices ( |
Gets the services of the specifies type.
|
|
NinjectDependencyScope ( IResolutionRoot resolutionRoot ) : System |
Initializes a new instance of the NinjectDependencyScope class.
|
public GetService ( |
||
serviceType | The type of the service. | |
return | object |
public GetServices ( |
||
serviceType | The type of the service. | |
return | IEnumerable |
public NinjectDependencyScope ( IResolutionRoot resolutionRoot ) : System | ||
resolutionRoot | IResolutionRoot | The resolution root. |
return | System |