C# 클래스 MethodTimeLogger, Orchestra

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

공개 메소드들

메소드 설명
Log ( MethodBase methodBase, long milliseconds ) : void

Used by MethodTimer.

Log ( Type, type, string methodName, long milliseconds ) : void

Used by custom code.

메소드 상세

Log() 공개 정적인 메소드

Used by MethodTimer.
public static Log ( MethodBase methodBase, long milliseconds ) : void
methodBase MethodBase
milliseconds long
리턴 void

Log() 공개 정적인 메소드

Used by custom code.
public static Log ( Type, type, string methodName, long milliseconds ) : void
type Type,
methodName string
milliseconds long
리턴 void