C# 클래스 XLibrary.Remote.CallStat

파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID int
TotalCallTime int
TotalHits int
TotalTimeOutsideDest int

공개 메소드들

메소드 설명
CallStat ( ) : System
CallStat ( FunctionCall call ) : System

메소드 상세

CallStat() 공개 메소드

public CallStat ( ) : System
리턴 System

CallStat() 공개 메소드

public CallStat ( FunctionCall call ) : System
call FunctionCall
리턴 System

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

TotalCallTime 공개적으로 프로퍼티

public int TotalCallTime
리턴 int

TotalHits 공개적으로 프로퍼티

public int TotalHits
리턴 int

TotalTimeOutsideDest 공개적으로 프로퍼티

public int TotalTimeOutsideDest
리턴 int