C# 클래스 fitSharp.Machine.Engine.Trace

상속: Copyable
파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 메소드들

메소드 설명
Copy ( ) : Copyable
File ( string fileName ) : void
Stop ( ) : void
Write ( string label, string message ) : void

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Copyable
리턴 Copyable

File() 공개 메소드

public File ( string fileName ) : void
fileName string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Write() 공개 메소드

public Write ( string label, string message ) : void
label string
message string
리턴 void