共用方式為


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

攔截類別的類型。

適用於