Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Decompresses data by using TCompressor.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static byte[] Decompress(
byte[] data
)
public:
static array<unsigned char>^ Decompress(
array<unsigned char>^ data
)
Public Shared Function Decompress (
data As Byte()
) As Byte()
Parameters
data
Type: System.Byte[]Data byte array.
Return Value
Type: System.Byte[]
See Also
Compression<TCompressor> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top