C# Class NRConfigManager.Rendering.ExactMethodMatcher

Class for New Relic-compatible XML output of the exactMethodMatcher element.
Afficher le fichier Open project: Pablissimo/nrconfig Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
ExactMethodMatcher ( ) : System
ExactMethodMatcher ( string methodName, string parameterTypes ) : System
GetHashCode ( ) : int

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

ExactMethodMatcher() public méthode

public ExactMethodMatcher ( ) : System
Résultat System

ExactMethodMatcher() public méthode

public ExactMethodMatcher ( string methodName, string parameterTypes ) : System
methodName string
parameterTypes string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int