Partager via


IInternalConfigHost.OpenStreamForRead Méthode

Définition

Ouvre un objet Stream pour lire un fichier de configuration.

Surcharges

OpenStreamForRead(String)

Ouvre un Stream pour lire un fichier de configuration.

OpenStreamForRead(String, Boolean)

Ouvre un objet Stream pour lire un fichier de configuration.

OpenStreamForRead(String)

Source:
IInternalConfigHost.cs
Source:
IInternalConfigHost.cs
Source:
IInternalConfigHost.cs

Ouvre un Stream pour lire un fichier de configuration.

public:
 System::IO::Stream ^ OpenStreamForRead(System::String ^ streamName);
public System.IO.Stream OpenStreamForRead (string streamName);
abstract member OpenStreamForRead : string -> System.IO.Stream
Public Function OpenStreamForRead (streamName As String) As Stream

Paramètres

streamName
String

Chaîne représentant le nom de l'objet Stream qui effectue les tâches d'E/S sur le fichier de configuration.

Retours

Objet Stream.

S’applique à

OpenStreamForRead(String, Boolean)

Source:
IInternalConfigHost.cs
Source:
IInternalConfigHost.cs
Source:
IInternalConfigHost.cs

Ouvre un objet Stream pour lire un fichier de configuration.

public:
 System::IO::Stream ^ OpenStreamForRead(System::String ^ streamName, bool assertPermissions);
public System.IO.Stream OpenStreamForRead (string streamName, bool assertPermissions);
abstract member OpenStreamForRead : string * bool -> System.IO.Stream
Public Function OpenStreamForRead (streamName As String, assertPermissions As Boolean) As Stream

Paramètres

streamName
String

Chaîne représentant le nom de l'objet Stream qui effectue les tâches d'E/S sur le fichier de configuration.

assertPermissions
Boolean

true pour déclarer des autorisations ; sinon, false.

Retours

Objet spécifié par streamName.

S’applique à