OwinStartupAttribute Class

 

Used to mark which class in an assembly should be used for automatic startup.

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

System::Object
  System::Attribute
    Microsoft.Owin::OwinStartupAttribute

[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = true)]
public ref class OwinStartupAttribute sealed : Attribute

NameDescription
System_CAPS_pubmethodOwinStartupAttribute(String^, Type^)

Initializes a new instance of the OwinStartupAttribute class

System_CAPS_pubmethodOwinStartupAttribute(String^, Type^, String^)

Initializes a new instance of the OwinStartupAttribute class

System_CAPS_pubmethodOwinStartupAttribute(Type^)

Initializes a new instance of the OwinStartupAttribute class

System_CAPS_pubmethodOwinStartupAttribute(Type^, String^)

Initializes a new instance of the OwinStartupAttribute class

NameDescription
System_CAPS_pubpropertyFriendlyName

A non-default configuration if any. e.g. Staging.

System_CAPS_pubpropertyMethodName

The name of the configuration method

System_CAPS_pubpropertyStartupType

The startup class

System_CAPS_pubpropertyTypeId

(Inherited from Attribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: