C# Class NRConfigManager.Rendering.ExactMethodMatcher

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

Private Properties

Property Type Description

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

ExactMethodMatcher() public method

public ExactMethodMatcher ( ) : System
return System

ExactMethodMatcher() public method

public ExactMethodMatcher ( string methodName, string parameterTypes ) : System
methodName string
parameterTypes string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int