EncoderFallbackBuffer Methods
.NET Framework 4.5
The EncoderFallbackBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Fallback(Char, Int32) | When overridden in a derived class, prepares the fallback buffer to handle the specified input character. |
|
Fallback(Char, Char, Int32) | When overridden in a derived class, prepares the fallback buffer to handle the specified surrogate pair. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNextChar | When overridden in a derived class, retrieves the next character in the fallback buffer. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MovePrevious | When overridden in a derived class, causes the next call to the GetNextChar method to access the data buffer character position that is prior to the current character position. |
|
Reset | Initializes all data and state information pertaining to this fallback buffer. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |