SerializationCallbacksAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要在对此属性附加到的类型实例执行序列化操作时实例化和调用的类型。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class SerializationCallbacksAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type SerializationCallbacksAttribute = class
inherit Attribute
Public NotInheritable Class SerializationCallbacksAttribute
Inherits Attribute
- 继承
-
SerializationCallbacksAttribute
- 属性
构造函数
SerializationCallbacksAttribute(Type) |
实例化新 SerializationCallbacksAttribute 实例。 |
属性
HookType |
挂钩类的类型。 |