System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / BinaryMessageFormatter Class
Properties Methods


In This Topic
    BinaryMessageFormatter Class Members
    In This Topic

    The following tables list the members exposed by BinaryMessageFormatter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value that defines how the top (root) object of a graph is deserialized with regards to finding and loading its assembly.  
    Public PropertyGets or sets a value that defines how type descriptions are laid out in the serialized stream.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether the formatter can deserialize the contents of the message.  
    Public MethodCreates an instance of the BinaryMessageFormatter class whose read/write properties (the root object and type description formats) are the same as the current BinaryMessageFormatter.  
    Public MethodReads the contents from the given message and creates an object that contains the deserialized message.  
    Public MethodSerializes an object into the body of the message.  
    Top
    See Also