Loads a stream.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public void Load(
	Stream inputStream
)
Visual Basic (Declaration)
Public Sub Load ( _
	inputStream As Stream _
)
Visual C++
public:
void Load(
	Stream^ inputStream
)

Parameters

inputStream
Type: System.IO..::.Stream
The input stream to be loaded.

Remarks

Loads the contents of the inputStream parameter into the Contents property.

Exceptions

ExceptionCondition
System..::.ArgumentNullException The value of the inputStream parameter is a null reference (Nothing in Visual Basic).

See Also