共用方式為


WorkerExtensionStartupAttribute Class

Definition

An assembly level attribute to inform that this assembly contains a worker extension startup implementation type.

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

Constructors

WorkerExtensionStartupAttribute(Type)

Constructs a new instance of WorkerExtensionStartupAttribute.

Properties

StartupType

Gets the type of the startup class implementation.

Applies to