ActiveXMessageFormatter Class Members
The following tables list the members exposed by ActiveXMessageFormatter.
Public Constructors
Name | Description | |
---|---|---|
![]() | ActiveXMessageFormatter Constructor | Initializes a new instance of the ActiveXMessageFormatter class. |
Public Methods
Name | Description | |
---|---|---|
![]() | CanRead | Determines whether the formatter can deserialize the contents of the message. |
![]() | Clone | Creates an instance of the ActiveXMessageFormatter class that is identical to the current ActiveXMessageFormatter. |
![]() ![]() | InitStreamedObject | Provides a utility to help serialize COM objects that implement IPersistStream and require IPersistStreamInit to be called. |
![]() | Read | Reads the contents from the given message and creates an object that contains the deserialized message. |
![]() | Write | Serializes an object into the body of the message. |
See Also