Variable2KFormatter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
변수 포맷터를 나타냅니다.
public ref class Variable2KFormatter : ICloneable, System::Messaging::IMessageFormatter
public class Variable2KFormatter : ICloneable, System.Messaging.IMessageFormatter
type Variable2KFormatter = class
interface IMessageFormatter
interface ICloneable
Public Class Variable2KFormatter
Implements ICloneable, IMessageFormatter
- 상속
-
Variable2KFormatter
- 구현
메서드
CanRead(Message) |
포맷터가 메시지의 내용을 읽을 수 있는지 여부를 결정합니다. |
Clone() |
Variable2KFormatter 개체의 복사본을 만듭니다. |
Read(Message) |
지정된 메시지의 내용을 읽습니다. |
Write(Message, Object) |
메시지 본문으로 개체를 serialize합니다. |