Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Runtime/Remoting/Messaging/ConstructionCallDictionary.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

38 lines
1.1 KiB
C#

using System;
using System.Runtime.Remoting.Activation;
using Cpp2IlInjected;
namespace System.Runtime.Remoting.Messaging
{
// Token: 0x02000526 RID: 1318
[Token(Token = "0x2000526")]
internal class ConstructionCallDictionary : MessageDictionary
{
// Token: 0x06002B2E RID: 11054 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002B2E")]
[Address(RVA = "0x2BFAB00", Offset = "0x2BF9B00", VA = "0x182BFAB00")]
public ConstructionCallDictionary(IConstructionCallMessage message)
{
}
// Token: 0x06002B2F RID: 11055 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6002B2F")]
[Address(RVA = "0x2BFA200", Offset = "0x2BF9200", VA = "0x182BFA200", Slot = "21")]
protected override object GetMethodProperty(string key)
{
return null;
}
// Token: 0x06002B30 RID: 11056 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002B30")]
[Address(RVA = "0x2BFA510", Offset = "0x2BF9510", VA = "0x182BFA510", Slot = "22")]
protected override void SetMethodProperty(string key, object value)
{
}
// Token: 0x040018C8 RID: 6344
[Token(Token = "0x40018C8")]
public static string[] InternalKeys;
}
}