Compression Class
An abstract class that defines data compression parameters.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework::Compression
Microsoft.ConfigurationManagement.Messaging.Framework::Compression<TCompressor>
Microsoft.ConfigurationManagement.Messaging.Framework::ZlibCompression
| Name | Description | |
|---|---|---|
![]() ![]() | Compress(Type^, CompressionLevel, array<Byte>^) | Compresses data. |
![]() | CompressData(array<Byte>^, CompressionLevel) | Compresses data. |
![]() ![]() | Decompress(Type^, array<Byte>^) | Decompresses data into a byte array. |
![]() ![]() | Decompress(Type^, CompressedData^) | Decompresses data into a byte array. |
![]() | DecompressData(array<Byte>^) | Decompresses data into a byte array. |
![]() | DecompressData(CompressedData^) | Decompresses data into a byte array. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetICompression(MessageCompression) | Gets the compressor for a MessageCompression enumeration value. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


