C# 클래스 Xnlab.SQLMon.Logic.HistoryRecord

상속: PerformanceRecord, ICustomBinarySerializable
파일 보기 프로젝트 열기: unruledboy/SQLMonitor 1 사용 예제들

공개 메소드들

메소드 설명
SetDataFrom ( BinaryReader reader, bool full ) : void
WriteDataTo ( BinaryWriter writer ) : void

비공개 메소드들

메소드 설명
HistoryRecord ( PerformanceRecord record ) : System

메소드 상세

SetDataFrom() 공개 메소드

public SetDataFrom ( BinaryReader reader, bool full ) : void
reader System.IO.BinaryReader
full bool
리턴 void

WriteDataTo() 공개 메소드

public WriteDataTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
리턴 void