Compartilhar via


BootstrapperAttribute Classe

Definição

Identifica a IBootstrapper implementação a ser usada como ponto de entrada para iniciar o serviço. Só pode haver uma dessas instâncias ativa por vez.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public sealed class BootstrapperAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type BootstrapperAttribute = class
    inherit Attribute
Public NotInheritable Class BootstrapperAttribute
Inherits Attribute
Herança
BootstrapperAttribute
Atributos

Construtores

BootstrapperAttribute(Type)

Cria uma nova instância do BootstrapperAttribute que identifica a IBootstrapper implementação a ser usada como ponto de entrada para iniciar o serviço.

Propriedades

BootstrapperType

Obtém o IBootstrapper que fornece o ponto de entrada para iniciar o serviço.

Aplica-se a