DefaultAssembliesResolver Class

Provides an implementation of IAssembliesResolver with no external dependencies.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class DefaultAssembliesResolver _
    Implements IAssembliesResolver
'Usage
Dim instance As DefaultAssembliesResolver
public class DefaultAssembliesResolver : IAssembliesResolver
public ref class DefaultAssembliesResolver : IAssembliesResolver
type DefaultAssembliesResolver =  
    class 
        interface IAssembliesResolver 
    end
public class DefaultAssembliesResolver implements IAssembliesResolver

The DefaultAssembliesResolver type exposes the following members.

Constructors

  Name Description
Public method DefaultAssembliesResolver Initializes a new instance of the DefaultAssembliesResolver class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAssemblies Returns a list of assemblies available for the application.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Http.Dispatcher Namespace