HostingStartupAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
를 빌드할 때 로드되고 실행되는 의 IHostingStartup 구현을 나타내는 표식 특성입니다 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
- 상속
-
HostingStartupAttribute
- 특성
생성자
HostingStartupAttribute(Type) |
지정된 형식을 HostingStartupAttribute 사용하여 을 생성합니다. |
속성
HostingStartupType |
의 구현 IHostingStartup 은 애플리케이션을 시작할 때 로드되어야 합니다. |