HostingStarterAttribute Constructor

Initializes a new instance of the HostingStarterAttribute class.

Namespace:  Microsoft.Owin.Hosting.Starter
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

'Declaration
Public Sub New ( _
    hostingStarterType As Type _
)
'Usage
Dim hostingStarterType As Type 

Dim instance As New HostingStarterAttribute(hostingStarterType)
public HostingStarterAttribute(
    Type hostingStarterType
)
public:
HostingStarterAttribute(
    Type^ hostingStarterType
)
new : 
        hostingStarterType:Type -> HostingStarterAttribute
public function HostingStarterAttribute(
    hostingStarterType : Type
)

Parameters

  • hostingStarterType
    Type: System.Type
    The type of the hosting starter.

See Also

Reference

HostingStarterAttribute Class

Microsoft.Owin.Hosting.Starter Namespace