// Assembly: mscorlib
// Full name: System.Runtime.Remoting.Messaging.MethodResponse

namespace System.Runtime.Remoting.Messaging
{
public class MethodResponse // TypeDefIndex: 4240
{
	// Fields
	type#26577 _methodName;
	type#26577 _uri;
	type#26577 _typeName;
	type#22675 _methodBase;
	type#23706 _returnValue;
	type#18122 _exception;
	type#13535 _methodSignature;
	type#14425 _inArgInfo;
	type#13300 _args;
	type#13300 _outArgs;
	type#20291 _callMsg;
	type#22180 _callContext;
	type#20703 _targetIdentity;
	type#20016 ExternalProperties;
	type#20016 InternalProperties;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#18121 e, type#20290 msg) { }
	// RVA: -1
	internal type#28660 .ctor(type#23705 returnValue, type#13299 outArgs, type#22179 callCtx, type#20290 msg) { }
	// RVA: -1
	internal type#28660 .ctor(type#20290 msg, type#15494 retmsg) { }
	// RVA: -1
	internal type#28660 .ctor(type#25857 info, type#26566 context) { }
	// RVA: -1
	internal type#28660 InitMethodProperty(type#26576 key, type#23705 value) { }
	// RVA: -1
	public virtual type#20867 get_ArgCount() { }
	// RVA: -1
	public virtual type#13299 get_Args() { }
	// RVA: -1
	public virtual type#18121 get_Exception() { }
	// RVA: -1
	public virtual type#22179 get_LogicalCallContext() { }
	// RVA: -1
	public virtual type#22674 get_MethodBase() { }
	// RVA: -1
	public virtual type#26576 get_MethodName() { }
	// RVA: -1
	public virtual type#23705 get_MethodSignature() { }
	// RVA: -1
	public virtual type#13299 get_OutArgs() { }
	// RVA: -1
	public virtual type#20014 get_Properties() { }
	// RVA: -1
	public virtual type#23705 get_ReturnValue() { }
	// RVA: -1
	public virtual type#26576 get_TypeName() { }
	// RVA: -1
	public virtual type#26576 get_Uri() { }
	// RVA: -1
	public type#28660 set_Uri(type#26576 value) { }
	// RVA: -1
	private virtual type#26576 System.Runtime.Remoting.Messaging.IInternalMessage.get_Uri() { }
	// RVA: -1
	private virtual type#28660 System.Runtime.Remoting.Messaging.IInternalMessage.set_Uri(type#26576 value) { }
	// RVA: -1
	public virtual type#23705 GetArg(type#20867 argNum) { }
	// RVA: -1
	public virtual type#28660 GetObjectData(type#25857 info, type#26566 context) { }
	// RVA: -1
	private virtual type#20702 System.Runtime.Remoting.Messaging.IInternalMessage.get_TargetIdentity() { }
	// RVA: -1
	private virtual type#28660 System.Runtime.Remoting.Messaging.IInternalMessage.set_TargetIdentity(type#20702 value) { }
}
}
