ManagementPackBundle.GetStreams Method
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