BinaryMessageFormatter コンストラクタ (FormatterAssemblyStyle, FormatterTypeStyle)
アセンブリ: System.Messaging (system.messaging.dll 内)

Public Sub New ( _ topObjectFormat As FormatterAssemblyStyle, _ typeFormat As FormatterTypeStyle _ )
Dim topObjectFormat As FormatterAssemblyStyle Dim typeFormat As FormatterTypeStyle Dim instance As New BinaryMessageFormatter(topObjectFormat, typeFormat)
public BinaryMessageFormatter (
FormatterAssemblyStyle topObjectFormat,
FormatterTypeStyle typeFormat
)
public:
BinaryMessageFormatter (
FormatterAssemblyStyle topObjectFormat,
FormatterTypeStyle typeFormat
)
public BinaryMessageFormatter (
FormatterAssemblyStyle topObjectFormat,
FormatterTypeStyle typeFormat
)
public function BinaryMessageFormatter ( topObjectFormat : FormatterAssemblyStyle, typeFormat : FormatterTypeStyle )


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


BinaryMessageFormatter コンストラクタ

名前 | 説明 |
---|---|
BinaryMessageFormatter () | 型スタイルまたはトップ オブジェクト アセンブリのスタイルを指定せずに、BinaryMessageFormatter クラスの新しいインスタンスを初期化します。 |
BinaryMessageFormatter (FormatterAssemblyStyle, FormatterTypeStyle) | BinaryMessageFormatter クラスの新しいインスタンスを初期化し、ルート オブジェクトと型の記述の形式を指定します。 |

BinaryMessageFormatter コンストラクタ ()
アセンブリ: System.Messaging (system.messaging.dll 内)


BinaryMessageFormatter クラスのインスタンスを使用してメッセージのシリアル化と送信を行う前に、(グラフ内のルート オブジェクトのレイアウトを定義する) TopObjectFormat プロパティの値と (オブジェクト型の記述のレイアウトを定義する) TypeFormat プロパティの値を指定する必要があります。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- BinaryMessageFormatter コンストラクタのページへのリンク