IniStreamConfigurationSource Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un fichier INI en tant que IConfigurationSource.
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
- Héritage
Exemples
[Section:Header]
key1=value1
key2 = " value2 "
; comment
# comment
/ comment
Remarques
Les fichiers INI sont des structures de lignes simples.
Constructeurs
IniStreamConfigurationSource() |
Initialise une nouvelle instance de IniStreamConfigurationSource. |
Propriétés
Stream |
Flux contenant les données de configuration. (Hérité de StreamConfigurationSource) |
Méthodes
Build(IConfigurationBuilder) |
Génère le IniConfigurationProvider pour cette source. |
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetHashCode() |
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |