SettingsLoader Class

Represents the settings associated with the loader.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Utilities.SettingsLoader

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

Syntax

'Declaration
Public NotInheritable Class SettingsLoader
'Usage
public static class SettingsLoader
public ref class SettingsLoader abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SettingsLoader =  class end
public final class SettingsLoader

Methods

  Name Description
Public methodStatic member LoadFromConfig() Loads a specified file from config.
Public methodStatic member LoadFromConfig(IDictionary<String, String>) Loads a specified file from config setting.
Public methodStatic member LoadFromSettingsFile(String) Loads the specified file from the file settings.
Public methodStatic member LoadFromSettingsFile(String, IDictionary<String, String>) Loads the specified file from the file settings.

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.Utilities Namespace