DependencyAccessor Class
.NET Framework (current version)
Allows export providers to locate their dependencies.
Assembly: System.Composition.Hosting (in System.Composition.Hosting.dll)
| Name | Description | |
|---|---|---|
![]() | DependencyAccessor() | Initializes a new instance of the DependencyAccessor class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPromises(CompositionContract^) | Retrieves all promises for the specified contract. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ResolveDependencies(Object^, CompositionContract^, Boolean) | Resolve dependencies on all implementations of a contract. |
![]() | ResolveRequiredDependency(Object^, CompositionContract^, Boolean) | Resolves a required dependency on one implementation of a contract. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryResolveOptionalDependency(Object^, CompositionContract^, Boolean, CompositionDependency^) | Resolves an optional dependency based on one implementation of a contract. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

