Share via


OwinStartupAttribute Constructor (String, Type, String)

Initializes a new instance of the OwinStartupAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    friendlyName As String, _
    startupType As Type, _
    methodName As String _
)
'Usage
Dim friendlyName As String 
Dim startupType As Type 
Dim methodName As String 

Dim instance As New OwinStartupAttribute(friendlyName, _
    startupType, methodName)
public OwinStartupAttribute(
    string friendlyName,
    Type startupType,
    string methodName
)
public:
OwinStartupAttribute(
    String^ friendlyName, 
    Type^ startupType, 
    String^ methodName
)
new : 
        friendlyName:string * 
        startupType:Type * 
        methodName:string -> OwinStartupAttribute
public function OwinStartupAttribute(
    friendlyName : String, 
    startupType : Type, 
    methodName : String
)

Parameters

See Also

Reference

OwinStartupAttribute Class

OwinStartupAttribute Overload

Microsoft.Owin Namespace