DependencyInjectionScope.AddInjectionInfo Method |
Name | Description | |
---|---|---|
![]() | AddInjectionInfo(Type, Type, String) |
Adds the injection info passed in to the scope data. Call this method one or more times from an override of InitializeScope().
|
![]() | AddInjectionInfo(Type, Type, String, DependencyInjectionTargetKind, DependencyInjectionContextType) |
Adds the injection info passed in to the scope data. Call this method one or more times from an override of InitializeScope().
|
![]() | AddInjectionInfo(Type, Type, String, DependencyInjectionTargetKind, DependencyInjectionContextType, IEnumerable<String>) |
Adds the injection info passed in to the scope data. Call this method one or more times from an override of InitializeScope().
|