Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Reflection.BlobUtilities Member List

This is the complete list of members for System.Reflection.BlobUtilities, including all inherited members.

GetUserStringByteLength(int characterCount)System.Reflection.BlobUtilitiesinlinepackagestatic
GetUserStringTrailingByte(string str)System.Reflection.BlobUtilitiesinlinepackagestatic
GetUTF8ByteCount(string str)System.Reflection.BlobUtilitiesinlinepackagestatic
GetUTF8ByteCount(char *str, int charCount)System.Reflection.BlobUtilitiesinlinepackagestatic
GetUTF8ByteCount(char *str, int charCount, int byteLimit, out char *remainder)System.Reflection.BlobUtilitiesinlinepackagestatic
IsHighSurrogateChar(int c)System.Reflection.BlobUtilitiesinlinepackagestatic
IsLowSurrogateChar(int c)System.Reflection.BlobUtilitiesinlinepackagestatic
IsSurrogateChar(int c)System.Reflection.BlobUtilitiesinlinepackagestatic
ReadBytes(byte *buffer, int byteCount)System.Reflection.BlobUtilitiesinlinestatic
ReadImmutableBytes(byte *buffer, int byteCount)System.Reflection.BlobUtilitiesinlinestatic
SizeOfGuidSystem.Reflection.BlobUtilitiesstatic
SizeOfSerializedDecimalSystem.Reflection.BlobUtilitiesstatic
ValidateRange(int bufferLength, int start, int byteCount, string byteCountParameterName)System.Reflection.BlobUtilitiesinlinepackagestatic
WriteByte(this byte[] buffer, int start, byte value)System.Reflection.BlobUtilitiesinlinestatic
WriteBytes(this byte[] buffer, int start, byte value, int byteCount)System.Reflection.BlobUtilitiesinlinestatic
WriteDecimal(this byte[] buffer, int start, decimal value)System.Reflection.BlobUtilitiesinlinestatic
WriteDouble(this byte[] buffer, int start, double value)System.Reflection.BlobUtilitiesinlinestatic
WriteGuid(this byte[] buffer, int start, Guid value)System.Reflection.BlobUtilitiesinlinestatic
WriteSingle(this byte[] buffer, int start, float value)System.Reflection.BlobUtilitiesinlinestatic
WriteUInt16(this byte[] buffer, int start, ushort value)System.Reflection.BlobUtilitiesinlinestatic
WriteUInt16BE(this byte[] buffer, int start, ushort value)System.Reflection.BlobUtilitiesinlinestatic
WriteUInt32(this byte[] buffer, int start, uint value)System.Reflection.BlobUtilitiesinlinestatic
WriteUInt32BE(this byte[] buffer, int start, uint value)System.Reflection.BlobUtilitiesinlinestatic
WriteUInt64(this byte[] buffer, int start, ulong value)System.Reflection.BlobUtilitiesinlinestatic
WriteUTF8(this byte[] buffer, int start, char *charPtr, int charCount, int byteCount, bool allowUnpairedSurrogates)System.Reflection.BlobUtilitiesinlinestatic