[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Retrieves the streams. Namespace: Microsoft.EnterpriseManagement.Packaging
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackBundle
Dim managementPack As ManagementPack
Dim returnValue As IDictionary(Of String, Stream)

returnValue = instance.GetStreams(managementPack)

Syntax

Visual Basic
Public Function GetStreams ( _
		managementPack As ManagementPack _
) As IDictionary(Of String, Stream)
C#
public IDictionary<string,Stream> GetStreams (
		ManagementPack managementPack
)
C++
public:
IDictionary<String^, Stream^>^ GetStreams (
		ManagementPack^ managementPack
)
J#
public IDictionary<String,Stream> GetStreams (
		ManagementPack managementPack
)
JScript
public function GetStreams (
		managementPack : ManagementPack
) : IDictionary<String,Stream>

Parameters

managementPack

The management pack.

Return Value

Returns IDictionary. The streams.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also