SettingsLoader Class

 

Loads settings from various locations.

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

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

public ref class SettingsLoader abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLoadFromConfig()

Load settings from the AppSettings section of the config file.

System_CAPS_pubmethodSystem_CAPS_staticLoadFromConfig(IDictionary<String^, String^>^)

Load settings from the AppSettings section of the config file.

System_CAPS_pubmethodSystem_CAPS_staticLoadFromSettingsFile(String^)

Load settings from a flat text file.

System_CAPS_pubmethodSystem_CAPS_staticLoadFromSettingsFile(String^, IDictionary<String^, String^>^)

Load settings from a flat text file.

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: