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 |
攔截類別的類型。 |