StringFormatter 클래스

정의

메시지의 문자열 포맷터를 나타냅니다.

public ref class StringFormatter : ICloneable, System::Messaging::IMessageFormatter
public class StringFormatter : ICloneable, System.Messaging.IMessageFormatter
type StringFormatter = class
    interface IMessageFormatter
    interface ICloneable
Public Class StringFormatter
Implements ICloneable, IMessageFormatter
상속
StringFormatter
구현

생성자

StringFormatter()

StringFormatter 클래스의 새 인스턴스를 초기화합니다.

메서드

CanRead(Message)

메시지 큐를 읽을 수 있는지 여부를 나타냅니다.

Clone()

현재 인스턴스의 복사본인 새 개체를 만듭니다.

Read(Message)

메시지를 읽습니다.

Write(Message, Object)

메모리 스트림을 열고 메시지 개체를 씁니다.

적용 대상