C# 클래스 MatterHackers.Agg.UI.PerformanceTimer

상속: IDisposable
파일 보기 프로젝트 열기: ucswift/PrinterQuotationEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GetParentWindowFunction Func

공개 메소드들

메소드 설명
Dispose ( ) : void
PerformanceTimer ( string panelName, string name ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PerformanceTimer() 공개 메소드

public PerformanceTimer ( string panelName, string name ) : System
panelName string
name string
리턴 System

프로퍼티 상세

GetParentWindowFunction 공개적으로 정적으로 프로퍼티

public static Func GetParentWindowFunction
리턴 Func