This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
namespace System.Runtime.Remoting.Proxies
{
// Token: 0x02000432 RID: 1074
internal class TransparentProxy
{
// Token: 0x04000FF2 RID: 4082
public RealProxy _rp;
// Token: 0x04000FF3 RID: 4083
private IntPtr _class;
// Token: 0x04000FF4 RID: 4084
private bool _custom_type_info;
}
}