StatusReporterTypeResolver Class

 

Provides an implementation of IStatusReporterTypeResolver with no external dependencies.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Diagnostics.StatusReporterTypeResolver

Syntax

public class StatusReporterTypeResolver : IStatusReporterTypeResolver
public ref class StatusReporterTypeResolver : IStatusReporterTypeResolver
type StatusReporterTypeResolver = 
    class
        interface IStatusReporterTypeResolver
    end
Public Class StatusReporterTypeResolver
    Implements IStatusReporterTypeResolver

Constructors

Name Description
System_CAPS_pubmethod StatusReporterTypeResolver()

Initializes a new instance of the StatusReporterTypeResolver with a default filter for detecting IStatusReporter instances.

System_CAPS_pubmethod StatusReporterTypeResolver(Predicate<Type>)

Creates a new StatusReporterTypeResolver instance using a predicate to filter types that implement IStatusReporter.

Properties

Name Description
System_CAPS_protproperty IsStatusReporterPredicate

Gets the predicate used to filter types that implement IStatusReporter.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetReporterTypes(IEnumerable<Assembly>)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top