C# Class WebApplications.Utilities.Performance.Tools.PerfSetup.PerformanceType

Holds information about performance counter types.
Mostrar archivo Open project: webappsuk/CoreLibraries Class Usage Examples

Public Properties

Property Type Description
IsValid bool

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Method Description
Get ( [ typeReference ) : PerformanceType
PerformanceType ( [ typeReference ) : System

Initializes a new instance of the PerformanceType class.

Method Details

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

Property Details

IsValid public_oe property

Whether the type is valid.
public bool IsValid
return bool