terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.String Member List

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

_firstCharSystem.Stringprivate
_stringLengthSystem.Stringprivate
ArrayContains(char searchChar, char[] anyOf)System.Stringinlineprivatestatic
bzero(byte *dest, int len)System.Stringinlinepackagestatic
bzero_aligned_1(byte *dest, int len)System.Stringinlinepackagestatic
bzero_aligned_2(byte *dest, int len)System.Stringinlinepackagestatic
bzero_aligned_4(byte *dest, int len)System.Stringinlinepackagestatic
bzero_aligned_8(byte *dest, int len)System.Stringinlinepackagestatic
CheckStringComparison(global::System.StringComparison comparisonType)System.Stringinlinepackagestatic
Clone()System.Stringinline
Compare(string strA, string strB)System.Stringinlinestatic
Compare(string strA, string strB, bool ignoreCase)System.Stringinlinestatic
Compare(string strA, string strB, global::System.StringComparison comparisonType)System.Stringinlinestatic
Compare(string strA, string strB, global::System.Globalization.CultureInfo culture, global::System.Globalization.CompareOptions options)System.Stringinlinestatic
Compare(string strA, string strB, bool ignoreCase, global::System.Globalization.CultureInfo culture)System.Stringinlinestatic
Compare(string strA, int indexA, string strB, int indexB, int length, global::System.StringComparison comparisonType)System.Stringinlinestatic
CompareOrdinal(string strA, string strB)System.Stringinlinestatic
CompareOrdinal(global::System.ReadOnlySpan< char > strA, global::System.ReadOnlySpan< char > strB)System.Stringinlinepackagestatic
CompareOrdinal(string strA, int indexA, string strB, int indexB, int length)System.Stringinlinestatic
CompareOrdinalHelper(string strA, int indexA, int countA, string strB, int indexB, int countB)System.Stringinlineprivatestatic
CompareOrdinalHelper(string strA, string strB)System.Stringinlineprivatestatic
CompareTo(object value)System.Stringinline
CompareTo(string strB)System.Stringinline
Concat(object arg0, object arg1)System.Stringinlinestatic
Concat(object arg0, object arg1, object arg2)System.Stringinlinestatic
Concat(string str0, string str1)System.Stringinlinestatic
Concat(string str0, string str1, string str2)System.Stringinlinestatic
Concat(string str0, string str1, string str2, string str3)System.Stringinlinestatic
Concat(params string[] values)System.Stringinlinestatic
Contains(string value)System.Stringinline
Copy(string str)System.Stringinlinestatic
CopyTo(int sourceIndex, char[] destination, int destinationIndex, int count)System.Stringinline
Create< TState >(int length, TState state, global::System.Buffers.SpanAction< char, TState > action)System.Stringinlinestatic
CreateFromChar(char c)System.Stringinlinepackagestatic
CreateString(sbyte *value, int startIndex, int length)System.Stringinlineprivate
CreateString(char *value, int startIndex, int length)System.Stringinlineprivate
CreateString(char[] val, int startIndex, int length)System.Stringinlineprivate
CreateString(char[] val)System.Stringinlineprivate
CreateString(char c, int count)System.Stringinlineprivate
CreateString(sbyte *value, int startIndex, int length, global::System.Text.Encoding enc)System.Stringinlineprivate
CreateString(global::System.ReadOnlySpan< char > value)System.Stringinlineprivate
CreateStringForSByteConstructor(byte *pb, int numBytes)System.Stringinlineprivatestatic
CreateStringFromEncoding(byte *bytes, int byteLength, global::System.Text.Encoding encoding)System.Stringinlinepackagestatic
CreateTrimmedString(int start, int end)System.Stringinlineprivate
Ctor(char[] value)System.Stringinlineprivatestatic
Ctor(char[] value, int startIndex, int length)System.Stringinlineprivatestatic
Ctor(char *ptr, int startIndex, int length)System.Stringinlineprivatestatic
Ctor(sbyte *value, int startIndex, int length)System.Stringinlineprivatestatic
Ctor(sbyte *value, int startIndex, int length, global::System.Text.Encoding enc)System.Stringinlineprivatestatic
Ctor(char c, int count)System.Stringinlineprivatestatic
Ctor(global::System.ReadOnlySpan< char > value)System.Stringinlineprivatestatic
EmptySystem.Stringstatic
EndsWith(string value)System.Stringinline
EndsWith(string value, global::System.StringComparison comparisonType)System.Stringinline
EndsWith(char value)System.Stringinline
Equals(object obj)System.Stringinline
Equals(string value)System.Stringinline
Equals(string value, global::System.StringComparison comparisonType)System.Stringinline
Equals(string a, string b)System.Stringinlinestatic
Equals(string a, string b, global::System.StringComparison comparisonType)System.Stringinlinestatic
EqualsHelper(string strA, string strB)System.Stringinlineprivatestatic
FastAllocateString(int length)System.Stringpackage
FillStringChecked(string dest, int destPos, string src)System.Stringinlineprivatestatic
Format(string format, object arg0)System.Stringinlinestatic
Format(string format, object arg0, object arg1)System.Stringinlinestatic
Format(string format, object arg0, object arg1, object arg2)System.Stringinlinestatic
Format(string format, params object[] args)System.Stringinlinestatic
Format(global::System.IFormatProvider provider, string format, object arg0)System.Stringinlinestatic
Format(global::System.IFormatProvider provider, string format, object arg0, object arg1)System.Stringinlinestatic
Format(global::System.IFormatProvider provider, string format, object arg0, object arg1, object arg2)System.Stringinlinestatic
Format(global::System.IFormatProvider provider, string format, params object[] args)System.Stringinlinestatic
FormatHelper(global::System.IFormatProvider provider, string format, global::System.ParamsArray args)System.Stringinlineprivatestatic
GetEnumerator()System.Stringinlineprivate
GetEnumerator()System.Stringinlineprivate
GetHashCode()System.Stringinline
GetLegacyNonRandomizedHashCode()System.Stringinlinepackage
GetRawStringData()System.Stringinlinepackage
GetTypeCode()System.Stringinline
IndexOf(char value)System.Stringinline
IndexOf(char value, int startIndex)System.Stringinline
IndexOf(char value, int startIndex, int count)System.Stringinline
IndexOf(string value)System.Stringinline
IndexOf(string value, int startIndex)System.Stringinline
IndexOf(string value, global::System.StringComparison comparisonType)System.Stringinline
IndexOf(string value, int startIndex, global::System.StringComparison comparisonType)System.Stringinline
IndexOf(string value, int startIndex, int count, global::System.StringComparison comparisonType)System.Stringinline
IndexOfAny(char[] anyOf)System.Stringinline
IndexOfAny(char[] anyOf, int startIndex)System.Stringinline
IndexOfAny(char[] anyOf, int startIndex, int count)System.Stringinline
IndexOfAny(char value1, char value2, int startIndex, int count)System.Stringinlineprivate
IndexOfAny(char value1, char value2, char value3, int startIndex, int count)System.Stringinlineprivate
IndexOfCharArray(char[] anyOf, int startIndex, int count)System.Stringinlineprivate
IndexOfUnchecked(string value, int startIndex, int count)System.Stringinlinepackage
IndexOfUncheckedIgnoreCase(string value, int startIndex, int count)System.Stringinlinepackage
InitializeProbabilisticMap(uint *charMap, global::System.ReadOnlySpan< char > anyOf)System.Stringinlineprivatestatic
Insert(int startIndex, string value)System.Stringinline
InternalSubString(int startIndex, int length)System.Stringinlineprivate
IsCharBitSet(uint *charMap, byte value)System.Stringinlineprivatestatic
IsNullOrEmpty(string value)System.Stringinlinestatic
IsNullOrWhiteSpace(string value)System.Stringinlinestatic
Join(string separator, params string[] value)System.Stringinlinestatic
Join(string separator, global::System.Collections.Generic.IEnumerable< string > values)System.Stringinlinestatic
Join(string separator, string[] value, int startIndex, int count)System.Stringinlinestatic
JoinCore(char *separator, int separatorLength, string[] value, int startIndex, int count)System.Stringinlineprivatestatic
LastIndexOf(char value)System.Stringinline
LastIndexOf(char value, int startIndex)System.Stringinline
LastIndexOf(char value, int startIndex, int count)System.Stringinline
LastIndexOf(string value)System.Stringinline
LastIndexOf(string value, global::System.StringComparison comparisonType)System.Stringinline
LastIndexOf(string value, int startIndex, int count, global::System.StringComparison comparisonType)System.Stringinline
LastIndexOfAny(char[] anyOf)System.Stringinline
LastIndexOfAny(char[] anyOf, int startIndex)System.Stringinline
LastIndexOfAny(char[] anyOf, int startIndex, int count)System.Stringinline
LastIndexOfCharArray(char[] anyOf, int startIndex, int count)System.Stringinlineprivate
LastIndexOfUnchecked(string value, int startIndex, int count)System.Stringinlinepackage
LastIndexOfUncheckedIgnoreCase(string value, int startIndex, int count)System.Stringinlinepackage
LengthSystem.String
MakeSeparatorList(global::System.ReadOnlySpan< char > separators, ref global::System.Collections.Generic.ValueListBuilder< int > sepListBuilder)System.Stringinlineprivate
MakeSeparatorList(string separator, ref global::System.Collections.Generic.ValueListBuilder< int > sepListBuilder)System.Stringinlineprivate
MakeSeparatorList(string[] separators, ref global::System.Collections.Generic.ValueListBuilder< int > sepListBuilder, ref global::System.Collections.Generic.ValueListBuilder< int > lengthListBuilder)System.Stringinlineprivate
memcpy(byte *dest, byte *src, int size)System.Stringinlineprivatestatic
memcpy_aligned_1(byte *dest, byte *src, int size)System.Stringinlinepackagestatic
memcpy_aligned_2(byte *dest, byte *src, int size)System.Stringinlinepackagestatic
memcpy_aligned_4(byte *dest, byte *src, int size)System.Stringinlinepackagestatic
memcpy_aligned_8(byte *dest, byte *src, int size)System.Stringinlinepackagestatic
memset(byte *dest, int val, int len)System.Stringinlineprivatestatic
Normalize(global::System.Text.NormalizationForm normalizationForm)System.Stringinline
operator global::System.ReadOnlySpan< char >(string value)System.Stringinlinestatic
operator!=(string a, string b)System.Stringinlinestatic
operator==(string a, string b)System.Stringinlinestatic
PadRight(int totalWidth, char paddingChar)System.Stringinline
PROBABILISTICMAP_BLOCK_INDEX_MASKSystem.Stringprivatestatic
PROBABILISTICMAP_BLOCK_INDEX_SHIFTSystem.Stringprivatestatic
PROBABILISTICMAP_SIZESystem.Stringprivatestatic
Remove(int startIndex, int count)System.Stringinline
Remove(int startIndex)System.Stringinline
Replace(char oldChar, char newChar)System.Stringinline
Replace(string oldValue, string newValue)System.Stringinline
ReplaceHelper(int oldValueLength, string newValue, global::System.ReadOnlySpan< int > indices)System.Stringinlineprivate
SetCharBit(uint *charMap, byte value)System.Stringinlineprivatestatic
Split(char separator, global::System.StringSplitOptions options=global::System.StringSplitOptions.None)System.Stringinline
Split(params char[] separator)System.Stringinline
Split(char[] separator, int count)System.Stringinline
Split(char[] separator, global::System.StringSplitOptions options)System.Stringinline
Split(string[] separator, global::System.StringSplitOptions options)System.Stringinline
SplitInternal(global::System.ReadOnlySpan< char > separators, int count, global::System.StringSplitOptions options)System.Stringinlineprivate
SplitInternal(string separator, string[] separators, int count, global::System.StringSplitOptions options)System.Stringinlineprivate
SplitInternal(string separator, int count, global::System.StringSplitOptions options)System.Stringinlineprivate
SplitKeepEmptyEntries(global::System.ReadOnlySpan< int > sepList, global::System.ReadOnlySpan< int > lengthList, int defaultLength, int count)System.Stringinlineprivate
SplitOmitEmptyEntries(global::System.ReadOnlySpan< int > sepList, global::System.ReadOnlySpan< int > lengthList, int defaultLength, int count)System.Stringinlineprivate
StackallocIntBufferSizeLimitSystem.Stringprivatestatic
StartsWith(string value)System.Stringinline
StartsWith(string value, global::System.StringComparison comparisonType)System.Stringinline
StartsWithOrdinalUnchecked(string value)System.Stringinlinepackage
String(char[] value)System.String
String(char[] value, int startIndex, int length)System.String
String(char *value, int startIndex, int length)System.String
String(sbyte *value, int startIndex, int length)System.String
String(sbyte *value, int startIndex, int length, global::System.Text.Encoding enc)System.String
String(char c, int count)System.String
String(global::System.ReadOnlySpan< char > value)System.String
Substring(int startIndex)System.Stringinline
Substring(int startIndex, int length)System.Stringinline
this[int index]System.String
ToBoolean(global::System.IFormatProvider provider)System.Stringinlineprivate
ToByte(global::System.IFormatProvider provider)System.Stringinlineprivate
ToChar(global::System.IFormatProvider provider)System.Stringinlineprivate
ToCharArray()System.Stringinline
ToDateTime(global::System.IFormatProvider provider)System.Stringinlineprivate
ToDecimal(global::System.IFormatProvider provider)System.Stringinlineprivate
ToDouble(global::System.IFormatProvider provider)System.Stringinlineprivate
ToInt16(global::System.IFormatProvider provider)System.Stringinlineprivate
ToInt32(global::System.IFormatProvider provider)System.Stringinlineprivate
ToInt64(global::System.IFormatProvider provider)System.Stringinlineprivate
ToLower()System.Stringinline
ToLower(global::System.Globalization.CultureInfo culture)System.Stringinline
ToLowerInvariant()System.Stringinline
ToSByte(global::System.IFormatProvider provider)System.Stringinlineprivate
ToSingle(global::System.IFormatProvider provider)System.Stringinlineprivate
ToString()System.Stringinline
ToString(global::System.IFormatProvider provider)System.Stringinline
ToType(global::System.Type type, global::System.IFormatProvider provider)System.Stringinlineprivate
ToUInt16(global::System.IFormatProvider provider)System.Stringinlineprivate
ToUInt32(global::System.IFormatProvider provider)System.Stringinlineprivate
ToUInt64(global::System.IFormatProvider provider)System.Stringinlineprivate
ToUpper()System.Stringinline
ToUpper(global::System.Globalization.CultureInfo culture)System.Stringinline
ToUpperInvariant()System.Stringinline
Trim()System.Stringinline
Trim(char trimChar)System.Stringinline
Trim(params char[] trimChars)System.Stringinline
TrimEnd()System.Stringinline
TrimEnd(params char[] trimChars)System.Stringinline
TrimHelper(char *trimChars, int trimCharsLength, string.TrimType trimType)System.Stringinlineprivate
TrimStart(params char[] trimChars)System.Stringinline
TrimType enum nameSystem.Stringprivate
TrimWhiteSpaceHelper(string.TrimType trimType)System.Stringinlineprivate
wcslen(char *ptr)System.Stringinlinepackagestatic
wstrcpy(char *dmem, char *smem, int charCount)System.Stringinlinepackagestatic