言語

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)

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

適用対象