C# 클래스 msos.PrinterBase

상속: System.MarshalByRefObject, IPrinter
파일 보기 프로젝트 열기: goldshtn/msos

공개 메소드들

메소드 설명
ClearScreen ( ) : void
CommandEnded ( ) : void
Dispose ( ) : void
InitializeLifetimeService ( ) : object
WriteCommandOutput ( string format ) : void
WriteError ( string format ) : void
WriteInfo ( string format ) : void
WriteLink ( string text, string command ) : void
WriteWarning ( string value ) : void
WriteWarning ( string format, object args ) : void

메소드 상세

ClearScreen() 공개 메소드

public ClearScreen ( ) : void
리턴 void

CommandEnded() 공개 메소드

public CommandEnded ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

WriteCommandOutput() 공개 메소드

public WriteCommandOutput ( string format ) : void
format string
리턴 void

WriteError() 공개 메소드

public WriteError ( string format ) : void
format string
리턴 void

WriteInfo() 공개 메소드

public WriteInfo ( string format ) : void
format string
리턴 void

WriteLink() 공개 추상적인 메소드

public abstract WriteLink ( string text, string command ) : void
text string
command string
리턴 void

WriteWarning() 공개 추상적인 메소드

public abstract WriteWarning ( string value ) : void
value string
리턴 void

WriteWarning() 공개 메소드

public WriteWarning ( string format, object args ) : void
format string
args object
리턴 void