| CalculateMD5Hash(string input) | TaleWorlds.Library.Common | static |
| CombineBytes(byte[] arr1, byte[] arr2, byte[] arr3=null, byte[] arr4=null, byte[] arr5=null) | TaleWorlds.Library.Common | static |
| ConfigName | TaleWorlds.Library.Common | static |
| DeserializeObject(byte[] serializeData) | TaleWorlds.Library.Common | static |
| DeserializeObject(byte[] serializeData, int index, int length) | TaleWorlds.Library.Common | static |
| DeserializeObjectFromJson< T >(string json) | TaleWorlds.Library.Common | static |
| DynamicInvokeWithLog(this Delegate method, params object[] args) | TaleWorlds.Library.Common | static |
| FindType(string typeName) | TaleWorlds.Library.Common | static |
| FromUrlSafeBase64(string base64) | TaleWorlds.Library.Common | static |
| GetDJB2(string str) | TaleWorlds.Library.Common | static |
| GetMethodInfo(Expression< Action > expression) | TaleWorlds.Library.Common | static |
| GetMethodInfo(LambdaExpression expression) | TaleWorlds.Library.Common | static |
| GetMethodInfo< T >(Expression< Action< T > > expression) | TaleWorlds.Library.Common | static |
| GetMethodInfo< T, TResult >(Expression< Func< T, TResult > > expression) | TaleWorlds.Library.Common | static |
| InvokeWithLog(this MethodInfo methodInfo, object obj, params object[] args) | TaleWorlds.Library.Common | static |
| InvokeWithLog(this ConstructorInfo constructorInfo, params object[] args) | TaleWorlds.Library.Common | static |
| IsAllLetters(string text) | TaleWorlds.Library.Common | static |
| IsAllLettersOrWhiteSpaces(string text) | TaleWorlds.Library.Common | static |
| IsCharAsian(char character) | TaleWorlds.Library.Common | static |
| MemoryCleanupGC(bool forceTimer=false) | TaleWorlds.Library.Common | static |
| ParallelOptions | TaleWorlds.Library.Common | static |
| ParseIpAddress(string address) | TaleWorlds.Library.Common | static |
| PlatformFileHelper | TaleWorlds.Library.Common | static |
| SerializeObject(Object sObject) | TaleWorlds.Library.Common | static |
| SerializeObjectAsJson(object o) | TaleWorlds.Library.Common | static |
| SerializeObjectAsJsonString(object o) | TaleWorlds.Library.Common | static |
| SetInvariantCulture() | TaleWorlds.Library.Common | static |
| TextContainsSpecialCharacters(string text) | TaleWorlds.Library.Common | static |
| ToRoman(int number) | TaleWorlds.Library.Common | static |