Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for System.Reflection.BlobUtilities, including all inherited members.
GetUserStringByteLength(int characterCount) | System.Reflection.BlobUtilities | inlinepackagestatic |
GetUserStringTrailingByte(string str) | System.Reflection.BlobUtilities | inlinepackagestatic |
GetUTF8ByteCount(string str) | System.Reflection.BlobUtilities | inlinepackagestatic |
GetUTF8ByteCount(char *str, int charCount) | System.Reflection.BlobUtilities | inlinepackagestatic |
GetUTF8ByteCount(char *str, int charCount, int byteLimit, out char *remainder) | System.Reflection.BlobUtilities | inlinepackagestatic |
IsHighSurrogateChar(int c) | System.Reflection.BlobUtilities | inlinepackagestatic |
IsLowSurrogateChar(int c) | System.Reflection.BlobUtilities | inlinepackagestatic |
IsSurrogateChar(int c) | System.Reflection.BlobUtilities | inlinepackagestatic |
ReadBytes(byte *buffer, int byteCount) | System.Reflection.BlobUtilities | inlinestatic |
ReadImmutableBytes(byte *buffer, int byteCount) | System.Reflection.BlobUtilities | inlinestatic |
SizeOfGuid | System.Reflection.BlobUtilities | static |
SizeOfSerializedDecimal | System.Reflection.BlobUtilities | static |
ValidateRange(int bufferLength, int start, int byteCount, string byteCountParameterName) | System.Reflection.BlobUtilities | inlinepackagestatic |
WriteByte(this byte[] buffer, int start, byte value) | System.Reflection.BlobUtilities | inlinestatic |
WriteBytes(this byte[] buffer, int start, byte value, int byteCount) | System.Reflection.BlobUtilities | inlinestatic |
WriteDecimal(this byte[] buffer, int start, decimal value) | System.Reflection.BlobUtilities | inlinestatic |
WriteDouble(this byte[] buffer, int start, double value) | System.Reflection.BlobUtilities | inlinestatic |
WriteGuid(this byte[] buffer, int start, Guid value) | System.Reflection.BlobUtilities | inlinestatic |
WriteSingle(this byte[] buffer, int start, float value) | System.Reflection.BlobUtilities | inlinestatic |
WriteUInt16(this byte[] buffer, int start, ushort value) | System.Reflection.BlobUtilities | inlinestatic |
WriteUInt16BE(this byte[] buffer, int start, ushort value) | System.Reflection.BlobUtilities | inlinestatic |
WriteUInt32(this byte[] buffer, int start, uint value) | System.Reflection.BlobUtilities | inlinestatic |
WriteUInt32BE(this byte[] buffer, int start, uint value) | System.Reflection.BlobUtilities | inlinestatic |
WriteUInt64(this byte[] buffer, int start, ulong value) | System.Reflection.BlobUtilities | inlinestatic |
WriteUTF8(this byte[] buffer, int start, char *charPtr, int charCount, int byteCount, bool allowUnpairedSurrogates) | System.Reflection.BlobUtilities | inlinestatic |