| 
| unsafe override int  | GetByteCount (char[] chars, int index, int count) | 
|   | 
| unsafe override int  | GetByteCount (string s) | 
|   | 
| unsafe override int  | GetBytes (string s, int charIndex, int charCount, byte[] bytes, int byteIndex) | 
|   | 
| unsafe override int  | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) | 
|   | 
| unsafe override int  | GetCharCount (byte[] bytes, int index, int count) | 
|   | 
| unsafe override int  | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | 
|   | 
| override int  | GetMaxByteCount (int charCount) | 
|   | 
| override int  | GetMaxCharCount (int byteCount) | 
|   | 
| override Encoder  | GetEncoder () | 
|   | 
| override Decoder  | GetDecoder () | 
|   | 
| unsafe override int  | GetByteCount (char[] chars, int index, int count) | 
|   | 
| unsafe override int  | GetByteCount (string s) | 
|   | 
| unsafe override int  | GetBytes (string s, int charIndex, int charCount, byte[] bytes, int byteIndex) | 
|   | 
| unsafe override int  | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex) | 
|   | 
| unsafe override int  | GetCharCount (byte[] bytes, int index, int count) | 
|   | 
| unsafe override int  | GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | 
|   | 
| override int  | GetMaxByteCount (int charCount) | 
|   | 
| override int  | GetMaxCharCount (int byteCount) | 
|   | 
| override Encoder  | GetEncoder () | 
|   | 
| override Decoder  | GetDecoder () | 
|   | 
| virtual byte[]  | GetPreamble () | 
|   | 
| virtual object  | Clone () | 
|   | 
| virtual int  | GetByteCount (char[] chars) | 
|   | 
| unsafe int  | GetByteCount (string s, int index, int count) | 
|   | 
| virtual unsafe int  | GetByteCount (char *chars, int count) | 
|   | 
| virtual unsafe int  | GetByteCount (ReadOnlySpan< char > chars) | 
|   | 
| virtual byte[]  | GetBytes (char[] chars) | 
|   | 
| virtual byte[]  | GetBytes (char[] chars, int index, int count) | 
|   | 
| virtual byte[]  | GetBytes (string s) | 
|   | 
| unsafe byte[]  | GetBytes (string s, int index, int count) | 
|   | 
| virtual unsafe int  | GetBytes (char *chars, int charCount, byte *bytes, int byteCount) | 
|   | 
| virtual unsafe int  | GetBytes (ReadOnlySpan< char > chars, Span< byte > bytes) | 
|   | 
| virtual int  | GetCharCount (byte[] bytes) | 
|   | 
| virtual unsafe int  | GetCharCount (byte *bytes, int count) | 
|   | 
| virtual unsafe int  | GetCharCount (ReadOnlySpan< byte > bytes) | 
|   | 
| virtual char[]  | GetChars (byte[] bytes) | 
|   | 
| virtual char[]  | GetChars (byte[] bytes, int index, int count) | 
|   | 
| virtual unsafe int  | GetChars (byte *bytes, int byteCount, char *chars, int charCount) | 
|   | 
| virtual unsafe int  | GetChars (ReadOnlySpan< byte > bytes, Span< char > chars) | 
|   | 
| unsafe string  | GetString (byte *bytes, int byteCount) | 
|   | 
| unsafe string  | GetString (ReadOnlySpan< byte > bytes) | 
|   | 
| virtual string  | GetString (byte[] bytes) | 
|   | 
| virtual string  | GetString (byte[] bytes, int index, int count) | 
|   | 
| bool  | IsAlwaysNormalized () | 
|   | 
| virtual bool  | IsAlwaysNormalized (NormalizationForm form) | 
|   | 
| override bool  | Equals ([NotNullWhen(true)] object? value) | 
|   | 
| override int  | GetHashCode () | 
|   | 
 | 
| virtual unsafe int  | GetByteCountFast (char *pChars, int charsLength, EncoderFallback fallback, out int charsConsumed) | 
|   | 
| unsafe int  | GetByteCountWithFallback (char *pCharsOriginal, int originalCharCount, int charsConsumedSoFar) | 
|   | 
| virtual unsafe int  | GetByteCountWithFallback (ReadOnlySpan< char > chars, int originalCharsLength, EncoderNLS encoder) | 
|   | 
| virtual unsafe int  | GetBytesFast (char *pChars, int charsLength, byte *pBytes, int bytesLength, out int charsConsumed) | 
|   | 
| unsafe int  | GetBytesWithFallback (char *pOriginalChars, int originalCharCount, byte *pOriginalBytes, int originalByteCount, int charsConsumedSoFar, int bytesWrittenSoFar) | 
|   | 
| virtual unsafe int  | GetBytesWithFallback (ReadOnlySpan< char > chars, int originalCharsLength, Span< byte > bytes, int originalBytesLength, EncoderNLS encoder) | 
|   | 
| virtual unsafe int  | GetCharCountFast (byte *pBytes, int bytesLength, DecoderFallback fallback, out int bytesConsumed) | 
|   | 
| unsafe int  | GetCharCountWithFallback (byte *pBytesOriginal, int originalByteCount, int bytesConsumedSoFar) | 
|   | 
| virtual unsafe int  | GetCharsFast (byte *pBytes, int bytesLength, char *pChars, int charsLength, out int bytesConsumed) | 
|   | 
| unsafe int  | GetCharsWithFallback (byte *pOriginalBytes, int originalByteCount, char *pOriginalChars, int originalCharCount, int bytesConsumedSoFar, int charsWrittenSoFar) | 
|   | 
| unsafe int  | GetCharsWithFallback (byte *pOriginalBytes, int originalByteCount, char *pOriginalChars, int originalCharCount, int bytesConsumedSoFar, int charsWrittenSoFar, DecoderNLS decoder) | 
|   | 
| virtual unsafe int  | GetCharsWithFallback (ReadOnlySpan< byte > bytes, int originalBytesLength, Span< char > chars, int originalCharsLength, DecoderNLS decoder) | 
|   | 
Definition at line 3 of file OSEncoding.cs.