SerializationCallbacksAttribute 类

定义

指定要在对此属性附加到的类型实例执行序列化操作时实例化和调用的类型。

[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

挂钩类的类型。

适用于