C# 클래스 WebApplications.Utilities.Performance.Tools.PerfSetup.PerformanceType

Holds information about performance counter types.
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsValid bool

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
Get ( [ typeReference ) : PerformanceType
PerformanceType ( [ typeReference ) : System

Initializes a new instance of the PerformanceType class.

메소드 상세

ToString() 공개 메소드

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

프로퍼티 상세

IsValid 공개적으로 프로퍼티

Whether the type is valid.
public bool IsValid
리턴 bool