terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetHashCodeDelegate()

static SecureStringHasher.HashCodeOfStringDelegate System.Xml.SecureStringHasher.GetHashCodeDelegate ( )
inlinestaticprivate

Definition at line 57 of file SecureStringHasher.cs.

58 {
59 MethodInfo method;
60 Type type2;
61 do
62 {
63 if (!true)
64 {
65 }
66 Type type;
67 method = type.GetMethod("InternalMarvin32HashString", BindingFlags.Static | BindingFlags.NonPublic);
68 }
69 while (Delegate.CreateDelegate(type2, method) == null);
70 throw new InvalidCastException();
71 }
class f__AnonymousType0<< Count > j__TPar
static Delegate CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed)
Definition Delegate.cs:76
MethodInfo GetMethod(string name)
Definition Type.cs:945

References System.Delegate.CreateDelegate(), System.Type.GetMethod(), and j__TPar.