C# Класс NRConfigManager.Infrastructure.InstrumentationDiscovererBase

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_logger log4net.ILog

Открытые методы

Метод Описание
GetInstrumentationSet ( string assemblyPath, InstrumentAttribute context, Predicate typeFilter ) : IEnumerable

Защищенные методы

Метод Описание
GetInstrumentationSet ( ITypeDetails t, InstrumentAttribute context ) : IEnumerable
GetInstrumentationTarget ( IMethodDetails method, InstrumentAttribute context ) : InstrumentationTarget
GetTypes ( string assemblyPath ) : IEnumerable

Описание методов

GetInstrumentationSet() защищенный Метод

protected GetInstrumentationSet ( ITypeDetails t, InstrumentAttribute context ) : IEnumerable
t ITypeDetails
context NRConfig.InstrumentAttribute
Результат IEnumerable

GetInstrumentationSet() публичный Метод

public GetInstrumentationSet ( string assemblyPath, InstrumentAttribute context, Predicate typeFilter ) : IEnumerable
assemblyPath string
context NRConfig.InstrumentAttribute
typeFilter Predicate
Результат IEnumerable

GetInstrumentationTarget() защищенный Метод

protected GetInstrumentationTarget ( IMethodDetails method, InstrumentAttribute context ) : InstrumentationTarget
method IMethodDetails
context NRConfig.InstrumentAttribute
Результат InstrumentationTarget

GetTypes() защищенный абстрактный Метод

protected abstract GetTypes ( string assemblyPath ) : IEnumerable
assemblyPath string
Результат IEnumerable

Описание свойств

_logger защищенное свойство

protected ILog,log4net _logger
Результат log4net.ILog