1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 #pragma warning disable CS0618
6 namespace System
7 {
8     public enum UriIdnScope
9     {
10         All = 2,
11         AllExceptIntranet = 1,
12         None = 0,
13     }
14 }
15 
16 namespace System.Configuration
17 {
18     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
19     public sealed partial class ApplicationScopedSettingAttribute : System.Configuration.SettingAttribute
20     {
ApplicationScopedSettingAttribute()21         public ApplicationScopedSettingAttribute() { }
22     }
23     public abstract partial class ApplicationSettingsBase : System.Configuration.SettingsBase, System.ComponentModel.INotifyPropertyChanged
24     {
ApplicationSettingsBase()25         protected ApplicationSettingsBase() { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner)26         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner) { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey)27         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey) { }
ApplicationSettingsBase(string settingsKey)28         protected ApplicationSettingsBase(string settingsKey) { }
29         [System.ComponentModel.BrowsableAttribute(false)]
30         public override System.Configuration.SettingsContext Context { get { throw null; } }
31         public override object this[string propertyName] { get { throw null; } set { } }
32         [System.ComponentModel.BrowsableAttribute(false)]
33         public override System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
34         [System.ComponentModel.BrowsableAttribute(false)]
35         public override System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
36         [System.ComponentModel.BrowsableAttribute(false)]
37         public override System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
38         [System.ComponentModel.BrowsableAttribute(false)]
39         public string SettingsKey { get { throw null; } set { } }
40         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
41         public event System.Configuration.SettingChangingEventHandler SettingChanging { add { } remove { } }
42         public event System.Configuration.SettingsLoadedEventHandler SettingsLoaded { add { } remove { } }
43         public event System.Configuration.SettingsSavingEventHandler SettingsSaving { add { } remove { } }
GetPreviousVersion(string propertyName)44         public object GetPreviousVersion(string propertyName) { throw null; }
OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)45         protected virtual void OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { }
OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e)46         protected virtual void OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e) { }
OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e)47         protected virtual void OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e) { }
OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e)48         protected virtual void OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e) { }
Reload()49         public void Reload() { }
Reset()50         public void Reset() { }
Save()51         public override void Save() { }
Upgrade()52         public virtual void Upgrade() { }
53     }
54     public sealed partial class ApplicationSettingsGroup : System.Configuration.ConfigurationSectionGroup
55     {
ApplicationSettingsGroup()56         public ApplicationSettingsGroup() { }
57     }
58     public partial class AppSettingsReader
59     {
AppSettingsReader()60         public AppSettingsReader() { }
GetValue(string key, System.Type type)61         public object GetValue(string key, System.Type type) { throw null; }
62     }
63     public sealed partial class ClientSettingsSection : System.Configuration.ConfigurationSection
64     {
ClientSettingsSection()65         public ClientSettingsSection() { }
66         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
67         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
68         public System.Configuration.SettingElementCollection Settings { get { throw null; } }
69     }
70     public partial class ConfigurationException : System.SystemException
71     {
72         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException()73         public ConfigurationException() { }
ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)74         protected ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
75         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message)76         public ConfigurationException(string message) { }
77         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner)78         public ConfigurationException(string message, System.Exception inner) { }
79         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, string filename, int line)80         public ConfigurationException(string message, System.Exception inner, string filename, int line) { }
81         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node)82         public ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node) { }
83         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, string filename, int line)84         public ConfigurationException(string message, string filename, int line) { }
85         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Xml.XmlNode node)86         public ConfigurationException(string message, System.Xml.XmlNode node) { }
87         public virtual string BareMessage { get { throw null; } }
88         public virtual string Filename { get { throw null; } }
89         public virtual int Line { get { throw null; } }
90         public override string Message { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)91         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
92         [System.ObsoleteAttribute("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead")]
GetXmlNodeFilename(System.Xml.XmlNode node)93         public static string GetXmlNodeFilename(System.Xml.XmlNode node) { throw null; }
94         [System.ObsoleteAttribute("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetLinenumber instead")]
GetXmlNodeLineNumber(System.Xml.XmlNode node)95         public static int GetXmlNodeLineNumber(System.Xml.XmlNode node) { throw null; }
96     }
97     public sealed partial class ConfigurationSettings
98     {
ConfigurationSettings()99         internal ConfigurationSettings() { }
100         [System.ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings")]
101         public static System.Collections.Specialized.NameValueCollection AppSettings { get { throw null; } }
102         [System.ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
GetConfig(string sectionName)103         public static object GetConfig(string sectionName) { throw null; }
104     }
105     public sealed partial class ConfigXmlDocument : System.Xml.XmlDocument, System.Configuration.Internal.IConfigErrorInfo
106     {
ConfigXmlDocument()107         public ConfigXmlDocument() { }
108         public string Filename { get { throw null; } }
109         public int LineNumber { get { throw null; } }
110         string System.Configuration.Internal.IConfigErrorInfo.Filename { get { throw null; } }
111         int System.Configuration.Internal.IConfigErrorInfo.LineNumber { get { throw null; } }
CreateAttribute(string prefix, string localName, string namespaceUri)112         public override System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceUri) { throw null; }
CreateCDataSection(string data)113         public override System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; }
CreateComment(string data)114         public override System.Xml.XmlComment CreateComment(string data) { throw null; }
CreateElement(string prefix, string localName, string namespaceUri)115         public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceUri) { throw null; }
CreateSignificantWhitespace(string data)116         public override System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string data) { throw null; }
CreateTextNode(string text)117         public override System.Xml.XmlText CreateTextNode(string text) { throw null; }
CreateWhitespace(string data)118         public override System.Xml.XmlWhitespace CreateWhitespace(string data) { throw null; }
Load(string filename)119         public override void Load(string filename) { }
LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader)120         public void LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader) { }
121     }
122     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
123     public sealed partial class DefaultSettingValueAttribute : System.Attribute
124     {
DefaultSettingValueAttribute(string value)125         public DefaultSettingValueAttribute(string value) { }
126         public string Value { get { throw null; } }
127     }
128     public partial class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler
129     {
DictionarySectionHandler()130         public DictionarySectionHandler() { }
131         protected virtual string KeyAttributeName { get { throw null; } }
132         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)133         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
134     }
135     public partial interface IApplicationSettingsProvider
136     {
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)137         System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
Reset(System.Configuration.SettingsContext context)138         void Reset(System.Configuration.SettingsContext context);
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)139         void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties);
140     }
141     public partial interface IConfigurationSectionHandler
142     {
Create(object parent, object configContext, System.Xml.XmlNode section)143         object Create(object parent, object configContext, System.Xml.XmlNode section);
144     }
145     public partial interface IConfigurationSystem
146     {
GetConfig(string configKey)147         object GetConfig(string configKey);
Init()148         void Init();
149     }
150     public sealed partial class IdnElement : System.Configuration.ConfigurationElement
151     {
IdnElement()152         public IdnElement() { }
153         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue = (System.UriIdnScope)(0))]
154         public System.UriIdnScope Enabled { get { throw null; } set { } }
155         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
156     }
157     public partial class IgnoreSectionHandler : System.Configuration.IConfigurationSectionHandler
158     {
IgnoreSectionHandler()159         public IgnoreSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)160         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
161     }
162     public partial interface IPersistComponentSettings
163     {
164         bool SaveSettings { get; set; }
165         string SettingsKey { get; set; }
LoadComponentSettings()166         void LoadComponentSettings();
ResetComponentSettings()167         void ResetComponentSettings();
SaveComponentSettings()168         void SaveComponentSettings();
169     }
170     public sealed partial class IriParsingElement : System.Configuration.ConfigurationElement
171     {
IriParsingElement()172         public IriParsingElement() { }
173         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue = false)]
174         public bool Enabled { get { throw null; } set { } }
175         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
176     }
177     public partial interface ISettingsProviderService
178     {
GetSettingsProvider(System.Configuration.SettingsProperty property)179         System.Configuration.SettingsProvider GetSettingsProvider(System.Configuration.SettingsProperty property);
180     }
181     public partial class LocalFileSettingsProvider : System.Configuration.SettingsProvider, System.Configuration.IApplicationSettingsProvider
182     {
LocalFileSettingsProvider()183         public LocalFileSettingsProvider() { }
184         public override string ApplicationName { get { throw null; } set { } }
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)185         public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) { throw null; }
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)186         public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection values)187         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection values) { }
Reset(System.Configuration.SettingsContext context)188         public void Reset(System.Configuration.SettingsContext context) { }
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values)189         public override void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values) { }
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)190         public void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { }
191     }
192     public partial class NameValueFileSectionHandler : System.Configuration.IConfigurationSectionHandler
193     {
NameValueFileSectionHandler()194         public NameValueFileSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)195         public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
196     }
197     public partial class NameValueSectionHandler : System.Configuration.IConfigurationSectionHandler
198     {
NameValueSectionHandler()199         public NameValueSectionHandler() { }
200         protected virtual string KeyAttributeName { get { throw null; } }
201         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)202         public object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
203     }
204     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
205     public sealed partial class NoSettingsVersionUpgradeAttribute : System.Attribute
206     {
NoSettingsVersionUpgradeAttribute()207         public NoSettingsVersionUpgradeAttribute() { }
208     }
209     public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement
210     {
SchemeSettingElement()211         public SchemeSettingElement() { }
212         [System.Configuration.ConfigurationPropertyAttribute("genericUriParserOptions", DefaultValue = (System.Configuration.ConfigurationPropertyOptions)(0), IsRequired = true)]
213         public System.GenericUriParserOptions GenericUriParserOptions { get { throw null; } }
214         [System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue = null, IsRequired = true, IsKey = true)]
215         public string Name { get { throw null; } }
216         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
217     }
218     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.SchemeSettingElement), CollectionType = (System.Configuration.ConfigurationElementCollectionType)(1), AddItemName = "add", ClearItemsName = "clear", RemoveItemName = "remove")]
219     public sealed partial class SchemeSettingElementCollection : System.Configuration.ConfigurationElementCollection
220     {
SchemeSettingElementCollection()221         public SchemeSettingElementCollection() { }
222         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
223         public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
224         public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
CreateNewElement()225         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)226         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Configuration.SchemeSettingElement element)227         public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; }
228     }
229     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
230     public partial class SettingAttribute : System.Attribute
231     {
SettingAttribute()232         public SettingAttribute() { }
233     }
234     public partial class SettingChangingEventArgs : System.ComponentModel.CancelEventArgs
235     {
SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)236         public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel) { }
237         public object NewValue { get { throw null; } }
238         public string SettingClass { get { throw null; } }
239         public string SettingKey { get { throw null; } }
240         public string SettingName { get { throw null; } }
241     }
SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e)242     public delegate void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e);
243     public sealed partial class SettingElement : System.Configuration.ConfigurationElement
244     {
SettingElement()245         public SettingElement() { }
SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs)246         public SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs) { }
247         [System.Configuration.ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true, DefaultValue = "")]
248         public string Name { get { throw null; } set { } }
249         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
250         [System.Configuration.ConfigurationPropertyAttribute("serializeAs", IsRequired = true, DefaultValue = (System.Configuration.SettingsSerializeAs)(0))]
251         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
252         [System.Configuration.ConfigurationPropertyAttribute("value", IsRequired = true, DefaultValue = null)]
253         public System.Configuration.SettingValueElement Value { get { throw null; } set { } }
Equals(object settings)254         public override bool Equals(object settings) { throw null; }
GetHashCode()255         public override int GetHashCode() { throw null; }
256     }
257     public sealed partial class SettingElementCollection : System.Configuration.ConfigurationElementCollection
258     {
SettingElementCollection()259         public SettingElementCollection() { }
260         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
261         protected override string ElementName { get { throw null; } }
Add(System.Configuration.SettingElement element)262         public void Add(System.Configuration.SettingElement element) { }
Clear()263         public void Clear() { }
CreateNewElement()264         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
Get(string elementKey)265         public System.Configuration.SettingElement Get(string elementKey) { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)266         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Configuration.SettingElement element)267         public void Remove(System.Configuration.SettingElement element) { }
268     }
269     public partial class SettingsAttributeDictionary : System.Collections.Hashtable
270     {
SettingsAttributeDictionary()271         public SettingsAttributeDictionary() { }
SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes)272         public SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes) { }
273     }
274     public abstract partial class SettingsBase
275     {
SettingsBase()276         protected SettingsBase() { }
277         public virtual System.Configuration.SettingsContext Context { get { throw null; } }
278         [System.ComponentModel.BrowsableAttribute(false)]
279         public bool IsSynchronized { get { throw null; } }
280         public virtual object this[string propertyName] { get { throw null; } set { } }
281         public virtual System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
282         public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
283         public virtual System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers)284         public void Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers) { }
Save()285         public virtual void Save() { }
Synchronized(System.Configuration.SettingsBase settingsBase)286         public static System.Configuration.SettingsBase Synchronized(System.Configuration.SettingsBase settingsBase) { throw null; }
287     }
288     public partial class SettingsContext : System.Collections.Hashtable
289     {
SettingsContext()290         public SettingsContext() { }
291     }
292     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
293     public sealed partial class SettingsDescriptionAttribute : System.Attribute
294     {
SettingsDescriptionAttribute(string description)295         public SettingsDescriptionAttribute(string description) { }
296         public string Description { get { throw null; } }
297     }
298     [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
299     public sealed partial class SettingsGroupDescriptionAttribute : System.Attribute
300     {
SettingsGroupDescriptionAttribute(string description)301         public SettingsGroupDescriptionAttribute(string description) { }
302         public string Description { get { throw null; } }
303     }
304     [System.AttributeUsageAttribute(System.AttributeTargets.Class)]
305     public sealed partial class SettingsGroupNameAttribute : System.Attribute
306     {
SettingsGroupNameAttribute(string groupName)307         public SettingsGroupNameAttribute(string groupName) { }
308         public string GroupName { get { throw null; } }
309     }
310     public partial class SettingsLoadedEventArgs : System.EventArgs
311     {
SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider)312         public SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider) { }
313         public System.Configuration.SettingsProvider Provider { get { throw null; } }
314     }
SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e)315     public delegate void SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e);
316     public enum SettingsManageability
317     {
318         Roaming = 0,
319     }
320     [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
321     public sealed partial class SettingsManageabilityAttribute : System.Attribute
322     {
SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability)323         public SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability) { }
324         public System.Configuration.SettingsManageability Manageability { get { throw null; } }
325     }
326     public partial class SettingsProperty
327     {
SettingsProperty(System.Configuration.SettingsProperty propertyToCopy)328         public SettingsProperty(System.Configuration.SettingsProperty propertyToCopy) { }
SettingsProperty(string name)329         public SettingsProperty(string name) { }
SettingsProperty(string name, System.Type propertyType, System.Configuration.SettingsProvider provider, bool isReadOnly, object defaultValue, System.Configuration.SettingsSerializeAs serializeAs, System.Configuration.SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing)330         public SettingsProperty(string name, System.Type propertyType, System.Configuration.SettingsProvider provider, bool isReadOnly, object defaultValue, System.Configuration.SettingsSerializeAs serializeAs, System.Configuration.SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing) { }
331         public virtual System.Configuration.SettingsAttributeDictionary Attributes { get { throw null; } }
332         public virtual object DefaultValue { get { throw null; } set { } }
333         public virtual bool IsReadOnly { get { throw null; } set { } }
334         public virtual string Name { get { throw null; } set { } }
335         public virtual System.Type PropertyType { get { throw null; } set { } }
336         public virtual System.Configuration.SettingsProvider Provider { get { throw null; } set { } }
337         public virtual System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
338         public bool ThrowOnErrorDeserializing { get { throw null; } set { } }
339         public bool ThrowOnErrorSerializing { get { throw null; } set { } }
340     }
341     public partial class SettingsPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
342     {
SettingsPropertyCollection()343         public SettingsPropertyCollection() { }
344         public int Count { get { throw null; } }
345         public bool IsSynchronized { get { throw null; } }
346         public System.Configuration.SettingsProperty this[string name] { get { throw null; } }
347         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsProperty property)348         public void Add(System.Configuration.SettingsProperty property) { }
Clear()349         public void Clear() { }
Clone()350         public object Clone() { throw null; }
CopyTo(System.Array array, int index)351         public void CopyTo(System.Array array, int index) { }
GetEnumerator()352         public System.Collections.IEnumerator GetEnumerator() { throw null; }
OnAdd(System.Configuration.SettingsProperty property)353         protected virtual void OnAdd(System.Configuration.SettingsProperty property) { }
OnAddComplete(System.Configuration.SettingsProperty property)354         protected virtual void OnAddComplete(System.Configuration.SettingsProperty property) { }
OnClear()355         protected virtual void OnClear() { }
OnClearComplete()356         protected virtual void OnClearComplete() { }
OnRemove(System.Configuration.SettingsProperty property)357         protected virtual void OnRemove(System.Configuration.SettingsProperty property) { }
OnRemoveComplete(System.Configuration.SettingsProperty property)358         protected virtual void OnRemoveComplete(System.Configuration.SettingsProperty property) { }
Remove(string name)359         public void Remove(string name) { }
SetReadOnly()360         public void SetReadOnly() { }
361     }
362     public partial class SettingsPropertyIsReadOnlyException : System.Exception
363     {
SettingsPropertyIsReadOnlyException()364         public SettingsPropertyIsReadOnlyException() { }
SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)365         protected SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyIsReadOnlyException(string message)366         public SettingsPropertyIsReadOnlyException(string message) { }
SettingsPropertyIsReadOnlyException(string message, System.Exception innerException)367         public SettingsPropertyIsReadOnlyException(string message, System.Exception innerException) { }
368     }
369     public partial class SettingsPropertyNotFoundException : System.Exception
370     {
SettingsPropertyNotFoundException()371         public SettingsPropertyNotFoundException() { }
SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)372         protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyNotFoundException(string message)373         public SettingsPropertyNotFoundException(string message) { }
SettingsPropertyNotFoundException(string message, System.Exception innerException)374         public SettingsPropertyNotFoundException(string message, System.Exception innerException) { }
375     }
376     public partial class SettingsPropertyValue
377     {
SettingsPropertyValue(System.Configuration.SettingsProperty property)378         public SettingsPropertyValue(System.Configuration.SettingsProperty property) { }
379         public bool Deserialized { get { throw null; } set { } }
380         public bool IsDirty { get { throw null; } set { } }
381         public string Name { get { throw null; } }
382         public System.Configuration.SettingsProperty Property { get { throw null; } }
383         public object PropertyValue { get { throw null; } set { } }
384         public object SerializedValue { get { throw null; } set { } }
385         public bool UsingDefaultValue { get { throw null; } }
386     }
387     public partial class SettingsPropertyValueCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
388     {
SettingsPropertyValueCollection()389         public SettingsPropertyValueCollection() { }
390         public int Count { get { throw null; } }
391         public bool IsSynchronized { get { throw null; } }
392         public System.Configuration.SettingsPropertyValue this[string name] { get { throw null; } }
393         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsPropertyValue property)394         public void Add(System.Configuration.SettingsPropertyValue property) { }
Clear()395         public void Clear() { }
Clone()396         public object Clone() { throw null; }
CopyTo(System.Array array, int index)397         public void CopyTo(System.Array array, int index) { }
GetEnumerator()398         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)399         public void Remove(string name) { }
SetReadOnly()400         public void SetReadOnly() { }
401     }
402     public partial class SettingsPropertyWrongTypeException : System.Exception
403     {
SettingsPropertyWrongTypeException()404         public SettingsPropertyWrongTypeException() { }
SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)405         protected SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyWrongTypeException(string message)406         public SettingsPropertyWrongTypeException(string message) { }
SettingsPropertyWrongTypeException(string message, System.Exception innerException)407         public SettingsPropertyWrongTypeException(string message, System.Exception innerException) { }
408     }
409     public abstract partial class SettingsProvider : System.Configuration.Provider.ProviderBase
410     {
SettingsProvider()411         protected SettingsProvider() { }
412         public abstract string ApplicationName { get; set; }
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection)413         public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection)414         public abstract void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection);
415     }
416     [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
417     public sealed partial class SettingsProviderAttribute : System.Attribute
418     {
SettingsProviderAttribute(string providerTypeName)419         public SettingsProviderAttribute(string providerTypeName) { }
SettingsProviderAttribute(System.Type providerType)420         public SettingsProviderAttribute(System.Type providerType) { }
421         public string ProviderTypeName { get { throw null; } }
422     }
423     public partial class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection
424     {
SettingsProviderCollection()425         public SettingsProviderCollection() { }
426         public new System.Configuration.SettingsProvider this[string name] { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)427         public override void Add(System.Configuration.Provider.ProviderBase provider) { }
428     }
SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e)429     public delegate void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
430     public enum SettingsSerializeAs
431     {
432         Binary = 2,
433         ProviderSpecific = 3,
434         String = 0,
435         Xml = 1,
436     }
437     [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
438     public sealed partial class SettingsSerializeAsAttribute : System.Attribute
439     {
SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs)440         public SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs) { }
441         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } }
442     }
443     public sealed partial class SettingValueElement : System.Configuration.ConfigurationElement
444     {
SettingValueElement()445         public SettingValueElement() { }
446         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
447         public System.Xml.XmlNode ValueXml { get { throw null; } set { } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)448         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Equals(object settingValue)449         public override bool Equals(object settingValue) { throw null; }
GetHashCode()450         public override int GetHashCode() { throw null; }
IsModified()451         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)452         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()453         protected override void ResetModified() { }
SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName)454         protected override bool SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName) { throw null; }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)455         protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
456     }
457     public partial class SingleTagSectionHandler : System.Configuration.IConfigurationSectionHandler
458     {
SingleTagSectionHandler()459         public SingleTagSectionHandler() { }
Create(object parent, object context, System.Xml.XmlNode section)460         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
461     }
462     public enum SpecialSetting
463     {
464         ConnectionString = 0,
465         WebServiceUrl = 1,
466     }
467     [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
468     public sealed partial class SpecialSettingAttribute : System.Attribute
469     {
SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting)470         public SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting) { }
471         public System.Configuration.SpecialSetting SpecialSetting { get { throw null; } }
472     }
473     public sealed partial class UriSection : System.Configuration.ConfigurationSection
474     {
UriSection()475         public UriSection() { }
476         [System.Configuration.ConfigurationPropertyAttribute("idn")]
477         public System.Configuration.IdnElement Idn { get { throw null; } }
478         [System.Configuration.ConfigurationPropertyAttribute("iriParsing")]
479         public System.Configuration.IriParsingElement IriParsing { get { throw null; } }
480         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
481         [System.Configuration.ConfigurationPropertyAttribute("schemeSettings")]
482         public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } }
483     }
484     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
485     public sealed partial class UserScopedSettingAttribute : System.Configuration.SettingAttribute
486     {
UserScopedSettingAttribute()487         public UserScopedSettingAttribute() { }
488     }
489     public sealed partial class UserSettingsGroup : System.Configuration.ConfigurationSectionGroup
490     {
UserSettingsGroup()491         public UserSettingsGroup() { }
492     }
493 
494     public sealed partial class AppSettingsSection : System.Configuration.ConfigurationSection
495     {
AppSettingsSection()496         public AppSettingsSection() { }
497         [System.Configuration.ConfigurationPropertyAttribute("file", DefaultValue = "")]
498         public string File { get { throw null; } set { } }
499         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
500         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection = true)]
501         public System.Configuration.KeyValueConfigurationCollection Settings { get { throw null; } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)502         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
GetRuntimeObject()503         protected override object GetRuntimeObject() { throw null; }
IsModified()504         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentSection)505         protected override void Reset(System.Configuration.ConfigurationElement parentSection) { }
SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode)506         protected override string SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode) { throw null; }
507     }
508     public sealed partial class CallbackValidator : System.Configuration.ConfigurationValidatorBase
509     {
CallbackValidator(System.Type type, System.Configuration.ValidatorCallback callback)510         public CallbackValidator(System.Type type, System.Configuration.ValidatorCallback callback) { }
CanValidate(System.Type type)511         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)512         public override void Validate(object value) { }
513     }
514     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
515     public sealed partial class CallbackValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
516     {
CallbackValidatorAttribute()517         public CallbackValidatorAttribute() { }
518         public string CallbackMethodName { get { throw null; } set { } }
519         public System.Type Type { get { throw null; } set { } }
520         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
521     }
522     public sealed partial class CommaDelimitedStringCollection : System.Collections.Specialized.StringCollection
523     {
CommaDelimitedStringCollection()524         public CommaDelimitedStringCollection() { }
525         public bool IsModified { get { throw null; } }
526         public new bool IsReadOnly { get { throw null; } }
527         public new string this[int index] { get { throw null; } set { } }
Add(string value)528         public new void Add(string value) { }
AddRange(string[] range)529         public new void AddRange(string[] range) { }
Clear()530         public new void Clear() { }
Clone()531         public System.Configuration.CommaDelimitedStringCollection Clone() { throw null; }
Insert(int index, string value)532         public new void Insert(int index, string value) { }
Remove(string value)533         public new void Remove(string value) { }
SetReadOnly()534         public void SetReadOnly() { }
ToString()535         public override string ToString() { throw null; }
536     }
537     public sealed partial class CommaDelimitedStringCollectionConverter : System.Configuration.ConfigurationConverterBase
538     {
CommaDelimitedStringCollectionConverter()539         public CommaDelimitedStringCollectionConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)540         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)541         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
542     }
543     public sealed partial class Configuration
544     {
Configuration()545         internal Configuration() { }
546         public System.Configuration.AppSettingsSection AppSettings { get { throw null; } }
547         public System.Func<string, string> AssemblyStringTransformer { get { throw null; } set { } }
548         public System.Configuration.ConnectionStringsSection ConnectionStrings { get { throw null; } }
549         public System.Configuration.ContextInformation EvaluationContext { get { throw null; } }
550         public string FilePath { get { throw null; } }
551         public bool HasFile { get { throw null; } }
552         public System.Configuration.ConfigurationLocationCollection Locations { get { throw null; } }
553         public bool NamespaceDeclared { get { throw null; } set { } }
554         public System.Configuration.ConfigurationSectionGroup RootSectionGroup { get { throw null; } }
555         public System.Configuration.ConfigurationSectionGroupCollection SectionGroups { get { throw null; } }
556         public System.Configuration.ConfigurationSectionCollection Sections { get { throw null; } }
557         public System.Runtime.Versioning.FrameworkName TargetFramework { get { throw null; } set { } }
558         public System.Func<string, string> TypeStringTransformer { get { throw null; } set { } }
GetSection(string sectionName)559         public System.Configuration.ConfigurationSection GetSection(string sectionName) { throw null; }
GetSectionGroup(string sectionGroupName)560         public System.Configuration.ConfigurationSectionGroup GetSectionGroup(string sectionGroupName) { throw null; }
Save()561         public void Save() { }
Save(System.Configuration.ConfigurationSaveMode saveMode)562         public void Save(System.Configuration.ConfigurationSaveMode saveMode) { }
Save(System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll)563         public void Save(System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll) { }
SaveAs(string filename)564         public void SaveAs(string filename) { }
SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode)565         public void SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode) { }
SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll)566         public void SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll) { }
567     }
568     public enum ConfigurationAllowDefinition
569     {
570         Everywhere = 300,
571         MachineOnly = 0,
572         MachineToApplication = 200,
573         MachineToWebRoot = 100,
574     }
575     public enum ConfigurationAllowExeDefinition
576     {
577         MachineOnly = 0,
578         MachineToApplication = 100,
579         MachineToLocalUser = 300,
580         MachineToRoamingUser = 200,
581     }
582     [System.AttributeUsageAttribute(System.AttributeTargets.Class | System.AttributeTargets.Property)]
583     public sealed partial class ConfigurationCollectionAttribute : System.Attribute
584     {
ConfigurationCollectionAttribute(System.Type itemType)585         public ConfigurationCollectionAttribute(System.Type itemType) { }
586         public string AddItemName { get { throw null; } set { } }
587         public string ClearItemsName { get { throw null; } set { } }
588         public System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } set { } }
589         public System.Type ItemType { get { throw null; } }
590         public string RemoveItemName { get { throw null; } set { } }
591     }
592     public abstract partial class ConfigurationConverterBase : System.ComponentModel.TypeConverter
593     {
ConfigurationConverterBase()594         protected ConfigurationConverterBase() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type)595         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type)596         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type) { throw null; }
597     }
598     public abstract partial class ConfigurationElement
599     {
ConfigurationElement()600         protected ConfigurationElement() { }
601         public System.Configuration.Configuration CurrentConfiguration { get { throw null; } }
602         public System.Configuration.ElementInformation ElementInformation { get { throw null; } }
603         protected virtual System.Configuration.ConfigurationElementProperty ElementProperty { get { throw null; } }
604         protected System.Configuration.ContextInformation EvaluationContext { get { throw null; } }
605         protected bool HasContext { get { throw null; } }
606         protected object this[System.Configuration.ConfigurationProperty prop] { get { throw null; } set { } }
607         protected object this[string propertyName] { get { throw null; } set { } }
608         public System.Configuration.ConfigurationLockCollection LockAllAttributesExcept { get { throw null; } }
609         public System.Configuration.ConfigurationLockCollection LockAllElementsExcept { get { throw null; } }
610         public System.Configuration.ConfigurationLockCollection LockAttributes { get { throw null; } }
611         public System.Configuration.ConfigurationLockCollection LockElements { get { throw null; } }
612         public bool LockItem { get { throw null; } set { } }
613         protected virtual System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)614         protected virtual void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Equals(object compareTo)615         public override bool Equals(object compareTo) { throw null; }
GetHashCode()616         public override int GetHashCode() { throw null; }
GetTransformedAssemblyString(string assemblyName)617         protected virtual string GetTransformedAssemblyString(string assemblyName) { throw null; }
GetTransformedTypeString(string typeName)618         protected virtual string GetTransformedTypeString(string typeName) { throw null; }
Init()619         protected virtual void Init() { }
InitializeDefault()620         protected virtual void InitializeDefault() { }
IsModified()621         protected virtual bool IsModified() { throw null; }
IsReadOnly()622         public virtual bool IsReadOnly() { throw null; }
ListErrors(System.Collections.IList errorList)623         protected virtual void ListErrors(System.Collections.IList errorList) { }
OnDeserializeUnrecognizedAttribute(string name, string value)624         protected virtual bool OnDeserializeUnrecognizedAttribute(string name, string value) { throw null; }
OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader)625         protected virtual bool OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader) { throw null; }
OnRequiredPropertyNotFound(string name)626         protected virtual object OnRequiredPropertyNotFound(string name) { throw null; }
PostDeserialize()627         protected virtual void PostDeserialize() { }
PreSerialize(System.Xml.XmlWriter writer)628         protected virtual void PreSerialize(System.Xml.XmlWriter writer) { }
Reset(System.Configuration.ConfigurationElement parentElement)629         protected virtual void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()630         protected virtual void ResetModified() { }
SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey)631         protected virtual bool SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey) { throw null; }
SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName)632         protected virtual bool SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName) { throw null; }
SetPropertyValue(System.Configuration.ConfigurationProperty prop, object value, bool ignoreLocks)633         protected void SetPropertyValue(System.Configuration.ConfigurationProperty prop, object value, bool ignoreLocks) { }
SetReadOnly()634         protected virtual void SetReadOnly() { }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)635         protected virtual void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
636     }
637     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
638     public abstract partial class ConfigurationElementCollection : System.Configuration.ConfigurationElement, System.Collections.ICollection, System.Collections.IEnumerable
639     {
ConfigurationElementCollection()640         protected ConfigurationElementCollection() { }
ConfigurationElementCollection(System.Collections.IComparer comparer)641         protected ConfigurationElementCollection(System.Collections.IComparer comparer) { }
642         protected string AddElementName { get { throw null; } set { } }
643         protected string ClearElementName { get { throw null; } set { } }
644         public virtual System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
645         public int Count { get { throw null; } }
646         protected virtual string ElementName { get { throw null; } }
647         public bool EmitClear { get { throw null; } set { } }
648         public bool IsSynchronized { get { throw null; } }
649         protected string RemoveElementName { get { throw null; } set { } }
650         public object SyncRoot { get { throw null; } }
651         protected virtual bool ThrowOnDuplicate { get { throw null; } }
BaseAdd(System.Configuration.ConfigurationElement element)652         protected virtual void BaseAdd(System.Configuration.ConfigurationElement element) { }
BaseAdd(System.Configuration.ConfigurationElement element, bool throwIfExists)653         protected void BaseAdd(System.Configuration.ConfigurationElement element, bool throwIfExists) { }
BaseAdd(int index, System.Configuration.ConfigurationElement element)654         protected virtual void BaseAdd(int index, System.Configuration.ConfigurationElement element) { }
BaseClear()655         protected void BaseClear() { }
BaseGet(int index)656         protected System.Configuration.ConfigurationElement BaseGet(int index) { throw null; }
BaseGet(object key)657         protected System.Configuration.ConfigurationElement BaseGet(object key) { throw null; }
BaseGetAllKeys()658         protected object[] BaseGetAllKeys() { throw null; }
BaseGetKey(int index)659         protected object BaseGetKey(int index) { throw null; }
BaseIndexOf(System.Configuration.ConfigurationElement element)660         protected int BaseIndexOf(System.Configuration.ConfigurationElement element) { throw null; }
BaseIsRemoved(object key)661         protected bool BaseIsRemoved(object key) { throw null; }
BaseRemove(object key)662         protected void BaseRemove(object key) { }
BaseRemoveAt(int index)663         protected void BaseRemoveAt(int index) { }
CopyTo(System.Configuration.ConfigurationElement[] array, int index)664         public void CopyTo(System.Configuration.ConfigurationElement[] array, int index) { }
CreateNewElement()665         protected abstract System.Configuration.ConfigurationElement CreateNewElement();
CreateNewElement(string elementName)666         protected virtual System.Configuration.ConfigurationElement CreateNewElement(string elementName) { throw null; }
Equals(object compareTo)667         public override bool Equals(object compareTo) { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)668         protected abstract object GetElementKey(System.Configuration.ConfigurationElement element);
GetEnumerator()669         public System.Collections.IEnumerator GetEnumerator() { throw null; }
GetHashCode()670         public override int GetHashCode() { throw null; }
IsElementName(string elementName)671         protected virtual bool IsElementName(string elementName) { throw null; }
IsElementRemovable(System.Configuration.ConfigurationElement element)672         protected virtual bool IsElementRemovable(System.Configuration.ConfigurationElement element) { throw null; }
IsModified()673         protected override bool IsModified() { throw null; }
IsReadOnly()674         public override bool IsReadOnly() { throw null; }
OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader)675         protected override bool OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader) { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)676         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()677         protected override void ResetModified() { }
SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey)678         protected override bool SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey) { throw null; }
SetReadOnly()679         protected override void SetReadOnly() { }
System.Collections.ICollection.CopyTo(System.Array arr, int index)680         void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)681         protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
682     }
683     public enum ConfigurationElementCollectionType
684     {
685         AddRemoveClearMap = 1,
686         AddRemoveClearMapAlternate = 3,
687         BasicMap = 0,
688         BasicMapAlternate = 2,
689     }
690     public sealed partial class ConfigurationElementProperty
691     {
ConfigurationElementProperty(System.Configuration.ConfigurationValidatorBase validator)692         public ConfigurationElementProperty(System.Configuration.ConfigurationValidatorBase validator) { }
693         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
694     }
695     public partial class ConfigurationErrorsException : System.Configuration.ConfigurationException
696     {
ConfigurationErrorsException()697         public ConfigurationErrorsException() { }
ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)698         protected ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ConfigurationErrorsException(string message)699         public ConfigurationErrorsException(string message) { }
ConfigurationErrorsException(string message, System.Exception inner)700         public ConfigurationErrorsException(string message, System.Exception inner) { }
ConfigurationErrorsException(string message, System.Exception inner, string filename, int line)701         public ConfigurationErrorsException(string message, System.Exception inner, string filename, int line) { }
ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlNode node)702         public ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlNode node) { }
ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlReader reader)703         public ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlReader reader) { }
ConfigurationErrorsException(string message, string filename, int line)704         public ConfigurationErrorsException(string message, string filename, int line) { }
ConfigurationErrorsException(string message, System.Xml.XmlNode node)705         public ConfigurationErrorsException(string message, System.Xml.XmlNode node) { }
ConfigurationErrorsException(string message, System.Xml.XmlReader reader)706         public ConfigurationErrorsException(string message, System.Xml.XmlReader reader) { }
707         public override string BareMessage { get { throw null; } }
708         public System.Collections.ICollection Errors { get { throw null; } }
709         public override string Filename { get { throw null; } }
710         public override int Line { get { throw null; } }
711         public override string Message { get { throw null; } }
GetFilename(System.Xml.XmlNode node)712         public static string GetFilename(System.Xml.XmlNode node) { throw null; }
GetFilename(System.Xml.XmlReader reader)713         public static string GetFilename(System.Xml.XmlReader reader) { throw null; }
GetLineNumber(System.Xml.XmlNode node)714         public static int GetLineNumber(System.Xml.XmlNode node) { throw null; }
GetLineNumber(System.Xml.XmlReader reader)715         public static int GetLineNumber(System.Xml.XmlReader reader) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)716         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
717     }
718     public partial class ConfigurationFileMap : System.ICloneable
719     {
ConfigurationFileMap()720         public ConfigurationFileMap() { }
ConfigurationFileMap(string machineConfigFilename)721         public ConfigurationFileMap(string machineConfigFilename) { }
722         public string MachineConfigFilename { get { throw null; } set { } }
Clone()723         public virtual object Clone() { throw null; }
724     }
725     public partial class ConfigurationLocation
726     {
ConfigurationLocation()727         internal ConfigurationLocation() { }
728         public string Path { get { throw null; } }
OpenConfiguration()729         public System.Configuration.Configuration OpenConfiguration() { throw null; }
730     }
731     public partial class ConfigurationLocationCollection : System.Collections.ReadOnlyCollectionBase
732     {
ConfigurationLocationCollection()733         internal ConfigurationLocationCollection() { }
734         public System.Configuration.ConfigurationLocation this[int index] { get { throw null; } }
735     }
736     public sealed partial class ConfigurationLockCollection : System.Collections.ICollection, System.Collections.IEnumerable
737     {
ConfigurationLockCollection()738         internal ConfigurationLockCollection() { }
739         public string AttributeList { get { throw null; } }
740         public int Count { get { throw null; } }
741         public bool HasParentElements { get { throw null; } }
742         public bool IsModified { get { throw null; } }
743         public bool IsSynchronized { get { throw null; } }
744         public object SyncRoot { get { throw null; } }
Add(string name)745         public void Add(string name) { }
Clear()746         public void Clear() { }
Contains(string name)747         public bool Contains(string name) { throw null; }
CopyTo(string[] array, int index)748         public void CopyTo(string[] array, int index) { }
GetEnumerator()749         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IsReadOnly(string name)750         public bool IsReadOnly(string name) { throw null; }
Remove(string name)751         public void Remove(string name) { }
SetFromList(string attributeList)752         public void SetFromList(string attributeList) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)753         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
754     }
755     public static partial class ConfigurationManager
756     {
757         public static System.Collections.Specialized.NameValueCollection AppSettings { get { throw null; } }
758         public static System.Configuration.ConnectionStringSettingsCollection ConnectionStrings { get { throw null; } }
GetSection(string sectionName)759         public static object GetSection(string sectionName) { throw null; }
OpenExeConfiguration(System.Configuration.ConfigurationUserLevel userLevel)760         public static System.Configuration.Configuration OpenExeConfiguration(System.Configuration.ConfigurationUserLevel userLevel) { throw null; }
OpenExeConfiguration(string exePath)761         public static System.Configuration.Configuration OpenExeConfiguration(string exePath) { throw null; }
OpenMachineConfiguration()762         public static System.Configuration.Configuration OpenMachineConfiguration() { throw null; }
OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel)763         public static System.Configuration.Configuration OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel) { throw null; }
OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel, bool preLoad)764         public static System.Configuration.Configuration OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel, bool preLoad) { throw null; }
OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap fileMap)765         public static System.Configuration.Configuration OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap fileMap) { throw null; }
RefreshSection(string sectionName)766         public static void RefreshSection(string sectionName) { }
767     }
768     public sealed partial class ConfigurationProperty
769     {
ConfigurationProperty(string name, System.Type type)770         public ConfigurationProperty(string name, System.Type type) { }
ConfigurationProperty(string name, System.Type type, object defaultValue)771         public ConfigurationProperty(string name, System.Type type, object defaultValue) { }
ConfigurationProperty(string name, System.Type type, object defaultValue, System.ComponentModel.TypeConverter typeConverter, System.Configuration.ConfigurationValidatorBase validator, System.Configuration.ConfigurationPropertyOptions options)772         public ConfigurationProperty(string name, System.Type type, object defaultValue, System.ComponentModel.TypeConverter typeConverter, System.Configuration.ConfigurationValidatorBase validator, System.Configuration.ConfigurationPropertyOptions options) { }
ConfigurationProperty(string name, System.Type type, object defaultValue, System.ComponentModel.TypeConverter typeConverter, System.Configuration.ConfigurationValidatorBase validator, System.Configuration.ConfigurationPropertyOptions options, string description)773         public ConfigurationProperty(string name, System.Type type, object defaultValue, System.ComponentModel.TypeConverter typeConverter, System.Configuration.ConfigurationValidatorBase validator, System.Configuration.ConfigurationPropertyOptions options, string description) { }
ConfigurationProperty(string name, System.Type type, object defaultValue, System.Configuration.ConfigurationPropertyOptions options)774         public ConfigurationProperty(string name, System.Type type, object defaultValue, System.Configuration.ConfigurationPropertyOptions options) { }
775         public System.ComponentModel.TypeConverter Converter { get { throw null; } }
776         public object DefaultValue { get { throw null; } }
777         public string Description { get { throw null; } }
778         public bool IsAssemblyStringTransformationRequired { get { throw null; } }
779         public bool IsDefaultCollection { get { throw null; } }
780         public bool IsKey { get { throw null; } }
781         public bool IsRequired { get { throw null; } }
782         public bool IsTypeStringTransformationRequired { get { throw null; } }
783         public bool IsVersionCheckRequired { get { throw null; } }
784         public string Name { get { throw null; } }
785         public System.Type Type { get { throw null; } }
786         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
787     }
788     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
789     public sealed partial class ConfigurationPropertyAttribute : System.Attribute
790     {
ConfigurationPropertyAttribute(string name)791         public ConfigurationPropertyAttribute(string name) { }
792         public object DefaultValue { get { throw null; } set { } }
793         public bool IsDefaultCollection { get { throw null; } set { } }
794         public bool IsKey { get { throw null; } set { } }
795         public bool IsRequired { get { throw null; } set { } }
796         public string Name { get { throw null; } }
797         public System.Configuration.ConfigurationPropertyOptions Options { get { throw null; } set { } }
798     }
799     public partial class ConfigurationPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable
800     {
ConfigurationPropertyCollection()801         public ConfigurationPropertyCollection() { }
802         public int Count { get { throw null; } }
803         public bool IsSynchronized { get { throw null; } }
804         public System.Configuration.ConfigurationProperty this[string name] { get { throw null; } }
805         public object SyncRoot { get { throw null; } }
Add(System.Configuration.ConfigurationProperty property)806         public void Add(System.Configuration.ConfigurationProperty property) { }
Clear()807         public void Clear() { }
Contains(string name)808         public bool Contains(string name) { throw null; }
CopyTo(System.Configuration.ConfigurationProperty[] array, int index)809         public void CopyTo(System.Configuration.ConfigurationProperty[] array, int index) { }
GetEnumerator()810         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)811         public bool Remove(string name) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)812         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
813     }
814     [System.FlagsAttribute]
815     public enum ConfigurationPropertyOptions
816     {
817         IsAssemblyStringTransformationRequired = 16,
818         IsDefaultCollection = 1,
819         IsKey = 4,
820         IsRequired = 2,
821         IsTypeStringTransformationRequired = 8,
822         IsVersionCheckRequired = 32,
823         None = 0,
824     }
825     public enum ConfigurationSaveMode
826     {
827         Full = 2,
828         Minimal = 1,
829         Modified = 0,
830     }
831     public abstract partial class ConfigurationSection : System.Configuration.ConfigurationElement
832     {
ConfigurationSection()833         protected ConfigurationSection() { }
834         public System.Configuration.SectionInformation SectionInformation { get { throw null; } }
DeserializeSection(System.Xml.XmlReader reader)835         protected virtual void DeserializeSection(System.Xml.XmlReader reader) { }
GetRuntimeObject()836         protected virtual object GetRuntimeObject() { throw null; }
IsModified()837         protected override bool IsModified() { throw null; }
ResetModified()838         protected override void ResetModified() { }
SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode)839         protected virtual string SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode) { throw null; }
ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement element, string elementName, System.Runtime.Versioning.FrameworkName targetFramework)840         protected virtual bool ShouldSerializeElementInTargetVersion(System.Configuration.ConfigurationElement element, string elementName, System.Runtime.Versioning.FrameworkName targetFramework) { throw null; }
ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty property, string propertyName, System.Runtime.Versioning.FrameworkName targetFramework, System.Configuration.ConfigurationElement parentConfigurationElement)841         protected virtual bool ShouldSerializePropertyInTargetVersion(System.Configuration.ConfigurationProperty property, string propertyName, System.Runtime.Versioning.FrameworkName targetFramework, System.Configuration.ConfigurationElement parentConfigurationElement) { throw null; }
ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework)842         protected virtual bool ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework) { throw null; }
843     }
844     public sealed partial class ConfigurationSectionCollection : System.Collections.Specialized.NameObjectCollectionBase
845     {
ConfigurationSectionCollection()846         internal ConfigurationSectionCollection() { }
847         public override int Count { get { throw null; } }
848         public System.Configuration.ConfigurationSection this[int index] { get { throw null; } }
849         public System.Configuration.ConfigurationSection this[string name] { get { throw null; } }
850         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(string name, System.Configuration.ConfigurationSection section)851         public void Add(string name, System.Configuration.ConfigurationSection section) { }
Clear()852         public void Clear() { }
CopyTo(System.Configuration.ConfigurationSection[] array, int index)853         public void CopyTo(System.Configuration.ConfigurationSection[] array, int index) { }
Get(int index)854         public System.Configuration.ConfigurationSection Get(int index) { throw null; }
Get(string name)855         public System.Configuration.ConfigurationSection Get(string name) { throw null; }
GetEnumerator()856         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)857         public string GetKey(int index) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)858         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Remove(string name)859         public void Remove(string name) { }
RemoveAt(int index)860         public void RemoveAt(int index) { }
861     }
862     public partial class ConfigurationSectionGroup
863     {
ConfigurationSectionGroup()864         public ConfigurationSectionGroup() { }
865         public bool IsDeclarationRequired { get { throw null; } }
866         public bool IsDeclared { get { throw null; } }
867         public string Name { get { throw null; } }
868         public string SectionGroupName { get { throw null; } }
869         public System.Configuration.ConfigurationSectionGroupCollection SectionGroups { get { throw null; } }
870         public System.Configuration.ConfigurationSectionCollection Sections { get { throw null; } }
871         public string Type { get { throw null; } set { } }
ForceDeclaration()872         public void ForceDeclaration() { }
ForceDeclaration(bool force)873         public void ForceDeclaration(bool force) { }
ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework)874         protected virtual bool ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework) { throw null; }
875     }
876     public sealed partial class ConfigurationSectionGroupCollection : System.Collections.Specialized.NameObjectCollectionBase
877     {
ConfigurationSectionGroupCollection()878         internal ConfigurationSectionGroupCollection() { }
879         public override int Count { get { throw null; } }
880         public System.Configuration.ConfigurationSectionGroup this[int index] { get { throw null; } }
881         public System.Configuration.ConfigurationSectionGroup this[string name] { get { throw null; } }
882         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(string name, System.Configuration.ConfigurationSectionGroup sectionGroup)883         public void Add(string name, System.Configuration.ConfigurationSectionGroup sectionGroup) { }
Clear()884         public void Clear() { }
CopyTo(System.Configuration.ConfigurationSectionGroup[] array, int index)885         public void CopyTo(System.Configuration.ConfigurationSectionGroup[] array, int index) { }
Get(int index)886         public System.Configuration.ConfigurationSectionGroup Get(int index) { throw null; }
Get(string name)887         public System.Configuration.ConfigurationSectionGroup Get(string name) { throw null; }
GetEnumerator()888         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)889         public string GetKey(int index) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)890         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Remove(string name)891         public void Remove(string name) { }
RemoveAt(int index)892         public void RemoveAt(int index) { }
893     }
894     public enum ConfigurationUserLevel
895     {
896         None = 0,
897         PerUserRoaming = 10,
898         PerUserRoamingAndLocal = 20,
899     }
900     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
901     public partial class ConfigurationValidatorAttribute : System.Attribute
902     {
ConfigurationValidatorAttribute()903         protected ConfigurationValidatorAttribute() { }
ConfigurationValidatorAttribute(System.Type validator)904         public ConfigurationValidatorAttribute(System.Type validator) { }
905         public virtual System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
906         public System.Type ValidatorType { get { throw null; } }
907     }
908     public abstract partial class ConfigurationValidatorBase
909     {
ConfigurationValidatorBase()910         protected ConfigurationValidatorBase() { }
CanValidate(System.Type type)911         public virtual bool CanValidate(System.Type type) { throw null; }
Validate(object value)912         public abstract void Validate(object value);
913     }
914     public sealed partial class ConnectionStringSettings : System.Configuration.ConfigurationElement
915     {
ConnectionStringSettings()916         public ConnectionStringSettings() { }
ConnectionStringSettings(string name, string connectionString)917         public ConnectionStringSettings(string name, string connectionString) { }
ConnectionStringSettings(string name, string connectionString, string providerName)918         public ConnectionStringSettings(string name, string connectionString, string providerName) { }
919         [System.Configuration.ConfigurationPropertyAttribute("connectionString", Options = (System.Configuration.ConfigurationPropertyOptions)(2), DefaultValue = "")]
920         public string ConnectionString { get { throw null; } set { } }
921         [System.Configuration.ConfigurationPropertyAttribute("name", Options = (System.Configuration.ConfigurationPropertyOptions)(6), DefaultValue = "")]
922         public string Name { get { throw null; } set { } }
923         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
924         [System.Configuration.ConfigurationPropertyAttribute("providerName", DefaultValue = "System.Data.SqlClient")]
925         public string ProviderName { get { throw null; } set { } }
ToString()926         public override string ToString() { throw null; }
927     }
928     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.ConnectionStringSettings))]
929     public sealed partial class ConnectionStringSettingsCollection : System.Configuration.ConfigurationElementCollection
930     {
ConnectionStringSettingsCollection()931         public ConnectionStringSettingsCollection() { }
932         public System.Configuration.ConnectionStringSettings this[int index] { get { throw null; } set { } }
933         public new System.Configuration.ConnectionStringSettings this[string name] { get { throw null; } }
934         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Add(System.Configuration.ConnectionStringSettings settings)935         public void Add(System.Configuration.ConnectionStringSettings settings) { }
BaseAdd(int index, System.Configuration.ConfigurationElement element)936         protected override void BaseAdd(int index, System.Configuration.ConfigurationElement element) { }
Clear()937         public void Clear() { }
CreateNewElement()938         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)939         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Configuration.ConnectionStringSettings settings)940         public int IndexOf(System.Configuration.ConnectionStringSettings settings) { throw null; }
Remove(System.Configuration.ConnectionStringSettings settings)941         public void Remove(System.Configuration.ConnectionStringSettings settings) { }
Remove(string name)942         public void Remove(string name) { }
RemoveAt(int index)943         public void RemoveAt(int index) { }
944     }
945     public sealed partial class ConnectionStringsSection : System.Configuration.ConfigurationSection
946     {
ConnectionStringsSection()947         public ConnectionStringsSection() { }
948         [System.Configuration.ConfigurationPropertyAttribute("", Options = (System.Configuration.ConfigurationPropertyOptions)(1))]
949         public System.Configuration.ConnectionStringSettingsCollection ConnectionStrings { get { throw null; } }
950         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
GetRuntimeObject()951         protected override object GetRuntimeObject() { throw null; }
952     }
953     public sealed partial class ContextInformation
954     {
ContextInformation()955         internal ContextInformation() { }
956         public object HostingContext { get { throw null; } }
957         public bool IsMachineLevel { get { throw null; } }
GetSection(string sectionName)958         public object GetSection(string sectionName) { throw null; }
959     }
960     public sealed partial class DefaultSection : System.Configuration.ConfigurationSection
961     {
DefaultSection()962         public DefaultSection() { }
963         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeSection(System.Xml.XmlReader xmlReader)964         protected override void DeserializeSection(System.Xml.XmlReader xmlReader) { }
IsModified()965         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentSection)966         protected override void Reset(System.Configuration.ConfigurationElement parentSection) { }
ResetModified()967         protected override void ResetModified() { }
SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode)968         protected override string SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode) { throw null; }
969     }
970     public sealed partial class DefaultValidator : System.Configuration.ConfigurationValidatorBase
971     {
DefaultValidator()972         public DefaultValidator() { }
CanValidate(System.Type type)973         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)974         public override void Validate(object value) { }
975     }
976     public sealed partial class DpapiProtectedConfigurationProvider : System.Configuration.ProtectedConfigurationProvider
977     {
DpapiProtectedConfigurationProvider()978         public DpapiProtectedConfigurationProvider() { }
979         public bool UseMachineProtection { get { throw null; } }
Decrypt(System.Xml.XmlNode encryptedNode)980         public override System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode) { throw null; }
Encrypt(System.Xml.XmlNode node)981         public override System.Xml.XmlNode Encrypt(System.Xml.XmlNode node) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues)982         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues) { }
983     }
984     public sealed partial class ElementInformation
985     {
ElementInformation()986         internal ElementInformation() { }
987         public System.Collections.ICollection Errors { get { throw null; } }
988         public bool IsCollection { get { throw null; } }
989         public bool IsLocked { get { throw null; } }
990         public bool IsPresent { get { throw null; } }
991         public int LineNumber { get { throw null; } }
992         public System.Configuration.PropertyInformationCollection Properties { get { throw null; } }
993         public string Source { get { throw null; } }
994         public System.Type Type { get { throw null; } }
995         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
996     }
997     public sealed partial class ExeConfigurationFileMap : System.Configuration.ConfigurationFileMap
998     {
ExeConfigurationFileMap()999         public ExeConfigurationFileMap() { }
ExeConfigurationFileMap(string machineConfigFileName)1000         public ExeConfigurationFileMap(string machineConfigFileName) { }
1001         public string ExeConfigFilename { get { throw null; } set { } }
1002         public string LocalUserConfigFilename { get { throw null; } set { } }
1003         public string RoamingUserConfigFilename { get { throw null; } set { } }
Clone()1004         public override object Clone() { throw null; }
1005     }
1006     public sealed partial class ExeContext
1007     {
ExeContext()1008         internal ExeContext() { }
1009         public string ExePath { get { throw null; } }
1010         public System.Configuration.ConfigurationUserLevel UserLevel { get { throw null; } }
1011     }
1012     public sealed partial class GenericEnumConverter : System.Configuration.ConfigurationConverterBase
1013     {
GenericEnumConverter(System.Type typeEnum)1014         public GenericEnumConverter(System.Type typeEnum) { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1015         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1016         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1017     }
1018     public sealed partial class IgnoreSection : System.Configuration.ConfigurationSection
1019     {
IgnoreSection()1020         public IgnoreSection() { }
1021         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeSection(System.Xml.XmlReader xmlReader)1022         protected override void DeserializeSection(System.Xml.XmlReader xmlReader) { }
IsModified()1023         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentSection)1024         protected override void Reset(System.Configuration.ConfigurationElement parentSection) { }
ResetModified()1025         protected override void ResetModified() { }
SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode)1026         protected override string SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode) { throw null; }
1027     }
1028     public sealed partial class InfiniteIntConverter : System.Configuration.ConfigurationConverterBase
1029     {
InfiniteIntConverter()1030         public InfiniteIntConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1031         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1032         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1033     }
1034     public sealed partial class InfiniteTimeSpanConverter : System.Configuration.ConfigurationConverterBase
1035     {
InfiniteTimeSpanConverter()1036         public InfiniteTimeSpanConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1037         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1038         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1039     }
1040     public partial class IntegerValidator : System.Configuration.ConfigurationValidatorBase
1041     {
IntegerValidator(int minValue, int maxValue)1042         public IntegerValidator(int minValue, int maxValue) { }
IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive)1043         public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive) { }
IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive, int resolution)1044         public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive, int resolution) { }
CanValidate(System.Type type)1045         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)1046         public override void Validate(object value) { }
1047     }
1048     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
1049     public sealed partial class IntegerValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
1050     {
IntegerValidatorAttribute()1051         public IntegerValidatorAttribute() { }
1052         public bool ExcludeRange { get { throw null; } set { } }
1053         public int MaxValue { get { throw null; } set { } }
1054         public int MinValue { get { throw null; } set { } }
1055         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
1056     }
1057     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.KeyValueConfigurationElement))]
1058     public partial class KeyValueConfigurationCollection : System.Configuration.ConfigurationElementCollection
1059     {
KeyValueConfigurationCollection()1060         public KeyValueConfigurationCollection() { }
1061         public string[] AllKeys { get { throw null; } }
1062         public new System.Configuration.KeyValueConfigurationElement this[string key] { get { throw null; } }
1063         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
1064         protected override bool ThrowOnDuplicate { get { throw null; } }
Add(System.Configuration.KeyValueConfigurationElement keyValue)1065         public void Add(System.Configuration.KeyValueConfigurationElement keyValue) { }
Add(string key, string value)1066         public void Add(string key, string value) { }
Clear()1067         public void Clear() { }
CreateNewElement()1068         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)1069         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(string key)1070         public void Remove(string key) { }
1071     }
1072     public partial class KeyValueConfigurationElement : System.Configuration.ConfigurationElement
1073     {
KeyValueConfigurationElement(string key, string value)1074         public KeyValueConfigurationElement(string key, string value) { }
1075         [System.Configuration.ConfigurationPropertyAttribute("key", Options = (System.Configuration.ConfigurationPropertyOptions)(4), DefaultValue = "")]
1076         public string Key { get { throw null; } }
1077         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
1078         [System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue = "")]
1079         public string Value { get { throw null; } set { } }
Init()1080         protected override void Init() { }
1081     }
1082     public partial class LongValidator : System.Configuration.ConfigurationValidatorBase
1083     {
LongValidator(long minValue, long maxValue)1084         public LongValidator(long minValue, long maxValue) { }
LongValidator(long minValue, long maxValue, bool rangeIsExclusive)1085         public LongValidator(long minValue, long maxValue, bool rangeIsExclusive) { }
LongValidator(long minValue, long maxValue, bool rangeIsExclusive, long resolution)1086         public LongValidator(long minValue, long maxValue, bool rangeIsExclusive, long resolution) { }
CanValidate(System.Type type)1087         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)1088         public override void Validate(object value) { }
1089     }
1090     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
1091     public sealed partial class LongValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
1092     {
LongValidatorAttribute()1093         public LongValidatorAttribute() { }
1094         public bool ExcludeRange { get { throw null; } set { } }
1095         public long MaxValue { get { throw null; } set { } }
1096         public long MinValue { get { throw null; } set { } }
1097         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
1098     }
1099     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.NameValueConfigurationElement))]
1100     public sealed partial class NameValueConfigurationCollection : System.Configuration.ConfigurationElementCollection
1101     {
NameValueConfigurationCollection()1102         public NameValueConfigurationCollection() { }
1103         public string[] AllKeys { get { throw null; } }
1104         public new System.Configuration.NameValueConfigurationElement this[string name] { get { throw null; } set { } }
1105         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Add(System.Configuration.NameValueConfigurationElement nameValue)1106         public void Add(System.Configuration.NameValueConfigurationElement nameValue) { }
Clear()1107         public void Clear() { }
CreateNewElement()1108         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)1109         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Configuration.NameValueConfigurationElement nameValue)1110         public void Remove(System.Configuration.NameValueConfigurationElement nameValue) { }
Remove(string name)1111         public void Remove(string name) { }
1112     }
1113     public sealed partial class NameValueConfigurationElement : System.Configuration.ConfigurationElement
1114     {
NameValueConfigurationElement(string name, string value)1115         public NameValueConfigurationElement(string name, string value) { }
1116         [System.Configuration.ConfigurationPropertyAttribute("name", IsKey = true, DefaultValue = "")]
1117         public string Name { get { throw null; } }
1118         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
1119         [System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue = "")]
1120         public string Value { get { throw null; } set { } }
1121     }
1122     public enum OverrideMode
1123     {
1124         Allow = 1,
1125         Deny = 2,
1126         Inherit = 0,
1127     }
1128     public partial class PositiveTimeSpanValidator : System.Configuration.ConfigurationValidatorBase
1129     {
PositiveTimeSpanValidator()1130         public PositiveTimeSpanValidator() { }
CanValidate(System.Type type)1131         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)1132         public override void Validate(object value) { }
1133     }
1134     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
1135     public sealed partial class PositiveTimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
1136     {
PositiveTimeSpanValidatorAttribute()1137         public PositiveTimeSpanValidatorAttribute() { }
1138         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
1139     }
1140     public sealed partial class PropertyInformation
1141     {
PropertyInformation()1142         internal PropertyInformation() { }
1143         public System.ComponentModel.TypeConverter Converter { get { throw null; } }
1144         public object DefaultValue { get { throw null; } }
1145         public string Description { get { throw null; } }
1146         public bool IsKey { get { throw null; } }
1147         public bool IsLocked { get { throw null; } }
1148         public bool IsModified { get { throw null; } }
1149         public bool IsRequired { get { throw null; } }
1150         public int LineNumber { get { throw null; } }
1151         public string Name { get { throw null; } }
1152         public string Source { get { throw null; } }
1153         public System.Type Type { get { throw null; } }
1154         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
1155         public object Value { get { throw null; } set { } }
1156         public System.Configuration.PropertyValueOrigin ValueOrigin { get { throw null; } }
1157     }
1158     public sealed partial class PropertyInformationCollection : System.Collections.Specialized.NameObjectCollectionBase
1159     {
PropertyInformationCollection()1160         internal PropertyInformationCollection() { }
1161         public System.Configuration.PropertyInformation this[string propertyName] { get { throw null; } }
CopyTo(System.Configuration.PropertyInformation[] array, int index)1162         public void CopyTo(System.Configuration.PropertyInformation[] array, int index) { }
GetEnumerator()1163         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1164         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1165     }
1166     public enum PropertyValueOrigin
1167     {
1168         Default = 0,
1169         Inherited = 1,
1170         SetHere = 2,
1171     }
1172     public static partial class ProtectedConfiguration
1173     {
1174         public const string DataProtectionProviderName = "DataProtectionConfigurationProvider";
1175         public const string ProtectedDataSectionName = "configProtectedData";
1176         public const string RsaProviderName = "RsaProtectedConfigurationProvider";
1177         public static string DefaultProvider { get { throw null; } }
1178         public static System.Configuration.ProtectedConfigurationProviderCollection Providers { get { throw null; } }
1179     }
1180     public abstract partial class ProtectedConfigurationProvider : System.Configuration.Provider.ProviderBase
1181     {
ProtectedConfigurationProvider()1182         protected ProtectedConfigurationProvider() { }
Decrypt(System.Xml.XmlNode encryptedNode)1183         public abstract System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode);
Encrypt(System.Xml.XmlNode node)1184         public abstract System.Xml.XmlNode Encrypt(System.Xml.XmlNode node);
1185     }
1186     public partial class ProtectedConfigurationProviderCollection : System.Configuration.Provider.ProviderCollection
1187     {
ProtectedConfigurationProviderCollection()1188         public ProtectedConfigurationProviderCollection() { }
1189         public new System.Configuration.ProtectedConfigurationProvider this[string name] { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)1190         public override void Add(System.Configuration.Provider.ProviderBase provider) { }
1191     }
1192     public sealed partial class ProtectedConfigurationSection : System.Configuration.ConfigurationSection
1193     {
ProtectedConfigurationSection()1194         public ProtectedConfigurationSection() { }
1195         [System.Configuration.ConfigurationPropertyAttribute("defaultProvider", DefaultValue = "RsaProtectedConfigurationProvider")]
1196         public string DefaultProvider { get { throw null; } set { } }
1197         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
1198         [System.Configuration.ConfigurationPropertyAttribute("providers")]
1199         public System.Configuration.ProviderSettingsCollection Providers { get { throw null; } }
1200     }
1201     public partial class ProtectedProviderSettings : System.Configuration.ConfigurationElement
1202     {
ProtectedProviderSettings()1203         public ProtectedProviderSettings() { }
1204         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
1205         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection = true, Options = (System.Configuration.ConfigurationPropertyOptions)(1))]
1206         public System.Configuration.ProviderSettingsCollection Providers { get { throw null; } }
1207     }
1208     public sealed partial class ProviderSettings : System.Configuration.ConfigurationElement
1209     {
ProviderSettings()1210         public ProviderSettings() { }
ProviderSettings(string name, string type)1211         public ProviderSettings(string name, string type) { }
1212         [System.Configuration.ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true)]
1213         public string Name { get { throw null; } set { } }
1214         public System.Collections.Specialized.NameValueCollection Parameters { get { throw null; } }
1215         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
1216         [System.Configuration.ConfigurationPropertyAttribute("type", IsRequired = true)]
1217         public string Type { get { throw null; } set { } }
IsModified()1218         protected override bool IsModified() { throw null; }
OnDeserializeUnrecognizedAttribute(string name, string value)1219         protected override bool OnDeserializeUnrecognizedAttribute(string name, string value) { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)1220         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)1221         protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
1222     }
1223     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.ProviderSettings))]
1224     public sealed partial class ProviderSettingsCollection : System.Configuration.ConfigurationElementCollection
1225     {
ProviderSettingsCollection()1226         public ProviderSettingsCollection() { }
1227         public System.Configuration.ProviderSettings this[int index] { get { throw null; } set { } }
1228         public new System.Configuration.ProviderSettings this[string key] { get { throw null; } }
1229         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Add(System.Configuration.ProviderSettings provider)1230         public void Add(System.Configuration.ProviderSettings provider) { }
Clear()1231         public void Clear() { }
CreateNewElement()1232         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)1233         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(string name)1234         public void Remove(string name) { }
1235     }
1236     public partial class RegexStringValidator : System.Configuration.ConfigurationValidatorBase
1237     {
RegexStringValidator(string regex)1238         public RegexStringValidator(string regex) { }
CanValidate(System.Type type)1239         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)1240         public override void Validate(object value) { }
1241     }
1242     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
1243     public sealed partial class RegexStringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
1244     {
RegexStringValidatorAttribute(string regex)1245         public RegexStringValidatorAttribute(string regex) { }
1246         public string Regex { get { throw null; } }
1247         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
1248     }
1249     public sealed partial class RsaProtectedConfigurationProvider : System.Configuration.ProtectedConfigurationProvider
1250     {
RsaProtectedConfigurationProvider()1251         public RsaProtectedConfigurationProvider() { }
1252         public string CspProviderName { get { throw null; } }
1253         public string KeyContainerName { get { throw null; } }
1254         public System.Security.Cryptography.RSAParameters RsaPublicKey { get { throw null; } }
1255         public bool UseFIPS { get { throw null; } }
1256         public bool UseMachineContainer { get { throw null; } }
1257         public bool UseOAEP { get { throw null; } }
AddKey(int keySize, bool exportable)1258         public void AddKey(int keySize, bool exportable) { }
Decrypt(System.Xml.XmlNode encryptedNode)1259         public override System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode) { throw null; }
DeleteKey()1260         public void DeleteKey() { }
Encrypt(System.Xml.XmlNode node)1261         public override System.Xml.XmlNode Encrypt(System.Xml.XmlNode node) { throw null; }
ExportKey(string xmlFileName, bool includePrivateParameters)1262         public void ExportKey(string xmlFileName, bool includePrivateParameters) { }
ImportKey(string xmlFileName, bool exportable)1263         public void ImportKey(string xmlFileName, bool exportable) { }
Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues)1264         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues) { }
1265     }
1266     public sealed partial class SectionInformation
1267     {
SectionInformation()1268         internal SectionInformation() { }
1269         public System.Configuration.ConfigurationAllowDefinition AllowDefinition { get { throw null; } set { } }
1270         public System.Configuration.ConfigurationAllowExeDefinition AllowExeDefinition { get { throw null; } set { } }
1271         public bool AllowLocation { get { throw null; } set { } }
1272         public bool AllowOverride { get { throw null; } set { } }
1273         public string ConfigSource { get { throw null; } set { } }
1274         public bool ForceSave { get { throw null; } set { } }
1275         public bool InheritInChildApplications { get { throw null; } set { } }
1276         public bool IsDeclarationRequired { get { throw null; } }
1277         public bool IsDeclared { get { throw null; } }
1278         public bool IsLocked { get { throw null; } }
1279         public bool IsProtected { get { throw null; } }
1280         public string Name { get { throw null; } }
1281         public System.Configuration.OverrideMode OverrideMode { get { throw null; } set { } }
1282         public System.Configuration.OverrideMode OverrideModeDefault { get { throw null; } set { } }
1283         public System.Configuration.OverrideMode OverrideModeEffective { get { throw null; } }
1284         public System.Configuration.ProtectedConfigurationProvider ProtectionProvider { get { throw null; } }
1285         public bool RequirePermission { get { throw null; } set { } }
1286         public bool RestartOnExternalChanges { get { throw null; } set { } }
1287         public string SectionName { get { throw null; } }
1288         public string Type { get { throw null; } set { } }
ForceDeclaration()1289         public void ForceDeclaration() { }
ForceDeclaration(bool force)1290         public void ForceDeclaration(bool force) { }
GetParentSection()1291         public System.Configuration.ConfigurationSection GetParentSection() { throw null; }
GetRawXml()1292         public string GetRawXml() { throw null; }
ProtectSection(string protectionProvider)1293         public void ProtectSection(string protectionProvider) { }
RevertToParent()1294         public void RevertToParent() { }
SetRawXml(string rawXml)1295         public void SetRawXml(string rawXml) { }
UnprotectSection()1296         public void UnprotectSection() { }
1297     }
1298     public partial class StringValidator : System.Configuration.ConfigurationValidatorBase
1299     {
StringValidator(int minLength)1300         public StringValidator(int minLength) { }
StringValidator(int minLength, int maxLength)1301         public StringValidator(int minLength, int maxLength) { }
StringValidator(int minLength, int maxLength, string invalidCharacters)1302         public StringValidator(int minLength, int maxLength, string invalidCharacters) { }
CanValidate(System.Type type)1303         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)1304         public override void Validate(object value) { }
1305     }
1306     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
1307     public sealed partial class StringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
1308     {
StringValidatorAttribute()1309         public StringValidatorAttribute() { }
1310         public string InvalidCharacters { get { throw null; } set { } }
1311         public int MaxLength { get { throw null; } set { } }
1312         public int MinLength { get { throw null; } set { } }
1313         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
1314     }
1315     public sealed partial class SubclassTypeValidator : System.Configuration.ConfigurationValidatorBase
1316     {
SubclassTypeValidator(System.Type baseClass)1317         public SubclassTypeValidator(System.Type baseClass) { }
CanValidate(System.Type type)1318         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)1319         public override void Validate(object value) { }
1320     }
1321     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
1322     public sealed partial class SubclassTypeValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
1323     {
SubclassTypeValidatorAttribute(System.Type baseClass)1324         public SubclassTypeValidatorAttribute(System.Type baseClass) { }
1325         public System.Type BaseClass { get { throw null; } }
1326         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
1327     }
1328     public partial class TimeSpanMinutesConverter : System.Configuration.ConfigurationConverterBase
1329     {
TimeSpanMinutesConverter()1330         public TimeSpanMinutesConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1331         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1332         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1333     }
1334     public sealed partial class TimeSpanMinutesOrInfiniteConverter : System.Configuration.TimeSpanMinutesConverter
1335     {
TimeSpanMinutesOrInfiniteConverter()1336         public TimeSpanMinutesOrInfiniteConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1337         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1338         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1339     }
1340     public partial class TimeSpanSecondsConverter : System.Configuration.ConfigurationConverterBase
1341     {
TimeSpanSecondsConverter()1342         public TimeSpanSecondsConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1343         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1344         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1345     }
1346     public sealed partial class TimeSpanSecondsOrInfiniteConverter : System.Configuration.TimeSpanSecondsConverter
1347     {
TimeSpanSecondsOrInfiniteConverter()1348         public TimeSpanSecondsOrInfiniteConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1349         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1350         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1351     }
1352     public partial class TimeSpanValidator : System.Configuration.ConfigurationValidatorBase
1353     {
TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue)1354         public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue) { }
TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive)1355         public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive) { }
TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds)1356         public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds) { }
CanValidate(System.Type type)1357         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)1358         public override void Validate(object value) { }
1359     }
1360     [System.AttributeUsageAttribute(System.AttributeTargets.Property)]
1361     public sealed partial class TimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
1362     {
1363         public const string TimeSpanMaxValue = "10675199.02:48:05.4775807";
1364         public const string TimeSpanMinValue = "-10675199.02:48:05.4775808";
TimeSpanValidatorAttribute()1365         public TimeSpanValidatorAttribute() { }
1366         public bool ExcludeRange { get { throw null; } set { } }
1367         public System.TimeSpan MaxValue { get { throw null; } }
1368         public string MaxValueString { get { throw null; } set { } }
1369         public System.TimeSpan MinValue { get { throw null; } }
1370         public string MinValueString { get { throw null; } set { } }
1371         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
1372     }
1373     public sealed partial class TypeNameConverter : System.Configuration.ConfigurationConverterBase
1374     {
TypeNameConverter()1375         public TypeNameConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1376         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1377         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1378     }
ValidatorCallback(object value)1379     public delegate void ValidatorCallback(object value);
1380     public sealed partial class WhiteSpaceTrimStringConverter : System.Configuration.ConfigurationConverterBase
1381     {
WhiteSpaceTrimStringConverter()1382         public WhiteSpaceTrimStringConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)1383         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type)1384         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
1385     }
1386 }
1387 namespace System.Configuration.Internal
1388 {
1389     public partial class DelegatingConfigHost : System.Configuration.Internal.IInternalConfigHost
1390     {
DelegatingConfigHost()1391         protected DelegatingConfigHost() { }
1392         protected System.Configuration.Internal.IInternalConfigHost Host { get { throw null; } set { } }
1393         public virtual bool IsRemote { get { throw null; } }
1394         public virtual bool SupportsChangeNotifications { get { throw null; } }
1395         public virtual bool SupportsLocation { get { throw null; } }
1396         public virtual bool SupportsPath { get { throw null; } }
1397         public virtual bool SupportsRefresh { get { throw null; } }
CreateConfigurationContext(string configPath, string locationSubPath)1398         public virtual object CreateConfigurationContext(string configPath, string locationSubPath) { throw null; }
CreateDeprecatedConfigContext(string configPath)1399         public virtual object CreateDeprecatedConfigContext(string configPath) { throw null; }
DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)1400         public virtual string DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection) { throw null; }
DeleteStream(string streamName)1401         public virtual void DeleteStream(string streamName) { }
EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)1402         public virtual string EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection) { throw null; }
GetConfigPathFromLocationSubPath(string configPath, string locationSubPath)1403         public virtual string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath) { throw null; }
GetConfigType(string typeName, bool throwOnError)1404         public virtual System.Type GetConfigType(string typeName, bool throwOnError) { throw null; }
GetConfigTypeName(System.Type t)1405         public virtual string GetConfigTypeName(System.Type t) { throw null; }
GetStreamName(string configPath)1406         public virtual string GetStreamName(string configPath) { throw null; }
GetStreamNameForConfigSource(string streamName, string configSource)1407         public virtual string GetStreamNameForConfigSource(string streamName, string configSource) { throw null; }
GetStreamVersion(string streamName)1408         public virtual object GetStreamVersion(string streamName) { throw null; }
Impersonate()1409         public virtual System.IDisposable Impersonate() { throw null; }
Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams)1410         public virtual void Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams) { }
InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams)1411         public virtual void InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams) { configPath = default(string); locationConfigPath = default(string); }
IsAboveApplication(string configPath)1412         public virtual bool IsAboveApplication(string configPath) { throw null; }
IsConfigRecordRequired(string configPath)1413         public virtual bool IsConfigRecordRequired(string configPath) { throw null; }
IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition)1414         public virtual bool IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition) { throw null; }
IsFile(string streamName)1415         public virtual bool IsFile(string streamName) { throw null; }
IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord)1416         public virtual bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord) { throw null; }
IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord)1417         public virtual bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord) { throw null; }
IsLocationApplicable(string configPath)1418         public virtual bool IsLocationApplicable(string configPath) { throw null; }
IsSecondaryRoot(string configPath)1419         public virtual bool IsSecondaryRoot(string configPath) { throw null; }
IsTrustedConfigPath(string configPath)1420         public virtual bool IsTrustedConfigPath(string configPath) { throw null; }
OpenStreamForRead(string streamName)1421         public virtual System.IO.Stream OpenStreamForRead(string streamName) { throw null; }
OpenStreamForRead(string streamName, bool assertPermissions)1422         public virtual System.IO.Stream OpenStreamForRead(string streamName, bool assertPermissions) { throw null; }
OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext)1423         public virtual System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext) { throw null; }
OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions)1424         public virtual System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions) { throw null; }
PrefetchAll(string configPath, string streamName)1425         public virtual bool PrefetchAll(string configPath, string streamName) { throw null; }
PrefetchSection(string sectionGroupName, string sectionName)1426         public virtual bool PrefetchSection(string sectionGroupName, string sectionName) { throw null; }
RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord)1427         public virtual void RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord) { }
StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)1428         public virtual object StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback) { throw null; }
StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)1429         public virtual void StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback) { }
VerifyDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition, System.Configuration.Internal.IConfigErrorInfo errorInfo)1430         public virtual void VerifyDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition, System.Configuration.Internal.IConfigErrorInfo errorInfo) { }
WriteCompleted(string streamName, bool success, object writeContext)1431         public virtual void WriteCompleted(string streamName, bool success, object writeContext) { }
WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions)1432         public virtual void WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions) { }
1433     }
1434     public partial interface IConfigErrorInfo
1435     {
1436         string Filename { get; }
1437         int LineNumber { get; }
1438     }
1439     public partial interface IConfigSystem
1440     {
1441         System.Configuration.Internal.IInternalConfigHost Host { get; }
1442         System.Configuration.Internal.IInternalConfigRoot Root { get; }
Init(System.Type typeConfigHost, params object[] hostInitParams)1443         void Init(System.Type typeConfigHost, params object[] hostInitParams);
1444     }
1445     public partial interface IConfigurationManagerHelper
1446     {
EnsureNetConfigLoaded()1447         void EnsureNetConfigLoaded();
1448     }
1449     public partial interface IConfigurationManagerInternal
1450     {
1451         string ApplicationConfigUri { get; }
1452         string ExeLocalConfigDirectory { get; }
1453         string ExeLocalConfigPath { get; }
1454         string ExeProductName { get; }
1455         string ExeProductVersion { get; }
1456         string ExeRoamingConfigDirectory { get; }
1457         string ExeRoamingConfigPath { get; }
1458         string MachineConfigPath { get; }
1459         bool SetConfigurationSystemInProgress { get; }
1460         bool SupportsUserConfig { get; }
1461         string UserConfigFilename { get; }
1462     }
1463     public partial interface IInternalConfigClientHost
1464     {
GetExeConfigPath()1465         string GetExeConfigPath();
GetLocalUserConfigPath()1466         string GetLocalUserConfigPath();
GetRoamingUserConfigPath()1467         string GetRoamingUserConfigPath();
IsExeConfig(string configPath)1468         bool IsExeConfig(string configPath);
IsLocalUserConfig(string configPath)1469         bool IsLocalUserConfig(string configPath);
IsRoamingUserConfig(string configPath)1470         bool IsRoamingUserConfig(string configPath);
1471     }
1472     public partial interface IInternalConfigConfigurationFactory
1473     {
Create(System.Type typeConfigHost, params object[] hostInitConfigurationParams)1474         System.Configuration.Configuration Create(System.Type typeConfigHost, params object[] hostInitConfigurationParams);
NormalizeLocationSubPath(string subPath, System.Configuration.Internal.IConfigErrorInfo errorInfo)1475         string NormalizeLocationSubPath(string subPath, System.Configuration.Internal.IConfigErrorInfo errorInfo);
1476     }
1477     public partial interface IInternalConfigHost
1478     {
1479         bool IsRemote { get; }
1480         bool SupportsChangeNotifications { get; }
1481         bool SupportsLocation { get; }
1482         bool SupportsPath { get; }
1483         bool SupportsRefresh { get; }
CreateConfigurationContext(string configPath, string locationSubPath)1484         object CreateConfigurationContext(string configPath, string locationSubPath);
CreateDeprecatedConfigContext(string configPath)1485         object CreateDeprecatedConfigContext(string configPath);
DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)1486         string DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection);
DeleteStream(string streamName)1487         void DeleteStream(string streamName);
EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)1488         string EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection);
GetConfigPathFromLocationSubPath(string configPath, string locationSubPath)1489         string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath);
GetConfigType(string typeName, bool throwOnError)1490         System.Type GetConfigType(string typeName, bool throwOnError);
GetConfigTypeName(System.Type t)1491         string GetConfigTypeName(System.Type t);
GetStreamName(string configPath)1492         string GetStreamName(string configPath);
GetStreamNameForConfigSource(string streamName, string configSource)1493         string GetStreamNameForConfigSource(string streamName, string configSource);
GetStreamVersion(string streamName)1494         object GetStreamVersion(string streamName);
Impersonate()1495         System.IDisposable Impersonate();
Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams)1496         void Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams);
InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams)1497         void InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams);
IsAboveApplication(string configPath)1498         bool IsAboveApplication(string configPath);
IsConfigRecordRequired(string configPath)1499         bool IsConfigRecordRequired(string configPath);
IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition)1500         bool IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition);
IsFile(string streamName)1501         bool IsFile(string streamName);
IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord)1502         bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord);
IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord)1503         bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord);
IsLocationApplicable(string configPath)1504         bool IsLocationApplicable(string configPath);
IsSecondaryRoot(string configPath)1505         bool IsSecondaryRoot(string configPath);
IsTrustedConfigPath(string configPath)1506         bool IsTrustedConfigPath(string configPath);
OpenStreamForRead(string streamName)1507         System.IO.Stream OpenStreamForRead(string streamName);
OpenStreamForRead(string streamName, bool assertPermissions)1508         System.IO.Stream OpenStreamForRead(string streamName, bool assertPermissions);
OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext)1509         System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext);
OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions)1510         System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions);
PrefetchAll(string configPath, string streamName)1511         bool PrefetchAll(string configPath, string streamName);
PrefetchSection(string sectionGroupName, string sectionName)1512         bool PrefetchSection(string sectionGroupName, string sectionName);
RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord)1513         void RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord);
StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)1514         object StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback);
StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)1515         void StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback);
VerifyDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition, System.Configuration.Internal.IConfigErrorInfo errorInfo)1516         void VerifyDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition, System.Configuration.Internal.IConfigErrorInfo errorInfo);
WriteCompleted(string streamName, bool success, object writeContext)1517         void WriteCompleted(string streamName, bool success, object writeContext);
WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions)1518         void WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions);
1519     }
1520     public partial interface IInternalConfigRecord
1521     {
1522         string ConfigPath { get; }
1523         bool HasInitErrors { get; }
1524         string StreamName { get; }
GetLkgSection(string configKey)1525         object GetLkgSection(string configKey);
GetSection(string configKey)1526         object GetSection(string configKey);
RefreshSection(string configKey)1527         void RefreshSection(string configKey);
Remove()1528         void Remove();
ThrowIfInitErrors()1529         void ThrowIfInitErrors();
1530     }
1531     public partial interface IInternalConfigRoot
1532     {
1533         bool IsDesignTime { get; }
1534         event System.Configuration.Internal.InternalConfigEventHandler ConfigChanged;
1535         event System.Configuration.Internal.InternalConfigEventHandler ConfigRemoved;
GetConfigRecord(string configPath)1536         System.Configuration.Internal.IInternalConfigRecord GetConfigRecord(string configPath);
GetSection(string section, string configPath)1537         object GetSection(string section, string configPath);
GetUniqueConfigPath(string configPath)1538         string GetUniqueConfigPath(string configPath);
GetUniqueConfigRecord(string configPath)1539         System.Configuration.Internal.IInternalConfigRecord GetUniqueConfigRecord(string configPath);
Init(System.Configuration.Internal.IInternalConfigHost host, bool isDesignTime)1540         void Init(System.Configuration.Internal.IInternalConfigHost host, bool isDesignTime);
RemoveConfig(string configPath)1541         void RemoveConfig(string configPath);
1542     }
1543     public partial interface IInternalConfigSettingsFactory
1544     {
CompleteInit()1545         void CompleteInit();
SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem internalConfigSystem, bool initComplete)1546         void SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem internalConfigSystem, bool initComplete);
1547     }
1548     public partial interface IInternalConfigSystem
1549     {
1550         bool SupportsUserConfig { get; }
GetSection(string configKey)1551         object GetSection(string configKey);
RefreshConfig(string sectionName)1552         void RefreshConfig(string sectionName);
1553     }
1554     public sealed partial class InternalConfigEventArgs : System.EventArgs
1555     {
InternalConfigEventArgs(string configPath)1556         public InternalConfigEventArgs(string configPath) { }
1557         public string ConfigPath { get { throw null; } set { } }
1558     }
InternalConfigEventHandler(object sender, System.Configuration.Internal.InternalConfigEventArgs e)1559     public delegate void InternalConfigEventHandler(object sender, System.Configuration.Internal.InternalConfigEventArgs e);
StreamChangeCallback(string streamName)1560     public delegate void StreamChangeCallback(string streamName);
1561 }
1562 namespace System.Configuration.Provider
1563 {
1564     public abstract partial class ProviderBase
1565     {
ProviderBase()1566         protected ProviderBase() { }
1567         public virtual string Description { get { throw null; } }
1568         public virtual string Name { get { throw null; } }
Initialize(string name, System.Collections.Specialized.NameValueCollection config)1569         public virtual void Initialize(string name, System.Collections.Specialized.NameValueCollection config) { }
1570     }
1571     public partial class ProviderCollection : System.Collections.ICollection, System.Collections.IEnumerable
1572     {
ProviderCollection()1573         public ProviderCollection() { }
1574         public int Count { get { throw null; } }
1575         public bool IsSynchronized { get { throw null; } }
1576         public System.Configuration.Provider.ProviderBase this[string name] { get { throw null; } }
1577         public object SyncRoot { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)1578         public virtual void Add(System.Configuration.Provider.ProviderBase provider) { }
Clear()1579         public void Clear() { }
CopyTo(System.Configuration.Provider.ProviderBase[] array, int index)1580         public void CopyTo(System.Configuration.Provider.ProviderBase[] array, int index) { }
GetEnumerator()1581         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)1582         public void Remove(string name) { }
SetReadOnly()1583         public void SetReadOnly() { }
System.Collections.ICollection.CopyTo(System.Array array, int index)1584         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
1585     }
1586     public partial class ProviderException : System.Exception
1587     {
ProviderException()1588         public ProviderException() { }
ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1589         protected ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ProviderException(string message)1590         public ProviderException(string message) { }
ProviderException(string message, System.Exception innerException)1591         public ProviderException(string message, System.Exception innerException) { }
1592     }
1593 }
1594 namespace System.Drawing.Configuration
1595 {
1596     public sealed partial class SystemDrawingSection : System.Configuration.ConfigurationSection
1597     {
SystemDrawingSection()1598         public SystemDrawingSection() { }
1599         [System.Configuration.ConfigurationPropertyAttribute("bitmapSuffix")]
1600         public string BitmapSuffix { get { throw null; } set { } }
1601         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
1602     }
1603 }
1604 
1605 #pragma warning restore CS0618
1606 
1607 
1608 
1609