ResourceStream Constructor (Mode, EnterpriseManagementGroup, Stream)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the ResourceStream class using the specified Mode, EnterpriseManagementGroup and a stream for a resource.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim mode As Mode
Dim group As EnterpriseManagementGroup
Dim connectedStream As Stream
Dim instance As New ResourceStream(mode, group, connectedStream)
Syntax
'Declaration
Public Sub New ( _
mode As Mode, _
group As EnterpriseManagementGroup, _
connectedStream As Stream _
)
public ResourceStream (
Mode mode,
EnterpriseManagementGroup group,
Stream connectedStream
)
public:
ResourceStream (
Mode mode,
EnterpriseManagementGroup^ group,
Stream^ connectedStream
)
public ResourceStream (
Mode mode,
EnterpriseManagementGroup group,
Stream connectedStream
)
public function ResourceStream (
mode : Mode,
group : EnterpriseManagementGroup,
connectedStream : Stream
)
Parameters
- mode
The Mode used to read data from the stream.
- group
The ManagementGroup associated with the resource stream.
- connectedStream
The stream for the resource.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ResourceStream Class
ResourceStream Members
Microsoft.EnterpriseManagement.Common Namespace