Compression<TCompressor> Class
Provides a generic compression wrapper.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Framework::Compression
Microsoft.ConfigurationManagement.Messaging.Framework::Compression<TCompressor>
| Name | Description | |
|---|---|---|
![]() | Compression<TCompressor>() |
| Name | Description | |
|---|---|---|
![]() ![]() | Compress(array<Byte>^, CompressionLevel) | Compresses data by using TCompressor. |
![]() | CompressData(array<Byte>^, CompressionLevel) | Compresses data. (Inherited from Compression.) |
![]() ![]() | Decompress(array<Byte>^) | Decompresses data by using TCompressor. |
![]() | DecompressData(array<Byte>^) | Decompresses data into a byte array. (Inherited from Compression.) |
![]() | DecompressData(CompressedData^) | Decompresses data into a byte array. (Inherited from Compression.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | 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.


