HostingStartupAttribute クラス

定義

のビルド時に読み込まれて実行される の IHostingStartup 実装を IWebHost示す Marker 属性。

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
継承
HostingStartupAttribute
属性

コンストラクター

HostingStartupAttribute(Type)

指定した型を HostingStartupAttribute 使用して を構築します。

プロパティ

HostingStartupType

アプリケーションの IHostingStartup 起動時に読み込む必要がある の実装。

適用対象