C# 클래스 PureCat.Message.Spi.Heartbeat.MemoryInfo

상속: IRefresh, IXmlSerializable
파일 보기 프로젝트 열기: chinaboard/PureCat 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetMemory float

공개 메소드들

메소드 설명
GetSchema ( ) : System.Xml.Schema.XmlSchema
MemoryInfo ( ) : System
ReadXml ( System reader ) : void
Refresh ( ) : void
WriteXml ( System writer ) : void

비공개 메소드들

메소드 설명
GetMemory ( ) : float

메소드 상세

GetSchema() 공개 메소드

public GetSchema ( ) : System.Xml.Schema.XmlSchema
리턴 System.Xml.Schema.XmlSchema

MemoryInfo() 공개 메소드

public MemoryInfo ( ) : System
리턴 System

ReadXml() 공개 메소드

public ReadXml ( System reader ) : void
reader System
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

WriteXml() 공개 메소드

public WriteXml ( System writer ) : void
writer System
리턴 void