HostingStartupAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Atribut značky IHostingStartup označující implementaci, která se načte a spustí při vytváření objektu IWebHost.
public ref class HostingStartupAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class HostingStartupAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type HostingStartupAttribute = class
inherit Attribute
Public NotInheritable Class HostingStartupAttribute
Inherits Attribute
- Dědičnost
-
HostingStartupAttribute
- Atributy
Konstruktory
| HostingStartupAttribute(Type) |
HostingStartupAttribute Vytvoří zadaný typ. |
Vlastnosti
| HostingStartupType |
Implementace IHostingStartup , která by se měla načíst při spuštění aplikace. |