CompressedData Constructor (Byte[], Type)
Initializes a new instance of the CompressedData class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public CompressedData(
byte[] data,
Type compressor
)
public:
CompressedData(
array<unsigned char>^ data,
Type^ compressor
)
Public Sub New (
data As Byte(),
compressor As Type
)
Parameters
data
Type: System.Byte[]Data byte array.
compressor
Type: System.TypeCompressor type.
See Also
CompressedData Overload
CompressedData Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top