Search Results for

    Show / Hide Table of Contents

    Class ProfilingInterceptorPolicy<T>

    Inheritance
    System.Object
    ProfilingInterceptorPolicy<T>
    Implements
    StructureMap.Building.Interception.IInterceptorPolicy
    StructureMap.Building.IDescribed
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Core.Common
    Assembly: ImageVault.Core.dll
    Syntax
    public class ProfilingInterceptorPolicy<T>
    Type Parameters
    Name Description
    T

    Constructors

    ProfilingInterceptorPolicy(String, Func<Type, Boolean>)

    Declaration
    public ProfilingInterceptorPolicy(string profilingType, Func<Type, bool> filter = null)
    Parameters
    Type Name Description
    System.String profilingType
    System.Func<System.Type, System.Boolean> filter

    Properties

    Description

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String

    Methods

    DetermineInterceptors(Type, Instance)

    Declaration
    public IEnumerable<IInterceptor> DetermineInterceptors(Type pluginType, Instance instance)
    Parameters
    Type Name Description
    System.Type pluginType
    StructureMap.Pipeline.Instance instance
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<StructureMap.Building.Interception.IInterceptor>

    Implements

    StructureMap.Building.Interception.IInterceptorPolicy
    StructureMap.Building.IDescribed
    In This Article
    Back to top (c) Meriworks 2002-2022