ResourceStream Constructor (EnterpriseManagementGroup, Guid, Stream)
Initializes a new instance of the ResourceStream class using the specified EnterpriseManagementGroup and a stream for a resource.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim group As EnterpriseManagementGroup
Dim objectid As Guid
Dim connectedStream As Stream
Dim instance As New ResourceStream(group, objectid, connectedStream)
Syntax
'Declaration
Public Sub New ( _
group As EnterpriseManagementGroup, _
objectid As Guid, _
connectedStream As Stream _
)
public ResourceStream (
EnterpriseManagementGroup group,
Guid objectid,
Stream connectedStream
)
public:
ResourceStream (
EnterpriseManagementGroup^ group,
Guid objectid,
Stream^ connectedStream
)
public ResourceStream (
EnterpriseManagementGroup group,
Guid objectid,
Stream connectedStream
)
public function ResourceStream (
group : EnterpriseManagementGroup,
objectid : Guid,
connectedStream : Stream
)
Parameters
- group
The ManagementGroup associated with the resource stream.
- objectid
The identifier associated with the 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