CompressedData.Decompress Method ()

 

Decompresses the data into a byte array.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public byte[] Decompress()
public:
array<unsigned char>^ Decompress()
Public Function Decompress As Byte()

Return Value

Type: System.Byte[]

See Also

CompressedData Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top