C# 클래스 Tether.Plugins.PerformanceCounterValueAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: surgicalcoder/Tether

공개 메소드들

메소드 설명
PerformanceCounterValueAttribute ( ) : System
PerformanceCounterValueAttribute ( string propertyName ) : System
PerformanceCounterValueAttribute ( string propertyName, int divisor ) : System

메소드 상세

PerformanceCounterValueAttribute() 공개 메소드

public PerformanceCounterValueAttribute ( ) : System
리턴 System

PerformanceCounterValueAttribute() 공개 메소드

public PerformanceCounterValueAttribute ( string propertyName ) : System
propertyName string
리턴 System

PerformanceCounterValueAttribute() 공개 메소드

public PerformanceCounterValueAttribute ( string propertyName, int divisor ) : System
propertyName string
divisor int
리턴 System