StringFormatter 类

定义

表示消息的字符串格式化程序。

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

构造函数

StringFormatter()

初始化 StringFormatter 类的新实例。

方法

CanRead(Message)

指示是否可读取消息队列。

Clone()

创建作为当前实例副本的新对象。

Read(Message)

读取消息。

Write(Message, Object)

打开一个内存流并写入消息对象。

适用于