SettingsLoader Class

 

Loads settings from various locations.

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

Inheritance Hierarchy

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

Syntax

public static class SettingsLoader
public ref class SettingsLoader abstract sealed 
[<AbstractClass>]
[<Sealed>]
type SettingsLoader = class end
Public NotInheritable Class SettingsLoader

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static LoadFromConfig()

Load settings from the AppSettings section of the config file.

System_CAPS_pubmethodSystem_CAPS_static LoadFromConfig(IDictionary<String, String>)

Load settings from the AppSettings section of the config file.

System_CAPS_pubmethodSystem_CAPS_static LoadFromSettingsFile(String)

Load settings from a flat text file.

System_CAPS_pubmethodSystem_CAPS_static LoadFromSettingsFile(String, IDictionary<String, String>)

Load settings from a flat text file.

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

Microsoft.Owin.Hosting.Utilities Namespace

Return to top