Compartir a través de


Formatter Miembros

Contains the formatter used to serialize an object into or deserialize an object from the body of a message read from or written to the queue.

El tipo Formatter expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico Formatter Initializes a new instance of the Formatter class.

Principio

Métodos

  Nombre Descripción
Método publico CanRead Gets a value that indicates whether the message queue can be read.
Método publico Clone Creates a new object that is a copy of the current instance.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Read Reads the message.
Método publico ToString (Se hereda de Object).
Método publico Write Opens a memory stream and writes the message object. This method serializes the message object including PackageID, VersionID, name of the datafile and the file contents.

Principio