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 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Configuration.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Configuration.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2046.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2046.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Configuration.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
21 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
22 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
23 [assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
24 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
25 [assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
26 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
27 namespace System.Configuration
28 {
29     public sealed partial class AppSettingsSection : System.Configuration.ConfigurationSection
30     {
AppSettingsSection()31         public AppSettingsSection() { }
32         [System.Configuration.ConfigurationPropertyAttribute("file", DefaultValue="")]
33         public string File { get { throw null; } set { } }
34         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
35         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true)]
36         public System.Configuration.KeyValueConfigurationCollection Settings { get { throw null; } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)37         protected internal override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
GetRuntimeObject()38         protected internal override object GetRuntimeObject() { throw null; }
IsModified()39         protected internal override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentSection)40         protected internal override void Reset(System.Configuration.ConfigurationElement parentSection) { }
SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode)41         protected internal override string SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode) { throw null; }
42     }
43     public sealed partial class CallbackValidator : System.Configuration.ConfigurationValidatorBase
44     {
CallbackValidator(System.Type type, System.Configuration.ValidatorCallback callback)45         public CallbackValidator(System.Type type, System.Configuration.ValidatorCallback callback) { }
CanValidate(System.Type type)46         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)47         public override void Validate(object value) { }
48     }
49     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
50     public sealed partial class CallbackValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
51     {
CallbackValidatorAttribute()52         public CallbackValidatorAttribute() { }
53         public string CallbackMethodName { get { throw null; } set { } }
54         public System.Type Type { get { throw null; } set { } }
55         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
56     }
57     public sealed partial class CommaDelimitedStringCollection : System.Collections.Specialized.StringCollection
58     {
CommaDelimitedStringCollection()59         public CommaDelimitedStringCollection() { }
60         public bool IsModified { get { throw null; } }
61         public new bool IsReadOnly { get { throw null; } }
62         public new string this[int index] { get { throw null; } set { } }
Add(string value)63         public new void Add(string value) { }
AddRange(string[] range)64         public new void AddRange(string[] range) { }
Clear()65         public new void Clear() { }
Clone()66         public System.Configuration.CommaDelimitedStringCollection Clone() { throw null; }
Insert(int index, string value)67         public new void Insert(int index, string value) { }
Remove(string value)68         public new void Remove(string value) { }
SetReadOnly()69         public void SetReadOnly() { }
ToString()70         public override string ToString() { throw null; }
71     }
72     public sealed partial class CommaDelimitedStringCollectionConverter : System.Configuration.ConfigurationConverterBase
73     {
CommaDelimitedStringCollectionConverter()74         public CommaDelimitedStringCollectionConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)75         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)76         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
77     }
78     public sealed partial class Configuration
79     {
Configuration()80         internal Configuration() { }
81         public System.Configuration.AppSettingsSection AppSettings { get { throw null; } }
82         public System.Func<string, string> AssemblyStringTransformer { get { throw null; } [System.Configuration.ConfigurationPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Unrestricted=true)]set { } }
83         public System.Configuration.ConnectionStringsSection ConnectionStrings { get { throw null; } }
84         public System.Configuration.ContextInformation EvaluationContext { get { throw null; } }
85         public string FilePath { get { throw null; } }
86         public bool HasFile { get { throw null; } }
87         public System.Configuration.ConfigurationLocationCollection Locations { get { throw null; } }
88         public bool NamespaceDeclared { get { throw null; } set { } }
89         public System.Configuration.ConfigurationSectionGroup RootSectionGroup { get { throw null; } }
90         public System.Configuration.ConfigurationSectionGroupCollection SectionGroups { get { throw null; } }
91         public System.Configuration.ConfigurationSectionCollection Sections { get { throw null; } }
92         public System.Runtime.Versioning.FrameworkName TargetFramework { get { throw null; } [System.Configuration.ConfigurationPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Unrestricted=true)]set { } }
93         public System.Func<string, string> TypeStringTransformer { get { throw null; } [System.Configuration.ConfigurationPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Unrestricted=true)]set { } }
GetSection(string sectionName)94         public System.Configuration.ConfigurationSection GetSection(string sectionName) { throw null; }
GetSectionGroup(string sectionGroupName)95         public System.Configuration.ConfigurationSectionGroup GetSectionGroup(string sectionGroupName) { throw null; }
Save()96         public void Save() { }
Save(System.Configuration.ConfigurationSaveMode saveMode)97         public void Save(System.Configuration.ConfigurationSaveMode saveMode) { }
Save(System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll)98         public void Save(System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll) { }
SaveAs(string filename)99         public void SaveAs(string filename) { }
SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode)100         public void SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode) { }
SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll)101         public void SaveAs(string filename, System.Configuration.ConfigurationSaveMode saveMode, bool forceSaveAll) { }
102     }
103     public enum ConfigurationAllowDefinition
104     {
105         Everywhere = 300,
106         MachineOnly = 0,
107         MachineToApplication = 200,
108         MachineToWebRoot = 100,
109     }
110     public enum ConfigurationAllowExeDefinition
111     {
112         MachineOnly = 0,
113         MachineToApplication = 100,
114         MachineToLocalUser = 300,
115         MachineToRoamingUser = 200,
116     }
117     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
118     public sealed partial class ConfigurationCollectionAttribute : System.Attribute
119     {
ConfigurationCollectionAttribute(System.Type itemType)120         public ConfigurationCollectionAttribute(System.Type itemType) { }
121         public string AddItemName { get { throw null; } set { } }
122         public string ClearItemsName { get { throw null; } set { } }
123         public System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } set { } }
124         public System.Type ItemType { get { throw null; } }
125         public string RemoveItemName { get { throw null; } set { } }
126     }
127     public abstract partial class ConfigurationConverterBase : System.ComponentModel.TypeConverter
128     {
ConfigurationConverterBase()129         protected ConfigurationConverterBase() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type)130         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type)131         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Type type) { throw null; }
132     }
133     public abstract partial class ConfigurationElement
134     {
ConfigurationElement()135         protected ConfigurationElement() { }
136         public System.Configuration.Configuration CurrentConfiguration { get { throw null; } }
137         public System.Configuration.ElementInformation ElementInformation { get { throw null; } }
138         protected internal virtual System.Configuration.ConfigurationElementProperty ElementProperty { get { throw null; } }
139         protected System.Configuration.ContextInformation EvaluationContext { get { throw null; } }
140         protected bool HasContext { get { throw null; } }
141         protected internal object this[System.Configuration.ConfigurationProperty prop] { get { throw null; } set { } }
142         protected internal object this[string propertyName] { get { throw null; } set { } }
143         public System.Configuration.ConfigurationLockCollection LockAllAttributesExcept { get { throw null; } }
144         public System.Configuration.ConfigurationLockCollection LockAllElementsExcept { get { throw null; } }
145         public System.Configuration.ConfigurationLockCollection LockAttributes { get { throw null; } }
146         public System.Configuration.ConfigurationLockCollection LockElements { get { throw null; } }
147         public bool LockItem { get { throw null; } set { } }
148         protected internal virtual System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)149         protected internal virtual void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Equals(object compareTo)150         public override bool Equals(object compareTo) { throw null; }
GetHashCode()151         public override int GetHashCode() { throw null; }
GetTransformedAssemblyString(string assemblyName)152         protected virtual string GetTransformedAssemblyString(string assemblyName) { throw null; }
GetTransformedTypeString(string typeName)153         protected virtual string GetTransformedTypeString(string typeName) { throw null; }
Init()154         protected internal virtual void Init() { }
InitializeDefault()155         protected internal virtual void InitializeDefault() { }
IsModified()156         protected internal virtual bool IsModified() { throw null; }
IsReadOnly()157         public virtual bool IsReadOnly() { throw null; }
ListErrors(System.Collections.IList errorList)158         protected virtual void ListErrors(System.Collections.IList errorList) { }
OnDeserializeUnrecognizedAttribute(string name, string value)159         protected virtual bool OnDeserializeUnrecognizedAttribute(string name, string value) { throw null; }
OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader)160         protected virtual bool OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader) { throw null; }
OnRequiredPropertyNotFound(string name)161         protected virtual object OnRequiredPropertyNotFound(string name) { throw null; }
PostDeserialize()162         protected virtual void PostDeserialize() { }
PreSerialize(System.Xml.XmlWriter writer)163         protected virtual void PreSerialize(System.Xml.XmlWriter writer) { }
Reset(System.Configuration.ConfigurationElement parentElement)164         protected internal virtual void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()165         protected internal virtual void ResetModified() { }
SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey)166         protected internal virtual bool SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey) { throw null; }
SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName)167         protected internal virtual bool SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName) { throw null; }
SetPropertyValue(System.Configuration.ConfigurationProperty prop, object value, bool ignoreLocks)168         protected void SetPropertyValue(System.Configuration.ConfigurationProperty prop, object value, bool ignoreLocks) { }
SetReadOnly()169         protected internal virtual void SetReadOnly() { }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)170         protected internal virtual void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
171     }
172     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
173     public abstract partial class ConfigurationElementCollection : System.Configuration.ConfigurationElement, System.Collections.ICollection, System.Collections.IEnumerable
174     {
ConfigurationElementCollection()175         protected ConfigurationElementCollection() { }
ConfigurationElementCollection(System.Collections.IComparer comparer)176         protected ConfigurationElementCollection(System.Collections.IComparer comparer) { }
177         protected internal string AddElementName { get { throw null; } set { } }
178         protected internal string ClearElementName { get { throw null; } set { } }
179         public virtual System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
180         public int Count { get { throw null; } }
181         protected virtual string ElementName { get { throw null; } }
182         public bool EmitClear { get { throw null; } set { } }
183         public bool IsSynchronized { get { throw null; } }
184         protected internal string RemoveElementName { get { throw null; } set { } }
185         public object SyncRoot { get { throw null; } }
186         protected virtual bool ThrowOnDuplicate { get { throw null; } }
BaseAdd(System.Configuration.ConfigurationElement element)187         protected virtual void BaseAdd(System.Configuration.ConfigurationElement element) { }
BaseAdd(System.Configuration.ConfigurationElement element, bool throwIfExists)188         protected internal void BaseAdd(System.Configuration.ConfigurationElement element, bool throwIfExists) { }
BaseAdd(int index, System.Configuration.ConfigurationElement element)189         protected virtual void BaseAdd(int index, System.Configuration.ConfigurationElement element) { }
BaseClear()190         protected internal void BaseClear() { }
BaseGet(int index)191         protected internal System.Configuration.ConfigurationElement BaseGet(int index) { throw null; }
BaseGet(object key)192         protected internal System.Configuration.ConfigurationElement BaseGet(object key) { throw null; }
BaseGetAllKeys()193         protected internal object[] BaseGetAllKeys() { throw null; }
BaseGetKey(int index)194         protected internal object BaseGetKey(int index) { throw null; }
BaseIndexOf(System.Configuration.ConfigurationElement element)195         protected int BaseIndexOf(System.Configuration.ConfigurationElement element) { throw null; }
BaseIsRemoved(object key)196         protected internal bool BaseIsRemoved(object key) { throw null; }
BaseRemove(object key)197         protected internal void BaseRemove(object key) { }
BaseRemoveAt(int index)198         protected internal void BaseRemoveAt(int index) { }
CopyTo(System.Configuration.ConfigurationElement[] array, int index)199         public void CopyTo(System.Configuration.ConfigurationElement[] array, int index) { }
CreateNewElement()200         protected abstract System.Configuration.ConfigurationElement CreateNewElement();
CreateNewElement(string elementName)201         protected virtual System.Configuration.ConfigurationElement CreateNewElement(string elementName) { throw null; }
Equals(object compareTo)202         public override bool Equals(object compareTo) { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)203         protected abstract object GetElementKey(System.Configuration.ConfigurationElement element);
GetEnumerator()204         public System.Collections.IEnumerator GetEnumerator() { throw null; }
GetHashCode()205         public override int GetHashCode() { throw null; }
IsElementName(string elementName)206         protected virtual bool IsElementName(string elementName) { throw null; }
IsElementRemovable(System.Configuration.ConfigurationElement element)207         protected virtual bool IsElementRemovable(System.Configuration.ConfigurationElement element) { throw null; }
IsModified()208         protected internal override bool IsModified() { throw null; }
IsReadOnly()209         public override bool IsReadOnly() { throw null; }
OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader)210         protected override bool OnDeserializeUnrecognizedElement(string elementName, System.Xml.XmlReader reader) { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)211         protected internal override void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()212         protected internal override void ResetModified() { }
SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey)213         protected internal override bool SerializeElement(System.Xml.XmlWriter writer, bool serializeCollectionKey) { throw null; }
SetReadOnly()214         protected internal override void SetReadOnly() { }
System.Collections.ICollection.CopyTo(System.Array arr, int index)215         void System.Collections.ICollection.CopyTo(System.Array arr, int index) { }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)216         protected internal override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
217     }
218     public enum ConfigurationElementCollectionType
219     {
220         AddRemoveClearMap = 1,
221         AddRemoveClearMapAlternate = 3,
222         BasicMap = 0,
223         BasicMapAlternate = 2,
224     }
225     public sealed partial class ConfigurationElementProperty
226     {
ConfigurationElementProperty(System.Configuration.ConfigurationValidatorBase validator)227         public ConfigurationElementProperty(System.Configuration.ConfigurationValidatorBase validator) { }
228         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
229     }
230 #if CONFIG_DEP
231     [System.SerializableAttribute]
232     public partial class ConfigurationErrorsException : System.Configuration.ConfigurationException
233     {
ConfigurationErrorsException()234         public ConfigurationErrorsException() { }
ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)235         protected ConfigurationErrorsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ConfigurationErrorsException(string message)236         public ConfigurationErrorsException(string message) { }
ConfigurationErrorsException(string message, System.Exception inner)237         public ConfigurationErrorsException(string message, System.Exception inner) { }
ConfigurationErrorsException(string message, System.Exception inner, string filename, int line)238         public ConfigurationErrorsException(string message, System.Exception inner, string filename, int line) { }
ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlNode node)239         public ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlNode node) { }
ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlReader reader)240         public ConfigurationErrorsException(string message, System.Exception inner, System.Xml.XmlReader reader) { }
ConfigurationErrorsException(string message, string filename, int line)241         public ConfigurationErrorsException(string message, string filename, int line) { }
ConfigurationErrorsException(string message, System.Xml.XmlNode node)242         public ConfigurationErrorsException(string message, System.Xml.XmlNode node) { }
ConfigurationErrorsException(string message, System.Xml.XmlReader reader)243         public ConfigurationErrorsException(string message, System.Xml.XmlReader reader) { }
244         public override string BareMessage { get { throw null; } }
245         public System.Collections.ICollection Errors { get { throw null; } }
246         public override string Filename { get { throw null; } }
247         public override int Line { get { throw null; } }
248         public override string Message { get { throw null; } }
GetFilename(System.Xml.XmlNode node)249         public static string GetFilename(System.Xml.XmlNode node) { throw null; }
GetFilename(System.Xml.XmlReader reader)250         public static string GetFilename(System.Xml.XmlReader reader) { throw null; }
GetLineNumber(System.Xml.XmlNode node)251         public static int GetLineNumber(System.Xml.XmlNode node) { throw null; }
GetLineNumber(System.Xml.XmlReader reader)252         public static int GetLineNumber(System.Xml.XmlReader reader) { throw null; }
253         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)254         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
255     }
256 #endif
257     public partial class ConfigurationFileMap : System.ICloneable
258     {
ConfigurationFileMap()259         public ConfigurationFileMap() { }
ConfigurationFileMap(string machineConfigFilename)260         public ConfigurationFileMap(string machineConfigFilename) { }
261         public string MachineConfigFilename { get { throw null; } set { } }
Clone()262         public virtual object Clone() { throw null; }
263     }
264     public partial class ConfigurationLocation
265     {
ConfigurationLocation()266         internal ConfigurationLocation() { }
267         public string Path { get { throw null; } }
OpenConfiguration()268         public System.Configuration.Configuration OpenConfiguration() { throw null; }
269     }
270     public partial class ConfigurationLocationCollection : System.Collections.ReadOnlyCollectionBase
271     {
ConfigurationLocationCollection()272         internal ConfigurationLocationCollection() { }
273         public System.Configuration.ConfigurationLocation this[int index] { get { throw null; } }
274     }
275     public sealed partial class ConfigurationLockCollection : System.Collections.ICollection, System.Collections.IEnumerable
276     {
ConfigurationLockCollection()277         internal ConfigurationLockCollection() { }
278         public string AttributeList { get { throw null; } }
279         public int Count { get { throw null; } }
280         public bool HasParentElements { get { throw null; } }
281         public bool IsModified { get { throw null; } }
282         public bool IsSynchronized { get { throw null; } }
283         public object SyncRoot { get { throw null; } }
Add(string name)284         public void Add(string name) { }
Clear()285         public void Clear() { }
Contains(string name)286         public bool Contains(string name) { throw null; }
CopyTo(string[] array, int index)287         public void CopyTo(string[] array, int index) { }
GetEnumerator()288         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IsReadOnly(string name)289         public bool IsReadOnly(string name) { throw null; }
Remove(string name)290         public void Remove(string name) { }
SetFromList(string attributeList)291         public void SetFromList(string attributeList) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)292         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
293     }
294     public static partial class ConfigurationManager
295     {
296         public static System.Collections.Specialized.NameValueCollection AppSettings { get { throw null; } }
297         public static System.Configuration.ConnectionStringSettingsCollection ConnectionStrings { get { throw null; } }
GetSection(string sectionName)298         public static object GetSection(string sectionName) { throw null; }
OpenExeConfiguration(System.Configuration.ConfigurationUserLevel userLevel)299         public static System.Configuration.Configuration OpenExeConfiguration(System.Configuration.ConfigurationUserLevel userLevel) { throw null; }
OpenExeConfiguration(string exePath)300         public static System.Configuration.Configuration OpenExeConfiguration(string exePath) { throw null; }
OpenMachineConfiguration()301         public static System.Configuration.Configuration OpenMachineConfiguration() { throw null; }
OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel)302         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)303         public static System.Configuration.Configuration OpenMappedExeConfiguration(System.Configuration.ExeConfigurationFileMap fileMap, System.Configuration.ConfigurationUserLevel userLevel, bool preLoad) { throw null; }
OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap fileMap)304         public static System.Configuration.Configuration OpenMappedMachineConfiguration(System.Configuration.ConfigurationFileMap fileMap) { throw null; }
RefreshSection(string sectionName)305         public static void RefreshSection(string sectionName) { }
306     }
307     [System.SerializableAttribute]
308     public sealed partial class ConfigurationPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
309     {
ConfigurationPermission(System.Security.Permissions.PermissionState state)310         public ConfigurationPermission(System.Security.Permissions.PermissionState state) { }
Copy()311         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)312         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)313         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)314         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()315         public bool IsUnrestricted() { throw null; }
ToXml()316         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)317         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
318     }
319     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
320     [System.SerializableAttribute]
321     public sealed partial class ConfigurationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
322     {
ConfigurationPermissionAttribute(System.Security.Permissions.SecurityAction action)323         public ConfigurationPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()324         public override System.Security.IPermission CreatePermission() { throw null; }
325     }
326     public sealed partial class ConfigurationProperty
327     {
ConfigurationProperty(string name, System.Type type)328         public ConfigurationProperty(string name, System.Type type) { }
ConfigurationProperty(string name, System.Type type, object defaultValue)329         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)330         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)331         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)332         public ConfigurationProperty(string name, System.Type type, object defaultValue, System.Configuration.ConfigurationPropertyOptions options) { }
333         public System.ComponentModel.TypeConverter Converter { get { throw null; } }
334         public object DefaultValue { get { throw null; } }
335         public string Description { get { throw null; } }
336         public bool IsAssemblyStringTransformationRequired { get { throw null; } }
337         public bool IsDefaultCollection { get { throw null; } }
338         public bool IsKey { get { throw null; } }
339         public bool IsRequired { get { throw null; } }
340         public bool IsTypeStringTransformationRequired { get { throw null; } }
341         public bool IsVersionCheckRequired { get { throw null; } }
342         public string Name { get { throw null; } }
343         public System.Type Type { get { throw null; } }
344         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
345     }
346     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
347     public sealed partial class ConfigurationPropertyAttribute : System.Attribute
348     {
ConfigurationPropertyAttribute(string name)349         public ConfigurationPropertyAttribute(string name) { }
350         public object DefaultValue { get { throw null; } set { } }
351         public bool IsDefaultCollection { get { throw null; } set { } }
352         public bool IsKey { get { throw null; } set { } }
353         public bool IsRequired { get { throw null; } set { } }
354         public string Name { get { throw null; } }
355         public System.Configuration.ConfigurationPropertyOptions Options { get { throw null; } set { } }
356     }
357     public partial class ConfigurationPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable
358     {
ConfigurationPropertyCollection()359         public ConfigurationPropertyCollection() { }
360         public int Count { get { throw null; } }
361         public bool IsSynchronized { get { throw null; } }
362         public System.Configuration.ConfigurationProperty this[string name] { get { throw null; } }
363         public object SyncRoot { get { throw null; } }
Add(System.Configuration.ConfigurationProperty property)364         public void Add(System.Configuration.ConfigurationProperty property) { }
Clear()365         public void Clear() { }
Contains(string name)366         public bool Contains(string name) { throw null; }
CopyTo(System.Configuration.ConfigurationProperty[] array, int index)367         public void CopyTo(System.Configuration.ConfigurationProperty[] array, int index) { }
GetEnumerator()368         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)369         public bool Remove(string name) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)370         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
371     }
372     [System.FlagsAttribute]
373     public enum ConfigurationPropertyOptions
374     {
375         IsAssemblyStringTransformationRequired = 16,
376         IsDefaultCollection = 1,
377         IsKey = 4,
378         IsRequired = 2,
379         IsTypeStringTransformationRequired = 8,
380         IsVersionCheckRequired = 32,
381         None = 0,
382     }
383     public enum ConfigurationSaveMode
384     {
385         Full = 2,
386         Minimal = 1,
387         Modified = 0,
388     }
389     public abstract partial class ConfigurationSection : System.Configuration.ConfigurationElement
390     {
ConfigurationSection()391         protected ConfigurationSection() { }
392         public System.Configuration.SectionInformation SectionInformation { get { throw null; } }
DeserializeSection(System.Xml.XmlReader reader)393         protected internal virtual void DeserializeSection(System.Xml.XmlReader reader) { }
GetRuntimeObject()394         protected internal virtual object GetRuntimeObject() { throw null; }
IsModified()395         protected internal override bool IsModified() { throw null; }
ResetModified()396         protected internal override void ResetModified() { }
SerializeSection(System.Configuration.ConfigurationElement parentElement, string name, System.Configuration.ConfigurationSaveMode saveMode)397         protected internal 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)398         protected internal 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)399         protected internal 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)400         protected internal virtual bool ShouldSerializeSectionInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework) { throw null; }
401     }
402     [System.SerializableAttribute]
403     public sealed partial class ConfigurationSectionCollection : System.Collections.Specialized.NameObjectCollectionBase
404     {
ConfigurationSectionCollection()405         internal ConfigurationSectionCollection() { }
406         public override int Count { get { throw null; } }
407         public System.Configuration.ConfigurationSection this[int index] { get { throw null; } }
408         public System.Configuration.ConfigurationSection this[string name] { get { throw null; } }
409         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(string name, System.Configuration.ConfigurationSection section)410         public void Add(string name, System.Configuration.ConfigurationSection section) { }
Clear()411         public void Clear() { }
CopyTo(System.Configuration.ConfigurationSection[] array, int index)412         public void CopyTo(System.Configuration.ConfigurationSection[] array, int index) { }
Get(int index)413         public System.Configuration.ConfigurationSection Get(int index) { throw null; }
Get(string name)414         public System.Configuration.ConfigurationSection Get(string name) { throw null; }
GetEnumerator()415         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)416         public string GetKey(int index) { throw null; }
417         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)418         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Remove(string name)419         public void Remove(string name) { }
RemoveAt(int index)420         public void RemoveAt(int index) { }
421     }
422     public partial class ConfigurationSectionGroup
423     {
ConfigurationSectionGroup()424         public ConfigurationSectionGroup() { }
425         public bool IsDeclarationRequired { get { throw null; } }
426         public bool IsDeclared { get { throw null; } }
427         public string Name { get { throw null; } }
428         public string SectionGroupName { get { throw null; } }
429         public System.Configuration.ConfigurationSectionGroupCollection SectionGroups { get { throw null; } }
430         public System.Configuration.ConfigurationSectionCollection Sections { get { throw null; } }
431         public string Type { get { throw null; } set { } }
ForceDeclaration()432         public void ForceDeclaration() { }
ForceDeclaration(bool force)433         public void ForceDeclaration(bool force) { }
ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework)434         protected internal virtual bool ShouldSerializeSectionGroupInTargetVersion(System.Runtime.Versioning.FrameworkName targetFramework) { throw null; }
435     }
436     [System.SerializableAttribute]
437     public sealed partial class ConfigurationSectionGroupCollection : System.Collections.Specialized.NameObjectCollectionBase
438     {
ConfigurationSectionGroupCollection()439         internal ConfigurationSectionGroupCollection() { }
440         public override int Count { get { throw null; } }
441         public System.Configuration.ConfigurationSectionGroup this[int index] { get { throw null; } }
442         public System.Configuration.ConfigurationSectionGroup this[string name] { get { throw null; } }
443         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(string name, System.Configuration.ConfigurationSectionGroup sectionGroup)444         public void Add(string name, System.Configuration.ConfigurationSectionGroup sectionGroup) { }
Clear()445         public void Clear() { }
CopyTo(System.Configuration.ConfigurationSectionGroup[] array, int index)446         public void CopyTo(System.Configuration.ConfigurationSectionGroup[] array, int index) { }
Get(int index)447         public System.Configuration.ConfigurationSectionGroup Get(int index) { throw null; }
Get(string name)448         public System.Configuration.ConfigurationSectionGroup Get(string name) { throw null; }
GetEnumerator()449         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)450         public string GetKey(int index) { throw null; }
451         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)452         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Remove(string name)453         public void Remove(string name) { }
RemoveAt(int index)454         public void RemoveAt(int index) { }
455     }
456     public enum ConfigurationUserLevel
457     {
458         None = 0,
459         PerUserRoaming = 10,
460         PerUserRoamingAndLocal = 20,
461     }
462     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
463     public partial class ConfigurationValidatorAttribute : System.Attribute
464     {
ConfigurationValidatorAttribute()465         protected ConfigurationValidatorAttribute() { }
ConfigurationValidatorAttribute(System.Type validator)466         public ConfigurationValidatorAttribute(System.Type validator) { }
467         public virtual System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
468         public System.Type ValidatorType { get { throw null; } }
469     }
470     public abstract partial class ConfigurationValidatorBase
471     {
ConfigurationValidatorBase()472         protected ConfigurationValidatorBase() { }
CanValidate(System.Type type)473         public virtual bool CanValidate(System.Type type) { throw null; }
Validate(object value)474         public abstract void Validate(object value);
475     }
476     public sealed partial class ConnectionStringSettings : System.Configuration.ConfigurationElement
477     {
ConnectionStringSettings()478         public ConnectionStringSettings() { }
ConnectionStringSettings(string name, string connectionString)479         public ConnectionStringSettings(string name, string connectionString) { }
ConnectionStringSettings(string name, string connectionString, string providerName)480         public ConnectionStringSettings(string name, string connectionString, string providerName) { }
481         [System.Configuration.ConfigurationPropertyAttribute("connectionString", Options=(System.Configuration.ConfigurationPropertyOptions)(2), DefaultValue="")]
482         public string ConnectionString { get { throw null; } set { } }
483         [System.Configuration.ConfigurationPropertyAttribute("name", Options=(System.Configuration.ConfigurationPropertyOptions)(6), DefaultValue="")]
484         public string Name { get { throw null; } set { } }
485         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
486         [System.Configuration.ConfigurationPropertyAttribute("providerName", DefaultValue="System.Data.SqlClient")]
487         public string ProviderName { get { throw null; } set { } }
ToString()488         public override string ToString() { throw null; }
489     }
490     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.ConnectionStringSettings))]
491     public sealed partial class ConnectionStringSettingsCollection : System.Configuration.ConfigurationElementCollection
492     {
ConnectionStringSettingsCollection()493         public ConnectionStringSettingsCollection() { }
494         public System.Configuration.ConnectionStringSettings this[int index] { get { throw null; } set { } }
495         public new System.Configuration.ConnectionStringSettings this[string name] { get { throw null; } }
496         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Add(System.Configuration.ConnectionStringSettings settings)497         public void Add(System.Configuration.ConnectionStringSettings settings) { }
BaseAdd(int index, System.Configuration.ConfigurationElement element)498         protected override void BaseAdd(int index, System.Configuration.ConfigurationElement element) { }
Clear()499         public void Clear() { }
CreateNewElement()500         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)501         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Configuration.ConnectionStringSettings settings)502         public int IndexOf(System.Configuration.ConnectionStringSettings settings) { throw null; }
Remove(System.Configuration.ConnectionStringSettings settings)503         public void Remove(System.Configuration.ConnectionStringSettings settings) { }
Remove(string name)504         public void Remove(string name) { }
RemoveAt(int index)505         public void RemoveAt(int index) { }
506     }
507     public sealed partial class ConnectionStringsSection : System.Configuration.ConfigurationSection
508     {
ConnectionStringsSection()509         public ConnectionStringsSection() { }
510         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
511         public System.Configuration.ConnectionStringSettingsCollection ConnectionStrings { get { throw null; } }
512         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
GetRuntimeObject()513         protected internal override object GetRuntimeObject() { throw null; }
514     }
515     public sealed partial class ContextInformation
516     {
ContextInformation()517         internal ContextInformation() { }
518         public object HostingContext { get { throw null; } }
519         public bool IsMachineLevel { get { throw null; } }
GetSection(string sectionName)520         public object GetSection(string sectionName) { throw null; }
521     }
522     public sealed partial class DefaultSection : System.Configuration.ConfigurationSection
523     {
DefaultSection()524         public DefaultSection() { }
525         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeSection(System.Xml.XmlReader xmlReader)526         protected internal override void DeserializeSection(System.Xml.XmlReader xmlReader) { }
IsModified()527         protected internal override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentSection)528         protected internal override void Reset(System.Configuration.ConfigurationElement parentSection) { }
ResetModified()529         protected internal override void ResetModified() { }
SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode)530         protected internal override string SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode) { throw null; }
531     }
532     public sealed partial class DefaultValidator : System.Configuration.ConfigurationValidatorBase
533     {
DefaultValidator()534         public DefaultValidator() { }
CanValidate(System.Type type)535         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)536         public override void Validate(object value) { }
537     }
538     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
539     public sealed partial class DpapiProtectedConfigurationProvider : System.Configuration.ProtectedConfigurationProvider
540     {
DpapiProtectedConfigurationProvider()541         public DpapiProtectedConfigurationProvider() { }
542         public bool UseMachineProtection { get { throw null; } }
Decrypt(System.Xml.XmlNode encryptedNode)543         public override System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode) { throw null; }
Encrypt(System.Xml.XmlNode node)544         public override System.Xml.XmlNode Encrypt(System.Xml.XmlNode node) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues)545         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues) { }
546     }
547     public sealed partial class ElementInformation
548     {
ElementInformation()549         internal ElementInformation() { }
550         public System.Collections.ICollection Errors { get { throw null; } }
551         public bool IsCollection { get { throw null; } }
552         public bool IsLocked { get { throw null; } }
553         public bool IsPresent { get { throw null; } }
554         public int LineNumber { get { throw null; } }
555         public System.Configuration.PropertyInformationCollection Properties { get { throw null; } }
556         public string Source { get { throw null; } }
557         public System.Type Type { get { throw null; } }
558         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
559     }
560     public sealed partial class ExeConfigurationFileMap : System.Configuration.ConfigurationFileMap
561     {
ExeConfigurationFileMap()562         public ExeConfigurationFileMap() { }
ExeConfigurationFileMap(string machineConfigFileName)563         public ExeConfigurationFileMap(string machineConfigFileName) { }
564         public string ExeConfigFilename { get { throw null; } set { } }
565         public string LocalUserConfigFilename { get { throw null; } set { } }
566         public string RoamingUserConfigFilename { get { throw null; } set { } }
Clone()567         public override object Clone() { throw null; }
568     }
569     public sealed partial class ExeContext
570     {
ExeContext()571         internal ExeContext() { }
572         public string ExePath { get { throw null; } }
573         public System.Configuration.ConfigurationUserLevel UserLevel { get { throw null; } }
574     }
575     public sealed partial class GenericEnumConverter : System.Configuration.ConfigurationConverterBase
576     {
GenericEnumConverter(System.Type typeEnum)577         public GenericEnumConverter(System.Type typeEnum) { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)578         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)579         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
580     }
581     public sealed partial class IgnoreSection : System.Configuration.ConfigurationSection
582     {
IgnoreSection()583         public IgnoreSection() { }
584         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeSection(System.Xml.XmlReader xmlReader)585         protected internal override void DeserializeSection(System.Xml.XmlReader xmlReader) { }
IsModified()586         protected internal override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentSection)587         protected internal override void Reset(System.Configuration.ConfigurationElement parentSection) { }
ResetModified()588         protected internal override void ResetModified() { }
SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode)589         protected internal override string SerializeSection(System.Configuration.ConfigurationElement parentSection, string name, System.Configuration.ConfigurationSaveMode saveMode) { throw null; }
590     }
591     public sealed partial class InfiniteIntConverter : System.Configuration.ConfigurationConverterBase
592     {
InfiniteIntConverter()593         public InfiniteIntConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)594         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)595         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
596     }
597     public sealed partial class InfiniteTimeSpanConverter : System.Configuration.ConfigurationConverterBase
598     {
InfiniteTimeSpanConverter()599         public InfiniteTimeSpanConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)600         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)601         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
602     }
603     public partial class IntegerValidator : System.Configuration.ConfigurationValidatorBase
604     {
IntegerValidator(int minValue, int maxValue)605         public IntegerValidator(int minValue, int maxValue) { }
IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive)606         public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive) { }
IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive, int resolution)607         public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive, int resolution) { }
CanValidate(System.Type type)608         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)609         public override void Validate(object value) { }
610     }
611     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
612     public sealed partial class IntegerValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
613     {
IntegerValidatorAttribute()614         public IntegerValidatorAttribute() { }
615         public bool ExcludeRange { get { throw null; } set { } }
616         public int MaxValue { get { throw null; } set { } }
617         public int MinValue { get { throw null; } set { } }
618         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
619     }
620     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.KeyValueConfigurationElement))]
621     public partial class KeyValueConfigurationCollection : System.Configuration.ConfigurationElementCollection
622     {
KeyValueConfigurationCollection()623         public KeyValueConfigurationCollection() { }
624         public string[] AllKeys { get { throw null; } }
625         public new System.Configuration.KeyValueConfigurationElement this[string key] { get { throw null; } }
626         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
627         protected override bool ThrowOnDuplicate { get { throw null; } }
Add(System.Configuration.KeyValueConfigurationElement keyValue)628         public void Add(System.Configuration.KeyValueConfigurationElement keyValue) { }
Add(string key, string value)629         public void Add(string key, string value) { }
Clear()630         public void Clear() { }
CreateNewElement()631         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)632         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(string key)633         public void Remove(string key) { }
634     }
635     public partial class KeyValueConfigurationElement : System.Configuration.ConfigurationElement
636     {
KeyValueConfigurationElement(string key, string value)637         public KeyValueConfigurationElement(string key, string value) { }
638         [System.Configuration.ConfigurationPropertyAttribute("key", Options=(System.Configuration.ConfigurationPropertyOptions)(4), DefaultValue="")]
639         public string Key { get { throw null; } }
640         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
641         [System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue="")]
642         public string Value { get { throw null; } set { } }
Init()643         protected internal override void Init() { }
644     }
645     public partial class LongValidator : System.Configuration.ConfigurationValidatorBase
646     {
LongValidator(long minValue, long maxValue)647         public LongValidator(long minValue, long maxValue) { }
LongValidator(long minValue, long maxValue, bool rangeIsExclusive)648         public LongValidator(long minValue, long maxValue, bool rangeIsExclusive) { }
LongValidator(long minValue, long maxValue, bool rangeIsExclusive, long resolution)649         public LongValidator(long minValue, long maxValue, bool rangeIsExclusive, long resolution) { }
CanValidate(System.Type type)650         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)651         public override void Validate(object value) { }
652     }
653     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
654     public sealed partial class LongValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
655     {
LongValidatorAttribute()656         public LongValidatorAttribute() { }
657         public bool ExcludeRange { get { throw null; } set { } }
658         public long MaxValue { get { throw null; } set { } }
659         public long MinValue { get { throw null; } set { } }
660         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
661     }
662     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.NameValueConfigurationElement))]
663     public sealed partial class NameValueConfigurationCollection : System.Configuration.ConfigurationElementCollection
664     {
NameValueConfigurationCollection()665         public NameValueConfigurationCollection() { }
666         public string[] AllKeys { get { throw null; } }
667         public new System.Configuration.NameValueConfigurationElement this[string name] { get { throw null; } set { } }
668         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Add(System.Configuration.NameValueConfigurationElement nameValue)669         public void Add(System.Configuration.NameValueConfigurationElement nameValue) { }
Clear()670         public void Clear() { }
CreateNewElement()671         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)672         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Configuration.NameValueConfigurationElement nameValue)673         public void Remove(System.Configuration.NameValueConfigurationElement nameValue) { }
Remove(string name)674         public void Remove(string name) { }
675     }
676     public sealed partial class NameValueConfigurationElement : System.Configuration.ConfigurationElement
677     {
NameValueConfigurationElement(string name, string value)678         public NameValueConfigurationElement(string name, string value) { }
679         [System.Configuration.ConfigurationPropertyAttribute("name", IsKey=true, DefaultValue="")]
680         public string Name { get { throw null; } }
681         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
682         [System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue="")]
683         public string Value { get { throw null; } set { } }
684     }
685     public enum OverrideMode
686     {
687         Allow = 1,
688         Deny = 2,
689         Inherit = 0,
690     }
691     public partial class PositiveTimeSpanValidator : System.Configuration.ConfigurationValidatorBase
692     {
PositiveTimeSpanValidator()693         public PositiveTimeSpanValidator() { }
CanValidate(System.Type type)694         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)695         public override void Validate(object value) { }
696     }
697     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
698     public sealed partial class PositiveTimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
699     {
PositiveTimeSpanValidatorAttribute()700         public PositiveTimeSpanValidatorAttribute() { }
701         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
702     }
703     public sealed partial class PropertyInformation
704     {
PropertyInformation()705         internal PropertyInformation() { }
706         public System.ComponentModel.TypeConverter Converter { get { throw null; } }
707         public object DefaultValue { get { throw null; } }
708         public string Description { get { throw null; } }
709         public bool IsKey { get { throw null; } }
710         public bool IsLocked { get { throw null; } }
711         public bool IsModified { get { throw null; } }
712         public bool IsRequired { get { throw null; } }
713         public int LineNumber { get { throw null; } }
714         public string Name { get { throw null; } }
715         public string Source { get { throw null; } }
716         public System.Type Type { get { throw null; } }
717         public System.Configuration.ConfigurationValidatorBase Validator { get { throw null; } }
718         public object Value { get { throw null; } set { } }
719         public System.Configuration.PropertyValueOrigin ValueOrigin { get { throw null; } }
720     }
721     [System.SerializableAttribute]
722     public sealed partial class PropertyInformationCollection : System.Collections.Specialized.NameObjectCollectionBase
723     {
PropertyInformationCollection()724         internal PropertyInformationCollection() { }
725         public System.Configuration.PropertyInformation this[string propertyName] { get { throw null; } }
CopyTo(System.Configuration.PropertyInformation[] array, int index)726         public void CopyTo(System.Configuration.PropertyInformation[] array, int index) { }
GetEnumerator()727         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
728         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)729         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
730     }
731     public enum PropertyValueOrigin
732     {
733         Default = 0,
734         Inherited = 1,
735         SetHere = 2,
736     }
737     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
738     public static partial class ProtectedConfiguration
739     {
740         public const string DataProtectionProviderName = "DataProtectionConfigurationProvider";
741         public const string ProtectedDataSectionName = "configProtectedData";
742         public const string RsaProviderName = "RsaProtectedConfigurationProvider";
743         public static string DefaultProvider { get { throw null; } }
744         public static System.Configuration.ProtectedConfigurationProviderCollection Providers { get { throw null; } }
745     }
746     public abstract partial class ProtectedConfigurationProvider : System.Configuration.Provider.ProviderBase
747     {
ProtectedConfigurationProvider()748         protected ProtectedConfigurationProvider() { }
Decrypt(System.Xml.XmlNode encryptedNode)749         public abstract System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode);
Encrypt(System.Xml.XmlNode node)750         public abstract System.Xml.XmlNode Encrypt(System.Xml.XmlNode node);
751     }
752     public partial class ProtectedConfigurationProviderCollection : System.Configuration.Provider.ProviderCollection
753     {
ProtectedConfigurationProviderCollection()754         public ProtectedConfigurationProviderCollection() { }
755         public new System.Configuration.ProtectedConfigurationProvider this[string name] { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)756         public override void Add(System.Configuration.Provider.ProviderBase provider) { }
757     }
758     public sealed partial class ProtectedConfigurationSection : System.Configuration.ConfigurationSection
759     {
ProtectedConfigurationSection()760         public ProtectedConfigurationSection() { }
761         [System.Configuration.ConfigurationPropertyAttribute("defaultProvider", DefaultValue="RsaProtectedConfigurationProvider")]
762         public string DefaultProvider { get { throw null; } set { } }
763         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
764         [System.Configuration.ConfigurationPropertyAttribute("providers")]
765         public System.Configuration.ProviderSettingsCollection Providers { get { throw null; } }
766     }
767     public partial class ProtectedProviderSettings : System.Configuration.ConfigurationElement
768     {
ProtectedProviderSettings()769         public ProtectedProviderSettings() { }
770         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
771         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true, Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
772         public System.Configuration.ProviderSettingsCollection Providers { get { throw null; } }
773     }
774     public sealed partial class ProviderSettings : System.Configuration.ConfigurationElement
775     {
ProviderSettings()776         public ProviderSettings() { }
ProviderSettings(string name, string type)777         public ProviderSettings(string name, string type) { }
778         [System.Configuration.ConfigurationPropertyAttribute("name", IsRequired=true, IsKey=true)]
779         public string Name { get { throw null; } set { } }
780         public System.Collections.Specialized.NameValueCollection Parameters { get { throw null; } }
781         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
782         [System.Configuration.ConfigurationPropertyAttribute("type", IsRequired=true)]
783         public string Type { get { throw null; } set { } }
IsModified()784         protected internal override bool IsModified() { throw null; }
OnDeserializeUnrecognizedAttribute(string name, string value)785         protected override bool OnDeserializeUnrecognizedAttribute(string name, string value) { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)786         protected internal override void Reset(System.Configuration.ConfigurationElement parentElement) { }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)787         protected internal override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
788     }
789     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.ProviderSettings))]
790     public sealed partial class ProviderSettingsCollection : System.Configuration.ConfigurationElementCollection
791     {
ProviderSettingsCollection()792         public ProviderSettingsCollection() { }
793         public System.Configuration.ProviderSettings this[int index] { get { throw null; } set { } }
794         public new System.Configuration.ProviderSettings this[string key] { get { throw null; } }
795         protected internal override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Add(System.Configuration.ProviderSettings provider)796         public void Add(System.Configuration.ProviderSettings provider) { }
Clear()797         public void Clear() { }
CreateNewElement()798         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)799         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(string name)800         public void Remove(string name) { }
801     }
802     public partial class RegexStringValidator : System.Configuration.ConfigurationValidatorBase
803     {
RegexStringValidator(string regex)804         public RegexStringValidator(string regex) { }
CanValidate(System.Type type)805         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)806         public override void Validate(object value) { }
807     }
808     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
809     public sealed partial class RegexStringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
810     {
RegexStringValidatorAttribute(string regex)811         public RegexStringValidatorAttribute(string regex) { }
812         public string Regex { get { throw null; } }
813         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
814     }
815     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
816     public sealed partial class RsaProtectedConfigurationProvider : System.Configuration.ProtectedConfigurationProvider
817     {
RsaProtectedConfigurationProvider()818         public RsaProtectedConfigurationProvider() { }
819         public string CspProviderName { get { throw null; } }
820         public string KeyContainerName { get { throw null; } }
821         public System.Security.Cryptography.RSAParameters RsaPublicKey { get { throw null; } }
822         public bool UseFIPS { get { throw null; } }
823         public bool UseMachineContainer { get { throw null; } }
824         public bool UseOAEP { get { throw null; } }
AddKey(int keySize, bool exportable)825         public void AddKey(int keySize, bool exportable) { }
Decrypt(System.Xml.XmlNode encryptedNode)826         public override System.Xml.XmlNode Decrypt(System.Xml.XmlNode encryptedNode) { throw null; }
DeleteKey()827         public void DeleteKey() { }
Encrypt(System.Xml.XmlNode node)828         public override System.Xml.XmlNode Encrypt(System.Xml.XmlNode node) { throw null; }
ExportKey(string xmlFileName, bool includePrivateParameters)829         public void ExportKey(string xmlFileName, bool includePrivateParameters) { }
ImportKey(string xmlFileName, bool exportable)830         public void ImportKey(string xmlFileName, bool exportable) { }
Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues)831         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection configurationValues) { }
832     }
833     public sealed partial class SectionInformation
834     {
SectionInformation()835         internal SectionInformation() { }
836         public System.Configuration.ConfigurationAllowDefinition AllowDefinition { get { throw null; } set { } }
837         public System.Configuration.ConfigurationAllowExeDefinition AllowExeDefinition { get { throw null; } set { } }
838         public bool AllowLocation { get { throw null; } set { } }
839         public bool AllowOverride { get { throw null; } set { } }
840         public string ConfigSource { get { throw null; } set { } }
841         public bool ForceSave { get { throw null; } set { } }
842         public bool InheritInChildApplications { get { throw null; } set { } }
843         public bool IsDeclarationRequired { get { throw null; } }
844         public bool IsDeclared { get { throw null; } }
845         public bool IsLocked { get { throw null; } }
846         public bool IsProtected { get { throw null; } }
847         public string Name { get { throw null; } }
848         public System.Configuration.OverrideMode OverrideMode { get { throw null; } set { } }
849         public System.Configuration.OverrideMode OverrideModeDefault { get { throw null; } set { } }
850         public System.Configuration.OverrideMode OverrideModeEffective { get { throw null; } }
851         public System.Configuration.ProtectedConfigurationProvider ProtectionProvider { get { throw null; } }
852         public bool RequirePermission { get { throw null; } set { } }
853         public bool RestartOnExternalChanges { get { throw null; } set { } }
854         public string SectionName { get { throw null; } }
855         public string Type { get { throw null; } set { } }
ForceDeclaration()856         public void ForceDeclaration() { }
ForceDeclaration(bool force)857         public void ForceDeclaration(bool force) { }
GetParentSection()858         public System.Configuration.ConfigurationSection GetParentSection() { throw null; }
GetRawXml()859         public string GetRawXml() { throw null; }
ProtectSection(string protectionProvider)860         public void ProtectSection(string protectionProvider) { }
RevertToParent()861         public void RevertToParent() { }
SetRawXml(string rawXml)862         public void SetRawXml(string rawXml) { }
UnprotectSection()863         public void UnprotectSection() { }
864     }
865     public partial class StringValidator : System.Configuration.ConfigurationValidatorBase
866     {
StringValidator(int minLength)867         public StringValidator(int minLength) { }
StringValidator(int minLength, int maxLength)868         public StringValidator(int minLength, int maxLength) { }
StringValidator(int minLength, int maxLength, string invalidCharacters)869         public StringValidator(int minLength, int maxLength, string invalidCharacters) { }
CanValidate(System.Type type)870         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)871         public override void Validate(object value) { }
872     }
873     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
874     public sealed partial class StringValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
875     {
StringValidatorAttribute()876         public StringValidatorAttribute() { }
877         public string InvalidCharacters { get { throw null; } set { } }
878         public int MaxLength { get { throw null; } set { } }
879         public int MinLength { get { throw null; } set { } }
880         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
881     }
882     public sealed partial class SubclassTypeValidator : System.Configuration.ConfigurationValidatorBase
883     {
SubclassTypeValidator(System.Type baseClass)884         public SubclassTypeValidator(System.Type baseClass) { }
CanValidate(System.Type type)885         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)886         public override void Validate(object value) { }
887     }
888     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
889     public sealed partial class SubclassTypeValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
890     {
SubclassTypeValidatorAttribute(System.Type baseClass)891         public SubclassTypeValidatorAttribute(System.Type baseClass) { }
892         public System.Type BaseClass { get { throw null; } }
893         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
894     }
895     public partial class TimeSpanMinutesConverter : System.Configuration.ConfigurationConverterBase
896     {
TimeSpanMinutesConverter()897         public TimeSpanMinutesConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)898         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)899         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
900     }
901     public sealed partial class TimeSpanMinutesOrInfiniteConverter : System.Configuration.TimeSpanMinutesConverter
902     {
TimeSpanMinutesOrInfiniteConverter()903         public TimeSpanMinutesOrInfiniteConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)904         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)905         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
906     }
907     public partial class TimeSpanSecondsConverter : System.Configuration.ConfigurationConverterBase
908     {
TimeSpanSecondsConverter()909         public TimeSpanSecondsConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)910         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)911         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
912     }
913     public sealed partial class TimeSpanSecondsOrInfiniteConverter : System.Configuration.TimeSpanSecondsConverter
914     {
TimeSpanSecondsOrInfiniteConverter()915         public TimeSpanSecondsOrInfiniteConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)916         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)917         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
918     }
919     public partial class TimeSpanValidator : System.Configuration.ConfigurationValidatorBase
920     {
TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue)921         public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue) { }
TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive)922         public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive) { }
TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds)923         public TimeSpanValidator(System.TimeSpan minValue, System.TimeSpan maxValue, bool rangeIsExclusive, long resolutionInSeconds) { }
CanValidate(System.Type type)924         public override bool CanValidate(System.Type type) { throw null; }
Validate(object value)925         public override void Validate(object value) { }
926     }
927     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
928     public sealed partial class TimeSpanValidatorAttribute : System.Configuration.ConfigurationValidatorAttribute
929     {
930         public const string TimeSpanMaxValue = "10675199.02:48:05.4775807";
931         public const string TimeSpanMinValue = "-10675199.02:48:05.4775808";
TimeSpanValidatorAttribute()932         public TimeSpanValidatorAttribute() { }
933         public bool ExcludeRange { get { throw null; } set { } }
934         public System.TimeSpan MaxValue { get { throw null; } }
935         public string MaxValueString { get { throw null; } set { } }
936         public System.TimeSpan MinValue { get { throw null; } }
937         public string MinValueString { get { throw null; } set { } }
938         public override System.Configuration.ConfigurationValidatorBase ValidatorInstance { get { throw null; } }
939     }
940     public sealed partial class TypeNameConverter : System.Configuration.ConfigurationConverterBase
941     {
TypeNameConverter()942         public TypeNameConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)943         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)944         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
945     }
ValidatorCallback(object value)946     public delegate void ValidatorCallback(object value);
947     public sealed partial class WhiteSpaceTrimStringConverter : System.Configuration.ConfigurationConverterBase
948     {
WhiteSpaceTrimStringConverter()949         public WhiteSpaceTrimStringConverter() { }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object data)950         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)951         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext ctx, System.Globalization.CultureInfo ci, object value, System.Type type) { throw null; }
952     }
953 }
954 namespace System.Configuration.Internal
955 {
956     public partial class DelegatingConfigHost : System.Configuration.Internal.IInternalConfigHost
957     {
DelegatingConfigHost()958         protected DelegatingConfigHost() { }
959         protected System.Configuration.Internal.IInternalConfigHost Host { get { throw null; } set { } }
960         public virtual bool IsRemote { get { throw null; } }
961         public virtual bool SupportsChangeNotifications { get { throw null; } }
962         public virtual bool SupportsLocation { get { throw null; } }
963         public virtual bool SupportsPath { get { throw null; } }
964         public virtual bool SupportsRefresh { get { throw null; } }
CreateConfigurationContext(string configPath, string locationSubPath)965         public virtual object CreateConfigurationContext(string configPath, string locationSubPath) { throw null; }
CreateDeprecatedConfigContext(string configPath)966         public virtual object CreateDeprecatedConfigContext(string configPath) { throw null; }
DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)967         public virtual string DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection) { throw null; }
DeleteStream(string streamName)968         public virtual void DeleteStream(string streamName) { }
EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)969         public virtual string EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection) { throw null; }
GetConfigPathFromLocationSubPath(string configPath, string locationSubPath)970         public virtual string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath) { throw null; }
GetConfigType(string typeName, bool throwOnError)971         public virtual System.Type GetConfigType(string typeName, bool throwOnError) { throw null; }
GetConfigTypeName(System.Type t)972         public virtual string GetConfigTypeName(System.Type t) { throw null; }
GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady)973         public virtual void GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady) { permissionSet = default(System.Security.PermissionSet); isHostReady = default(bool); }
GetStreamName(string configPath)974         public virtual string GetStreamName(string configPath) { throw null; }
GetStreamNameForConfigSource(string streamName, string configSource)975         public virtual string GetStreamNameForConfigSource(string streamName, string configSource) { throw null; }
GetStreamVersion(string streamName)976         public virtual object GetStreamVersion(string streamName) { throw null; }
Impersonate()977         public virtual System.IDisposable Impersonate() { throw null; }
Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams)978         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)979         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)980         public virtual bool IsAboveApplication(string configPath) { throw null; }
IsConfigRecordRequired(string configPath)981         public virtual bool IsConfigRecordRequired(string configPath) { throw null; }
IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition)982         public virtual bool IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition) { throw null; }
IsFile(string streamName)983         public virtual bool IsFile(string streamName) { throw null; }
IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord)984         public virtual bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord) { throw null; }
IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord)985         public virtual bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord) { throw null; }
IsLocationApplicable(string configPath)986         public virtual bool IsLocationApplicable(string configPath) { throw null; }
IsSecondaryRoot(string configPath)987         public virtual bool IsSecondaryRoot(string configPath) { throw null; }
IsTrustedConfigPath(string configPath)988         public virtual bool IsTrustedConfigPath(string configPath) { throw null; }
OpenStreamForRead(string streamName)989         public virtual System.IO.Stream OpenStreamForRead(string streamName) { throw null; }
OpenStreamForRead(string streamName, bool assertPermissions)990         public virtual System.IO.Stream OpenStreamForRead(string streamName, bool assertPermissions) { throw null; }
OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext)991         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)992         public virtual System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions) { throw null; }
PrefetchAll(string configPath, string streamName)993         public virtual bool PrefetchAll(string configPath, string streamName) { throw null; }
PrefetchSection(string sectionGroupName, string sectionName)994         public virtual bool PrefetchSection(string sectionGroupName, string sectionName) { throw null; }
RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord)995         public virtual void RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord) { }
StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)996         public virtual object StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback) { throw null; }
StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)997         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)998         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)999         public virtual void WriteCompleted(string streamName, bool success, object writeContext) { }
WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions)1000         public virtual void WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions) { }
1001     }
1002     public partial interface IConfigErrorInfo
1003     {
1004         string Filename { get; }
1005         int LineNumber { get; }
1006     }
1007     public partial interface IConfigSystem
1008     {
1009         System.Configuration.Internal.IInternalConfigHost Host { get; }
1010         System.Configuration.Internal.IInternalConfigRoot Root { get; }
Init(System.Type typeConfigHost, params object[] hostInitParams)1011         void Init(System.Type typeConfigHost, params object[] hostInitParams);
1012     }
1013     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1014     public partial interface IConfigurationManagerHelper
1015     {
EnsureNetConfigLoaded()1016         void EnsureNetConfigLoaded();
1017     }
1018     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1019     public partial interface IConfigurationManagerInternal
1020     {
1021         string ApplicationConfigUri { get; }
1022         string ExeLocalConfigDirectory { get; }
1023         string ExeLocalConfigPath { get; }
1024         string ExeProductName { get; }
1025         string ExeProductVersion { get; }
1026         string ExeRoamingConfigDirectory { get; }
1027         string ExeRoamingConfigPath { get; }
1028         string MachineConfigPath { get; }
1029         bool SetConfigurationSystemInProgress { get; }
1030         bool SupportsUserConfig { get; }
1031         string UserConfigFilename { get; }
1032     }
1033     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1034     public partial interface IInternalConfigClientHost
1035     {
GetExeConfigPath()1036         string GetExeConfigPath();
GetLocalUserConfigPath()1037         string GetLocalUserConfigPath();
GetRoamingUserConfigPath()1038         string GetRoamingUserConfigPath();
IsExeConfig(string configPath)1039         bool IsExeConfig(string configPath);
IsLocalUserConfig(string configPath)1040         bool IsLocalUserConfig(string configPath);
IsRoamingUserConfig(string configPath)1041         bool IsRoamingUserConfig(string configPath);
1042     }
1043     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1044     public partial interface IInternalConfigConfigurationFactory
1045     {
Create(System.Type typeConfigHost, params object[] hostInitConfigurationParams)1046         System.Configuration.Configuration Create(System.Type typeConfigHost, params object[] hostInitConfigurationParams);
NormalizeLocationSubPath(string subPath, System.Configuration.Internal.IConfigErrorInfo errorInfo)1047         string NormalizeLocationSubPath(string subPath, System.Configuration.Internal.IConfigErrorInfo errorInfo);
1048     }
1049     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1050     public partial interface IInternalConfigHost
1051     {
1052         bool IsRemote { get; }
1053         bool SupportsChangeNotifications { get; }
1054         bool SupportsLocation { get; }
1055         bool SupportsPath { get; }
1056         bool SupportsRefresh { get; }
CreateConfigurationContext(string configPath, string locationSubPath)1057         object CreateConfigurationContext(string configPath, string locationSubPath);
CreateDeprecatedConfigContext(string configPath)1058         object CreateDeprecatedConfigContext(string configPath);
DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)1059         string DecryptSection(string encryptedXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection);
DeleteStream(string streamName)1060         void DeleteStream(string streamName);
EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection)1061         string EncryptSection(string clearTextXml, System.Configuration.ProtectedConfigurationProvider protectionProvider, System.Configuration.ProtectedConfigurationSection protectedConfigSection);
GetConfigPathFromLocationSubPath(string configPath, string locationSubPath)1062         string GetConfigPathFromLocationSubPath(string configPath, string locationSubPath);
GetConfigType(string typeName, bool throwOnError)1063         System.Type GetConfigType(string typeName, bool throwOnError);
GetConfigTypeName(System.Type t)1064         string GetConfigTypeName(System.Type t);
GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady)1065         void GetRestrictedPermissions(System.Configuration.Internal.IInternalConfigRecord configRecord, out System.Security.PermissionSet permissionSet, out bool isHostReady);
GetStreamName(string configPath)1066         string GetStreamName(string configPath);
GetStreamNameForConfigSource(string streamName, string configSource)1067         string GetStreamNameForConfigSource(string streamName, string configSource);
GetStreamVersion(string streamName)1068         object GetStreamVersion(string streamName);
Impersonate()1069         System.IDisposable Impersonate();
Init(System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitParams)1070         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)1071         void InitForConfiguration(ref string locationSubPath, out string configPath, out string locationConfigPath, System.Configuration.Internal.IInternalConfigRoot configRoot, params object[] hostInitConfigurationParams);
IsAboveApplication(string configPath)1072         bool IsAboveApplication(string configPath);
IsConfigRecordRequired(string configPath)1073         bool IsConfigRecordRequired(string configPath);
IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition)1074         bool IsDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition);
IsFile(string streamName)1075         bool IsFile(string streamName);
IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord)1076         bool IsFullTrustSectionWithoutAptcaAllowed(System.Configuration.Internal.IInternalConfigRecord configRecord);
IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord)1077         bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord);
IsLocationApplicable(string configPath)1078         bool IsLocationApplicable(string configPath);
IsSecondaryRoot(string configPath)1079         bool IsSecondaryRoot(string configPath);
IsTrustedConfigPath(string configPath)1080         bool IsTrustedConfigPath(string configPath);
OpenStreamForRead(string streamName)1081         System.IO.Stream OpenStreamForRead(string streamName);
OpenStreamForRead(string streamName, bool assertPermissions)1082         System.IO.Stream OpenStreamForRead(string streamName, bool assertPermissions);
OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext)1083         System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext);
OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions)1084         System.IO.Stream OpenStreamForWrite(string streamName, string templateStreamName, ref object writeContext, bool assertPermissions);
PrefetchAll(string configPath, string streamName)1085         bool PrefetchAll(string configPath, string streamName);
PrefetchSection(string sectionGroupName, string sectionName)1086         bool PrefetchSection(string sectionGroupName, string sectionName);
RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord)1087         void RequireCompleteInit(System.Configuration.Internal.IInternalConfigRecord configRecord);
StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)1088         object StartMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback);
StopMonitoringStreamForChanges(string streamName, System.Configuration.Internal.StreamChangeCallback callback)1089         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)1090         void VerifyDefinitionAllowed(string configPath, System.Configuration.ConfigurationAllowDefinition allowDefinition, System.Configuration.ConfigurationAllowExeDefinition allowExeDefinition, System.Configuration.Internal.IConfigErrorInfo errorInfo);
WriteCompleted(string streamName, bool success, object writeContext)1091         void WriteCompleted(string streamName, bool success, object writeContext);
WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions)1092         void WriteCompleted(string streamName, bool success, object writeContext, bool assertPermissions);
1093     }
1094     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1095     public partial interface IInternalConfigRecord
1096     {
1097         string ConfigPath { get; }
1098         bool HasInitErrors { get; }
1099         string StreamName { get; }
GetLkgSection(string configKey)1100         object GetLkgSection(string configKey);
GetSection(string configKey)1101         object GetSection(string configKey);
RefreshSection(string configKey)1102         void RefreshSection(string configKey);
Remove()1103         void Remove();
ThrowIfInitErrors()1104         void ThrowIfInitErrors();
1105     }
1106     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1107     public partial interface IInternalConfigRoot
1108     {
1109         bool IsDesignTime { get; }
1110         event System.Configuration.Internal.InternalConfigEventHandler ConfigChanged;
1111         event System.Configuration.Internal.InternalConfigEventHandler ConfigRemoved;
GetConfigRecord(string configPath)1112         System.Configuration.Internal.IInternalConfigRecord GetConfigRecord(string configPath);
GetSection(string section, string configPath)1113         object GetSection(string section, string configPath);
GetUniqueConfigPath(string configPath)1114         string GetUniqueConfigPath(string configPath);
GetUniqueConfigRecord(string configPath)1115         System.Configuration.Internal.IInternalConfigRecord GetUniqueConfigRecord(string configPath);
Init(System.Configuration.Internal.IInternalConfigHost host, bool isDesignTime)1116         void Init(System.Configuration.Internal.IInternalConfigHost host, bool isDesignTime);
RemoveConfig(string configPath)1117         void RemoveConfig(string configPath);
1118     }
1119     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1120     public partial interface IInternalConfigSettingsFactory
1121     {
CompleteInit()1122         void CompleteInit();
SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem internalConfigSystem, bool initComplete)1123         void SetConfigurationSystem(System.Configuration.Internal.IInternalConfigSystem internalConfigSystem, bool initComplete);
1124     }
1125     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1126     public partial interface IInternalConfigSystem
1127     {
1128         bool SupportsUserConfig { get; }
GetSection(string configKey)1129         object GetSection(string configKey);
RefreshConfig(string sectionName)1130         void RefreshConfig(string sectionName);
1131     }
1132     public sealed partial class InternalConfigEventArgs : System.EventArgs
1133     {
InternalConfigEventArgs(string configPath)1134         public InternalConfigEventArgs(string configPath) { }
1135         public string ConfigPath { get { throw null; } set { } }
1136     }
InternalConfigEventHandler(object sender, System.Configuration.Internal.InternalConfigEventArgs e)1137     public delegate void InternalConfigEventHandler(object sender, System.Configuration.Internal.InternalConfigEventArgs e);
StreamChangeCallback(string streamName)1138     public delegate void StreamChangeCallback(string streamName);
1139 }
1140 namespace System.Configuration.Provider
1141 {
1142     public abstract partial class ProviderBase
1143     {
ProviderBase()1144         protected ProviderBase() { }
1145         public virtual string Description { get { throw null; } }
1146         public virtual string Name { get { throw null; } }
Initialize(string name, System.Collections.Specialized.NameValueCollection config)1147         public virtual void Initialize(string name, System.Collections.Specialized.NameValueCollection config) { }
1148     }
1149     public partial class ProviderCollection : System.Collections.ICollection, System.Collections.IEnumerable
1150     {
ProviderCollection()1151         public ProviderCollection() { }
1152         public int Count { get { throw null; } }
1153         public bool IsSynchronized { get { throw null; } }
1154         public System.Configuration.Provider.ProviderBase this[string name] { get { throw null; } }
1155         public object SyncRoot { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)1156         public virtual void Add(System.Configuration.Provider.ProviderBase provider) { }
Clear()1157         public void Clear() { }
CopyTo(System.Configuration.Provider.ProviderBase[] array, int index)1158         public void CopyTo(System.Configuration.Provider.ProviderBase[] array, int index) { }
GetEnumerator()1159         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)1160         public void Remove(string name) { }
SetReadOnly()1161         public void SetReadOnly() { }
System.Collections.ICollection.CopyTo(System.Array array, int index)1162         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
1163     }
1164     [System.SerializableAttribute]
1165     public partial class ProviderException : System.Exception
1166     {
ProviderException()1167         public ProviderException() { }
ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1168         protected ProviderException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ProviderException(string message)1169         public ProviderException(string message) { }
ProviderException(string message, System.Exception innerException)1170         public ProviderException(string message, System.Exception innerException) { }
1171     }
1172 }
1173