scripts
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user