HostingStartupAttribute(Type) 생성자

정의

지정된 형식을 HostingStartupAttribute 사용하여 을 생성합니다.

public:
 HostingStartupAttribute(Type ^ hostingStartupType);
public HostingStartupAttribute (Type hostingStartupType);
new Microsoft.AspNetCore.Hosting.HostingStartupAttribute : Type -> Microsoft.AspNetCore.Hosting.HostingStartupAttribute
Public Sub New (hostingStartupType As Type)

매개 변수

hostingStartupType
Type

를 구현하는 형식입니다 IHostingStartup.

적용 대상