SoapFormatter.SurrogateSelector プロパティ

定義

シリアル化および逆シリアル化中に型の置換を制御する SurrogateSelector を取得または設定します。

public:
 property System::Runtime::Serialization::ISurrogateSelector ^ SurrogateSelector { System::Runtime::Serialization::ISurrogateSelector ^ get(); void set(System::Runtime::Serialization::ISurrogateSelector ^ value); };
public System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get; set; }
member this.SurrogateSelector : System.Runtime.Serialization.ISurrogateSelector with get, set
Public Property SurrogateSelector As ISurrogateSelector

プロパティ値

このSurrogateSelectorで使用されるSoapFormatter

実装

注釈

System.Runtime.RemotingObjRef オブジェクトのMarshalByRefObject インスタンスを生成するために使用されます。

適用対象