AppBuilderFactory Class

Represents an application builder factory.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Builder.AppBuilderFactory

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

Syntax

'Declaration
Public Class AppBuilderFactory _
    Implements IAppBuilderFactory
'Usage
Dim instance As AppBuilderFactory
public class AppBuilderFactory : IAppBuilderFactory
public ref class AppBuilderFactory : IAppBuilderFactory
type AppBuilderFactory =  
    class 
        interface IAppBuilderFactory 
    end
public class AppBuilderFactory implements IAppBuilderFactory

The AppBuilderFactory type exposes the following members.

Constructors

  Name Description
Public method AppBuilderFactory Initializes a new instance of the AppBuilderFactory class.

Top

Methods

  Name Description
Public method Create Creates a new application builder.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.Owin.Hosting.Builder Namespace