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 的类可以根据存储在流式处理上下文中的信息序列化或忽略字段和值。 例如,如果 State 属性设置为 System.Runtime.Serialization.StreamingContextStates.CrossProcess,则窗口句柄仍然有效。

构造函数

StreamingContext(StreamingContextStates)
已过时.

使用给定的上下文状态初始化 StreamingContext 类的新实例。

StreamingContext(StreamingContextStates, Object)
已过时.

使用给定的上下文状态以及一些附加信息来初始化 StreamingContext 类的新实例。

属性

Context

获取指定为附加上下文的一部分的上下文。

State
已过时.

获取传输数据的源或目标。

方法

Equals(Object)

确定两个 StreamingContext 实例是否包含相同值。

GetHashCode()

返回此对象的哈希代码。

适用于

另请参阅