StreamingContext.State プロパティ

定義

注意事項

Formatter-based serialization is obsolete and should not be used.

送信データの送信元または送信先を取得します。

public:
 property System::Runtime::Serialization::StreamingContextStates State { System::Runtime::Serialization::StreamingContextStates get(); };
public System.Runtime.Serialization.StreamingContextStates State { get; }
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public System.Runtime.Serialization.StreamingContextStates State { get; }
member this.State : System.Runtime.Serialization.StreamingContextStates
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.State : System.Runtime.Serialization.StreamingContextStates
Public ReadOnly Property State As StreamingContextStates

プロパティ値

シリアル化中の送信データの送信先。 逆シリアル化中のデータの送信元。

属性

注釈

シリアル化中に、現在のプロパティは、送信されるデータの宛先を指定します。 たとえば、クロス AppDomain リモート処理からデータをシリアル化する場合、 StreamingContextStates は です CrossProcess。 逆シリアル化中、状態は逆シリアル化されたストリームのソースを示します。

適用対象