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

実装

注釈

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

適用対象