EncoderReplacementFallbackBuffer Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| Fallback | Overloaded. Overridden. Prepares the replacement fallback buffer to use the current replacement string. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetNextChar | Overridden. Retrieves the next character in the replacement fallback buffer. |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| MovePrevious | Overridden. Causes the next call to the GetNextChar method to access the character position in the replacement fallback buffer prior to the current character position. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Reset | Overridden. Initializes all internal state information and data in the current EncoderReplacementFallbackBuffer object. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |