C# Класс NRConfigManager.Rendering.ExactMethodMatcher

Class for New Relic-compatible XML output of the exactMethodMatcher element.
Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

Метод Описание
Equals ( object obj ) : bool
ExactMethodMatcher ( ) : System
ExactMethodMatcher ( string methodName, string parameterTypes ) : System
GetHashCode ( ) : int

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

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

public Equals ( object obj ) : bool
obj object
Результат bool

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

public ExactMethodMatcher ( ) : System
Результат System

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

public ExactMethodMatcher ( string methodName, string parameterTypes ) : System
methodName string
parameterTypes string
Результат System

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

public GetHashCode ( ) : int
Результат int