forked from VR2VYE/OpenGD77CPS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClass20.cs
More file actions
29 lines (24 loc) · 661 Bytes
/
Class20.cs
File metadata and controls
29 lines (24 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
using System;
using System.Reflection;
internal class Class20
{
internal delegate void Delegate2(object o);
internal static Module module_0;
internal static void AtV3QywwthccF(int typemdt)
{
Type type = Class20.module_0.ResolveType(33554432 + typemdt);
FieldInfo[] fields = type.GetFields();
foreach (FieldInfo fieldInfo in fields)
{
MethodInfo method = (MethodInfo)Class20.module_0.ResolveMethod(fieldInfo.MetadataToken + 100663296);
fieldInfo.SetValue(null, (MulticastDelegate)Delegate.CreateDelegate(type, method));
}
}
public Class20()
{
}
static Class20()
{
Class20.module_0 = typeof(Class20).Assembly.ManifestModule;
}
}