using System;
using System.Runtime.InteropServices;
using System.Runtime.Remoting.Contexts;
using System.Runtime.Remoting.Messaging;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Proxies
{
/// Provides base functionality for proxies.
// Token: 0x020004DE RID: 1246
[Token(Token = "0x20004DE")]
[ComVisible(true)]
[StructLayout(0)]
public abstract class RealProxy
{
/// Initializes a new instance of the class with default values.
// Token: 0x060029DB RID: 10715 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60029DB")]
[Address(RVA = "0x2C09770", Offset = "0x2C08770", VA = "0x182C09770")]
protected RealProxy()
{
}
/// Initializes a new instance of the class that represents a remote object of the specified .
/// The of the remote object for which to create a proxy.
///
/// is not an interface, and is not derived from .
// Token: 0x060029DC RID: 10716 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60029DC")]
[Address(RVA = "0x2C098F0", Offset = "0x2C088F0", VA = "0x182C098F0")]
protected RealProxy(Type classToProxy)
{
}
// Token: 0x060029DD RID: 10717 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60029DD")]
[Address(RVA = "0x2C09880", Offset = "0x2C08880", VA = "0x182C09880")]
internal RealProxy(Type classToProxy, ClientIdentity identity)
{
}
/// Initializes a new instance of the class.
/// The of the remote object for which to create a proxy.
/// A stub to associate with the new proxy instance.
/// The stub data to set for the specified stub and the new proxy instance.
///
/// is not an interface, and is not derived from .
// Token: 0x060029DE RID: 10718 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60029DE")]
[Address(RVA = "0x2C09780", Offset = "0x2C08780", VA = "0x182C09780")]
protected RealProxy(Type classToProxy, IntPtr stub, object stubData)
{
}
// Token: 0x060029DF RID: 10719 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60029DF")]
[Address(RVA = "0x2C08A30", Offset = "0x2C07A30", VA = "0x182C08A30")]
private static Type InternalGetProxyType(object transparentProxy)
{
return null;
}
/// Returns the of the object that the current instance of represents.
/// The of the object that the current instance of represents.
// Token: 0x060029E0 RID: 10720 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60029E0")]
[Address(RVA = "0x2C08890", Offset = "0x2C07890", VA = "0x182C08890")]
public Type GetProxiedType()
{
return null;
}
/// Adds the transparent proxy of the object represented by the current instance of to the specified .
/// The into which the transparent proxy is serialized.
/// The source and destination of the serialization.
/// The or parameter is .
/// The immediate caller does not have SerializationFormatter permission.
// Token: 0x060029E1 RID: 10721 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60029E1")]
[Address(RVA = "0x2C087F0", Offset = "0x2C077F0", VA = "0x182C087F0", Slot = "4")]
public virtual void GetObjectData(SerializationInfo info, StreamingContext context)
{
}
// Token: 0x170005F7 RID: 1527
// (get) Token: 0x060029E2 RID: 10722 RVA: 0x00002082 File Offset: 0x00000282
// (set) Token: 0x060029E3 RID: 10723 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x170005F7")]
internal Identity ObjectIdentity
{
[Token(Token = "0x60029E2")]
[Address(RVA = "0x41CEF0", Offset = "0x41BEF0", VA = "0x18041CEF0")]
get
{
return null;
}
[Token(Token = "0x60029E3")]
[Address(RVA = "0x41CFF0", Offset = "0x41BFF0", VA = "0x18041CFF0")]
set
{
}
}
/// When overridden in a derived class, invokes the method that is specified in the provided on the remote object that is represented by the current instance.
/// A that contains a of information about the method call.
/// The message returned by the invoked method, containing the return value and any or parameters.
// Token: 0x060029E4 RID: 10724
[Token(Token = "0x60029E4")]
[Address(Slot = "5")]
public abstract IMessage Invoke(IMessage msg);
// Token: 0x060029E5 RID: 10725 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60029E5")]
[Address(RVA = "0x2C08A50", Offset = "0x2C07A50", VA = "0x182C08A50")]
internal static object PrivateInvoke(RealProxy rp, IMessage msg, out Exception exc, out object[] out_args)
{
return null;
}
// Token: 0x060029E6 RID: 10726 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60029E6")]
[Address(RVA = "0x2C08A40", Offset = "0x2C07A40", VA = "0x182C08A40", Slot = "6")]
internal virtual object InternalGetTransparentProxy(string className)
{
return null;
}
/// Returns the transparent proxy for the current instance of .
/// The transparent proxy for the current proxy instance.
// Token: 0x060029E7 RID: 10727 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60029E7")]
[Address(RVA = "0x2C08920", Offset = "0x2C07920", VA = "0x182C08920", Slot = "7")]
public virtual object GetTransparentProxy()
{
return null;
}
/// Attaches the current proxy instance to the specified remote .
/// The that the current proxy instance represents.
/// The immediate caller does not have UnmanagedCode permission.
// Token: 0x060029E8 RID: 10728 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60029E8")]
[Address(RVA = "0x415810", Offset = "0x414810", VA = "0x180415810")]
protected void AttachServer(MarshalByRefObject s)
{
}
// Token: 0x060029E9 RID: 10729 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60029E9")]
[Address(RVA = "0x5AB430", Offset = "0x5AA430", VA = "0x1805AB430")]
internal void SetTargetDomain(int domainId)
{
}
// Token: 0x060029EA RID: 10730 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60029EA")]
[Address(RVA = "0x2C086E0", Offset = "0x2C076E0", VA = "0x182C086E0")]
internal object GetAppDomainTarget()
{
return null;
}
// Token: 0x060029EB RID: 10731 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60029EB")]
[Address(RVA = "0x2C091F0", Offset = "0x2C081F0", VA = "0x182C091F0")]
private static object[] ProcessResponse(IMethodReturnMessage mrm, MonoMethodMessage call)
{
return null;
}
// Token: 0x04001826 RID: 6182
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4001826")]
private Type class_to_proxy;
// Token: 0x04001827 RID: 6183
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x4001827")]
internal Context _targetContext;
// Token: 0x04001828 RID: 6184
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x4001828")]
internal MarshalByRefObject _server;
// Token: 0x04001829 RID: 6185
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x4001829")]
private int _targetDomainId;
// Token: 0x0400182A RID: 6186
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x400182A")]
internal string _targetUri;
// Token: 0x0400182B RID: 6187
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
[Token(Token = "0x400182B")]
internal Identity _objectIdentity;
// Token: 0x0400182C RID: 6188
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
[Token(Token = "0x400182C")]
private object _objTP;
// Token: 0x0400182D RID: 6189
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
[Token(Token = "0x400182D")]
private object _stubData;
}
}