using System; using System.Configuration; using System.Xml; using Cpp2IlInjected; namespace System.Diagnostics { /// Handles the diagnostics section of configuration files. // Token: 0x020003AB RID: 939 [Token(Token = "0x20003AB")] [Obsolete] public class DiagnosticsConfigurationHandler : IConfigurationSectionHandler { /// Initializes a new instance of the class. // Token: 0x060018E8 RID: 6376 RVA: 0x00002053 File Offset: 0x00000253 [Token(Token = "0x60018E8")] [Address(RVA = "0x2F3FE60", Offset = "0x2F3EE60", VA = "0x182F3FE60")] public DiagnosticsConfigurationHandler() { } /// Parses the configuration settings for the <system.diagnostics> Element section of configuration files. /// The object inherited from the parent path /// Reserved. Used in ASP.NET to convey the virtual path of the configuration being evaluated. /// The root XML node at the section to handle. /// A new configuration object, in the form of a . /// Switches could not be found. /// -or- /// Assert could not be found. /// -or- /// Trace could not be found. /// -or- /// Performance counters could not be found. // Token: 0x060018E9 RID: 6377 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60018E9")] [Address(RVA = "0x2F3FE30", Offset = "0x2F3EE30", VA = "0x182F3FE30", Slot = "5")] public virtual object Create(object parent, object configContext, XmlNode section) { return null; } } }