共用方式為


RegisterActivatorAttribute 類別

定義

套用至類型時,表示類型為啟動器,而且應該自動註冊。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterActivatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterActivatorAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterActivatorAttribute
Inherits Attribute
繼承
RegisterActivatorAttribute
屬性

建構函式

RegisterActivatorAttribute()

套用至類型時,表示類型為啟動器,而且應該自動註冊。

適用於