using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Runtime.Remoting.Contexts { /// Indicates that the implementing property should be registered at runtime through the method. // Token: 0x020004DB RID: 1243 [Token(Token = "0x20004DB")] [ComVisible(true)] public interface IDynamicProperty { /// Gets the name of the dynamic property. /// The name of the dynamic property. // Token: 0x17000596 RID: 1430 // (get) Token: 0x06002852 RID: 10322 [Token(Token = "0x17000596")] string Name { [Token(Token = "0x6002852")] [Address(Slot = "0")] get; } } }