BinaryFormatter.TypeFormat プロパティ

定義

シリアル化されたストリームにおける型の記述のレイアウト形式を取得または設定します。

public:
 property System::Runtime::Serialization::Formatters::FormatterTypeStyle TypeFormat { System::Runtime::Serialization::Formatters::FormatterTypeStyle get(); void set(System::Runtime::Serialization::Formatters::FormatterTypeStyle value); };
public System.Runtime.Serialization.Formatters.FormatterTypeStyle TypeFormat { get; set; }
member this.TypeFormat : System.Runtime.Serialization.Formatters.FormatterTypeStyle with get, set
Public Property TypeFormat As FormatterTypeStyle

プロパティ値

型のレイアウトに使用するスタイル。

注釈

警告

BinaryFormatter は安全ではなく、セキュリティで保護することはできません。 詳細については、「BinaryFormatter セキュリティ ガイド」をご覧ください。

適用対象

こちらもご覧ください