tModLoader v2025.04
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
LoaderUtils Member List

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

ForEachAndAggregateExceptions< T >(IEnumerable< T > enumerable, Action< T > action) (defined in LoaderUtils)LoaderUtilsstatic
GetDerivedDefinition(Type t, MethodInfo baseMethod) (defined in LoaderUtils)LoaderUtilsstatic
HasMethod(Type type, Type declaringType, string method, params Type[] args) (defined in LoaderUtils)LoaderUtilsstatic
HasOverride(Type t, MethodInfo baseMethod) (defined in LoaderUtils)LoaderUtilsstatic
HasOverride< T >(T t, Expression< Func< T, Delegate > > expr) (defined in LoaderUtils)LoaderUtilsstatic
HasOverride< T, F >(T t, Expression< Func< T, F > > expr) (defined in LoaderUtils)LoaderUtilsstatic
MustOverrideTogether< T >(T t, params Expression< Func< T, Delegate > >[] methods) (defined in LoaderUtils)LoaderUtilsstatic
ResetStaticMembers(Type type, bool recursive=true)LoaderUtilsstatic
RethrowAggregatedExceptions(IReadOnlyCollection< Exception > exceptions) (defined in LoaderUtils)LoaderUtilsstatic
ToMethodInfo< T, F >(this Expression< Func< T, F > > expr)LoaderUtilsstatic
ToOverrideQuery< T, F >(this Expression< Func< T, F > > expr)LoaderUtilsstatic
WhereMethodIsOverridden< T >(this IEnumerable< T > providers, MethodInfo method) (defined in LoaderUtils)LoaderUtilsstatic
WhereMethodIsOverridden< T >(this IEnumerable< T > providers, Expression< Func< T, Delegate > > expr) (defined in LoaderUtils)LoaderUtilsstatic
WhereMethodIsOverridden< T, F >(this IEnumerable< T > providers, Expression< Func< T, F > > expr) (defined in LoaderUtils)LoaderUtilsstatic