DependencyAccessor Class

.NET Framework (current version)
 

Allows export providers to locate their dependencies.

Namespace:   System.Composition.Hosting.Core
Assembly:  System.Composition.Hosting (in System.Composition.Hosting.dll)

System::Object
System.Composition.Hosting.Core::DependencyAccessor

public ref class DependencyAccessor abstract 

NameDescription
System_CAPS_protmethodDependencyAccessor()

Initializes a new instance of the DependencyAccessor class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_protmethodGetPromises(CompositionContract^)

Retrieves all promises for the specified contract.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolveDependencies(Object^, CompositionContract^, Boolean)

Resolve dependencies on all implementations of a contract.

System_CAPS_pubmethodResolveRequiredDependency(Object^, CompositionContract^, Boolean)

Resolves a required dependency on one implementation of a contract.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryResolveOptionalDependency(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.

Return to top
Show: