XMX Class |
The XMX type exposes the following members.
| Name | Description | |
|---|---|---|
| XMX | Costruttore senza argomenti. | |
| XMX(String) | Costruttore con nome file. | |
| XMX(String, String) | Costruttore con nome file completo di percorso. |
| Name | Description | |
|---|---|---|
| Dizionario | Restituisce il dizionario delle stringhe indicizzate. | |
| FileName | Restituisce il nome del file .xmx utilizzato per il caricamento delle stringhe localizzate. | |
| FullFileName | Restituisce il nome del file xmx, completo di percorso, utilizzato per il caricamento delle stringhe localizzate. | |
| Path | Restituisce il percorso nel quale è stato caricato il file xmx utilizzato per il caricamento delle stringhe localizzate. |
| Name | Description | |
|---|---|---|
| CheckSum | Funzione per il calcolo dell'hash della stringa | |
| 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) |