Элементы Formatter

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.

Тип Formatter предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Formatter Initializes a new instance of the Formatter class.

В начало

Методы

  Имя Описание
Открытый метод CanRead Gets a value that indicates whether the message queue can be read.
Открытый метод Clone Creates a new object that is a copy of the current instance.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Read Reads the message.
Открытый метод ToString (Наследуется из Object.)
Открытый метод 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.

В начало