HostingStartupAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
のビルド時に読み込まれて実行される の 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 起動時に読み込む必要がある の実装。 |