Deila með


IniStreamConfigurationProvider Class

Definition

Provides configuration key-value pairs that are obtained from an INI stream.

public ref class IniStreamConfigurationProvider : Microsoft::Extensions::Configuration::StreamConfigurationProvider
public class IniStreamConfigurationProvider : Microsoft.Extensions.Configuration.StreamConfigurationProvider
type IniStreamConfigurationProvider = class
    inherit StreamConfigurationProvider
Public Class IniStreamConfigurationProvider
Inherits StreamConfigurationProvider
Inheritance

Constructors

IniStreamConfigurationProvider(IniStreamConfigurationSource)

Initializes a new instance of IniStreamConfigurationProvider.

Properties

Data

Gets or sets the configuration key-value pairs for this provider.

(Inherited from ConfigurationProvider)
Source

Gets the source settings for this provider.

(Inherited from StreamConfigurationProvider)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetChildKeys(IEnumerable<String>, String)

Returns the list of keys that this provider has.

(Inherited from ConfigurationProvider)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetReloadToken()

Returns a IChangeToken that can be used to listen when this provider is reloaded.

(Inherited from ConfigurationProvider)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
Load()

Loads the configuration data from the stream.

(Inherited from StreamConfigurationProvider)
Load(Stream)

Loads INI configuration key-value pairs from a stream into a provider.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
OnReload()

Triggers the reload change token and creates a new one.

(Inherited from ConfigurationProvider)
Read(Stream)

Read a stream of INI values into a key/value dictionary.

Set(String, String)

Sets a value for a given key.

(Inherited from ConfigurationProvider)
ToString()

Generates a string representing this provider name and relevant details.

(Inherited from ConfigurationProvider)
TryGet(String, String)

Attempts to find a value with the given key.

(Inherited from ConfigurationProvider)

Applies to