The EncodingNoPreamble type exposes the following members.

Constructors

  NameDescription
Public methodEncodingNoPreamble
Initializes a new instance of the EncodingNoPreamble class

Methods

  NameDescription
Public methodClone
When overridden in a derived class, creates a shallow copy of the current Encoding object.
(Inherited from Encoding.)
Public methodEquals
Determines whether the specified Object is equal to the current instance.
(Inherited from Encoding.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetByteCount(array<Char>[]()[][])
When overridden in a derived class, calculates the number of bytes produced by encoding all the characters in the specified character array.
(Inherited from Encoding.)
Public methodGetByteCount(String)
When overridden in a derived class, calculates the number of bytes produced by encoding the characters in the specified String.
(Inherited from Encoding.)
Public methodGetByteCount(Char*, Int32)
When overridden in a derived class, calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer.
(Inherited from Encoding.)
Public methodGetByteCount(array<Char>[]()[][], Int32, Int32) (Overrides Encoding..::..GetByteCount(array<Char>[]()[][], Int32, Int32).)
Public methodGetBytes(array<Char>[]()[][])
When overridden in a derived class, encodes all the characters in the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public methodGetBytes(String)
When overridden in a derived class, encodes all the characters in the specified String into a sequence of bytes.
(Inherited from Encoding.)
Public methodGetBytes(array<Char>[]()[][], Int32, Int32)
When overridden in a derived class, encodes a set of characters from the specified character array into a sequence of bytes.
(Inherited from Encoding.)
Public methodGetBytes(Char*, Int32, Byte*, Int32)
When overridden in a derived class, encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer.
(Inherited from Encoding.)
Public methodGetBytes(String, Int32, Int32, array<Byte>[]()[][], Int32)
When overridden in a derived class, encodes a set of characters from the specified String into the specified byte array.
(Inherited from Encoding.)
Public methodGetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32) (Overrides Encoding..::..GetBytes(array<Char>[]()[][], Int32, Int32, array<Byte>[]()[][], Int32).)
Public methodGetCharCount(array<Byte>[]()[][])
When overridden in a derived class, calculates the number of characters produced by decoding all the bytes in the specified byte array.
(Inherited from Encoding.)
Public methodGetCharCount(Byte*, Int32)
When overridden in a derived class, calculates the number of characters produced by decoding a sequence of bytes starting at the specified byte pointer.
(Inherited from Encoding.)
Public methodGetCharCount(array<Byte>[]()[][], Int32, Int32) (Overrides Encoding..::..GetCharCount(array<Byte>[]()[][], Int32, Int32).)
Public methodGetChars(array<Byte>[]()[][])
When overridden in a derived class, decodes all the bytes in the specified byte array into a set of characters.
(Inherited from Encoding.)
Public methodGetChars(array<Byte>[]()[][], Int32, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a set of characters.
(Inherited from Encoding.)
Public methodGetChars(Byte*, Int32, Char*, Int32)
When overridden in a derived class, decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer.
(Inherited from Encoding.)
Public methodGetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32) (Overrides Encoding..::..GetChars(array<Byte>[]()[][], Int32, Int32, array<Char>[]()[][], Int32).)
Public methodGetDecoder (Overrides Encoding..::..GetDecoder()()()().)
Public methodGetEncoder (Overrides Encoding..::..GetEncoder()()()().)
Public methodGetHashCode
Returns the hash code for the current instance.
(Inherited from Encoding.)
Public methodGetMaxByteCount (Overrides Encoding..::..GetMaxByteCount(Int32).)
Public methodGetMaxCharCount (Overrides Encoding..::..GetMaxCharCount(Int32).)
Public methodGetPreamble (Overrides Encoding..::..GetPreamble()()()().)
Public methodGetString(array<Byte>[]()[][])
When overridden in a derived class, decodes all the bytes in the specified byte array into a string.
(Inherited from Encoding.)
Public methodGetString(array<Byte>[]()[][], Int32, Int32)
When overridden in a derived class, decodes a sequence of bytes from the specified byte array into a string.
(Inherited from Encoding.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsAlwaysNormalized()()()()
Gets a value indicating whether the current encoding is always normalized, using the default normalization form.
(Inherited from Encoding.)
Public methodIsAlwaysNormalized(NormalizationForm)
When overridden in a derived class, gets a value indicating whether the current encoding is always normalized, using the specified normalization form.
(Inherited from Encoding.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBodyName (Overrides Encoding..::..BodyName.)
Public propertyCodePage (Overrides Encoding..::..CodePage.)
Public propertyDecoderFallback
Gets or sets the DecoderFallback object for the current Encoding object.
(Inherited from Encoding.)
Public propertyEncoderFallback
Gets or sets the EncoderFallback object for the current Encoding object.
(Inherited from Encoding.)
Public propertyEncodingName (Overrides Encoding..::..EncodingName.)
Public propertyHeaderName (Overrides Encoding..::..HeaderName.)
Public propertyIsBrowserDisplay (Overrides Encoding..::..IsBrowserDisplay.)
Public propertyIsBrowserSave (Overrides Encoding..::..IsBrowserSave.)
Public propertyIsMailNewsDisplay (Overrides Encoding..::..IsMailNewsDisplay.)
Public propertyIsMailNewsSave (Overrides Encoding..::..IsMailNewsSave.)
Public propertyIsReadOnly
When overridden in a derived class, gets a value indicating whether the current encoding is read-only.
(Inherited from Encoding.)
Public propertyIsSingleByte
When overridden in a derived class, gets a value indicating whether the current encoding uses single-byte code points.
(Inherited from Encoding.)
Public propertyWebName (Overrides Encoding..::..WebName.)
Public propertyWindowsCodePage (Overrides Encoding..::..WindowsCodePage.)

See Also