StreamConfigurationProvider.Load Method

Definition

Overloads

Load()

Load the configuration data from the stream. Will throw after the first call.

Load(Stream)

Load the configuration data from the stream.

Load()

Source:
StreamConfigurationProvider.cs
Source:
StreamConfigurationProvider.cs
Source:
StreamConfigurationProvider.cs
Source:
StreamConfigurationProvider.cs

Load the configuration data from the stream. Will throw after the first call.

public:
 override void Load();
public override void Load ();
override this.Load : unit -> unit
Public Overrides Sub Load ()

Applies to

Load(Stream)

Source:
StreamConfigurationProvider.cs
Source:
StreamConfigurationProvider.cs
Source:
StreamConfigurationProvider.cs
Source:
StreamConfigurationProvider.cs

Load the configuration data from the stream.

public:
 abstract void Load(System::IO::Stream ^ stream);
public abstract void Load (System.IO.Stream stream);
override this.Load : System.IO.Stream -> unit
Public MustOverride Sub Load (stream As Stream)

Parameters

stream
Stream

The data stream.

Applies to