using System; using System.Runtime.Remoting.Messaging; using System.Runtime.Remoting.Proxies; using Cpp2IlInjected; namespace System.Runtime.Remoting.Activation { // Token: 0x02000507 RID: 1287 [Token(Token = "0x2000507")] internal class ActivationServices { // Token: 0x1700061E RID: 1566 // (get) Token: 0x06002A92 RID: 10898 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x1700061E")] private static IActivator ConstructionActivator { [Token(Token = "0x6002A92")] [Address(RVA = "0x2CE7A30", Offset = "0x2CE6A30", VA = "0x182CE7A30")] get { return null; } } // Token: 0x06002A93 RID: 10899 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002A93")] [Address(RVA = "0x2CE6B40", Offset = "0x2CE5B40", VA = "0x182CE6B40")] public static IMessage Activate(RemotingProxy proxy, ConstructionCall ctorCall) { return null; } // Token: 0x06002A94 RID: 10900 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002A94")] [Address(RVA = "0x2CE7970", Offset = "0x2CE6970", VA = "0x182CE7970")] public static IMessage RemoteActivate(IConstructionCallMessage ctorCall) { return null; } // Token: 0x06002A95 RID: 10901 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002A95")] [Address(RVA = "0x2CE6CE0", Offset = "0x2CE5CE0", VA = "0x182CE6CE0")] public static ConstructionCall CreateConstructionCall(Type type, string activationUrl, object[] activationAttributes) { return null; } // Token: 0x06002A96 RID: 10902 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002A96")] [Address(RVA = "0x2CE7460", Offset = "0x2CE6460", VA = "0x182CE7460")] public static IMessage CreateInstanceFromMessage(IConstructionCallMessage ctorCall) { return null; } // Token: 0x06002A97 RID: 10903 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002A97")] [Address(RVA = "0x2CE7800", Offset = "0x2CE6800", VA = "0x182CE7800")] public static object CreateProxyForType(Type type) { return null; } // Token: 0x06002A98 RID: 10904 RVA: 0x00002082 File Offset: 0x00000282 [Token(Token = "0x6002A98")] [Address(RVA = "0x2CE6CD0", Offset = "0x2CE5CD0", VA = "0x182CE6CD0")] public static object AllocateUninitializedClassInstance(Type type) { return null; } // Token: 0x06002A99 RID: 10905 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002A99")] [Address(RVA = "0x2CE7960", Offset = "0x2CE6960", VA = "0x182CE7960")] public static void EnableProxyActivation(Type type, bool enable) { } // Token: 0x04001871 RID: 6257 [Token(Token = "0x4001871")] private static IActivator _constructionActivator; } }