BinaryMessageFormatter.TopObjectFormat 속성

정의

어셈블리를 찾고 로드하는 작업과 관련하여 그래프의 Top(루트) 개체가 역직렬화되는 방식을 정의하는 값을 가져오거나 설정합니다.

public:
 property System::Runtime::Serialization::Formatters::FormatterAssemblyStyle TopObjectFormat { System::Runtime::Serialization::Formatters::FormatterAssemblyStyle get(); void set(System::Runtime::Serialization::Formatters::FormatterAssemblyStyle value); };
[System.Messaging.MessagingDescription("MsgTopObjectFormat")]
public System.Runtime.Serialization.Formatters.FormatterAssemblyStyle TopObjectFormat { get; set; }
[<System.Messaging.MessagingDescription("MsgTopObjectFormat")>]
member this.TopObjectFormat : System.Runtime.Serialization.Formatters.FormatterAssemblyStyle with get, set
Public Property TopObjectFormat As FormatterAssemblyStyle

속성 값

역직렬화 동작을 정의하는 열거형 값 중 하나입니다.

특성

설명

중요

신뢰할 수 없는 데이터로 이 클래스에서 메서드를 호출하는 것은 보안상 위험합니다. 신뢰할 수 있는 데이터로만 이 클래스에서 메서드를 호출하세요. 자세한 내용은 모든 입력 유효성 검사를 참조하세요.

현재 기본값 AssemblyStyle인 을 적용해야 합니다.

적용 대상

추가 정보