Partager via


ManagementPackBundle.GetStreams Method

[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

'Usage
Dim instance As ManagementPackBundle
Dim managementPack As ManagementPack
Dim returnValue As IDictionary(Of String, Stream)

returnValue = instance.GetStreams(managementPack)

Syntax

'Declaration
Public Function GetStreams ( _
    managementPack As ManagementPack _
) As IDictionary(Of String, Stream)
public IDictionary<string,Stream> GetStreams (
    ManagementPack managementPack
)
public:
IDictionary<String^, Stream^>^ GetStreams (
    ManagementPack^ managementPack
)
public IDictionary<String,Stream> GetStreams (
    ManagementPack managementPack
)
public function GetStreams (
    managementPack : ManagementPack
) : IDictionary<String,Stream>

Parameters

  • managementPack
    The management pack.

Return Value

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackBundle Class
ManagementPackBundle Members
Microsoft.EnterpriseManagement.Packaging Namespace