C# Class NBench.Metrics.GarbageCollection.GcMetricName

Inheritance: MetricName
显示文件 Open project: petabridge/NBench Class Usage Examples

Public Methods

Method Description
Equals ( MetricName other ) : bool
Equals ( object obj ) : bool
GcMetricName ( GcMetric metric, GcGeneration generation )
GetHashCode ( ) : int
ToHumanFriendlyString ( ) : string
ToString ( ) : string
operator ( ) : bool

Protected Methods

Method Description
Equals ( GcMetricName other ) : bool

Method Details

Equals() protected method

protected Equals ( GcMetricName other ) : bool
other GcMetricName
return bool

Equals() public method

public Equals ( MetricName other ) : bool
other MetricName
return bool

Equals() public method

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

GcMetricName() public method

public GcMetricName ( GcMetric metric, GcGeneration generation )
metric GcMetric
generation GcGeneration

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToHumanFriendlyString() public method

public ToHumanFriendlyString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool