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

Inheritance: IRefresh, IXmlSerializable
Afficher le fichier Open project: chinaboard/PureCat Class Usage Examples

Private Properties

Свойство Type Description
GetMemory float

Méthodes publiques

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

Private Methods

Méthode Description
GetMemory ( ) : float

Method Details

GetSchema() public méthode

public GetSchema ( ) : System.Xml.Schema.XmlSchema
Résultat System.Xml.Schema.XmlSchema

MemoryInfo() public méthode

public MemoryInfo ( ) : System
Résultat System

ReadXml() public méthode

public ReadXml ( System reader ) : void
reader System
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

WriteXml() public méthode

public WriteXml ( System writer ) : void
writer System
Résultat void