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)

メッセージ本文にオブジェクトをシリアル化します。

適用対象