BinaryMessageFormatter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 BinaryMessageFormatter 类的新实例。
重载
BinaryMessageFormatter() |
初始化 BinaryMessageFormatter 类的新实例,不指定类型样式或顶级对象程序集样式。 |
BinaryMessageFormatter(FormatterAssemblyStyle, FormatterTypeStyle) |
初始化 BinaryMessageFormatter 类的新实例,并指定根对象和类型说明的格式。 |
注解
重要
使用不受信任的数据调用此类中的方法存在安全风险。 仅使用受信任的数据调用此类中的方法。 有关详细信息,请参阅 验证所有输入。
BinaryMessageFormatter()
初始化 BinaryMessageFormatter 类的新实例,不指定类型样式或顶级对象程序集样式。
public:
BinaryMessageFormatter();
public BinaryMessageFormatter ();
Public Sub New ()
注解
必须指定 TopObjectFormat 属性的值 (该属性定义图形中的根对象的布局方式) 和 TypeFormat 属性 (,该属性定义如何在) 布局对象类型说明,然后再使用 类的 BinaryMessageFormatter 实例序列化和发送消息。
适用于
BinaryMessageFormatter(FormatterAssemblyStyle, FormatterTypeStyle)
初始化 BinaryMessageFormatter 类的新实例,并指定根对象和类型说明的格式。
public:
BinaryMessageFormatter(System::Runtime::Serialization::Formatters::FormatterAssemblyStyle topObjectFormat, System::Runtime::Serialization::Formatters::FormatterTypeStyle typeFormat);
public BinaryMessageFormatter (System.Runtime.Serialization.Formatters.FormatterAssemblyStyle topObjectFormat, System.Runtime.Serialization.Formatters.FormatterTypeStyle typeFormat);
new System.Messaging.BinaryMessageFormatter : System.Runtime.Serialization.Formatters.FormatterAssemblyStyle * System.Runtime.Serialization.Formatters.FormatterTypeStyle -> System.Messaging.BinaryMessageFormatter
Public Sub New (topObjectFormat As FormatterAssemblyStyle, typeFormat As FormatterTypeStyle)
参数
- topObjectFormat
- FormatterAssemblyStyle
确定图形的顶级(根)对象在序列化流中的布局方式。
- typeFormat
- FormatterTypeStyle
确定类型说明在序列化流中的布局方式。