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

适用于