StreamingContext 構造体

定義

シリアル化された指定のストリームのソースと宛先を記述し、呼び出し元が定義した追加のコンテキストを提供します。

public value class StreamingContext
public struct StreamingContext
public readonly struct StreamingContext
[System.Serializable]
public struct StreamingContext
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct StreamingContext
type StreamingContext = struct
[<System.Serializable>]
type StreamingContext = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type StreamingContext = struct
Public Structure StreamingContext
継承
StreamingContext
属性

注釈

フォーマッタが使用するビットのソースまたは宛先を示します。 サロゲートを持つクラス、または を実装 ISerializable するクラスは、ストリーミング コンテキストに格納されている情報に基づいてフィールドと値をシリアル化または無視できます。 たとえば、 プロパティが にSystem.Runtime.Serialization.StreamingContextStates.CrossProcess設定されている場合State、ウィンドウ ハンドルは引き続き有効です。

コンストラクター

StreamingContext(StreamingContextStates)
古い.

コンテキストの状態を指定して、StreamingContext クラスの新しいインスタンスを初期化します。

StreamingContext(StreamingContextStates, Object)
古い.

コンテキストの状態と追加情報を指定して、StreamingContext クラスの新しいインスタンスを初期化します。

プロパティ

Context

追加のコンテキストの一部として指定したコンテキストを取得します。

State
古い.

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

メソッド

Equals(Object)

2 つの StreamingContext インスタンスの値が同一かどうかを判断します。

GetHashCode()

このオブジェクトのハッシュ コードを返します。

適用対象

こちらもご覧ください