Property | Type | Description |
---|
Method | Description | |
---|---|---|
AutofacDependencyResolver ( ) : System | ||
AutofacDependencyResolver ( ILifetimeScope lifetimeScope ) : System | ||
GetService ( |
||
GetServices ( |
||
RegistrationsFor ( Autofac.Core.Service service, Func |
public AutofacDependencyResolver ( ) : System | ||
return | System |
public AutofacDependencyResolver ( ILifetimeScope lifetimeScope ) : System | ||
lifetimeScope | ILifetimeScope | |
return | System |
public GetService ( |
||
serviceType | ||
return | object |
public GetServices ( |
||
serviceType | ||
return | IEnumerable |
public RegistrationsFor ( Autofac.Core.Service service, Func |
||
service | Autofac.Core.Service | |
registrationAccessor | Func |
|
return | IEnumerable |