Click or drag to resize

XMX Class

Modulo per la lettura dei file xmx per la localizzazione delle stringhe.
Inheritance Hierarchy
SystemObject
  QsInformatica.UtilsXMX

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public class XMX

The XMX type exposes the following members.

Constructors
 NameDescription
Public methodXMX Costruttore senza argomenti.
Public methodXMX(String) Costruttore con nome file.
Public methodXMX(String, String) Costruttore con nome file completo di percorso.
Top
Properties
 NameDescription
Public propertyDizionario Restituisce il dizionario delle stringhe indicizzate.
Public propertyFileName Restituisce il nome del file .xmx utilizzato per il caricamento delle stringhe localizzate.
Public propertyFullFileName Restituisce il nome del file xmx, completo di percorso, utilizzato per il caricamento delle stringhe localizzate.
Public propertyPath Restituisce il percorso nel quale è stato caricato il file xmx utilizzato per il caricamento delle stringhe localizzate.
Top
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
Remarks
Usare la funzione IMSG, all'interno dei sorgenti, per racchiudere le costanti stringa che devono essere tradotte.
See Also