XMX Methods |
The XMX type exposes the following members.
| Name | Description | |
|---|---|---|
| CheckSum |
Restituisce il checksum della stringa passata.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLastError |
Restituisce la stringa descrivente l'ultimo errore avvenuto. Può essere una stringa vuota "".
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IMSG |
Restituisce il messaggio localizzato.
| |
| Load |
Carica in memoria i messaggi presenti nel file .xmx con il quale si è inizializzato l'oggetto.
Per la trasformazione da array di byte a stringa viene utilizzato l'encoding 1252.
| |
| Load(Encoding) |
Carica in memoria i messaggi presenti nel file .xmx con il quale si è inizializzato l'oggetto,
utilizzando un particolare Encoding.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |