Dela via


WorkerExtensionStartupCodeExecutorInfoAttribute Class

Definition

An assembly level attribute to inform that this assembly contains information about extension startup code executor type (The auto generated class which has calls to each of the participating extension's Configure method). If any of the extensions are participating in the startup, our source generator will add this assembly attribute with information about the extension startup code executor type.

[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
Inheritance
WorkerExtensionStartupCodeExecutorInfoAttribute
Attributes

Constructors

WorkerExtensionStartupCodeExecutorInfoAttribute(Type)

Constructs a new instance of WorkerExtensionStartupCodeExecutorInfoAttribute.

Properties

StartupCodeExecutorType

Gets the type of the startup code executor.

Applies to