BinaryFormatter.TypeFormat 속성

정의

serialize된 스트림에서 형식 설명을 레이아웃하는 형식을 가져오거나 설정합니다.

public:
 property System::Runtime::Serialization::Formatters::FormatterTypeStyle TypeFormat { System::Runtime::Serialization::Formatters::FormatterTypeStyle get(); void set(System::Runtime::Serialization::Formatters::FormatterTypeStyle value); };
public System.Runtime.Serialization.Formatters.FormatterTypeStyle TypeFormat { get; set; }
member this.TypeFormat : System.Runtime.Serialization.Formatters.FormatterTypeStyle with get, set
Public Property TypeFormat As FormatterTypeStyle

속성 값

사용할 레이아웃 형식의 스타일입니다.

설명

경고

BinaryFormatter는 안전하지 않으며 안전하게 할 수 없습니다. 자세한 내용은 BinaryFormatter 보안 가이드를 참조하세요.

적용 대상

추가 정보