DefaultAssembliesResolver Class

 

Provides an implementation of IAssembliesResolver with no external dependencies.

Namespace:   System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Dispatcher::DefaultAssembliesResolver

public ref class DefaultAssembliesResolver : IAssembliesResolver

NameDescription
System_CAPS_pubmethodDefaultAssembliesResolver()

Initializes a new instance of the DefaultAssembliesResolver class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetAssemblies()

Returns a list of assemblies available for the application.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: