Files
Dec2017-Script-Dump/mscorlib/System/Runtime/Remoting/Proxies/TransparentProxy.cs
T
2026-06-04 11:42:34 +02:00

18 lines
319 B
C#

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;
}
}