次の方法で共有


WorkerExtensionStartupCodeExecutorInfoAttribute クラス

定義

このアセンブリに拡張機能のスタートアップ コード Executor 型 (参加している各拡張機能の Configure メソッドの呼び出しを含む自動生成されたクラス) に関する情報が含まれていることを通知するアセンブリ レベル属性。 いずれかの拡張機能がスタートアップに参加している場合、ソース ジェネレーターは、拡張機能のスタートアップ コード Executor の種類に関する情報を含むこのアセンブリ属性を追加します。

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public class WorkerExtensionStartupCodeExecutorInfoAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type WorkerExtensionStartupCodeExecutorInfoAttribute = class
    inherit Attribute
Public Class WorkerExtensionStartupCodeExecutorInfoAttribute
Inherits Attribute
継承
WorkerExtensionStartupCodeExecutorInfoAttribute
属性

コンストラクター

WorkerExtensionStartupCodeExecutorInfoAttribute(Type)

WorkerExtensionStartupCodeExecutorInfoAttribute の新しいインスタンスを作成します。

プロパティ

StartupCodeExecutorType

スタートアップ コード Executor の型を取得します。

適用対象