Variable2KFormatter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示变量格式化程序。
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) | 
		 将对象序列化为消息体。  |