예제 #1
0
 internal static void Restore(MethodInfo mi)
 {
     NativeFunctions.CallVoid((void *)ImportMap[nameof(Restore)], Runtime.ResolveHandle(mi).ToPointer());
 }