Variable2KFormatter 类

定义

表示变量格式化程序。

public ref class Variable2KFormatter : ICloneable, System::Messaging::IMessageFormatter
public class Variable2KFormatter : ICloneable, System.Messaging.IMessageFormatter
type Variable2KFormatter = class
    interface IMessageFormatter
    interface ICloneable
Public Class Variable2KFormatter
Implements ICloneable, IMessageFormatter
继承
Variable2KFormatter
实现

方法

CanRead(Message)

确定格式化程序是否可以读取消息的内容。

Clone()

创建 Variable2KFormatter 对象的副本。

Read(Message)

从给定的消息读取内容。

Write(Message, Object)

将对象序列化为消息体。

适用于