[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Interface that defines compression parameters

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
abstract 
class 
Compression
<
SerializableAttribute> _
Public 
MustInherit 
Class 
Compression
[
SerializableAttribute]
public 
ref class 
Compression 
abstract

Members

           
  All Members     Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Compress(Type, CompressionLevel, array< Byte > [] () [] [] )
Compress data
CompressData( array< Byte > [] () [] [] , CompressionLevel)
Compress data
Decompress(Type, CompressedData)
Decompress data
Decompress(Type, array< Byte > [] () [] [] )
Decompress data
DecompressData( array< Byte > [] () [] [] )
Decompress data
DecompressData(CompressedData)
Decompress data
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetICompression(MessageCompression)
Gets a compressor for a MessageCompression enum value
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

See Also