C# Class PureCat.Message.Spi.Heartbeat.MemoryInfo

Inheritance: IRefresh, IXmlSerializable
Mostra file Open project: chinaboard/PureCat Class Usage Examples

Private Properties

Property Type Description
GetMemory float

Public Methods

Method Description
GetSchema ( ) : System.Xml.Schema.XmlSchema
MemoryInfo ( ) : System
ReadXml ( System reader ) : void
Refresh ( ) : void
WriteXml ( System writer ) : void

Private Methods

Method Description
GetMemory ( ) : float

Method Details

GetSchema() public method

public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

MemoryInfo() public method

public MemoryInfo ( ) : System
return System

ReadXml() public method

public ReadXml ( System reader ) : void
reader System
return void

Refresh() public method

public Refresh ( ) : void
return void

WriteXml() public method

public WriteXml ( System writer ) : void
writer System
return void