using System; using System.Configuration; using Cpp2IlInjected; namespace System.Net.Configuration { /// Represents the type information for a custom module. This class cannot be inherited. // Token: 0x02000391 RID: 913 [Token(Token = "0x2000391")] public sealed class ModuleElement : ConfigurationElement { /// Initializes a new instance of the class. // Token: 0x06001824 RID: 6180 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x6001824")] [Address(RVA = "0xDD6340", Offset = "0xDD5340", VA = "0x180DD6340")] public ModuleElement() { } // Token: 0x17000530 RID: 1328 // (get) Token: 0x06001825 RID: 6181 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x17000530")] protected override ConfigurationPropertyCollection Properties { [Token(Token = "0x6001825")] [Address(RVA = "0xDD6370", Offset = "0xDD5370", VA = "0x180DD6370", Slot = "4")] get { return null; } } /// Gets or sets the type and assembly information for the current instance. /// A string that identifies a type that implements the interface or if no value has been specified. // Token: 0x17000531 RID: 1329 // (get) Token: 0x06001826 RID: 6182 RVA: 0x00002050 File Offset: 0x00000250 // (set) Token: 0x06001827 RID: 6183 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x17000531")] public string Type { [Token(Token = "0x6001826")] [Address(RVA = "0xDD63A0", Offset = "0xDD53A0", VA = "0x180DD63A0")] get { return null; } [Token(Token = "0x6001827")] [Address(RVA = "0xDD63D0", Offset = "0xDD53D0", VA = "0x180DD63D0")] set { } } } }