C# 클래스 Dev2.Diagnostics.DebugWriter

상속: IDebugWriter
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
DebugWriter ( Action write ) : System
Write ( IDebugState debugState ) : void
Write ( string serializeObject ) : void

메소드 상세

DebugWriter() 공개 메소드

public DebugWriter ( Action write ) : System
write Action
리턴 System

Write() 공개 메소드

public Write ( IDebugState debugState ) : void
debugState IDebugState
리턴 void

Write() 공개 메소드

public Write ( string serializeObject ) : void
serializeObject string
리턴 void