C# 클래스 NesHd.Core.Debugger.Debug

파일 보기 프로젝트 열기: afonsof/nes-hd

공개 메소드들

메소드 설명
WriteLine ( object sender, string line, DebugStatus status ) : void
WriteSeparateLine ( object sender, DebugStatus status ) : void

메소드 상세

WriteLine() 공개 정적인 메소드

public static WriteLine ( object sender, string line, DebugStatus status ) : void
sender object
line string
status DebugStatus
리턴 void

WriteSeparateLine() 공개 정적인 메소드

public static WriteSeparateLine ( object sender, DebugStatus status ) : void
sender object
status DebugStatus
리턴 void