Freigeben über


SerializationCallbacksAttribute Klasse

Definition

Gibt einen Typ an, der beim Ausführen von Serialisierungsvorgängen für Instanzen des Typs, dem dieses Attribut angefügt ist, instanziiert und aufgerufen werden soll.

[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
Vererbung
SerializationCallbacksAttribute
Attribute

Konstruktoren

SerializationCallbacksAttribute(Type)

Instanziiert eine neue SerializationCallbacksAttribute Instanz.

Eigenschaften

HookType

Der Typ der Hookklasse.

Gilt für: