terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
This is the complete list of members for System.Text.Encoding.DefaultDecoder, including all inherited members.
_fallback | System.Text.Decoder | package |
_fallbackBuffer | System.Text.Decoder | package |
Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, [Out] int bytesUsed, [Out] int charsUsed, [Out] bool completed) | System.Text.Decoder | inlinevirtual |
Convert(byte *bytes, int byteCount, char *chars, int charCount, bool flush, [Out] int bytesUsed, [Out] int charsUsed, [Out] bool completed) | System.Text.Decoder | inlinevirtual |
Decoder() | System.Text.Decoder | inlineprotected |
DefaultDecoder(Encoding encoding) | System.Text.Encoding.DefaultDecoder | inline |
DefaultDecoder(SerializationInfo info, StreamingContext context) | System.Text.Encoding.DefaultDecoder | inlinepackage |
Fallback | System.Text.Decoder | |
FallbackBuffer | System.Text.Decoder | |
GetCharCount(byte[] bytes, int index, int count) | System.Text.Encoding.DefaultDecoder | inline |
GetCharCount(byte[] bytes, int index, int count, bool flush) | System.Text.Encoding.DefaultDecoder | inlinevirtual |
GetCharCount(byte *bytes, int count, bool flush) | System.Text.Encoding.DefaultDecoder | inlinevirtual |
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | System.Text.Encoding.DefaultDecoder | inline |
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) | System.Text.Encoding.DefaultDecoder | inlinevirtual |
GetChars(byte *bytes, int byteCount, char *chars, int charCount, bool flush) | System.Text.Encoding.DefaultDecoder | inlinevirtual |
System::Text::Decoder.GetChars(ReadOnlySpan< byte > bytes, Span< char > chars, bool flush) | System.Text.Decoder | inlinevirtual |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Text.Encoding.DefaultDecoder | inlineprivate |
GetRealObject(StreamingContext context) | System.Text.Encoding.DefaultDecoder | inline |
InternalHasFallbackBuffer | System.Text.Decoder | package |
m_encoding | System.Text.Encoding.DefaultDecoder | private |
m_hasInitializedEncoding | System.Text.Encoding.DefaultDecoder | private |
Reset() | System.Text.Decoder | inlinevirtual |