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 )
.NET Framework のセキュリティ
プラットフォーム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 プロパティの値を指定する必要があります。
.NET Framework のセキュリティ
プラットフォーム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 コンストラクタのページへのリンク