次の方法で共有


EntityInitAssemblyAttribute Class

Definition

Attribute containing a type with an Init method to be called when initializing ProtocolJsonSerializer.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class EntityInitAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type EntityInitAssemblyAttribute = class
    inherit Attribute
Public Class EntityInitAssemblyAttribute
Inherits Attribute
Inheritance
EntityInitAssemblyAttribute
Attributes

Constructors

Name Description
EntityInitAssemblyAttribute(Type)

Attribute containing a type with an Init method to be called when initializing ProtocolJsonSerializer.

Fields

Name Description
InitType

Applies to