C# 클래스 System.Text.EncoderNLS

상속: Encoder, ISerializable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_encoding EncodingNLS
m_mustFlush bool

Private Properties

프로퍼티 타입 설명
ClearMustFlush void
Convert void
Convert void
EncoderNLS System
EncoderNLS System
GetByteCount int
GetByteCount int
GetBytes int
GetBytes int
ISerializable void

공개 메소드들

메소드 설명
Reset ( ) : void

비공개 메소드들

메소드 설명
ClearMustFlush ( ) : void
Convert ( char chars, int charCount, byte bytes, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void
Convert ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, int byteCount, bool flush, int &charsUsed, int &bytesUsed, bool &completed ) : void
EncoderNLS ( ) : System
EncoderNLS ( EncodingNLS encoding ) : System
GetByteCount ( char chars, int count, bool flush ) : int
GetByteCount ( char chars, int index, int count, bool flush ) : int
GetBytes ( char chars, int charCount, byte bytes, int byteCount, bool flush ) : int
GetBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex, bool flush ) : int
ISerializable ( SerializationInfo info, StreamingContext context ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

m_encoding 보호되어 있는 프로퍼티

protected EncodingNLS,System.Text m_encoding
리턴 EncodingNLS

m_mustFlush 보호되어 있는 프로퍼티

protected bool m_mustFlush
리턴 bool