XBinder C# Runtime Library
2.9
|
This is the complete list of members for SupportClass, including all inherited members.
Identity(long literal) | SupportClass | static |
Identity(ulong literal) | SupportClass | static |
Identity(float literal) | SupportClass | static |
Identity(double literal) | SupportClass | static |
ReadInput(System.IO.Stream sourceStream, sbyte[] target, int start, int count) | SupportClass | static |
ReadInput(System.IO.TextReader sourceTextReader, sbyte[] target, int start, int count) | SupportClass | static |
Serialize(System.IO.Stream stream, System.Object objectToSend) | SupportClass | static |
Serialize(System.IO.BinaryWriter binaryWriter, System.Object objectToSend) | SupportClass | static |
ToByteArray(sbyte[] sbyteArray) | SupportClass | static |
ToByteArray(System.String sourceString) | SupportClass | static |
ToByteArray(System.Object[] tempObjectArray) | SupportClass | static |
URShift(int number, int bits) | SupportClass | static |
URShift(int number, long bits) | SupportClass | static |
URShift(long number, int bits) | SupportClass | static |
URShift(long number, long bits) | SupportClass | static |
WriteStackTrace(System.Exception throwable, System.IO.TextWriter stream) | SupportClass | static |