Click or drag to resize

XMX Methods

The XMX type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCheckSum Funzione per il calcolo dell'hash della stringa
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLastError Restituisce la stringa descrivente l'ultimo errore avvenuto. Può essere una stringa vuota "".
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIMSG Restituisce il messaggio localizzato.
Public methodLoad 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.
Public methodLoad(Encoding) Carica in memoria i messaggi presenti nel file .xmx con il quale si è inizializzato l'oggetto, utilizzando un particolare Encoding.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also