OwinStartupAttribute Constructor (Type)

Initializes a new instance of the OwinStartupAttribute class

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

Syntax

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

Dim instance As New OwinStartupAttribute(startupType)
public OwinStartupAttribute(
    Type startupType
)
public:
OwinStartupAttribute(
    Type^ startupType
)
new : 
        startupType:Type -> OwinStartupAttribute
public function OwinStartupAttribute(
    startupType : Type
)

Parameters

See Also

Reference

OwinStartupAttribute Class

OwinStartupAttribute Overload

Microsoft.Owin Namespace