다음을 통해 공유


SerializationCallbacksAttribute 클래스

정의

이 특성이 연결된 형식의 인스턴스에서 serialization 작업을 수행할 때 인스턴스화 및 호출할 형식을 지정합니다.

[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

후크 클래스의 형식입니다.

적용 대상