语言

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)

将对象序列化为消息正文。

适用于