BinaryFormatter.Context 속성
이 포맷터에 대한 StreamingContext를 가져오거나 설정합니다.
네임스페이스: System.Runtime.Serialization.Formatters.Binary
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
Public Property Context As StreamingContext
‘사용 방법
Dim instance As BinaryFormatter
Dim value As StreamingContext
value = instance.Context
instance.Context = value
public StreamingContext Context { get; set; }
public:
virtual property StreamingContext Context {
StreamingContext get () sealed;
void set (StreamingContext value) sealed;
}
/** @property */
public final StreamingContext get_Context ()
/** @property */
public final void set_Context (StreamingContext value)
public final function get Context () : StreamingContext
public final function set Context (value : StreamingContext)
속성 값
이 포맷터와 함께 사용할 스트리밍 컨텍스트입니다.
설명
StreamingContext는 해당 컨텍스트 및 추가적인 호출자 정의 컨텍스트를 유지하기 위한 serialization 방법뿐만 아니라 serialize된 해당 스트림의 소스와 대상을 설명하는 열거형도 제공합니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
참고 항목
참조
BinaryFormatter 클래스
BinaryFormatter 멤버
System.Runtime.Serialization.Formatters.Binary 네임스페이스
StreamingContext 구조체