XMX Class

QsInformatica.Utils

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: 22.4.2.0 (22.4.2.0)
Syntax
public class XMX
Public Class XMX
public ref class XMX
type XMX =  class end

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
Restituisce il checksum della stringa passata.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLastError
Restituisce la stringa descrivente l'ultimo errore avvenuto. Può essere una stringa vuota "".
Public methodGetType
Gets 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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns 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