Freigeben über


IniStreamConfigurationSource Klasse

Definition

Stellt eine INI-Datei als IConfigurationSource dar.

public ref class IniStreamConfigurationSource : Microsoft::Extensions::Configuration::StreamConfigurationSource
public class IniStreamConfigurationSource : Microsoft.Extensions.Configuration.StreamConfigurationSource
type IniStreamConfigurationSource = class
    inherit StreamConfigurationSource
Public Class IniStreamConfigurationSource
Inherits StreamConfigurationSource
Vererbung
IniStreamConfigurationSource

Beispiele

[Section:Header]
key1=value1
key2 = " value2 "
; comment
# comment
/ comment

Hinweise

INI-Dateien sind einfache Zeilenstrukturen.

Konstruktoren

IniStreamConfigurationSource()

Initialisiert eine neue Instanz von IniStreamConfigurationSource.

Eigenschaften

Stream

Der Stream, der die Konfigurationsdaten enthält.

(Geerbt von StreamConfigurationSource)

Methoden

Build(IConfigurationBuilder)

Erstellt den IniConfigurationProvider für diese Quelle.

Equals(Object)

Bestimmt, ob das angegebene Objekt gleich dem aktuellen Objekt ist.

(Geerbt von Object)
GetHashCode()

Fungiert als Standardhashfunktion.

(Geerbt von Object)
GetType()

Ruft den Type der aktuellen Instanz ab.

(Geerbt von Object)
MemberwiseClone()

Erstellt eine flache Kopie des aktuellen Object.

(Geerbt von Object)
ToString()

Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.

(Geerbt von Object)

Gilt für:

Weitere Informationen