2009-08-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / mcs / class / System / Documentation / System.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <masterdoc assembly="System">\r
3     <class name="DescriptionAttribute" namespace="System.ComponentModel">\r
4         <constructor name="DescriptionAttribute" argnames="" />\r
5         <constructor name="DescriptionAttribute(System.String)" argnames="description" />\r
6         <field name="Default" />\r
7         <property name="Description" propertytype="System.String" />\r
8         <property name="DescriptionValue" propertytype="System.String" />\r
9         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
10         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
11         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
12         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
13         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
14         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
15         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
16         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
17         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
18     </class>\r
19     <class name="CategoryAttribute" namespace="System.ComponentModel">\r
20         <constructor name="CategoryAttribute" argnames="" />\r
21         <constructor name="CategoryAttribute(System.String)" argnames="category" />\r
22         <property name="Action" propertytype="System.ComponentModel.CategoryAttribute" />\r
23         <property name="Appearance" propertytype="System.ComponentModel.CategoryAttribute" />\r
24         <property name="Behavior" propertytype="System.ComponentModel.CategoryAttribute" />\r
25         <property name="Data" propertytype="System.ComponentModel.CategoryAttribute" />\r
26         <property name="Default" propertytype="System.ComponentModel.CategoryAttribute" />\r
27         <property name="Design" propertytype="System.ComponentModel.CategoryAttribute" />\r
28         <property name="DragDrop" propertytype="System.ComponentModel.CategoryAttribute" />\r
29         <property name="Focus" propertytype="System.ComponentModel.CategoryAttribute" />\r
30         <property name="Format" propertytype="System.ComponentModel.CategoryAttribute" />\r
31         <property name="Key" propertytype="System.ComponentModel.CategoryAttribute" />\r
32         <property name="Layout" propertytype="System.ComponentModel.CategoryAttribute" />\r
33         <property name="Mouse" propertytype="System.ComponentModel.CategoryAttribute" />\r
34         <property name="WindowStyle" propertytype="System.ComponentModel.CategoryAttribute" />\r
35         <property name="Category" propertytype="System.String" />\r
36         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
37         <method name="GetLocalizedString(System.String)" argnames="value" returntype="System.String" />\r
38         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
39         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
40         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
41         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
42         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
43         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
44         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
45         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
46     </class>\r
47     <class name="AmbientValueAttribute" namespace="System.ComponentModel">\r
48         <constructor name="AmbientValueAttribute(System.Type, System.String)" argnames="type, value" />\r
49         <constructor name="AmbientValueAttribute(System.Char)" argnames="value" />\r
50         <constructor name="AmbientValueAttribute(System.Byte)" argnames="value" />\r
51         <constructor name="AmbientValueAttribute(System.Int16)" argnames="value" />\r
52         <constructor name="AmbientValueAttribute(System.Int32)" argnames="value" />\r
53         <constructor name="AmbientValueAttribute(System.Int64)" argnames="value" />\r
54         <constructor name="AmbientValueAttribute(System.Single)" argnames="value" />\r
55         <constructor name="AmbientValueAttribute(System.Double)" argnames="value" />\r
56         <constructor name="AmbientValueAttribute(System.Boolean)" argnames="value" />\r
57         <constructor name="AmbientValueAttribute(System.String)" argnames="value" />\r
58         <constructor name="AmbientValueAttribute(System.Object)" argnames="value" />\r
59         <property name="Value" propertytype="System.Object" />\r
60         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
61         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
62         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
63         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
64         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
65         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
66         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
67         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
68         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
69     </class>\r
70     <class name="TypeConverter" namespace="System.ComponentModel">\r
71         <class name="StandardValuesCollection" namespace="System.ComponentModel">\r
72             <constructor name="StandardValuesCollection(System.Collections.ICollection)" argnames="values" />\r
73             <property name="Count" propertytype="System.Int32" />\r
74             <property name="Item" propertytype="System.Object" />\r
75             <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
76             <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
77             <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
78             <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
79             <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
80             <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
81             <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
82             <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
83         </class>\r
84         <constructor name="StandardValuesCollection" argnames="" />\r
85         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" returntype="System.Boolean" />\r
86         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
87         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
88         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
89         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
90         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
91         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
92         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" returntype="System.Object" />\r
93         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
94         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
95         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
96         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
97         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
98         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
99         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
100         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
101         <method name="CanConvertFrom(System.Type)" argnames="sourceType" returntype="System.Boolean" />\r
102         <method name="CanConvertTo(System.Type)" argnames="destinationType" returntype="System.Boolean" />\r
103         <method name="ConvertFrom(System.Object)" argnames="value" returntype="System.Object" />\r
104         <method name="ConvertFromInvariantString(System.String)" argnames="text" returntype="System.Object" />\r
105         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" returntype="System.Object" />\r
106         <method name="ConvertFromString(System.String)" argnames="text" returntype="System.Object" />\r
107         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" returntype="System.Object" />\r
108         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" returntype="System.Object" />\r
109         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" returntype="System.Object" />\r
110         <method name="ConvertToInvariantString(System.Object)" argnames="value" returntype="System.String" />\r
111         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" returntype="System.String" />\r
112         <method name="ConvertToString(System.Object)" argnames="value" returntype="System.String" />\r
113         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" returntype="System.String" />\r
114         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.String" />\r
115         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" returntype="System.Object" />\r
116         <method name="GetConvertFromException(System.Object)" argnames="value" returntype="System.Exception" />\r
117         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" returntype="System.Exception" />\r
118         <method name="GetCreateInstanceSupported" argnames="" returntype="System.Boolean" />\r
119         <method name="GetProperties(System.Object)" argnames="value" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
120         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
121         <method name="GetPropertiesSupported" argnames="" returntype="System.Boolean" />\r
122         <method name="GetStandardValues" argnames="" returntype="System.Collections.ICollection" />\r
123         <method name="GetStandardValuesExclusive" argnames="" returntype="System.Boolean" />\r
124         <method name="GetStandardValuesSupported" argnames="" returntype="System.Boolean" />\r
125         <method name="IsValid(System.Object)" argnames="value" returntype="System.Boolean" />\r
126         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
127         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
128         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
129     </class>\r
130     <class name="MemberDescriptor" namespace="System.ComponentModel">\r
131         <constructor name="MemberDescriptor(System.String)" argnames="name" />\r
132         <constructor name="MemberDescriptor(System.String, System.Attribute[])" argnames="name, attributes" />\r
133         <constructor name="MemberDescriptor(System.ComponentModel.MemberDescriptor)" argnames="descr" />\r
134         <constructor name="MemberDescriptor(System.ComponentModel.MemberDescriptor, System.Attribute[])" argnames="oldMemberDescriptor, newAttributes" />\r
135         <property name="AttributeArray" propertytype="System.Attribute[]" />\r
136         <property name="Attributes" propertytype="System.ComponentModel.AttributeCollection" />\r
137         <property name="Category" propertytype="System.String" />\r
138         <property name="Description" propertytype="System.String" />\r
139         <property name="IsBrowsable" propertytype="System.Boolean" />\r
140         <property name="Name" propertytype="System.String" />\r
141         <property name="NameHashCode" propertytype="System.Int32" />\r
142         <property name="DesignTimeOnly" propertytype="System.Boolean" />\r
143         <property name="DisplayName" propertytype="System.String" />\r
144         <method name="FillAttributes(System.Collections.IList)" argnames="attributeList" returntype="System.Void" />\r
145         <method name="CreateAttributeCollection" argnames="" returntype="System.ComponentModel.AttributeCollection" />\r
146         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
147         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
148         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
149         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
150         <method name="FindMethod(System.Type, System.String, System.Type[], System.Type)" argnames="componentClass, name, args, returnType" returntype="System.Reflection.MethodInfo" />\r
151         <method name="FindMethod(System.Type, System.String, System.Type[], System.Type, System.Boolean)" argnames="componentClass, name, args, returnType, publicOnly" returntype="System.Reflection.MethodInfo" />\r
152         <method name="GetSite(System.Object)" argnames="component" returntype="System.ComponentModel.ISite" />\r
153         <method name="GetInvokee(System.Type, System.Object)" argnames="componentClass, component" returntype="System.Object" />\r
154         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
155         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
156     </class>\r
157     <class name="PropertyDescriptor" namespace="System.ComponentModel">\r
158         <constructor name="PropertyDescriptor(System.String, System.Attribute[])" argnames="name, attrs" />\r
159         <constructor name="PropertyDescriptor(System.ComponentModel.MemberDescriptor)" argnames="descr" />\r
160         <constructor name="PropertyDescriptor(System.ComponentModel.MemberDescriptor, System.Attribute[])" argnames="descr, attrs" />\r
161         <property name="ComponentType" propertytype="System.Type" />\r
162         <property name="Converter" propertytype="System.ComponentModel.TypeConverter" />\r
163         <property name="IsLocalizable" propertytype="System.Boolean" />\r
164         <property name="IsReadOnly" propertytype="System.Boolean" />\r
165         <property name="SerializationVisibility" propertytype="System.ComponentModel.DesignerSerializationVisibility" />\r
166         <property name="PropertyType" propertytype="System.Type" />\r
167         <property name="AttributeArray" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Attribute[]" />\r
168         <property name="Attributes" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.ComponentModel.AttributeCollection" />\r
169         <property name="Category" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
170         <property name="Description" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
171         <property name="IsBrowsable" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Boolean" />\r
172         <property name="Name" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
173         <property name="NameHashCode" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Int32" />\r
174         <property name="DesignTimeOnly" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Boolean" />\r
175         <property name="DisplayName" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
176         <method name="ShouldSerializeValue(System.Object)" argnames="component" returntype="System.Boolean" />\r
177         <method name="SetValue(System.Object, System.Object)" argnames="component, value" returntype="System.Void" />\r
178         <method name="ResetValue(System.Object)" argnames="component" returntype="System.Void" />\r
179         <method name="RemoveValueChanged(System.Object, System.EventHandler)" argnames="component, handler" returntype="System.Void" />\r
180         <method name="OnValueChanged(System.Object, System.EventArgs)" argnames="component, e" returntype="System.Void" />\r
181         <method name="GetValue(System.Object)" argnames="component" returntype="System.Object" />\r
182         <method name="GetEditor(System.Type)" argnames="editorBaseType" returntype="System.Object" />\r
183         <method name="GetChildProperties(System.Object, System.Attribute[])" argnames="instance, filter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
184         <method name="CanResetValue(System.Object)" argnames="component" returntype="System.Boolean" />\r
185         <method name="AddValueChanged(System.Object, System.EventHandler)" argnames="component, handler" returntype="System.Void" />\r
186         <method name="FillAttributes(System.Collections.IList)" argnames="attributeList" inherited="System.ComponentModel.MemberDescriptor" returntype="System.Void" />\r
187         <method name="CreateAttributeCollection" argnames="" inherited="System.ComponentModel.MemberDescriptor" returntype="System.ComponentModel.AttributeCollection" />\r
188         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
189         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
190         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
191         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
192         <method name="CreateInstance(System.Type)" argnames="type" returntype="System.Object" />\r
193         <method name="GetChildProperties" argnames="" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
194         <method name="GetChildProperties(System.Attribute[])" argnames="filter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
195         <method name="GetChildProperties(System.Object)" argnames="instance" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
196         <method name="GetTypeFromName(System.String)" argnames="typeName" returntype="System.Type" />\r
197         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
198         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
199     </class>\r
200     <class name="StandardValuesCollection" namespace="System.ComponentModel">\r
201         <constructor name="StandardValuesCollection(System.Collections.ICollection)" argnames="values" />\r
202         <property name="Count" propertytype="System.Int32" />\r
203         <property name="Item" propertytype="System.Object" />\r
204         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
205         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
206         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
207         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
208         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
209         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
210         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
211         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
212     </class>\r
213     <class name="CollectionConverter" namespace="System.ComponentModel">\r
214         <constructor name="CollectionConverter" argnames="" />\r
215         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
216         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
217         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
218         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
219         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
220         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
221         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
222         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
223         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
224         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
225         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
226         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
227         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
228         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
229         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
230         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
231         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
232         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
233         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
234         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
235         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
236         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
237         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
238         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
239         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
240         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
241         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
242         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
243         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
244         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
245         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
246         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
247         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
248         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
249         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
250         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
251         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
252         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
253         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
254         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
255         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
256         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
257         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
258         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
259     </class>\r
260     <class name="ArrayConverter" namespace="System.ComponentModel">\r
261         <constructor name="ArrayConverter" argnames="" />\r
262         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
263         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
264         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
265         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
266         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
267         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
268         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
269         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
270         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
271         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
272         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
273         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
274         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
275         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
276         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
277         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
278         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
279         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
280         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
281         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
282         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
283         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
284         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
285         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
286         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
287         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
288         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
289         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
290         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
291         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
292         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
293         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
294         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
295         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
296         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
297         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
298         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
299         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
300         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
301         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
302         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
303         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
304         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
305         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
306     </class>\r
307     <class name="ComponentEditor" namespace="System.ComponentModel">\r
308         <constructor name="ComponentEditor" argnames="" />\r
309         <method name="EditComponent(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, component" returntype="System.Boolean" />\r
310         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
311         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
312         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
313         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
314         <method name="EditComponent(System.Object)" argnames="component" returntype="System.Boolean" />\r
315         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
316         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
317     </class>\r
318     <class name="BaseNumberConverter" namespace="System.ComponentModel">\r
319         <constructor name="BaseNumberConverter" argnames="" />\r
320         <property name="AllowHex" propertytype="System.Boolean" />\r
321         <property name="TargetType" propertytype="System.Type" />\r
322         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
323         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
324         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
325         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
326         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
327         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
328         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
329         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
330         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
331         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
332         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" returntype="System.Boolean" />\r
333         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
334         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
335         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
336         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
337         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
338         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
339         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
340         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
341         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
342         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
343         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
344         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
345         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
346         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
347         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
348         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
349         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
350         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
351         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
352         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
353         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
354         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
355         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
356         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
357         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
358         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
359         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
360         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
361         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
362         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
363         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
364         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
365         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
366     </class>\r
367     <class name="BindableAttribute" namespace="System.ComponentModel">\r
368         <constructor name="BindableAttribute(System.Boolean)" argnames="bindable" />\r
369         <constructor name="BindableAttribute(System.ComponentModel.BindableSupport)" argnames="flags" />\r
370         <field name="Yes" />\r
371         <field name="No" />\r
372         <field name="Default" />\r
373         <property name="Bindable" propertytype="System.Boolean" />\r
374         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
375         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
376         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
377         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
378         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
379         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
380         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
381         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
382         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
383     </class>\r
384     <class name="BooleanConverter" namespace="System.ComponentModel">\r
385         <constructor name="BooleanConverter" argnames="" />\r
386         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
387         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
388         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
389         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
390         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
391         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
392         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
393         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
394         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
395         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
396         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
397         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
398         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
399         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
400         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
401         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
402         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
403         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
404         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
405         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
406         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
407         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
408         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
409         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
410         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
411         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
412         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
413         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
414         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
415         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
416         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
417         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
418         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
419         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
420         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
421         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
422         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
423         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
424         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
425         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
426         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
427         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
428         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
429         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
430     </class>\r
431     <class name="BrowsableAttribute" namespace="System.ComponentModel">\r
432         <constructor name="BrowsableAttribute(System.Boolean)" argnames="browsable" />\r
433         <field name="Yes" />\r
434         <field name="No" />\r
435         <field name="Default" />\r
436         <property name="Browsable" propertytype="System.Boolean" />\r
437         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
438         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
439         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
440         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
441         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
442         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
443         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
444         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
445         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
446     </class>\r
447     <class name="ByteConverter" namespace="System.ComponentModel">\r
448         <constructor name="ByteConverter" argnames="" />\r
449         <property name="TargetType" propertytype="System.Type" />\r
450         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
451         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
452         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
453         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
454         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
455         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
456         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
457         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
458         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
459         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
460         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
461         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
462         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
463         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
464         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
465         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
466         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
467         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
468         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
469         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
470         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
471         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
472         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
473         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
474         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
475         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
476         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
477         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
478         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
479         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
480         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
481         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
482         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
483         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
484         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
485         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
486         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
487         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
488         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
489         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
490         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
491         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
492         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
493         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
494     </class>\r
495     <class name="CancelEventArgs" namespace="System.ComponentModel">\r
496         <constructor name="CancelEventArgs" argnames="" />\r
497         <constructor name="CancelEventArgs(System.Boolean)" argnames="cancel" />\r
498         <property name="Cancel" propertytype="System.Boolean" />\r
499         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
500         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
501         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
502         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
503         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
504         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
505     </class>\r
506     <class name="CharConverter" namespace="System.ComponentModel">\r
507         <constructor name="CharConverter" argnames="" />\r
508         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
509         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
510         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
511         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
512         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
513         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
514         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
515         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
516         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
517         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
518         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
519         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
520         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
521         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
522         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
523         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
524         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
525         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
526         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
527         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
528         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
529         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
530         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
531         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
532         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
533         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
534         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
535         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
536         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
537         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
538         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
539         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
540         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
541         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
542         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
543         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
544         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
545         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
546         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
547         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
548         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
549         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
550         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
551         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
552     </class>\r
553     <class name="CollectionChangeEventArgs" namespace="System.ComponentModel">\r
554         <constructor name="CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction, System.Object)" argnames="action, element" />\r
555         <property name="Action" propertytype="System.ComponentModel.CollectionChangeAction" />\r
556         <property name="Element" propertytype="System.Object" />\r
557         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
558         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
559         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
560         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
561         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
562         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
563     </class>\r
564     <class name="Component" namespace="System.ComponentModel">\r
565         <constructor name="Component" argnames="" />\r
566         <property name="Events" propertytype="System.ComponentModel.EventHandlerList" />\r
567         <property name="Site" propertytype="System.ComponentModel.ISite" />\r
568         <property name="Container" propertytype="System.ComponentModel.IContainer" />\r
569         <property name="DesignMode" propertytype="System.Boolean" />\r
570         <method name="Dispose" argnames="" returntype="System.Void" />\r
571         <method name="GetService(System.Type)" argnames="service" returntype="System.Object" />\r
572         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
573         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
574         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
575         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
576         <method name="Finalize" argnames="" returntype="System.Void" />\r
577         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
578         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
579         <method name="ToString" argnames="" returntype="System.String" />\r
580         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
581         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
582         <event name="Disposed" />\r
583     </class>\r
584     <class name="ComponentCollection" namespace="System.ComponentModel">\r
585         <constructor name="ComponentCollection(System.ComponentModel.IComponent[])" argnames="components" />\r
586         <property name="Item" propertytype="System.ComponentModel.IComponent" />\r
587         <property name="Item" propertytype="System.ComponentModel.IComponent" />\r
588         <property name="InnerList" inherited="System.Collections.ReadOnlyCollectionBase" propertytype="System.Collections.ArrayList" />\r
589         <property name="Count" inherited="System.Collections.ReadOnlyCollectionBase" propertytype="System.Int32" />\r
590         <method name="GetEnumerator" argnames="" inherited="System.Collections.ReadOnlyCollectionBase" returntype="System.Collections.IEnumerator" />\r
591         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
592         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
593         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
594         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
595         <method name="CopyTo(System.ComponentModel.IComponent[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
596         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
597         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
598     </class>\r
599     <class name="ReferenceConverter" namespace="System.ComponentModel">\r
600         <constructor name="ReferenceConverter(System.Type)" argnames="type" />\r
601         <method name="IsValueAllowed(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" returntype="System.Boolean" />\r
602         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
603         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
604         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
605         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
606         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
607         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
608         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
609         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
610         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
611         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
612         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
613         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
614         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
615         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
616         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
617         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
618         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
619         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
620         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
621         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
622         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
623         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
624         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
625         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
626         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
627         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
628         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
629         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
630         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
631         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
632         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
633         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
634         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
635         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
636         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
637         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
638         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
639         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
640         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
641         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
642         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
643         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
644         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
645         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
646     </class>\r
647     <class name="ComponentConverter" namespace="System.ComponentModel">\r
648         <constructor name="ComponentConverter(System.Type)" argnames="type" />\r
649         <method name="IsValueAllowed(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.ReferenceConverter" returntype="System.Boolean" />\r
650         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
651         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.ReferenceConverter" returntype="System.Boolean" />\r
652         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.ReferenceConverter" returntype="System.Boolean" />\r
653         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.ReferenceConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
654         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
655         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
656         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
657         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
658         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.ReferenceConverter" returntype="System.Object" />\r
659         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.ReferenceConverter" returntype="System.Object" />\r
660         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
661         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.ReferenceConverter" returntype="System.Boolean" />\r
662         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
663         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
664         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
665         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
666         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
667         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
668         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
669         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
670         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
671         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
672         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
673         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
674         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
675         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
676         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
677         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
678         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
679         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
680         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
681         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
682         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
683         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
684         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
685         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
686         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
687         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
688         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
689         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
690         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
691         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
692         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
693         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
694     </class>\r
695     <class name="Container" namespace="System.ComponentModel">\r
696         <constructor name="Container" argnames="" />\r
697         <property name="Components" propertytype="System.ComponentModel.ComponentCollection" />\r
698         <method name="Dispose" argnames="" returntype="System.Void" />\r
699         <method name="Remove(System.ComponentModel.IComponent)" argnames="component" returntype="System.Void" />\r
700         <method name="Add(System.ComponentModel.IComponent, System.String)" argnames="component, name" returntype="System.Void" />\r
701         <method name="Add(System.ComponentModel.IComponent)" argnames="component" returntype="System.Void" />\r
702         <method name="GetService(System.Type)" argnames="service" returntype="System.Object" />\r
703         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
704         <method name="CreateSite(System.ComponentModel.IComponent, System.String)" argnames="component, name" returntype="System.ComponentModel.ISite" />\r
705         <method name="Finalize" argnames="" returntype="System.Void" />\r
706         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
707         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
708         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
709         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
710         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
711     </class>\r
712     <class name="CultureInfoConverter" namespace="System.ComponentModel">\r
713         <constructor name="CultureInfoConverter" argnames="" />\r
714         <property name="DefaultCultureString" propertytype="System.String" />\r
715         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
716         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
717         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
718         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
719         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
720         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
721         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
722         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
723         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
724         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
725         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
726         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
727         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
728         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
729         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
730         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
731         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
732         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
733         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
734         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
735         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
736         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
737         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
738         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
739         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
740         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
741         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
742         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
743         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
744         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
745         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
746         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
747         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
748         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
749         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
750         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
751         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
752         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
753         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
754         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
755         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
756         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
757         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
758         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
759     </class>\r
760     <class name="DateTimeConverter" namespace="System.ComponentModel">\r
761         <constructor name="DateTimeConverter" argnames="" />\r
762         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
763         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
764         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
765         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
766         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
767         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
768         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
769         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
770         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
771         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
772         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
773         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
774         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
775         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
776         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
777         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
778         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
779         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
780         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
781         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
782         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
783         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
784         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
785         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
786         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
787         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
788         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
789         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
790         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
791         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
792         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
793         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
794         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
795         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
796         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
797         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
798         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
799         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
800         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
801         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
802         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
803         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
804         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
805         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
806     </class>\r
807     <class name="DecimalConverter" namespace="System.ComponentModel">\r
808         <constructor name="DecimalConverter" argnames="" />\r
809         <property name="AllowHex" propertytype="System.Boolean" />\r
810         <property name="TargetType" propertytype="System.Type" />\r
811         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
812         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
813         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
814         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
815         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
816         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
817         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
818         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
819         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
820         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
821         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
822         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
823         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
824         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
825         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
826         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
827         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
828         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
829         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
830         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
831         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
832         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
833         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
834         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
835         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
836         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
837         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
838         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
839         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
840         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
841         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
842         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
843         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
844         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
845         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
846         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
847         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
848         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
849         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
850         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
851         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
852         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
853         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
854         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
855     </class>\r
856     <class name="DefaultEventAttribute" namespace="System.ComponentModel">\r
857         <constructor name="DefaultEventAttribute(System.String)" argnames="name" />\r
858         <field name="Default" />\r
859         <property name="Name" propertytype="System.String" />\r
860         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
861         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
862         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
863         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
864         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
865         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
866         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
867         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
868         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
869     </class>\r
870     <class name="DefaultPropertyAttribute" namespace="System.ComponentModel">\r
871         <constructor name="DefaultPropertyAttribute(System.String)" argnames="name" />\r
872         <field name="Default" />\r
873         <property name="Name" propertytype="System.String" />\r
874         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
875         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
876         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
877         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
878         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
879         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
880         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
881         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
882         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
883     </class>\r
884     <class name="DefaultValueAttribute" namespace="System.ComponentModel">\r
885         <constructor name="DefaultValueAttribute(System.Type, System.String)" argnames="type, value" />\r
886         <constructor name="DefaultValueAttribute(System.Char)" argnames="value" />\r
887         <constructor name="DefaultValueAttribute(System.Byte)" argnames="value" />\r
888         <constructor name="DefaultValueAttribute(System.Int16)" argnames="value" />\r
889         <constructor name="DefaultValueAttribute(System.Int32)" argnames="value" />\r
890         <constructor name="DefaultValueAttribute(System.Int64)" argnames="value" />\r
891         <constructor name="DefaultValueAttribute(System.Single)" argnames="value" />\r
892         <constructor name="DefaultValueAttribute(System.Double)" argnames="value" />\r
893         <constructor name="DefaultValueAttribute(System.Boolean)" argnames="value" />\r
894         <constructor name="DefaultValueAttribute(System.String)" argnames="value" />\r
895         <constructor name="DefaultValueAttribute(System.Object)" argnames="value" />\r
896         <property name="Value" propertytype="System.Object" />\r
897         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
898         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
899         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
900         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
901         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
902         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
903         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
904         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
905         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
906     </class>\r
907     <class name="DesignerAttribute" namespace="System.ComponentModel">\r
908         <constructor name="DesignerAttribute(System.String)" argnames="designerTypeName" />\r
909         <constructor name="DesignerAttribute(System.Type)" argnames="designerType" />\r
910         <constructor name="DesignerAttribute(System.String, System.String)" argnames="designerTypeName, designerBaseTypeName" />\r
911         <constructor name="DesignerAttribute(System.String, System.Type)" argnames="designerTypeName, designerBaseType" />\r
912         <constructor name="DesignerAttribute(System.Type, System.Type)" argnames="designerType, designerBaseType" />\r
913         <property name="DesignerBaseTypeName" propertytype="System.String" />\r
914         <property name="DesignerTypeName" propertytype="System.String" />\r
915         <property name="TypeId" propertytype="System.Object" />\r
916         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
917         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
918         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
919         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
920         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
921         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
922         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
923         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
924     </class>\r
925     <class name="DesignerCategoryAttribute" namespace="System.ComponentModel">\r
926         <constructor name="DesignerCategoryAttribute" argnames="" />\r
927         <constructor name="DesignerCategoryAttribute(System.String)" argnames="category" />\r
928         <field name="Component" />\r
929         <field name="Default" />\r
930         <field name="Form" />\r
931         <field name="Generic" />\r
932         <property name="Category" propertytype="System.String" />\r
933         <property name="TypeId" propertytype="System.Object" />\r
934         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
935         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
936         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
937         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
938         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
939         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
940         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
941         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
942     </class>\r
943     <class name="DesignerSerializationVisibilityAttribute" namespace="System.ComponentModel">\r
944         <constructor name="DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility)" argnames="visibility" />\r
945         <field name="Content" />\r
946         <field name="Hidden" />\r
947         <field name="Visible" />\r
948         <field name="Default" />\r
949         <property name="Visibility" propertytype="System.ComponentModel.DesignerSerializationVisibility" />\r
950         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
951         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
952         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
953         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
954         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
955         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
956         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
957         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
958         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
959     </class>\r
960     <class name="DesignOnlyAttribute" namespace="System.ComponentModel">\r
961         <constructor name="DesignOnlyAttribute(System.Boolean)" argnames="isDesignOnly" />\r
962         <field name="Yes" />\r
963         <field name="No" />\r
964         <field name="Default" />\r
965         <property name="IsDesignOnly" propertytype="System.Boolean" />\r
966         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
967         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
968         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
969         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
970         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
971         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
972         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
973         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
974         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
975     </class>\r
976     <class name="DesignTimeVisibleAttribute" namespace="System.ComponentModel">\r
977         <constructor name="DesignTimeVisibleAttribute(System.Boolean)" argnames="visible" />\r
978         <constructor name="DesignTimeVisibleAttribute" argnames="" />\r
979         <field name="Yes" />\r
980         <field name="No" />\r
981         <field name="Default" />\r
982         <property name="Visible" propertytype="System.Boolean" />\r
983         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
984         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
985         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
986         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
987         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
988         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
989         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
990         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
991         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
992     </class>\r
993     <class name="DoubleConverter" namespace="System.ComponentModel">\r
994         <constructor name="DoubleConverter" argnames="" />\r
995         <property name="AllowHex" propertytype="System.Boolean" />\r
996         <property name="TargetType" propertytype="System.Type" />\r
997         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
998         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
999         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1000         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1001         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1002         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1003         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1004         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1005         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1006         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1007         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1008         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1009         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1010         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1011         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1012         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1013         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1014         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1015         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1016         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1017         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1018         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1019         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1020         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1021         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1022         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1023         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1024         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1025         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1026         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1027         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1028         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1029         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1030         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1031         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1032         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1033         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1034         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1035         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1036         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1037         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1038         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1039         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1040         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1041     </class>\r
1042     <class name="EditorAttribute" namespace="System.ComponentModel">\r
1043         <constructor name="EditorAttribute" argnames="" />\r
1044         <constructor name="EditorAttribute(System.String, System.String)" argnames="typeName, baseTypeName" />\r
1045         <constructor name="EditorAttribute(System.String, System.Type)" argnames="typeName, baseType" />\r
1046         <constructor name="EditorAttribute(System.Type, System.Type)" argnames="type, baseType" />\r
1047         <property name="EditorBaseTypeName" propertytype="System.String" />\r
1048         <property name="EditorTypeName" propertytype="System.String" />\r
1049         <property name="TypeId" propertytype="System.Object" />\r
1050         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
1051         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1052         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1053         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1054         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1055         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1056         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1057         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1058     </class>\r
1059     <class name="EditorBrowsableAttribute" namespace="System.ComponentModel">\r
1060         <constructor name="EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState)" argnames="state" />\r
1061         <constructor name="EditorBrowsableAttribute" argnames="" />\r
1062         <property name="State" propertytype="System.ComponentModel.EditorBrowsableState" />\r
1063         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1064         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
1065         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1066         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1067         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1068         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1069         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1070         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1071         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1072     </class>\r
1073     <class name="EnumConverter" namespace="System.ComponentModel">\r
1074         <constructor name="EnumConverter(System.Type)" argnames="type" />\r
1075         <property name="EnumType" propertytype="System.Type" />\r
1076         <property name="Values" propertytype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1077         <property name="Comparer" propertytype="System.Collections.IComparer" />\r
1078         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" returntype="System.Boolean" />\r
1079         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
1080         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
1081         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1082         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1083         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1084         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1085         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1086         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
1087         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
1088         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
1089         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
1090         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1091         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1092         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1093         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1094         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1095         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1096         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1097         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1098         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1099         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1100         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1101         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1102         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1103         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1104         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1105         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1106         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1107         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1108         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1109         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1110         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1111         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1112         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1113         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1114         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1115         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1116         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1117         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1118         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1119         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1120         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1121         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1122     </class>\r
1123     <class name="EventDescriptor" namespace="System.ComponentModel">\r
1124         <constructor name="EventDescriptor(System.String, System.Attribute[])" argnames="name, attrs" />\r
1125         <constructor name="EventDescriptor(System.ComponentModel.MemberDescriptor)" argnames="descr" />\r
1126         <constructor name="EventDescriptor(System.ComponentModel.MemberDescriptor, System.Attribute[])" argnames="descr, attrs" />\r
1127         <property name="ComponentType" propertytype="System.Type" />\r
1128         <property name="EventType" propertytype="System.Type" />\r
1129         <property name="IsMulticast" propertytype="System.Boolean" />\r
1130         <property name="AttributeArray" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Attribute[]" />\r
1131         <property name="Attributes" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.ComponentModel.AttributeCollection" />\r
1132         <property name="Category" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
1133         <property name="Description" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
1134         <property name="IsBrowsable" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Boolean" />\r
1135         <property name="Name" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
1136         <property name="NameHashCode" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Int32" />\r
1137         <property name="DesignTimeOnly" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.Boolean" />\r
1138         <property name="DisplayName" inherited="System.ComponentModel.MemberDescriptor" propertytype="System.String" />\r
1139         <method name="RemoveEventHandler(System.Object, System.Delegate)" argnames="component, value" returntype="System.Void" />\r
1140         <method name="AddEventHandler(System.Object, System.Delegate)" argnames="component, value" returntype="System.Void" />\r
1141         <method name="FillAttributes(System.Collections.IList)" argnames="attributeList" inherited="System.ComponentModel.MemberDescriptor" returntype="System.Void" />\r
1142         <method name="CreateAttributeCollection" argnames="" inherited="System.ComponentModel.MemberDescriptor" returntype="System.ComponentModel.AttributeCollection" />\r
1143         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1144         <method name="GetHashCode" argnames="" inherited="System.ComponentModel.MemberDescriptor" returntype="System.Int32" />\r
1145         <method name="Equals(System.Object)" argnames="obj" inherited="System.ComponentModel.MemberDescriptor" returntype="System.Boolean" />\r
1146         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1147         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1148         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1149     </class>\r
1150     <class name="EventDescriptorCollection" namespace="System.ComponentModel">\r
1151         <constructor name="EventDescriptorCollection(System.ComponentModel.EventDescriptor[])" argnames="events" />\r
1152         <field name="Empty" />\r
1153         <property name="Count" propertytype="System.Int32" />\r
1154         <property name="Item" propertytype="System.ComponentModel.EventDescriptor" />\r
1155         <property name="Item" propertytype="System.ComponentModel.EventDescriptor" />\r
1156         <method name="Sort(System.Collections.IComparer)" argnames="comparer" returntype="System.ComponentModel.EventDescriptorCollection" />\r
1157         <method name="Sort(System.String[], System.Collections.IComparer)" argnames="names, comparer" returntype="System.ComponentModel.EventDescriptorCollection" />\r
1158         <method name="Sort(System.String[])" argnames="names" returntype="System.ComponentModel.EventDescriptorCollection" />\r
1159         <method name="Sort" argnames="" returntype="System.ComponentModel.EventDescriptorCollection" />\r
1160         <method name="Find(System.String, System.Boolean)" argnames="name, ignoreCase" returntype="System.ComponentModel.EventDescriptor" />\r
1161         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1162         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1163         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1164         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1165         <method name="Add(System.ComponentModel.EventDescriptor)" argnames="value" returntype="System.Int32" />\r
1166         <method name="Clear" argnames="" returntype="System.Void" />\r
1167         <method name="Contains(System.ComponentModel.EventDescriptor)" argnames="value" returntype="System.Boolean" />\r
1168         <method name="IndexOf(System.ComponentModel.EventDescriptor)" argnames="value" returntype="System.Int32" />\r
1169         <method name="Insert(System.Int32, System.ComponentModel.EventDescriptor)" argnames="index, value" returntype="System.Void" />\r
1170         <method name="Remove(System.ComponentModel.EventDescriptor)" argnames="value" returntype="System.Void" />\r
1171         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
1172         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
1173         <method name="InternalSort(System.String[])" argnames="names" returntype="System.Void" />\r
1174         <method name="InternalSort(System.Collections.IComparer)" argnames="sorter" returntype="System.Void" />\r
1175         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1176         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1177     </class>\r
1178     <class name="EventHandlerList" namespace="System.ComponentModel">\r
1179         <constructor name="EventHandlerList" argnames="" />\r
1180         <property name="Item" propertytype="System.Delegate" />\r
1181         <method name="Dispose" argnames="" returntype="System.Void" />\r
1182         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1183         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1184         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1185         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1186         <method name="AddHandler(System.Object, System.Delegate)" argnames="key, value" returntype="System.Void" />\r
1187         <method name="RemoveHandler(System.Object, System.Delegate)" argnames="key, value" returntype="System.Void" />\r
1188         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1189         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1190     </class>\r
1191     <class name="ExpandableObjectConverter" namespace="System.ComponentModel">\r
1192         <constructor name="ExpandableObjectConverter" argnames="" />\r
1193         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1194         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1195         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1196         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1197         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
1198         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1199         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1200         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1201         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1202         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1203         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1204         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1205         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1206         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1207         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1208         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1209         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1210         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1211         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1212         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1213         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1214         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1215         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1216         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1217         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1218         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1219         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1220         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1221         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1222         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1223         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1224         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1225         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1226         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1227         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1228         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1229         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1230         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1231         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1232         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1233         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1234         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1235         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1236         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1237     </class>\r
1238     <class name="ExtenderProvidedPropertyAttribute" namespace="System.ComponentModel">\r
1239         <constructor name="ExtenderProvidedPropertyAttribute" argnames="" />\r
1240         <property name="ExtenderProperty" propertytype="System.ComponentModel.PropertyDescriptor" />\r
1241         <property name="Provider" propertytype="System.ComponentModel.IExtenderProvider" />\r
1242         <property name="ReceiverType" propertytype="System.Type" />\r
1243         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1244         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1245         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1246         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1247         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1248         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1249         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1250         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1251         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1252     </class>\r
1253     <class name="GuidConverter" namespace="System.ComponentModel">\r
1254         <constructor name="GuidConverter" argnames="" />\r
1255         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1256         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1257         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1258         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1259         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1260         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1261         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1262         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1263         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
1264         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
1265         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
1266         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
1267         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1268         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1269         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1270         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1271         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1272         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1273         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1274         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1275         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1276         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1277         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1278         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1279         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1280         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1281         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1282         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1283         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1284         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1285         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1286         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1287         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1288         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1289         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1290         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1291         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1292         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1293         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1294         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1295         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1296         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1297         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1298         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1299     </class>\r
1300     <class name="ImmutableObjectAttribute" namespace="System.ComponentModel">\r
1301         <constructor name="ImmutableObjectAttribute(System.Boolean)" argnames="immutable" />\r
1302         <field name="Yes" />\r
1303         <field name="No" />\r
1304         <field name="Default" />\r
1305         <property name="Immutable" propertytype="System.Boolean" />\r
1306         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1307         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1308         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1309         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1310         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1311         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1312         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1313         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1314         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1315     </class>\r
1316     <class name="InstallerTypeAttribute" namespace="System.ComponentModel">\r
1317         <constructor name="InstallerTypeAttribute(System.Type)" argnames="installerType" />\r
1318         <constructor name="InstallerTypeAttribute(System.String)" argnames="typeName" />\r
1319         <property name="InstallerType" propertytype="System.Type" />\r
1320         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1321         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
1322         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1323         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1324         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1325         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1326         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1327         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1328         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1329     </class>\r
1330     <class name="Int16Converter" namespace="System.ComponentModel">\r
1331         <constructor name="Int16Converter" argnames="" />\r
1332         <property name="TargetType" propertytype="System.Type" />\r
1333         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1334         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1335         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1336         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1337         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1338         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1339         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1340         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1341         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1342         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1343         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1344         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1345         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1346         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1347         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1348         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1349         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1350         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1351         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1352         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1353         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1354         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1355         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1356         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1357         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1358         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1359         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1360         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1361         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1362         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1363         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1364         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1365         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1366         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1367         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1368         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1369         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1370         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1371         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1372         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1373         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1374         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1375         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1376         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1377     </class>\r
1378     <class name="Int32Converter" namespace="System.ComponentModel">\r
1379         <constructor name="Int32Converter" argnames="" />\r
1380         <property name="TargetType" propertytype="System.Type" />\r
1381         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1382         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1383         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1384         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1385         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1386         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1387         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1388         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1389         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1390         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1391         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1392         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1393         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1394         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1395         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1396         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1397         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1398         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1399         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1400         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1401         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1402         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1403         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1404         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1405         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1406         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1407         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1408         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1409         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1410         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1411         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1412         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1413         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1414         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1415         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1416         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1417         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1418         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1419         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1420         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1421         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1422         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1423         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1424         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1425     </class>\r
1426     <class name="Int64Converter" namespace="System.ComponentModel">\r
1427         <constructor name="Int64Converter" argnames="" />\r
1428         <property name="TargetType" propertytype="System.Type" />\r
1429         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1430         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1431         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1432         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1433         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1434         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1435         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1436         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1437         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1438         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1439         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1440         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1441         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1442         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1443         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1444         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1445         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1446         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1447         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1448         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1449         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1450         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1451         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1452         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1453         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1454         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1455         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1456         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1457         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1458         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1459         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1460         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1461         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1462         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1463         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1464         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1465         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1466         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1467         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1468         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1469         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1470         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1471         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1472         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1473     </class>\r
1474     <class name="License" namespace="System.ComponentModel">\r
1475         <constructor name="License" argnames="" />\r
1476         <property name="LicenseKey" propertytype="System.String" />\r
1477         <method name="Dispose" argnames="" returntype="System.Void" />\r
1478         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1479         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1480         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1481         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1482         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1483         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1484     </class>\r
1485     <class name="LicenseContext" namespace="System.ComponentModel">\r
1486         <constructor name="LicenseContext" argnames="" />\r
1487         <property name="UsageMode" propertytype="System.ComponentModel.LicenseUsageMode" />\r
1488         <method name="GetService(System.Type)" argnames="type" returntype="System.Object" />\r
1489         <method name="SetSavedLicenseKey(System.Type, System.String)" argnames="type, key" returntype="System.Void" />\r
1490         <method name="GetSavedLicenseKey(System.Type, System.Reflection.Assembly)" argnames="type, resourceAssembly" returntype="System.String" />\r
1491         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1492         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1493         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1494         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1495         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1496         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1497     </class>\r
1498     <class name="LicenseException" namespace="System.ComponentModel">\r
1499         <constructor name="LicenseException(System.Type)" argnames="type" />\r
1500         <constructor name="LicenseException(System.Type, System.Object)" argnames="type, instance" />\r
1501         <constructor name="LicenseException(System.Type, System.Object, System.String)" argnames="type, instance, message" />\r
1502         <constructor name="LicenseException(System.Type, System.Object, System.String, System.Exception)" argnames="type, instance, message, innerException" />\r
1503         <property name="LicensedType" propertytype="System.Type" />\r
1504         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
1505         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
1506         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
1507         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
1508         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
1509         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
1510         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
1511         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
1512         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
1513         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1514         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1515         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1516         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
1517         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1518         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1519     </class>\r
1520     <class name="LicenseProvider" namespace="System.ComponentModel">\r
1521         <constructor name="LicenseProvider" argnames="" />\r
1522         <method name="GetLicense(System.ComponentModel.LicenseContext, System.Type, System.Object, System.Boolean)" argnames="context, type, instance, allowExceptions" returntype="System.ComponentModel.License" />\r
1523         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1524         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1525         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1526         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1527         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1528         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1529     </class>\r
1530     <class name="LicenseProviderAttribute" namespace="System.ComponentModel">\r
1531         <constructor name="LicenseProviderAttribute" argnames="" />\r
1532         <constructor name="LicenseProviderAttribute(System.String)" argnames="typeName" />\r
1533         <constructor name="LicenseProviderAttribute(System.Type)" argnames="type" />\r
1534         <field name="Default" />\r
1535         <property name="LicenseProvider" propertytype="System.Type" />\r
1536         <property name="TypeId" propertytype="System.Object" />\r
1537         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
1538         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1539         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1540         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1541         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
1542         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1543         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1544         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1545     </class>\r
1546     <class name="LicFileLicenseProvider" namespace="System.ComponentModel">\r
1547         <constructor name="LicFileLicenseProvider" argnames="" />\r
1548         <method name="GetKey(System.Type)" argnames="type" returntype="System.String" />\r
1549         <method name="IsKeyValid(System.String, System.Type)" argnames="key, type" returntype="System.Boolean" />\r
1550         <method name="GetLicense(System.ComponentModel.LicenseContext, System.Type, System.Object, System.Boolean)" argnames="context, type, instance, allowExceptions" returntype="System.ComponentModel.License" />\r
1551         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1552         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1553         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1554         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1555         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1556         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1557     </class>\r
1558     <class name="ListBindableAttribute" namespace="System.ComponentModel">\r
1559         <constructor name="ListBindableAttribute(System.Boolean)" argnames="listBindable" />\r
1560         <constructor name="ListBindableAttribute(System.ComponentModel.BindableSupport)" argnames="flags" />\r
1561         <field name="Yes" />\r
1562         <field name="No" />\r
1563         <field name="Default" />\r
1564         <property name="ListBindable" propertytype="System.Boolean" />\r
1565         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1566         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1567         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1568         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1569         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1570         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1571         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1572         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1573         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1574     </class>\r
1575     <class name="ListChangedEventArgs" namespace="System.ComponentModel">\r
1576         <constructor name="ListChangedEventArgs(System.ComponentModel.ListChangedType, System.Int32)" argnames="listChangedType, newIndex" />\r
1577         <constructor name="ListChangedEventArgs(System.ComponentModel.ListChangedType, System.ComponentModel.PropertyDescriptor)" argnames="listChangedType, propDesc" />\r
1578         <constructor name="ListChangedEventArgs(System.ComponentModel.ListChangedType, System.Int32, System.Int32)" argnames="listChangedType, newIndex, oldIndex" />\r
1579         <property name="ListChangedType" propertytype="System.ComponentModel.ListChangedType" />\r
1580         <property name="NewIndex" propertytype="System.Int32" />\r
1581         <property name="OldIndex" propertytype="System.Int32" />\r
1582         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1583         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1584         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1585         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1586         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1587         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1588     </class>\r
1589     <class name="LocalizableAttribute" namespace="System.ComponentModel">\r
1590         <constructor name="LocalizableAttribute(System.Boolean)" argnames="isLocalizable" />\r
1591         <field name="Yes" />\r
1592         <field name="No" />\r
1593         <field name="Default" />\r
1594         <property name="IsLocalizable" propertytype="System.Boolean" />\r
1595         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1596         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1597         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1598         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1599         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1600         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1601         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1602         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1603         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1604     </class>\r
1605     <class name="MarshalByValueComponent" namespace="System.ComponentModel">\r
1606         <constructor name="MarshalByValueComponent" argnames="" />\r
1607         <property name="Events" propertytype="System.ComponentModel.EventHandlerList" />\r
1608         <property name="Site" propertytype="System.ComponentModel.ISite" />\r
1609         <property name="Container" propertytype="System.ComponentModel.IContainer" />\r
1610         <property name="DesignMode" propertytype="System.Boolean" />\r
1611         <method name="GetService(System.Type)" argnames="service" returntype="System.Object" />\r
1612         <method name="Dispose" argnames="" returntype="System.Void" />\r
1613         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
1614         <method name="Finalize" argnames="" returntype="System.Void" />\r
1615         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1616         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1617         <method name="ToString" argnames="" returntype="System.String" />\r
1618         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1619         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1620         <event name="Disposed" />\r
1621     </class>\r
1622     <class name="AttributeCollection" namespace="System.ComponentModel">\r
1623         <constructor name="AttributeCollection(System.Attribute[])" argnames="attributes" />\r
1624         <field name="Empty" />\r
1625         <property name="Count" propertytype="System.Int32" />\r
1626         <property name="Item" propertytype="System.Attribute" />\r
1627         <property name="Item" propertytype="System.Attribute" />\r
1628         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
1629         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1630         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1631         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1632         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1633         <method name="Contains(System.Attribute)" argnames="attribute" returntype="System.Boolean" />\r
1634         <method name="Contains(System.Attribute[])" argnames="attributes" returntype="System.Boolean" />\r
1635         <method name="GetDefaultAttribute(System.Type)" argnames="attributeType" returntype="System.Attribute" />\r
1636         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
1637         <method name="Matches(System.Attribute)" argnames="attribute" returntype="System.Boolean" />\r
1638         <method name="Matches(System.Attribute[])" argnames="attributes" returntype="System.Boolean" />\r
1639         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1640         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1641     </class>\r
1642     <class name="MergablePropertyAttribute" namespace="System.ComponentModel">\r
1643         <constructor name="MergablePropertyAttribute(System.Boolean)" argnames="allowMerge" />\r
1644         <field name="Yes" />\r
1645         <field name="No" />\r
1646         <field name="Default" />\r
1647         <property name="AllowMerge" propertytype="System.Boolean" />\r
1648         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1649         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1650         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1651         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1652         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1653         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1654         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1655         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1656         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1657     </class>\r
1658     <class name="PropertyChangedEventArgs" namespace="System.ComponentModel">\r
1659         <constructor name="PropertyChangedEventArgs(System.String)" argnames="propertyName" />\r
1660         <property name="PropertyName" propertytype="System.String" />\r
1661         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1662         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1663         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1664         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1665         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1666         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1667     </class>\r
1668     <class name="PropertyDescriptorCollection" namespace="System.ComponentModel">\r
1669         <constructor name="PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[])" argnames="properties" />\r
1670         <field name="Empty" />\r
1671         <property name="Count" propertytype="System.Int32" />\r
1672         <property name="Item" propertytype="System.ComponentModel.PropertyDescriptor" />\r
1673         <property name="Item" propertytype="System.ComponentModel.PropertyDescriptor" />\r
1674         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
1675         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
1676         <method name="Find(System.String, System.Boolean)" argnames="name, ignoreCase" returntype="System.ComponentModel.PropertyDescriptor" />\r
1677         <method name="Sort(System.Collections.IComparer)" argnames="comparer" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1678         <method name="Sort(System.String[], System.Collections.IComparer)" argnames="names, comparer" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1679         <method name="Sort(System.String[])" argnames="names" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1680         <method name="Sort" argnames="" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1681         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1682         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1683         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1684         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1685         <method name="Add(System.ComponentModel.PropertyDescriptor)" argnames="value" returntype="System.Int32" />\r
1686         <method name="Clear" argnames="" returntype="System.Void" />\r
1687         <method name="Contains(System.ComponentModel.PropertyDescriptor)" argnames="value" returntype="System.Boolean" />\r
1688         <method name="IndexOf(System.ComponentModel.PropertyDescriptor)" argnames="value" returntype="System.Int32" />\r
1689         <method name="Insert(System.Int32, System.ComponentModel.PropertyDescriptor)" argnames="index, value" returntype="System.Void" />\r
1690         <method name="Remove(System.ComponentModel.PropertyDescriptor)" argnames="value" returntype="System.Void" />\r
1691         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
1692         <method name="InternalSort(System.String[])" argnames="names" returntype="System.Void" />\r
1693         <method name="InternalSort(System.Collections.IComparer)" argnames="sorter" returntype="System.Void" />\r
1694         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1695         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1696     </class>\r
1697     <class name="ProvidePropertyAttribute" namespace="System.ComponentModel">\r
1698         <constructor name="ProvidePropertyAttribute(System.String, System.Type)" argnames="propertyName, receiverType" />\r
1699         <constructor name="ProvidePropertyAttribute(System.String, System.String)" argnames="propertyName, receiverTypeName" />\r
1700         <property name="PropertyName" propertytype="System.String" />\r
1701         <property name="ReceiverTypeName" propertytype="System.String" />\r
1702         <property name="TypeId" propertytype="System.Object" />\r
1703         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
1704         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1705         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1706         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1707         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1708         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1709         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1710         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1711     </class>\r
1712     <class name="ReadOnlyAttribute" namespace="System.ComponentModel">\r
1713         <constructor name="ReadOnlyAttribute(System.Boolean)" argnames="isReadOnly" />\r
1714         <field name="Yes" />\r
1715         <field name="No" />\r
1716         <field name="Default" />\r
1717         <property name="IsReadOnly" propertytype="System.Boolean" />\r
1718         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1719         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1720         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1721         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1722         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1723         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
1724         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1725         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1726         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1727     </class>\r
1728     <class name="RecommendedAsConfigurableAttribute" namespace="System.ComponentModel">\r
1729         <constructor name="RecommendedAsConfigurableAttribute(System.Boolean)" argnames="recommendedAsConfigurable" />\r
1730         <field name="No" />\r
1731         <field name="Yes" />\r
1732         <field name="Default" />\r
1733         <property name="RecommendedAsConfigurable" propertytype="System.Boolean" />\r
1734         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1735         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1736         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1737         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1738         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1739         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1740         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1741         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1742         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1743     </class>\r
1744     <class name="RefreshEventArgs" namespace="System.ComponentModel">\r
1745         <constructor name="RefreshEventArgs(System.Object)" argnames="componentChanged" />\r
1746         <constructor name="RefreshEventArgs(System.Type)" argnames="typeChanged" />\r
1747         <property name="ComponentChanged" propertytype="System.Object" />\r
1748         <property name="TypeChanged" propertytype="System.Type" />\r
1749         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1750         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1751         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1752         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1753         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1754         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1755     </class>\r
1756     <class name="RunInstallerAttribute" namespace="System.ComponentModel">\r
1757         <constructor name="RunInstallerAttribute(System.Boolean)" argnames="runInstaller" />\r
1758         <field name="Yes" />\r
1759         <field name="No" />\r
1760         <field name="Default" />\r
1761         <property name="RunInstaller" propertytype="System.Boolean" />\r
1762         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1763         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
1764         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1765         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1766         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1767         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1768         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1769         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1770         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1771     </class>\r
1772     <class name="SByteConverter" namespace="System.ComponentModel">\r
1773         <constructor name="SByteConverter" argnames="" />\r
1774         <property name="TargetType" propertytype="System.Type" />\r
1775         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1776         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1777         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1778         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1779         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1780         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1781         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1782         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1783         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1784         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1785         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1786         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1787         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1788         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1789         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1790         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1791         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1792         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1793         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1794         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1795         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1796         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1797         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1798         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1799         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1800         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1801         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1802         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1803         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1804         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1805         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1806         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1807         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1808         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1809         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1810         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1811         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1812         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1813         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1814         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1815         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1816         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1817         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1818         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1819     </class>\r
1820     <class name="SingleConverter" namespace="System.ComponentModel">\r
1821         <constructor name="SingleConverter" argnames="" />\r
1822         <property name="AllowHex" propertytype="System.Boolean" />\r
1823         <property name="TargetType" propertytype="System.Type" />\r
1824         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1825         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1826         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1827         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1828         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1829         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1830         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1831         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1832         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1833         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
1834         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1835         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
1836         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1837         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1838         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1839         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1840         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1841         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1842         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1843         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1844         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1845         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1846         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1847         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1848         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1849         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1850         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1851         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1852         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1853         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1854         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1855         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1856         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1857         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1858         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1859         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1860         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1861         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1862         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1863         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1864         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1865         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1866         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1867         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1868     </class>\r
1869     <class name="StringConverter" namespace="System.ComponentModel">\r
1870         <constructor name="StringConverter" argnames="" />\r
1871         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1872         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1873         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1874         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1875         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1876         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1877         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1878         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1879         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1880         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
1881         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1882         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
1883         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1884         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1885         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1886         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1887         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1888         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1889         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1890         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1891         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1892         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1893         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1894         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1895         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1896         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1897         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1898         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1899         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1900         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1901         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1902         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1903         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1904         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1905         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1906         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1907         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1908         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1909         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1910         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1911         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1912         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1913         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1914         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1915     </class>\r
1916     <class name="SyntaxCheck" namespace="System.ComponentModel">\r
1917         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1918         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1919         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1920         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1921         <method name="CheckMachineName(System.String)" argnames="value" returntype="System.Boolean" />\r
1922         <method name="CheckPath(System.String)" argnames="value" returntype="System.Boolean" />\r
1923         <method name="CheckRootedPath(System.String)" argnames="value" returntype="System.Boolean" />\r
1924         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1925         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1926     </class>\r
1927     <class name="TimeSpanConverter" namespace="System.ComponentModel">\r
1928         <constructor name="TimeSpanConverter" argnames="" />\r
1929         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1930         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1931         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1932         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
1933         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1934         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1935         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1936         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1937         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
1938         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
1939         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
1940         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
1941         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1942         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
1943         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
1944         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1945         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1946         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1947         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1948         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1949         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1950         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1951         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1952         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1953         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1954         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1955         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1956         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1957         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1958         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
1959         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
1960         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1961         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
1962         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1963         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1964         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1965         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1966         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
1967         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1968         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1969         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
1970         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
1971         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1972         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1973     </class>\r
1974     <class name="ToolboxItemFilterAttribute" namespace="System.ComponentModel">\r
1975         <constructor name="ToolboxItemFilterAttribute(System.String)" argnames="filterString" />\r
1976         <constructor name="ToolboxItemFilterAttribute(System.String, System.ComponentModel.ToolboxItemFilterType)" argnames="filterString, filterType" />\r
1977         <property name="FilterString" propertytype="System.String" />\r
1978         <property name="FilterType" propertytype="System.ComponentModel.ToolboxItemFilterType" />\r
1979         <property name="TypeId" propertytype="System.Object" />\r
1980         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
1981         <method name="Match(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1982         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1983         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
1984         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
1985         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
1986         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
1987         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
1988     </class>\r
1989     <class name="TypeConverterAttribute" namespace="System.ComponentModel">\r
1990         <constructor name="TypeConverterAttribute" argnames="" />\r
1991         <constructor name="TypeConverterAttribute(System.Type)" argnames="type" />\r
1992         <constructor name="TypeConverterAttribute(System.String)" argnames="typeName" />\r
1993         <field name="Default" />\r
1994         <property name="ConverterTypeName" propertytype="System.String" />\r
1995         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
1996         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
1997         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
1998         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
1999         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
2000         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
2001         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2002         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2003         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2004     </class>\r
2005     <class name="TypeListConverter" namespace="System.ComponentModel">\r
2006         <constructor name="TypeListConverter(System.Type[])" argnames="types" />\r
2007         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2008         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
2009         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.Boolean" />\r
2010         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
2011         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2012         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2013         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2014         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2015         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" returntype="System.Object" />\r
2016         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" returntype="System.Object" />\r
2017         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, destinationType" returntype="System.Boolean" />\r
2018         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" returntype="System.Boolean" />\r
2019         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2020         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2021         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2022         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2023         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2024         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2025         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2026         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2027         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2028         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2029         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2030         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2031         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2032         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2033         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2034         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2035         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2036         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2037         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2038         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2039         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2040         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2041         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2042         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2043         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2044         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
2045         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2046         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2047         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2048         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2049         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2050         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2051     </class>\r
2052     <class name="UInt16Converter" namespace="System.ComponentModel">\r
2053         <constructor name="UInt16Converter" argnames="" />\r
2054         <property name="TargetType" propertytype="System.Type" />\r
2055         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2056         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2057         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2058         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
2059         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2060         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2061         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2062         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2063         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
2064         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
2065         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
2066         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
2067         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2068         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2069         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2070         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2071         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2072         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2073         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2074         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2075         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2076         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2077         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2078         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2079         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2080         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2081         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2082         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2083         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2084         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2085         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2086         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2087         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2088         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2089         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2090         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2091         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2092         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
2093         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2094         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2095         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2096         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2097         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2098         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2099     </class>\r
2100     <class name="UInt32Converter" namespace="System.ComponentModel">\r
2101         <constructor name="UInt32Converter" argnames="" />\r
2102         <property name="TargetType" propertytype="System.Type" />\r
2103         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2104         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2105         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2106         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
2107         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2108         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2109         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2110         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2111         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
2112         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
2113         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
2114         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
2115         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2116         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2117         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2118         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2119         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2120         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2121         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2122         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2123         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2124         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2125         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2126         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2127         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2128         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2129         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2130         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2131         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2132         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2133         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2134         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2135         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2136         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2137         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2138         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2139         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2140         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
2141         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2142         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2143         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2144         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2145         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2146         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2147     </class>\r
2148     <class name="UInt64Converter" namespace="System.ComponentModel">\r
2149         <constructor name="UInt64Converter" argnames="" />\r
2150         <property name="TargetType" propertytype="System.Type" />\r
2151         <method name="IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2152         <method name="GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2153         <method name="GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2154         <method name="GetStandardValues(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.TypeConverter+StandardValuesCollection" />\r
2155         <method name="GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2156         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])" argnames="context, value, attributes" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2157         <method name="GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)" argnames="context" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2158         <method name="CreateInstance(System.ComponentModel.ITypeDescriptorContext, System.Collections.IDictionary)" argnames="context, propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2159         <method name="ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)" argnames="context, culture, value, destinationType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
2160         <method name="ConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Object" />\r
2161         <method name="CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, t" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
2162         <method name="CanConvertFrom(System.ComponentModel.ITypeDescriptorContext, System.Type)" argnames="context, sourceType" inherited="System.ComponentModel.BaseNumberConverter" returntype="System.Boolean" />\r
2163         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2164         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2165         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2166         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2167         <method name="CanConvertFrom(System.Type)" argnames="sourceType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2168         <method name="CanConvertTo(System.Type)" argnames="destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2169         <method name="ConvertFrom(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2170         <method name="ConvertFromInvariantString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2171         <method name="ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2172         <method name="ConvertFromString(System.String)" argnames="text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2173         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.String)" argnames="context, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2174         <method name="ConvertFromString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.String)" argnames="context, culture, text" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2175         <method name="ConvertTo(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2176         <method name="ConvertToInvariantString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2177         <method name="ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2178         <method name="ConvertToString(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2179         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2180         <method name="ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)" argnames="context, culture, value" inherited="System.ComponentModel.TypeConverter" returntype="System.String" />\r
2181         <method name="CreateInstance(System.Collections.IDictionary)" argnames="propertyValues" inherited="System.ComponentModel.TypeConverter" returntype="System.Object" />\r
2182         <method name="GetConvertFromException(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2183         <method name="GetConvertToException(System.Object, System.Type)" argnames="value, destinationType" inherited="System.ComponentModel.TypeConverter" returntype="System.Exception" />\r
2184         <method name="GetCreateInstanceSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2185         <method name="GetProperties(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2186         <method name="GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)" argnames="context, value" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2187         <method name="GetPropertiesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2188         <method name="GetStandardValues" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Collections.ICollection" />\r
2189         <method name="GetStandardValuesExclusive" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2190         <method name="GetStandardValuesSupported" argnames="" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2191         <method name="IsValid(System.Object)" argnames="value" inherited="System.ComponentModel.TypeConverter" returntype="System.Boolean" />\r
2192         <method name="SortProperties(System.ComponentModel.PropertyDescriptorCollection, System.String[])" argnames="props, names" inherited="System.ComponentModel.TypeConverter" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2193         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2194         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2195     </class>\r
2196     <class name="InvalidEnumArgumentException" namespace="System.ComponentModel">\r
2197         <constructor name="InvalidEnumArgumentException" argnames="" />\r
2198         <constructor name="InvalidEnumArgumentException(System.String)" argnames="message" />\r
2199         <constructor name="InvalidEnumArgumentException(System.String, System.Int32, System.Type)" argnames="argumentName, invalidValue, enumClass" />\r
2200         <property name="Message" inherited="System.ArgumentException" propertytype="System.String" />\r
2201         <property name="ParamName" inherited="System.ArgumentException" propertytype="System.String" />\r
2202         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
2203         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
2204         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
2205         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
2206         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
2207         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
2208         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.ArgumentException" returntype="System.Void" />\r
2209         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
2210         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2211         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2212         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2213         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
2214         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2215         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2216     </class>\r
2217     <class name="WarningException" namespace="System.ComponentModel">\r
2218         <constructor name="WarningException(System.String)" argnames="message" />\r
2219         <constructor name="WarningException(System.String, System.String)" argnames="message, helpUrl" />\r
2220         <constructor name="WarningException(System.String, System.String, System.String)" argnames="message, helpUrl, helpTopic" />\r
2221         <property name="HelpUrl" propertytype="System.String" />\r
2222         <property name="HelpTopic" propertytype="System.String" />\r
2223         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
2224         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
2225         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
2226         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
2227         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
2228         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
2229         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
2230         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
2231         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
2232         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2233         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2234         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2235         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
2236         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2237         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2238     </class>\r
2239     <class name="Win32Exception" namespace="System.ComponentModel">\r
2240         <constructor name="Win32Exception" argnames="" />\r
2241         <constructor name="Win32Exception(System.Int32)" argnames="error" />\r
2242         <constructor name="Win32Exception(System.Int32, System.String)" argnames="error, message" />\r
2243         <constructor name="Win32Exception(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
2244         <property name="NativeErrorCode" propertytype="System.Int32" />\r
2245         <property name="ErrorCode" inherited="System.Runtime.InteropServices.ExternalException" propertytype="System.Int32" />\r
2246         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
2247         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
2248         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
2249         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
2250         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
2251         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
2252         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
2253         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" returntype="System.Void" />\r
2254         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
2255         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2256         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2257         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2258         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
2259         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2260         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2261     </class>\r
2262     <class name="LicenseManager" namespace="System.ComponentModel">\r
2263         <property name="CurrentContext" propertytype="System.ComponentModel.LicenseContext" />\r
2264         <property name="UsageMode" propertytype="System.ComponentModel.LicenseUsageMode" />\r
2265         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2266         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2267         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2268         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2269         <method name="CreateWithContext(System.Type, System.ComponentModel.LicenseContext)" argnames="type, creationContext" returntype="System.Object" />\r
2270         <method name="CreateWithContext(System.Type, System.ComponentModel.LicenseContext, System.Object[])" argnames="type, creationContext, args" returntype="System.Object" />\r
2271         <method name="IsLicensed(System.Type)" argnames="type" returntype="System.Boolean" />\r
2272         <method name="IsValid(System.Type)" argnames="type" returntype="System.Boolean" />\r
2273         <method name="IsValid(System.Type, System.Object, System.ComponentModel.License&amp;)" argnames="type, instance, license" returntype="System.Boolean" />\r
2274         <method name="LockContext(System.Object)" argnames="contextUser" returntype="System.Void" />\r
2275         <method name="UnlockContext(System.Object)" argnames="contextUser" returntype="System.Void" />\r
2276         <method name="Validate(System.Type)" argnames="type" returntype="System.Void" />\r
2277         <method name="Validate(System.Type, System.Object)" argnames="type, instance" returntype="System.ComponentModel.License" />\r
2278         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2279         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2280     </class>\r
2281     <class name="TypeDescriptor" namespace="System.ComponentModel">\r
2282         <property name="ComNativeDescriptorHandler" propertytype="System.ComponentModel.IComNativeDescriptorHandler" />\r
2283         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2284         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2285         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2286         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2287         <method name="AddEditorTable(System.Type, System.Collections.Hashtable)" argnames="editorBaseType, table" returntype="System.Void" />\r
2288         <method name="CreateDesigner(System.ComponentModel.IComponent, System.Type)" argnames="component, designerBaseType" returntype="System.ComponentModel.Design.IDesigner" />\r
2289         <method name="CreateEvent(System.Type, System.String, System.Type, System.Attribute[])" argnames="componentType, name, type, attributes" returntype="System.ComponentModel.EventDescriptor" />\r
2290         <method name="CreateEvent(System.Type, System.ComponentModel.EventDescriptor, System.Attribute[])" argnames="componentType, oldEventDescriptor, attributes" returntype="System.ComponentModel.EventDescriptor" />\r
2291         <method name="CreateProperty(System.Type, System.String, System.Type, System.Attribute[])" argnames="componentType, name, type, attributes" returntype="System.ComponentModel.PropertyDescriptor" />\r
2292         <method name="CreateProperty(System.Type, System.ComponentModel.PropertyDescriptor, System.Attribute[])" argnames="componentType, oldPropertyDescriptor, attributes" returntype="System.ComponentModel.PropertyDescriptor" />\r
2293         <method name="GetAttributes(System.Type)" argnames="componentType" returntype="System.ComponentModel.AttributeCollection" />\r
2294         <method name="GetAttributes(System.Object)" argnames="component" returntype="System.ComponentModel.AttributeCollection" />\r
2295         <method name="GetAttributes(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.ComponentModel.AttributeCollection" />\r
2296         <method name="GetClassName(System.Object)" argnames="component" returntype="System.String" />\r
2297         <method name="GetClassName(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.String" />\r
2298         <method name="GetComponentName(System.Object)" argnames="component" returntype="System.String" />\r
2299         <method name="GetComponentName(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.String" />\r
2300         <method name="GetConverter(System.Object)" argnames="component" returntype="System.ComponentModel.TypeConverter" />\r
2301         <method name="GetConverter(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.ComponentModel.TypeConverter" />\r
2302         <method name="GetConverter(System.Type)" argnames="type" returntype="System.ComponentModel.TypeConverter" />\r
2303         <method name="GetDefaultEvent(System.Type)" argnames="componentType" returntype="System.ComponentModel.EventDescriptor" />\r
2304         <method name="GetDefaultEvent(System.Object)" argnames="component" returntype="System.ComponentModel.EventDescriptor" />\r
2305         <method name="GetDefaultEvent(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.ComponentModel.EventDescriptor" />\r
2306         <method name="GetDefaultProperty(System.Type)" argnames="componentType" returntype="System.ComponentModel.PropertyDescriptor" />\r
2307         <method name="GetDefaultProperty(System.Object)" argnames="component" returntype="System.ComponentModel.PropertyDescriptor" />\r
2308         <method name="GetDefaultProperty(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.ComponentModel.PropertyDescriptor" />\r
2309         <method name="GetEditor(System.Object, System.Type)" argnames="component, editorBaseType" returntype="System.Object" />\r
2310         <method name="GetEditor(System.Object, System.Type, System.Boolean)" argnames="component, editorBaseType, noCustomTypeDesc" returntype="System.Object" />\r
2311         <method name="GetEditor(System.Type, System.Type)" argnames="type, editorBaseType" returntype="System.Object" />\r
2312         <method name="GetEvents(System.Type)" argnames="componentType" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2313         <method name="GetEvents(System.Object)" argnames="component" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2314         <method name="GetEvents(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2315         <method name="GetEvents(System.Type, System.Attribute[])" argnames="componentType, attributes" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2316         <method name="GetEvents(System.Object, System.Attribute[])" argnames="component, attributes" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2317         <method name="GetEvents(System.Object, System.Attribute[], System.Boolean)" argnames="component, attributes, noCustomTypeDesc" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2318         <method name="GetProperties(System.Type)" argnames="componentType" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2319         <method name="GetProperties(System.Object)" argnames="component" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2320         <method name="GetProperties(System.Object, System.Boolean)" argnames="component, noCustomTypeDesc" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2321         <method name="GetProperties(System.Type, System.Attribute[])" argnames="componentType, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2322         <method name="GetProperties(System.Object, System.Attribute[])" argnames="component, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2323         <method name="GetProperties(System.Object, System.Attribute[], System.Boolean)" argnames="component, attributes, noCustomTypeDesc" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2324         <method name="Refresh(System.Object)" argnames="component" returntype="System.Void" />\r
2325         <method name="Refresh(System.Type)" argnames="type" returntype="System.Void" />\r
2326         <method name="Refresh(System.Reflection.Module)" argnames="module" returntype="System.Void" />\r
2327         <method name="Refresh(System.Reflection.Assembly)" argnames="assembly" returntype="System.Void" />\r
2328         <method name="SortDescriptorArray(System.Collections.IList)" argnames="infos" returntype="System.Void" />\r
2329         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2330         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2331         <event name="Refreshed" />\r
2332     </class>\r
2333     <class name="InheritanceAttribute" namespace="System.ComponentModel">\r
2334         <constructor name="InheritanceAttribute" argnames="" />\r
2335         <constructor name="InheritanceAttribute(System.ComponentModel.InheritanceLevel)" argnames="inheritanceLevel" />\r
2336         <field name="Inherited" />\r
2337         <field name="InheritedReadOnly" />\r
2338         <field name="NotInherited" />\r
2339         <field name="Default" />\r
2340         <property name="InheritanceLevel" propertytype="System.ComponentModel.InheritanceLevel" />\r
2341         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2342         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
2343         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2344         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2345         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
2346         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
2347         <method name="ToString" argnames="" returntype="System.String" />\r
2348         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2349         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2350     </class>\r
2351     <class name="NotifyParentPropertyAttribute" namespace="System.ComponentModel">\r
2352         <constructor name="NotifyParentPropertyAttribute(System.Boolean)" argnames="notifyParent" />\r
2353         <field name="Yes" />\r
2354         <field name="No" />\r
2355         <field name="Default" />\r
2356         <property name="NotifyParent" propertytype="System.Boolean" />\r
2357         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2358         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
2359         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2360         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2361         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
2362         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
2363         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2364         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2365         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2366     </class>\r
2367     <class name="ParenthesizePropertyNameAttribute" namespace="System.ComponentModel">\r
2368         <constructor name="ParenthesizePropertyNameAttribute" argnames="" />\r
2369         <constructor name="ParenthesizePropertyNameAttribute(System.Boolean)" argnames="needParenthesis" />\r
2370         <field name="Default" />\r
2371         <property name="NeedParenthesis" propertytype="System.Boolean" />\r
2372         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2373         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
2374         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2375         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2376         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
2377         <method name="Equals(System.Object)" argnames="o" returntype="System.Boolean" />\r
2378         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2379         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2380         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2381     </class>\r
2382     <class name="PropertyTabAttribute" namespace="System.ComponentModel">\r
2383         <constructor name="PropertyTabAttribute" argnames="" />\r
2384         <constructor name="PropertyTabAttribute(System.Type)" argnames="tabClass" />\r
2385         <constructor name="PropertyTabAttribute(System.String)" argnames="tabClassName" />\r
2386         <constructor name="PropertyTabAttribute(System.Type, System.ComponentModel.PropertyTabScope)" argnames="tabClass, tabScope" />\r
2387         <constructor name="PropertyTabAttribute(System.String, System.ComponentModel.PropertyTabScope)" argnames="tabClassName, tabScope" />\r
2388         <property name="TabClasses" propertytype="System.Type[]" />\r
2389         <property name="TabClassNames" propertytype="System.String[]" />\r
2390         <property name="TabScopes" propertytype="System.ComponentModel.PropertyTabScope[]" />\r
2391         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2392         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
2393         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2394         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2395         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
2396         <method name="Equals(System.Object)" argnames="other" returntype="System.Boolean" />\r
2397         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2398         <method name="Equals(System.ComponentModel.PropertyTabAttribute)" argnames="other" returntype="System.Boolean" />\r
2399         <method name="InitializeArrays(System.String[], System.ComponentModel.PropertyTabScope[])" argnames="tabClassNames, tabScopes" returntype="System.Void" />\r
2400         <method name="InitializeArrays(System.Type[], System.ComponentModel.PropertyTabScope[])" argnames="tabClasses, tabScopes" returntype="System.Void" />\r
2401         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2402         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2403     </class>\r
2404     <class name="RefreshPropertiesAttribute" namespace="System.ComponentModel">\r
2405         <constructor name="RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties)" argnames="refresh" />\r
2406         <field name="All" />\r
2407         <field name="Repaint" />\r
2408         <field name="Default" />\r
2409         <property name="RefreshProperties" propertytype="System.ComponentModel.RefreshProperties" />\r
2410         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2411         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
2412         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2413         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2414         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
2415         <method name="Equals(System.Object)" argnames="value" returntype="System.Boolean" />\r
2416         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2417         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2418         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2419     </class>\r
2420     <class name="ToolboxItemAttribute" namespace="System.ComponentModel">\r
2421         <constructor name="ToolboxItemAttribute(System.Boolean)" argnames="defaultType" />\r
2422         <constructor name="ToolboxItemAttribute(System.String)" argnames="toolboxItemTypeName" />\r
2423         <constructor name="ToolboxItemAttribute(System.Type)" argnames="toolboxItemType" />\r
2424         <field name="Default" />\r
2425         <field name="None" />\r
2426         <property name="ToolboxItemType" propertytype="System.Type" />\r
2427         <property name="ToolboxItemTypeName" propertytype="System.String" />\r
2428         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
2429         <method name="IsDefaultAttribute" argnames="" returntype="System.Boolean" />\r
2430         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
2431         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2432         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
2433         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
2434         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2435         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2436         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2437     </class>\r
2438     <interface name="IComponent" namespace="System.ComponentModel">\r
2439         <property name="Site" propertytype="System.ComponentModel.ISite" />\r
2440         <event name="Disposed" />\r
2441     </interface>\r
2442     <interface name="IContainer" namespace="System.ComponentModel">\r
2443         <property name="Components" propertytype="System.ComponentModel.ComponentCollection" />\r
2444         <method name="Remove(System.ComponentModel.IComponent)" argnames="component" returntype="System.Void" />\r
2445         <method name="Add(System.ComponentModel.IComponent, System.String)" argnames="component, name" returntype="System.Void" />\r
2446         <method name="Add(System.ComponentModel.IComponent)" argnames="component" returntype="System.Void" />\r
2447     </interface>\r
2448     <interface name="ISite" namespace="System.ComponentModel">\r
2449         <property name="Component" propertytype="System.ComponentModel.IComponent" />\r
2450         <property name="Container" propertytype="System.ComponentModel.IContainer" />\r
2451         <property name="DesignMode" propertytype="System.Boolean" />\r
2452         <property name="Name" propertytype="System.String" />\r
2453     </interface>\r
2454     <interface name="IBindingList" namespace="System.ComponentModel">\r
2455         <property name="AllowNew" propertytype="System.Boolean" />\r
2456         <property name="AllowEdit" propertytype="System.Boolean" />\r
2457         <property name="AllowRemove" propertytype="System.Boolean" />\r
2458         <property name="SupportsChangeNotification" propertytype="System.Boolean" />\r
2459         <property name="SupportsSearching" propertytype="System.Boolean" />\r
2460         <property name="SupportsSorting" propertytype="System.Boolean" />\r
2461         <property name="IsSorted" propertytype="System.Boolean" />\r
2462         <property name="SortProperty" propertytype="System.ComponentModel.PropertyDescriptor" />\r
2463         <property name="SortDirection" propertytype="System.ComponentModel.ListSortDirection" />\r
2464         <method name="RemoveSort" argnames="" returntype="System.Void" />\r
2465         <method name="RemoveIndex(System.ComponentModel.PropertyDescriptor)" argnames="property" returntype="System.Void" />\r
2466         <method name="Find(System.ComponentModel.PropertyDescriptor, System.Object)" argnames="property, key" returntype="System.Int32" />\r
2467         <method name="ApplySort(System.ComponentModel.PropertyDescriptor, System.ComponentModel.ListSortDirection)" argnames="property, direction" returntype="System.Void" />\r
2468         <method name="AddIndex(System.ComponentModel.PropertyDescriptor)" argnames="property" returntype="System.Void" />\r
2469         <method name="AddNew" argnames="" returntype="System.Object" />\r
2470         <event name="ListChanged" />\r
2471     </interface>\r
2472     <interface name="IComNativeDescriptorHandler" namespace="System.ComponentModel">\r
2473         <method name="GetPropertyValue(System.Object, System.Int32, System.Boolean&amp;)" argnames="component, dispid, success" returntype="System.Object" />\r
2474         <method name="GetPropertyValue(System.Object, System.String, System.Boolean&amp;)" argnames="component, propertyName, success" returntype="System.Object" />\r
2475         <method name="GetProperties(System.Object, System.Attribute[])" argnames="component, attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2476         <method name="GetEvents(System.Object, System.Attribute[])" argnames="component, attributes" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2477         <method name="GetEvents(System.Object)" argnames="component" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2478         <method name="GetName(System.Object)" argnames="component" returntype="System.String" />\r
2479         <method name="GetEditor(System.Object, System.Type)" argnames="component, baseEditorType" returntype="System.Object" />\r
2480         <method name="GetDefaultProperty(System.Object)" argnames="component" returntype="System.ComponentModel.PropertyDescriptor" />\r
2481         <method name="GetDefaultEvent(System.Object)" argnames="component" returntype="System.ComponentModel.EventDescriptor" />\r
2482         <method name="GetConverter(System.Object)" argnames="component" returntype="System.ComponentModel.TypeConverter" />\r
2483         <method name="GetClassName(System.Object)" argnames="component" returntype="System.String" />\r
2484         <method name="GetAttributes(System.Object)" argnames="component" returntype="System.ComponentModel.AttributeCollection" />\r
2485     </interface>\r
2486     <interface name="ICustomTypeDescriptor" namespace="System.ComponentModel">\r
2487         <method name="GetPropertyOwner(System.ComponentModel.PropertyDescriptor)" argnames="pd" returntype="System.Object" />\r
2488         <method name="GetProperties(System.Attribute[])" argnames="attributes" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2489         <method name="GetProperties" argnames="" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2490         <method name="GetEvents(System.Attribute[])" argnames="attributes" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2491         <method name="GetEvents" argnames="" returntype="System.ComponentModel.EventDescriptorCollection" />\r
2492         <method name="GetEditor(System.Type)" argnames="editorBaseType" returntype="System.Object" />\r
2493         <method name="GetDefaultProperty" argnames="" returntype="System.ComponentModel.PropertyDescriptor" />\r
2494         <method name="GetDefaultEvent" argnames="" returntype="System.ComponentModel.EventDescriptor" />\r
2495         <method name="GetConverter" argnames="" returntype="System.ComponentModel.TypeConverter" />\r
2496         <method name="GetComponentName" argnames="" returntype="System.String" />\r
2497         <method name="GetClassName" argnames="" returntype="System.String" />\r
2498         <method name="GetAttributes" argnames="" returntype="System.ComponentModel.AttributeCollection" />\r
2499     </interface>\r
2500     <interface name="IDataErrorInfo" namespace="System.ComponentModel">\r
2501         <property name="Item" propertytype="System.String" />\r
2502         <property name="Error" propertytype="System.String" />\r
2503     </interface>\r
2504     <interface name="IEditableObject" namespace="System.ComponentModel">\r
2505         <method name="CancelEdit" argnames="" returntype="System.Void" />\r
2506         <method name="EndEdit" argnames="" returntype="System.Void" />\r
2507         <method name="BeginEdit" argnames="" returntype="System.Void" />\r
2508     </interface>\r
2509     <interface name="IExtenderProvider" namespace="System.ComponentModel">\r
2510         <method name="CanExtend(System.Object)" argnames="extendee" returntype="System.Boolean" />\r
2511     </interface>\r
2512     <interface name="IListSource" namespace="System.ComponentModel">\r
2513         <property name="ContainsListCollection" propertytype="System.Boolean" />\r
2514         <method name="GetList" argnames="" returntype="System.Collections.IList" />\r
2515     </interface>\r
2516     <interface name="ISupportInitialize" namespace="System.ComponentModel">\r
2517         <method name="EndInit" argnames="" returntype="System.Void" />\r
2518         <method name="BeginInit" argnames="" returntype="System.Void" />\r
2519     </interface>\r
2520     <interface name="ISynchronizeInvoke" namespace="System.ComponentModel">\r
2521         <property name="InvokeRequired" propertytype="System.Boolean" />\r
2522         <method name="Invoke(System.Delegate, System.Object[])" argnames="method, args" returntype="System.Object" />\r
2523         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Object" />\r
2524         <method name="BeginInvoke(System.Delegate, System.Object[])" argnames="method, args" returntype="System.IAsyncResult" />\r
2525     </interface>\r
2526     <interface name="ITypeDescriptorContext" namespace="System.ComponentModel">\r
2527         <property name="Container" propertytype="System.ComponentModel.IContainer" />\r
2528         <property name="Instance" propertytype="System.Object" />\r
2529         <property name="PropertyDescriptor" propertytype="System.ComponentModel.PropertyDescriptor" />\r
2530         <method name="OnComponentChanged" argnames="" returntype="System.Void" />\r
2531         <method name="OnComponentChanging" argnames="" returntype="System.Boolean" />\r
2532     </interface>\r
2533     <interface name="ITypedList" namespace="System.ComponentModel">\r
2534         <method name="GetItemProperties(System.ComponentModel.PropertyDescriptor[])" argnames="listAccessors" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
2535         <method name="GetListName(System.ComponentModel.PropertyDescriptor[])" argnames="listAccessors" returntype="System.String" />\r
2536     </interface>\r
2537     <delegate name="CancelEventHandler" namespace="System.ComponentModel">\r
2538         <constructor name="CancelEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2539         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2540         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2541         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2542         <method name="BeginInvoke(System.Object, System.ComponentModel.CancelEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
2543         <method name="Invoke(System.Object, System.ComponentModel.CancelEventArgs)" argnames="sender, e" returntype="System.Void" />\r
2544         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2545         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2546         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2547         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2548         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2549         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2550         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2551         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2552         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2553         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2554         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2555         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2556         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2557         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2558     </delegate>\r
2559     <delegate name="CollectionChangeEventHandler" namespace="System.ComponentModel">\r
2560         <constructor name="CollectionChangeEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2561         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2562         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2563         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2564         <method name="BeginInvoke(System.Object, System.ComponentModel.CollectionChangeEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
2565         <method name="Invoke(System.Object, System.ComponentModel.CollectionChangeEventArgs)" argnames="sender, e" returntype="System.Void" />\r
2566         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2567         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2568         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2569         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2570         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2571         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2572         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2573         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2574         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2575         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2576         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2577         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2578         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2579         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2580     </delegate>\r
2581     <delegate name="ListChangedEventHandler" namespace="System.ComponentModel">\r
2582         <constructor name="ListChangedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2583         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2584         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2585         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2586         <method name="BeginInvoke(System.Object, System.ComponentModel.ListChangedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
2587         <method name="Invoke(System.Object, System.ComponentModel.ListChangedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
2588         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2589         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2590         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2591         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2592         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2593         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2594         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2595         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2596         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2597         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2598         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2599         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2600         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2601         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2602     </delegate>\r
2603     <delegate name="PropertyChangedEventHandler" namespace="System.ComponentModel">\r
2604         <constructor name="PropertyChangedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2605         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2606         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2607         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2608         <method name="BeginInvoke(System.Object, System.ComponentModel.PropertyChangedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
2609         <method name="Invoke(System.Object, System.ComponentModel.PropertyChangedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
2610         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2611         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2612         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2613         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2614         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2615         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2616         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2617         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2618         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2619         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2620         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2621         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2622         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2623         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2624     </delegate>\r
2625     <delegate name="RefreshEventHandler" namespace="System.ComponentModel">\r
2626         <constructor name="RefreshEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
2627         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
2628         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
2629         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
2630         <method name="BeginInvoke(System.ComponentModel.RefreshEventArgs, System.AsyncCallback, System.Object)" argnames="e, callback, object" returntype="System.IAsyncResult" />\r
2631         <method name="Invoke(System.ComponentModel.RefreshEventArgs)" argnames="e" returntype="System.Void" />\r
2632         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
2633         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
2634         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2635         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
2636         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
2637         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
2638         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
2639         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2640         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
2641         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
2642         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2643         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
2644         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2645         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2646     </delegate>\r
2647     <enum name="BindableSupport" namespace="System.ComponentModel">\r
2648         <field name="No" />\r
2649         <field name="Yes" />\r
2650         <field name="Default" />\r
2651         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2652         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2653         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2654         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2655         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2656         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2657         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2658         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2659         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2660         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2661         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2662     </enum>\r
2663     <enum name="CollectionChangeAction" namespace="System.ComponentModel">\r
2664         <field name="Add" />\r
2665         <field name="Remove" />\r
2666         <field name="Refresh" />\r
2667         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2668         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2669         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2670         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2671         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2672         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2673         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2674         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2675         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2676         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2677         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2678     </enum>\r
2679     <enum name="DesignerSerializationVisibility" namespace="System.ComponentModel">\r
2680         <field name="Hidden" />\r
2681         <field name="Visible" />\r
2682         <field name="Content" />\r
2683         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2684         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2685         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2686         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2687         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2688         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2689         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2690         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2691         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2692         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2693         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2694     </enum>\r
2695     <enum name="EditorBrowsableState" namespace="System.ComponentModel">\r
2696         <field name="Always" />\r
2697         <field name="Never" />\r
2698         <field name="Advanced" />\r
2699         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2700         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2701         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2702         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2703         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2704         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2705         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2706         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2707         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2708         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2709         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2710     </enum>\r
2711     <enum name="LicenseUsageMode" namespace="System.ComponentModel">\r
2712         <field name="Runtime" />\r
2713         <field name="Designtime" />\r
2714         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2715         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2716         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2717         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2718         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2719         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2720         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2721         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2722         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2723         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2724         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2725     </enum>\r
2726     <enum name="ListChangedType" namespace="System.ComponentModel">\r
2727         <field name="Reset" />\r
2728         <field name="ItemAdded" />\r
2729         <field name="ItemDeleted" />\r
2730         <field name="ItemMoved" />\r
2731         <field name="ItemChanged" />\r
2732         <field name="PropertyDescriptorAdded" />\r
2733         <field name="PropertyDescriptorDeleted" />\r
2734         <field name="PropertyDescriptorChanged" />\r
2735         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2736         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2737         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2738         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2739         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2740         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2741         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2742         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2743         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2744         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2745         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2746     </enum>\r
2747     <enum name="ListSortDirection" namespace="System.ComponentModel">\r
2748         <field name="Ascending" />\r
2749         <field name="Descending" />\r
2750         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2751         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2752         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2753         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2754         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2755         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2756         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2757         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2758         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2759         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2760         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2761     </enum>\r
2762     <enum name="ToolboxItemFilterType" namespace="System.ComponentModel">\r
2763         <field name="Allow" />\r
2764         <field name="Custom" />\r
2765         <field name="Prevent" />\r
2766         <field name="Require" />\r
2767         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2768         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2769         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2770         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2771         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2772         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2773         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2774         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2775         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2776         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2777         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2778     </enum>\r
2779     <enum name="InheritanceLevel" namespace="System.ComponentModel">\r
2780         <field name="Inherited" />\r
2781         <field name="InheritedReadOnly" />\r
2782         <field name="NotInherited" />\r
2783         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2784         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2785         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2786         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2787         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2788         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2789         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2790         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2791         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2792         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2793         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2794     </enum>\r
2795     <enum name="PropertyTabScope" namespace="System.ComponentModel">\r
2796         <field name="Static" />\r
2797         <field name="Global" />\r
2798         <field name="Document" />\r
2799         <field name="Component" />\r
2800         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2801         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2802         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2803         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2804         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2805         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2806         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2807         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2808         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2809         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2810         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2811     </enum>\r
2812     <enum name="RefreshProperties" namespace="System.ComponentModel">\r
2813         <field name="None" />\r
2814         <field name="All" />\r
2815         <field name="Repaint" />\r
2816         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
2817         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
2818         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
2819         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
2820         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2821         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
2822         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
2823         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
2824         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
2825         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2826         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2827     </enum>\r
2828     <class name="Regex" namespace="System.Text.RegularExpressions">\r
2829         <constructor name="Regex" argnames="" />\r
2830         <constructor name="Regex(System.String)" argnames="pattern" />\r
2831         <constructor name="Regex(System.String, System.Text.RegularExpressions.RegexOptions)" argnames="pattern, options" />\r
2832         <property name="RightToLeft" propertytype="System.Boolean" />\r
2833         <property name="Options" propertytype="System.Text.RegularExpressions.RegexOptions" />\r
2834         <method name="Finalize" argnames="" returntype="System.Void" />\r
2835         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2836         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2837         <method name="ToString" argnames="" returntype="System.String" />\r
2838         <method name="Escape(System.String)" argnames="str" returntype="System.String" />\r
2839         <method name="Unescape(System.String)" argnames="str" returntype="System.String" />\r
2840         <method name="GetGroupNames" argnames="" returntype="System.String[]" />\r
2841         <method name="GetGroupNumbers" argnames="" returntype="System.Int32[]" />\r
2842         <method name="GroupNameFromNumber(System.Int32)" argnames="i" returntype="System.String" />\r
2843         <method name="GroupNumberFromName(System.String)" argnames="name" returntype="System.Int32" />\r
2844         <method name="IsMatch(System.String, System.String)" argnames="input, pattern" returntype="System.Boolean" />\r
2845         <method name="IsMatch(System.String, System.String, System.Text.RegularExpressions.RegexOptions)" argnames="input, pattern, options" returntype="System.Boolean" />\r
2846         <method name="IsMatch(System.String)" argnames="input" returntype="System.Boolean" />\r
2847         <method name="IsMatch(System.String, System.Int32)" argnames="input, startat" returntype="System.Boolean" />\r
2848         <method name="Match(System.String, System.String)" argnames="input, pattern" returntype="System.Text.RegularExpressions.Match" />\r
2849         <method name="Match(System.String, System.String, System.Text.RegularExpressions.RegexOptions)" argnames="input, pattern, options" returntype="System.Text.RegularExpressions.Match" />\r
2850         <method name="Match(System.String)" argnames="input" returntype="System.Text.RegularExpressions.Match" />\r
2851         <method name="Match(System.String, System.Int32)" argnames="input, startat" returntype="System.Text.RegularExpressions.Match" />\r
2852         <method name="Match(System.String, System.Int32, System.Int32)" argnames="input, beginning, length" returntype="System.Text.RegularExpressions.Match" />\r
2853         <method name="Matches(System.String, System.String)" argnames="input, pattern" returntype="System.Text.RegularExpressions.MatchCollection" />\r
2854         <method name="Matches(System.String, System.String, System.Text.RegularExpressions.RegexOptions)" argnames="input, pattern, options" returntype="System.Text.RegularExpressions.MatchCollection" />\r
2855         <method name="Matches(System.String)" argnames="input" returntype="System.Text.RegularExpressions.MatchCollection" />\r
2856         <method name="Matches(System.String, System.Int32)" argnames="input, startat" returntype="System.Text.RegularExpressions.MatchCollection" />\r
2857         <method name="Replace(System.String, System.String, System.String)" argnames="input, pattern, replacement" returntype="System.String" />\r
2858         <method name="Replace(System.String, System.String, System.String, System.Text.RegularExpressions.RegexOptions)" argnames="input, pattern, replacement, options" returntype="System.String" />\r
2859         <method name="Replace(System.String, System.String)" argnames="input, replacement" returntype="System.String" />\r
2860         <method name="Replace(System.String, System.String, System.Int32)" argnames="input, replacement, count" returntype="System.String" />\r
2861         <method name="Replace(System.String, System.String, System.Int32, System.Int32)" argnames="input, replacement, count, startat" returntype="System.String" />\r
2862         <method name="Replace(System.String, System.String, System.Text.RegularExpressions.MatchEvaluator)" argnames="input, pattern, evaluator" returntype="System.String" />\r
2863         <method name="Replace(System.String, System.String, System.Text.RegularExpressions.MatchEvaluator, System.Text.RegularExpressions.RegexOptions)" argnames="input, pattern, evaluator, options" returntype="System.String" />\r
2864         <method name="Replace(System.String, System.Text.RegularExpressions.MatchEvaluator)" argnames="input, evaluator" returntype="System.String" />\r
2865         <method name="Replace(System.String, System.Text.RegularExpressions.MatchEvaluator, System.Int32)" argnames="input, evaluator, count" returntype="System.String" />\r
2866         <method name="Replace(System.String, System.Text.RegularExpressions.MatchEvaluator, System.Int32, System.Int32)" argnames="input, evaluator, count, startat" returntype="System.String" />\r
2867         <method name="Split(System.String, System.String)" argnames="input, pattern" returntype="System.String[]" />\r
2868         <method name="Split(System.String, System.String, System.Text.RegularExpressions.RegexOptions)" argnames="input, pattern, options" returntype="System.String[]" />\r
2869         <method name="Split(System.String)" argnames="input" returntype="System.String[]" />\r
2870         <method name="Split(System.String, System.Int32)" argnames="input, count" returntype="System.String[]" />\r
2871         <method name="Split(System.String, System.Int32, System.Int32)" argnames="input, count, startat" returntype="System.String[]" />\r
2872         <method name="CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[], System.Reflection.AssemblyName)" argnames="regexinfos, assemblyname" returntype="System.Void" />\r
2873         <method name="CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[], System.Reflection.AssemblyName, System.Reflection.Emit.CustomAttributeBuilder[])" argnames="regexinfos, assemblyname, attributes" returntype="System.Void" />\r
2874         <method name="CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[], System.Reflection.AssemblyName, System.Reflection.Emit.CustomAttributeBuilder[], System.String)" argnames="regexinfos, assemblyname, attributes, resourceFile" returntype="System.Void" />\r
2875         <method name="InitializeReferences" argnames="" returntype="System.Void" />\r
2876         <method name="UseOptionC" argnames="" returntype="System.Boolean" />\r
2877         <method name="UseOptionR" argnames="" returntype="System.Boolean" />\r
2878         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2879         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2880     </class>\r
2881     <class name="Capture" namespace="System.Text.RegularExpressions">\r
2882         <property name="Index" propertytype="System.Int32" />\r
2883         <property name="Length" propertytype="System.Int32" />\r
2884         <property name="Value" propertytype="System.String" />\r
2885         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2886         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2887         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2888         <method name="ToString" argnames="" returntype="System.String" />\r
2889         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2890         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2891     </class>\r
2892     <class name="CaptureCollection" namespace="System.Text.RegularExpressions">\r
2893         <property name="SyncRoot" propertytype="System.Object" />\r
2894         <property name="IsSynchronized" propertytype="System.Boolean" />\r
2895         <property name="IsReadOnly" propertytype="System.Boolean" />\r
2896         <property name="Count" propertytype="System.Int32" />\r
2897         <property name="Item" propertytype="System.Text.RegularExpressions.Capture" />\r
2898         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
2899         <method name="CopyTo(System.Array, System.Int32)" argnames="array, arrayIndex" returntype="System.Void" />\r
2900         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2901         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2902         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2903         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2904         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2905         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2906     </class>\r
2907     <class name="RegexCompilationInfo" namespace="System.Text.RegularExpressions">\r
2908         <constructor name="RegexCompilationInfo(System.String, System.Text.RegularExpressions.RegexOptions, System.String, System.String, System.Boolean)" argnames="pattern, options, name, fullnamespace, ispublic" />\r
2909         <property name="Pattern" propertytype="System.String" />\r
2910         <property name="Options" propertytype="System.Text.RegularExpressions.RegexOptions" />\r
2911         <property name="Name" propertytype="System.String" />\r
2912         <property name="Namespace" propertytype="System.String" />\r
2913         <property name="IsPublic" propertytype="System.Boolean" />\r
2914         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2915         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2916         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2917         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2918         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2919         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2920     </class>\r
2921     <class name="Group" namespace="System.Text.RegularExpressions">\r
2922         <property name="Success" propertytype="System.Boolean" />\r
2923         <property name="Captures" propertytype="System.Text.RegularExpressions.CaptureCollection" />\r
2924         <property name="Index" inherited="System.Text.RegularExpressions.Capture" propertytype="System.Int32" />\r
2925         <property name="Length" inherited="System.Text.RegularExpressions.Capture" propertytype="System.Int32" />\r
2926         <property name="Value" inherited="System.Text.RegularExpressions.Capture" propertytype="System.String" />\r
2927         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2928         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2929         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2930         <method name="ToString" argnames="" inherited="System.Text.RegularExpressions.Capture" returntype="System.String" />\r
2931         <method name="Synchronized(System.Text.RegularExpressions.Group)" argnames="inner" returntype="System.Text.RegularExpressions.Group" />\r
2932         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2933         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2934     </class>\r
2935     <class name="GroupCollection" namespace="System.Text.RegularExpressions">\r
2936         <property name="SyncRoot" propertytype="System.Object" />\r
2937         <property name="IsSynchronized" propertytype="System.Boolean" />\r
2938         <property name="IsReadOnly" propertytype="System.Boolean" />\r
2939         <property name="Count" propertytype="System.Int32" />\r
2940         <property name="Item" propertytype="System.Text.RegularExpressions.Group" />\r
2941         <property name="Item" propertytype="System.Text.RegularExpressions.Group" />\r
2942         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
2943         <method name="CopyTo(System.Array, System.Int32)" argnames="array, arrayIndex" returntype="System.Void" />\r
2944         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2945         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2946         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2947         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2948         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2949         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2950     </class>\r
2951     <class name="RegexRunner" namespace="System.Text.RegularExpressions">\r
2952         <method name="InitTrackCount" argnames="" returntype="System.Void" />\r
2953         <method name="FindFirstChar" argnames="" returntype="System.Boolean" />\r
2954         <method name="Go" argnames="" returntype="System.Void" />\r
2955         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2956         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2957         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2958         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
2959         <method name="EnsureStorage" argnames="" returntype="System.Void" />\r
2960         <method name="IsBoundary(System.Int32, System.Int32, System.Int32)" argnames="index, startpos, endpos" returntype="System.Boolean" />\r
2961         <method name="IsECMABoundary(System.Int32, System.Int32, System.Int32)" argnames="index, startpos, endpos" returntype="System.Boolean" />\r
2962         <method name="CharInSet(System.Char, System.String, System.String)" argnames="ch, set, category" returntype="System.Boolean" />\r
2963         <method name="DoubleTrack" argnames="" returntype="System.Void" />\r
2964         <method name="DoubleStack" argnames="" returntype="System.Void" />\r
2965         <method name="DoubleCrawl" argnames="" returntype="System.Void" />\r
2966         <method name="Crawl(System.Int32)" argnames="i" returntype="System.Void" />\r
2967         <method name="Popcrawl" argnames="" returntype="System.Int32" />\r
2968         <method name="Crawlpos" argnames="" returntype="System.Int32" />\r
2969         <method name="Capture(System.Int32, System.Int32, System.Int32)" argnames="capnum, start, end" returntype="System.Void" />\r
2970         <method name="TransferCapture(System.Int32, System.Int32, System.Int32, System.Int32)" argnames="capnum, uncapnum, start, end" returntype="System.Void" />\r
2971         <method name="Uncapture" argnames="" returntype="System.Void" />\r
2972         <method name="IsMatched(System.Int32)" argnames="cap" returntype="System.Boolean" />\r
2973         <method name="MatchIndex(System.Int32)" argnames="cap" returntype="System.Int32" />\r
2974         <method name="MatchLength(System.Int32)" argnames="cap" returntype="System.Int32" />\r
2975         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2976         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2977     </class>\r
2978     <class name="Match" namespace="System.Text.RegularExpressions">\r
2979         <property name="Empty" propertytype="System.Text.RegularExpressions.Match" />\r
2980         <property name="Groups" propertytype="System.Text.RegularExpressions.GroupCollection" />\r
2981         <property name="Success" inherited="System.Text.RegularExpressions.Group" propertytype="System.Boolean" />\r
2982         <property name="Captures" inherited="System.Text.RegularExpressions.Group" propertytype="System.Text.RegularExpressions.CaptureCollection" />\r
2983         <property name="Index" inherited="System.Text.RegularExpressions.Capture" propertytype="System.Int32" />\r
2984         <property name="Length" inherited="System.Text.RegularExpressions.Capture" propertytype="System.Int32" />\r
2985         <property name="Value" inherited="System.Text.RegularExpressions.Capture" propertytype="System.String" />\r
2986         <method name="Result(System.String)" argnames="replacement" returntype="System.String" />\r
2987         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
2988         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
2989         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
2990         <method name="ToString" argnames="" inherited="System.Text.RegularExpressions.Capture" returntype="System.String" />\r
2991         <method name="NextMatch" argnames="" returntype="System.Text.RegularExpressions.Match" />\r
2992         <method name="Synchronized(System.Text.RegularExpressions.Match)" argnames="inner" returntype="System.Text.RegularExpressions.Match" />\r
2993         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
2994         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
2995     </class>\r
2996     <class name="MatchCollection" namespace="System.Text.RegularExpressions">\r
2997         <property name="Count" propertytype="System.Int32" />\r
2998         <property name="SyncRoot" propertytype="System.Object" />\r
2999         <property name="IsSynchronized" propertytype="System.Boolean" />\r
3000         <property name="IsReadOnly" propertytype="System.Boolean" />\r
3001         <property name="Item" propertytype="System.Text.RegularExpressions.Match" />\r
3002         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
3003         <method name="CopyTo(System.Array, System.Int32)" argnames="array, arrayIndex" returntype="System.Void" />\r
3004         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3005         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3006         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3007         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3008         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3009         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3010     </class>\r
3011     <class name="RegexRunnerFactory" namespace="System.Text.RegularExpressions">\r
3012         <constructor name="RegexRunnerFactory" argnames="" />\r
3013         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3014         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3015         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3016         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3017         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3018         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3019     </class>\r
3020     <delegate name="MatchEvaluator" namespace="System.Text.RegularExpressions">\r
3021         <constructor name="MatchEvaluator(System.Object, System.IntPtr)" argnames="object, method" />\r
3022         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
3023         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
3024         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.String" />\r
3025         <method name="BeginInvoke(System.Text.RegularExpressions.Match, System.AsyncCallback, System.Object)" argnames="match, callback, object" returntype="System.IAsyncResult" />\r
3026         <method name="Invoke(System.Text.RegularExpressions.Match)" argnames="match" returntype="System.String" />\r
3027         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
3028         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
3029         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3030         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
3031         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
3032         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
3033         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
3034         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3035         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
3036         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
3037         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3038         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
3039         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3040         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3041     </delegate>\r
3042     <enum name="RegexOptions" namespace="System.Text.RegularExpressions">\r
3043         <field name="None" />\r
3044         <field name="IgnoreCase" />\r
3045         <field name="Multiline" />\r
3046         <field name="ExplicitCapture" />\r
3047         <field name="Compiled" />\r
3048         <field name="Singleline" />\r
3049         <field name="IgnorePatternWhitespace" />\r
3050         <field name="RightToLeft" />\r
3051         <field name="ECMAScript" />\r
3052         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
3053         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
3054         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
3055         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
3056         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3057         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
3058         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
3059         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
3060         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
3061         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3062         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3063     </enum>\r
3064     <class name="CodeObject" namespace="System.CodeDom">\r
3065         <constructor name="CodeObject" argnames="" />\r
3066         <property name="UserData" propertytype="System.Collections.IDictionary" />\r
3067         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3068         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3069         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3070         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3071         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3072         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3073     </class>\r
3074     <class name="CodeExpression" namespace="System.CodeDom">\r
3075         <constructor name="CodeExpression" argnames="" />\r
3076         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3077         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3078         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3079         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3080         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3081         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3082         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3083     </class>\r
3084     <class name="CodeArgumentReferenceExpression" namespace="System.CodeDom">\r
3085         <constructor name="CodeArgumentReferenceExpression" argnames="" />\r
3086         <constructor name="CodeArgumentReferenceExpression(System.String)" argnames="parameterName" />\r
3087         <property name="ParameterName" propertytype="System.String" />\r
3088         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3089         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3090         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3091         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3092         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3093         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3094         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3095     </class>\r
3096     <class name="CodeArrayCreateExpression" namespace="System.CodeDom">\r
3097         <constructor name="CodeArrayCreateExpression" argnames="" />\r
3098         <constructor name="CodeArrayCreateExpression(System.CodeDom.CodeTypeReference, System.CodeDom.CodeExpression[])" argnames="createType, initializers" />\r
3099         <constructor name="CodeArrayCreateExpression(System.String, System.CodeDom.CodeExpression[])" argnames="createType, initializers" />\r
3100         <constructor name="CodeArrayCreateExpression(System.Type, System.CodeDom.CodeExpression[])" argnames="createType, initializers" />\r
3101         <constructor name="CodeArrayCreateExpression(System.CodeDom.CodeTypeReference, System.Int32)" argnames="createType, size" />\r
3102         <constructor name="CodeArrayCreateExpression(System.String, System.Int32)" argnames="createType, size" />\r
3103         <constructor name="CodeArrayCreateExpression(System.Type, System.Int32)" argnames="createType, size" />\r
3104         <constructor name="CodeArrayCreateExpression(System.CodeDom.CodeTypeReference, System.CodeDom.CodeExpression)" argnames="createType, size" />\r
3105         <constructor name="CodeArrayCreateExpression(System.String, System.CodeDom.CodeExpression)" argnames="createType, size" />\r
3106         <constructor name="CodeArrayCreateExpression(System.Type, System.CodeDom.CodeExpression)" argnames="createType, size" />\r
3107         <property name="CreateType" propertytype="System.CodeDom.CodeTypeReference" />\r
3108         <property name="Initializers" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3109         <property name="Size" propertytype="System.Int32" />\r
3110         <property name="SizeExpression" propertytype="System.CodeDom.CodeExpression" />\r
3111         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3112         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3113         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3114         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3115         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3116         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3117         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3118     </class>\r
3119     <class name="CodeArrayIndexerExpression" namespace="System.CodeDom">\r
3120         <constructor name="CodeArrayIndexerExpression" argnames="" />\r
3121         <constructor name="CodeArrayIndexerExpression(System.CodeDom.CodeExpression, System.CodeDom.CodeExpression[])" argnames="targetObject, indices" />\r
3122         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3123         <property name="Indices" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3124         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3125         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3126         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3127         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3128         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3129         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3130         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3131     </class>\r
3132     <class name="CodeStatement" namespace="System.CodeDom">\r
3133         <constructor name="CodeStatement" argnames="" />\r
3134         <property name="LinePragma" propertytype="System.CodeDom.CodeLinePragma" />\r
3135         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3136         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3137         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3138         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3139         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3140         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3141         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3142     </class>\r
3143     <class name="CodeAssignStatement" namespace="System.CodeDom">\r
3144         <constructor name="CodeAssignStatement" argnames="" />\r
3145         <constructor name="CodeAssignStatement(System.CodeDom.CodeExpression, System.CodeDom.CodeExpression)" argnames="left, right" />\r
3146         <property name="Left" propertytype="System.CodeDom.CodeExpression" />\r
3147         <property name="Right" propertytype="System.CodeDom.CodeExpression" />\r
3148         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3149         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3150         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3151         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3152         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3153         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3154         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3155         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3156     </class>\r
3157     <class name="CodeAttachEventStatement" namespace="System.CodeDom">\r
3158         <constructor name="CodeAttachEventStatement" argnames="" />\r
3159         <constructor name="CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression, System.CodeDom.CodeExpression)" argnames="eventRef, listener" />\r
3160         <constructor name="CodeAttachEventStatement(System.CodeDom.CodeExpression, System.String, System.CodeDom.CodeExpression)" argnames="targetObject, eventName, listener" />\r
3161         <property name="Event" propertytype="System.CodeDom.CodeEventReferenceExpression" />\r
3162         <property name="Listener" propertytype="System.CodeDom.CodeExpression" />\r
3163         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3164         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3165         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3166         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3167         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3168         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3169         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3170         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3171     </class>\r
3172     <class name="CodeAttributeArgument" namespace="System.CodeDom">\r
3173         <constructor name="CodeAttributeArgument" argnames="" />\r
3174         <constructor name="CodeAttributeArgument(System.CodeDom.CodeExpression)" argnames="value" />\r
3175         <constructor name="CodeAttributeArgument(System.String, System.CodeDom.CodeExpression)" argnames="name, value" />\r
3176         <property name="Name" propertytype="System.String" />\r
3177         <property name="Value" propertytype="System.CodeDom.CodeExpression" />\r
3178         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3179         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3180         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3181         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3182         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3183         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3184     </class>\r
3185     <class name="CodeAttributeArgumentCollection" namespace="System.CodeDom">\r
3186         <constructor name="CodeAttributeArgumentCollection" argnames="" />\r
3187         <constructor name="CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection)" argnames="value" />\r
3188         <constructor name="CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[])" argnames="value" />\r
3189         <property name="Item" propertytype="System.CodeDom.CodeAttributeArgument" />\r
3190         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
3191         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
3192         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
3193         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
3194         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3195         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3196         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3197         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3198         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3199         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3200         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3201         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3202         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3203         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3204         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3205         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3206         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3207         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3208         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3209         <method name="Add(System.CodeDom.CodeAttributeArgument)" argnames="value" returntype="System.Int32" />\r
3210         <method name="AddRange(System.CodeDom.CodeAttributeArgument[])" argnames="value" returntype="System.Void" />\r
3211         <method name="AddRange(System.CodeDom.CodeAttributeArgumentCollection)" argnames="value" returntype="System.Void" />\r
3212         <method name="Contains(System.CodeDom.CodeAttributeArgument)" argnames="value" returntype="System.Boolean" />\r
3213         <method name="CopyTo(System.CodeDom.CodeAttributeArgument[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
3214         <method name="IndexOf(System.CodeDom.CodeAttributeArgument)" argnames="value" returntype="System.Int32" />\r
3215         <method name="Insert(System.Int32, System.CodeDom.CodeAttributeArgument)" argnames="index, value" returntype="System.Void" />\r
3216         <method name="Remove(System.CodeDom.CodeAttributeArgument)" argnames="value" returntype="System.Void" />\r
3217         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3218         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3219     </class>\r
3220     <class name="CodeAttributeDeclaration" namespace="System.CodeDom">\r
3221         <constructor name="CodeAttributeDeclaration" argnames="" />\r
3222         <constructor name="CodeAttributeDeclaration(System.String)" argnames="name" />\r
3223         <constructor name="CodeAttributeDeclaration(System.String, System.CodeDom.CodeAttributeArgument[])" argnames="name, arguments" />\r
3224         <property name="Name" propertytype="System.String" />\r
3225         <property name="Arguments" propertytype="System.CodeDom.CodeAttributeArgumentCollection" />\r
3226         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3227         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3228         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3229         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3230         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3231         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3232     </class>\r
3233     <class name="CodeAttributeDeclarationCollection" namespace="System.CodeDom">\r
3234         <constructor name="CodeAttributeDeclarationCollection" argnames="" />\r
3235         <constructor name="CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="value" />\r
3236         <constructor name="CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[])" argnames="value" />\r
3237         <property name="Item" propertytype="System.CodeDom.CodeAttributeDeclaration" />\r
3238         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
3239         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
3240         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
3241         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
3242         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3243         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3244         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3245         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3246         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3247         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3248         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3249         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3250         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3251         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3252         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3253         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3254         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3255         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3256         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3257         <method name="Add(System.CodeDom.CodeAttributeDeclaration)" argnames="value" returntype="System.Int32" />\r
3258         <method name="AddRange(System.CodeDom.CodeAttributeDeclaration[])" argnames="value" returntype="System.Void" />\r
3259         <method name="AddRange(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="value" returntype="System.Void" />\r
3260         <method name="Contains(System.CodeDom.CodeAttributeDeclaration)" argnames="value" returntype="System.Boolean" />\r
3261         <method name="CopyTo(System.CodeDom.CodeAttributeDeclaration[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
3262         <method name="IndexOf(System.CodeDom.CodeAttributeDeclaration)" argnames="value" returntype="System.Int32" />\r
3263         <method name="Insert(System.Int32, System.CodeDom.CodeAttributeDeclaration)" argnames="index, value" returntype="System.Void" />\r
3264         <method name="Remove(System.CodeDom.CodeAttributeDeclaration)" argnames="value" returntype="System.Void" />\r
3265         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3266         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3267     </class>\r
3268     <class name="CodeBaseReferenceExpression" namespace="System.CodeDom">\r
3269         <constructor name="CodeBaseReferenceExpression" argnames="" />\r
3270         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3271         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3272         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3273         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3274         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3275         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3276         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3277     </class>\r
3278     <class name="CodeBinaryOperatorExpression" namespace="System.CodeDom">\r
3279         <constructor name="CodeBinaryOperatorExpression" argnames="" />\r
3280         <constructor name="CodeBinaryOperatorExpression(System.CodeDom.CodeExpression, System.CodeDom.CodeBinaryOperatorType, System.CodeDom.CodeExpression)" argnames="left, op, right" />\r
3281         <property name="Right" propertytype="System.CodeDom.CodeExpression" />\r
3282         <property name="Left" propertytype="System.CodeDom.CodeExpression" />\r
3283         <property name="Operator" propertytype="System.CodeDom.CodeBinaryOperatorType" />\r
3284         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3285         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3286         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3287         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3288         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3289         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3290         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3291     </class>\r
3292     <class name="CodeCastExpression" namespace="System.CodeDom">\r
3293         <constructor name="CodeCastExpression" argnames="" />\r
3294         <constructor name="CodeCastExpression(System.CodeDom.CodeTypeReference, System.CodeDom.CodeExpression)" argnames="targetType, expression" />\r
3295         <constructor name="CodeCastExpression(System.String, System.CodeDom.CodeExpression)" argnames="targetType, expression" />\r
3296         <constructor name="CodeCastExpression(System.Type, System.CodeDom.CodeExpression)" argnames="targetType, expression" />\r
3297         <property name="TargetType" propertytype="System.CodeDom.CodeTypeReference" />\r
3298         <property name="Expression" propertytype="System.CodeDom.CodeExpression" />\r
3299         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3300         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3301         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3302         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3303         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3304         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3305         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3306     </class>\r
3307     <class name="CodeCatchClause" namespace="System.CodeDom">\r
3308         <constructor name="CodeCatchClause" argnames="" />\r
3309         <constructor name="CodeCatchClause(System.String)" argnames="localName" />\r
3310         <constructor name="CodeCatchClause(System.String, System.CodeDom.CodeTypeReference)" argnames="localName, catchExceptionType" />\r
3311         <constructor name="CodeCatchClause(System.String, System.CodeDom.CodeTypeReference, System.CodeDom.CodeStatement[])" argnames="localName, catchExceptionType, statements" />\r
3312         <property name="LocalName" propertytype="System.String" />\r
3313         <property name="CatchExceptionType" propertytype="System.CodeDom.CodeTypeReference" />\r
3314         <property name="Statements" propertytype="System.CodeDom.CodeStatementCollection" />\r
3315         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3316         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3317         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3318         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3319         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3320         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3321     </class>\r
3322     <class name="CodeCatchClauseCollection" namespace="System.CodeDom">\r
3323         <constructor name="CodeCatchClauseCollection" argnames="" />\r
3324         <constructor name="CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection)" argnames="value" />\r
3325         <constructor name="CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[])" argnames="value" />\r
3326         <property name="Item" propertytype="System.CodeDom.CodeCatchClause" />\r
3327         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
3328         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
3329         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
3330         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
3331         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3332         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3333         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3334         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3335         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3336         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3337         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3338         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3339         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3340         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3341         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3342         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3343         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3344         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3345         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3346         <method name="Add(System.CodeDom.CodeCatchClause)" argnames="value" returntype="System.Int32" />\r
3347         <method name="AddRange(System.CodeDom.CodeCatchClause[])" argnames="value" returntype="System.Void" />\r
3348         <method name="AddRange(System.CodeDom.CodeCatchClauseCollection)" argnames="value" returntype="System.Void" />\r
3349         <method name="Contains(System.CodeDom.CodeCatchClause)" argnames="value" returntype="System.Boolean" />\r
3350         <method name="CopyTo(System.CodeDom.CodeCatchClause[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
3351         <method name="IndexOf(System.CodeDom.CodeCatchClause)" argnames="value" returntype="System.Int32" />\r
3352         <method name="Insert(System.Int32, System.CodeDom.CodeCatchClause)" argnames="index, value" returntype="System.Void" />\r
3353         <method name="Remove(System.CodeDom.CodeCatchClause)" argnames="value" returntype="System.Void" />\r
3354         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3355         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3356     </class>\r
3357     <class name="CodeComment" namespace="System.CodeDom">\r
3358         <constructor name="CodeComment" argnames="" />\r
3359         <constructor name="CodeComment(System.String)" argnames="text" />\r
3360         <constructor name="CodeComment(System.String, System.Boolean)" argnames="text, docComment" />\r
3361         <property name="DocComment" propertytype="System.Boolean" />\r
3362         <property name="Text" propertytype="System.String" />\r
3363         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3364         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3365         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3366         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3367         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3368         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3369         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3370     </class>\r
3371     <class name="CodeCommentStatement" namespace="System.CodeDom">\r
3372         <constructor name="CodeCommentStatement" argnames="" />\r
3373         <constructor name="CodeCommentStatement(System.CodeDom.CodeComment)" argnames="comment" />\r
3374         <constructor name="CodeCommentStatement(System.String)" argnames="text" />\r
3375         <constructor name="CodeCommentStatement(System.String, System.Boolean)" argnames="text, docComment" />\r
3376         <property name="Comment" propertytype="System.CodeDom.CodeComment" />\r
3377         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3378         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3379         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3380         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3381         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3382         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3383         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3384         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3385     </class>\r
3386     <class name="CodeCommentStatementCollection" namespace="System.CodeDom">\r
3387         <constructor name="CodeCommentStatementCollection" argnames="" />\r
3388         <constructor name="CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection)" argnames="value" />\r
3389         <constructor name="CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[])" argnames="value" />\r
3390         <property name="Item" propertytype="System.CodeDom.CodeCommentStatement" />\r
3391         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
3392         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
3393         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
3394         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
3395         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3396         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3397         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3398         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3399         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3400         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3401         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3402         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3403         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3404         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3405         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3406         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3407         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3408         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3409         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3410         <method name="Add(System.CodeDom.CodeCommentStatement)" argnames="value" returntype="System.Int32" />\r
3411         <method name="AddRange(System.CodeDom.CodeCommentStatement[])" argnames="value" returntype="System.Void" />\r
3412         <method name="AddRange(System.CodeDom.CodeCommentStatementCollection)" argnames="value" returntype="System.Void" />\r
3413         <method name="Contains(System.CodeDom.CodeCommentStatement)" argnames="value" returntype="System.Boolean" />\r
3414         <method name="CopyTo(System.CodeDom.CodeCommentStatement[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
3415         <method name="IndexOf(System.CodeDom.CodeCommentStatement)" argnames="value" returntype="System.Int32" />\r
3416         <method name="Insert(System.Int32, System.CodeDom.CodeCommentStatement)" argnames="index, value" returntype="System.Void" />\r
3417         <method name="Remove(System.CodeDom.CodeCommentStatement)" argnames="value" returntype="System.Void" />\r
3418         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3419         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3420     </class>\r
3421     <class name="CodeCompileUnit" namespace="System.CodeDom">\r
3422         <constructor name="CodeCompileUnit" argnames="" />\r
3423         <property name="Namespaces" propertytype="System.CodeDom.CodeNamespaceCollection" />\r
3424         <property name="ReferencedAssemblies" propertytype="System.Collections.Specialized.StringCollection" />\r
3425         <property name="AssemblyCustomAttributes" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3426         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3427         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3428         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3429         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3430         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3431         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3432         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3433     </class>\r
3434     <class name="CodeConditionStatement" namespace="System.CodeDom">\r
3435         <constructor name="CodeConditionStatement" argnames="" />\r
3436         <constructor name="CodeConditionStatement(System.CodeDom.CodeExpression, System.CodeDom.CodeStatement[])" argnames="condition, trueStatements" />\r
3437         <constructor name="CodeConditionStatement(System.CodeDom.CodeExpression, System.CodeDom.CodeStatement[], System.CodeDom.CodeStatement[])" argnames="condition, trueStatements, falseStatements" />\r
3438         <property name="Condition" propertytype="System.CodeDom.CodeExpression" />\r
3439         <property name="TrueStatements" propertytype="System.CodeDom.CodeStatementCollection" />\r
3440         <property name="FalseStatements" propertytype="System.CodeDom.CodeStatementCollection" />\r
3441         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3442         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3443         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3444         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3445         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3446         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3447         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3448         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3449     </class>\r
3450     <class name="CodeTypeMember" namespace="System.CodeDom">\r
3451         <constructor name="CodeTypeMember" argnames="" />\r
3452         <property name="Name" propertytype="System.String" />\r
3453         <property name="Attributes" propertytype="System.CodeDom.MemberAttributes" />\r
3454         <property name="CustomAttributes" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3455         <property name="LinePragma" propertytype="System.CodeDom.CodeLinePragma" />\r
3456         <property name="Comments" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3457         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3458         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3459         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3460         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3461         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3462         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3463         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3464     </class>\r
3465     <class name="CodeMemberMethod" namespace="System.CodeDom">\r
3466         <constructor name="CodeMemberMethod" argnames="" />\r
3467         <property name="ReturnType" propertytype="System.CodeDom.CodeTypeReference" />\r
3468         <property name="Statements" propertytype="System.CodeDom.CodeStatementCollection" />\r
3469         <property name="Parameters" propertytype="System.CodeDom.CodeParameterDeclarationExpressionCollection" />\r
3470         <property name="PrivateImplementationType" propertytype="System.CodeDom.CodeTypeReference" />\r
3471         <property name="ImplementationTypes" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
3472         <property name="ReturnTypeCustomAttributes" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3473         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
3474         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
3475         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3476         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
3477         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3478         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3479         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3480         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3481         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3482         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3483         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3484         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3485         <event name="PopulateParameters" />\r
3486         <event name="PopulateStatements" />\r
3487         <event name="PopulateImplementationTypes" />\r
3488     </class>\r
3489     <class name="CodeConstructor" namespace="System.CodeDom">\r
3490         <constructor name="CodeConstructor" argnames="" />\r
3491         <property name="BaseConstructorArgs" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3492         <property name="ChainedConstructorArgs" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3493         <property name="ReturnType" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReference" />\r
3494         <property name="Statements" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeStatementCollection" />\r
3495         <property name="Parameters" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeParameterDeclarationExpressionCollection" />\r
3496         <property name="PrivateImplementationType" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReference" />\r
3497         <property name="ImplementationTypes" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
3498         <property name="ReturnTypeCustomAttributes" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3499         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
3500         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
3501         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3502         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
3503         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3504         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3505         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3506         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3507         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3508         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3509         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3510         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3511         <event name="PopulateParameters" inherited="System.CodeDom.CodeMemberMethod" />\r
3512         <event name="PopulateStatements" inherited="System.CodeDom.CodeMemberMethod" />\r
3513         <event name="PopulateImplementationTypes" inherited="System.CodeDom.CodeMemberMethod" />\r
3514     </class>\r
3515     <class name="CodeDelegateCreateExpression" namespace="System.CodeDom">\r
3516         <constructor name="CodeDelegateCreateExpression" argnames="" />\r
3517         <constructor name="CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference, System.CodeDom.CodeExpression, System.String)" argnames="delegateType, targetObject, methodName" />\r
3518         <property name="DelegateType" propertytype="System.CodeDom.CodeTypeReference" />\r
3519         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3520         <property name="MethodName" propertytype="System.String" />\r
3521         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3522         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3523         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3524         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3525         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3526         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3527         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3528     </class>\r
3529     <class name="CodeDelegateInvokeExpression" namespace="System.CodeDom">\r
3530         <constructor name="CodeDelegateInvokeExpression" argnames="" />\r
3531         <constructor name="CodeDelegateInvokeExpression(System.CodeDom.CodeExpression)" argnames="targetObject" />\r
3532         <constructor name="CodeDelegateInvokeExpression(System.CodeDom.CodeExpression, System.CodeDom.CodeExpression[])" argnames="targetObject, parameters" />\r
3533         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3534         <property name="Parameters" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3535         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3536         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3537         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3538         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3539         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3540         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3541         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3542     </class>\r
3543     <class name="CodeDirectionExpression" namespace="System.CodeDom">\r
3544         <constructor name="CodeDirectionExpression" argnames="" />\r
3545         <constructor name="CodeDirectionExpression(System.CodeDom.FieldDirection, System.CodeDom.CodeExpression)" argnames="direction, expression" />\r
3546         <property name="Expression" propertytype="System.CodeDom.CodeExpression" />\r
3547         <property name="Direction" propertytype="System.CodeDom.FieldDirection" />\r
3548         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3549         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3550         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3551         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3552         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3553         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3554         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3555     </class>\r
3556     <class name="CodeEntryPointMethod" namespace="System.CodeDom">\r
3557         <constructor name="CodeEntryPointMethod" argnames="" />\r
3558         <property name="ReturnType" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReference" />\r
3559         <property name="Statements" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeStatementCollection" />\r
3560         <property name="Parameters" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeParameterDeclarationExpressionCollection" />\r
3561         <property name="PrivateImplementationType" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReference" />\r
3562         <property name="ImplementationTypes" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
3563         <property name="ReturnTypeCustomAttributes" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3564         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
3565         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
3566         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3567         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
3568         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3569         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3570         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3571         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3572         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3573         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3574         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3575         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3576         <event name="PopulateParameters" inherited="System.CodeDom.CodeMemberMethod" />\r
3577         <event name="PopulateStatements" inherited="System.CodeDom.CodeMemberMethod" />\r
3578         <event name="PopulateImplementationTypes" inherited="System.CodeDom.CodeMemberMethod" />\r
3579     </class>\r
3580     <class name="CodeEventReferenceExpression" namespace="System.CodeDom">\r
3581         <constructor name="CodeEventReferenceExpression" argnames="" />\r
3582         <constructor name="CodeEventReferenceExpression(System.CodeDom.CodeExpression, System.String)" argnames="targetObject, eventName" />\r
3583         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3584         <property name="EventName" propertytype="System.String" />\r
3585         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3586         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3587         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3588         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3589         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3590         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3591         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3592     </class>\r
3593     <class name="CodeExpressionCollection" namespace="System.CodeDom">\r
3594         <constructor name="CodeExpressionCollection" argnames="" />\r
3595         <constructor name="CodeExpressionCollection(System.CodeDom.CodeExpressionCollection)" argnames="value" />\r
3596         <constructor name="CodeExpressionCollection(System.CodeDom.CodeExpression[])" argnames="value" />\r
3597         <property name="Item" propertytype="System.CodeDom.CodeExpression" />\r
3598         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
3599         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
3600         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
3601         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
3602         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3603         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3604         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3605         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3606         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3607         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3608         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3609         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3610         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3611         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3612         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3613         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3614         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3615         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3616         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3617         <method name="Add(System.CodeDom.CodeExpression)" argnames="value" returntype="System.Int32" />\r
3618         <method name="AddRange(System.CodeDom.CodeExpression[])" argnames="value" returntype="System.Void" />\r
3619         <method name="AddRange(System.CodeDom.CodeExpressionCollection)" argnames="value" returntype="System.Void" />\r
3620         <method name="Contains(System.CodeDom.CodeExpression)" argnames="value" returntype="System.Boolean" />\r
3621         <method name="CopyTo(System.CodeDom.CodeExpression[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
3622         <method name="IndexOf(System.CodeDom.CodeExpression)" argnames="value" returntype="System.Int32" />\r
3623         <method name="Insert(System.Int32, System.CodeDom.CodeExpression)" argnames="index, value" returntype="System.Void" />\r
3624         <method name="Remove(System.CodeDom.CodeExpression)" argnames="value" returntype="System.Void" />\r
3625         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3626         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3627     </class>\r
3628     <class name="CodeExpressionStatement" namespace="System.CodeDom">\r
3629         <constructor name="CodeExpressionStatement" argnames="" />\r
3630         <constructor name="CodeExpressionStatement(System.CodeDom.CodeExpression)" argnames="expression" />\r
3631         <property name="Expression" propertytype="System.CodeDom.CodeExpression" />\r
3632         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3633         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3634         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3635         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3636         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3637         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3638         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3639         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3640     </class>\r
3641     <class name="CodeFieldReferenceExpression" namespace="System.CodeDom">\r
3642         <constructor name="CodeFieldReferenceExpression" argnames="" />\r
3643         <constructor name="CodeFieldReferenceExpression(System.CodeDom.CodeExpression, System.String)" argnames="targetObject, fieldName" />\r
3644         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3645         <property name="FieldName" propertytype="System.String" />\r
3646         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3647         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3648         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3649         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3650         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3651         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3652         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3653     </class>\r
3654     <class name="CodeGotoStatement" namespace="System.CodeDom">\r
3655         <constructor name="CodeGotoStatement(System.String)" argnames="label" />\r
3656         <property name="Label" propertytype="System.String" />\r
3657         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3658         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3659         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3660         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3661         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3662         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3663         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3664         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3665     </class>\r
3666     <class name="CodeIndexerExpression" namespace="System.CodeDom">\r
3667         <constructor name="CodeIndexerExpression" argnames="" />\r
3668         <constructor name="CodeIndexerExpression(System.CodeDom.CodeExpression, System.CodeDom.CodeExpression[])" argnames="targetObject, indices" />\r
3669         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3670         <property name="Indices" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3671         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3672         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3673         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3674         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3675         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3676         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3677         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3678     </class>\r
3679     <class name="CodeIterationStatement" namespace="System.CodeDom">\r
3680         <constructor name="CodeIterationStatement" argnames="" />\r
3681         <constructor name="CodeIterationStatement(System.CodeDom.CodeStatement, System.CodeDom.CodeExpression, System.CodeDom.CodeStatement, System.CodeDom.CodeStatement[])" argnames="initStatement, testExpression, incrementStatement, statements" />\r
3682         <property name="InitStatement" propertytype="System.CodeDom.CodeStatement" />\r
3683         <property name="TestExpression" propertytype="System.CodeDom.CodeExpression" />\r
3684         <property name="IncrementStatement" propertytype="System.CodeDom.CodeStatement" />\r
3685         <property name="Statements" propertytype="System.CodeDom.CodeStatementCollection" />\r
3686         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3687         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3688         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3689         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3690         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3691         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3692         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3693         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3694     </class>\r
3695     <class name="CodeLabeledStatement" namespace="System.CodeDom">\r
3696         <constructor name="CodeLabeledStatement" argnames="" />\r
3697         <constructor name="CodeLabeledStatement(System.String)" argnames="label" />\r
3698         <constructor name="CodeLabeledStatement(System.String, System.CodeDom.CodeStatement)" argnames="label, statement" />\r
3699         <property name="Label" propertytype="System.String" />\r
3700         <property name="Statement" propertytype="System.CodeDom.CodeStatement" />\r
3701         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3702         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3703         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3704         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3705         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3706         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3707         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3708         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3709     </class>\r
3710     <class name="CodeLinePragma" namespace="System.CodeDom">\r
3711         <constructor name="CodeLinePragma(System.String, System.Int32)" argnames="fileName, lineNumber" />\r
3712         <property name="FileName" propertytype="System.String" />\r
3713         <property name="LineNumber" propertytype="System.Int32" />\r
3714         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3715         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3716         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3717         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3718         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3719         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3720     </class>\r
3721     <class name="CodeMemberEvent" namespace="System.CodeDom">\r
3722         <constructor name="CodeMemberEvent" argnames="" />\r
3723         <property name="Type" propertytype="System.CodeDom.CodeTypeReference" />\r
3724         <property name="PrivateImplementationType" propertytype="System.CodeDom.CodeTypeReference" />\r
3725         <property name="ImplementationTypes" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
3726         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
3727         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
3728         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3729         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
3730         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3731         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3732         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3733         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3734         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3735         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3736         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3737         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3738     </class>\r
3739     <class name="CodeMemberField" namespace="System.CodeDom">\r
3740         <constructor name="CodeMemberField" argnames="" />\r
3741         <constructor name="CodeMemberField(System.CodeDom.CodeTypeReference, System.String)" argnames="type, name" />\r
3742         <constructor name="CodeMemberField(System.String, System.String)" argnames="type, name" />\r
3743         <constructor name="CodeMemberField(System.Type, System.String)" argnames="type, name" />\r
3744         <property name="Type" propertytype="System.CodeDom.CodeTypeReference" />\r
3745         <property name="InitExpression" propertytype="System.CodeDom.CodeExpression" />\r
3746         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
3747         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
3748         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3749         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
3750         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3751         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3752         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3753         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3754         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3755         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3756         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3757         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3758     </class>\r
3759     <class name="CodeMemberProperty" namespace="System.CodeDom">\r
3760         <constructor name="CodeMemberProperty" argnames="" />\r
3761         <property name="PrivateImplementationType" propertytype="System.CodeDom.CodeTypeReference" />\r
3762         <property name="ImplementationTypes" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
3763         <property name="Type" propertytype="System.CodeDom.CodeTypeReference" />\r
3764         <property name="HasGet" propertytype="System.Boolean" />\r
3765         <property name="HasSet" propertytype="System.Boolean" />\r
3766         <property name="GetStatements" propertytype="System.CodeDom.CodeStatementCollection" />\r
3767         <property name="SetStatements" propertytype="System.CodeDom.CodeStatementCollection" />\r
3768         <property name="Parameters" propertytype="System.CodeDom.CodeParameterDeclarationExpressionCollection" />\r
3769         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
3770         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
3771         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3772         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
3773         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3774         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3775         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3776         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3777         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3778         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3779         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3780         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3781     </class>\r
3782     <class name="CodeMethodInvokeExpression" namespace="System.CodeDom">\r
3783         <constructor name="CodeMethodInvokeExpression" argnames="" />\r
3784         <constructor name="CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression, System.CodeDom.CodeExpression[])" argnames="method, parameters" />\r
3785         <constructor name="CodeMethodInvokeExpression(System.CodeDom.CodeExpression, System.String, System.CodeDom.CodeExpression[])" argnames="targetObject, methodName, parameters" />\r
3786         <property name="Method" propertytype="System.CodeDom.CodeMethodReferenceExpression" />\r
3787         <property name="Parameters" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3788         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3789         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3790         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3791         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3792         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3793         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3794         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3795     </class>\r
3796     <class name="CodeMethodReferenceExpression" namespace="System.CodeDom">\r
3797         <constructor name="CodeMethodReferenceExpression" argnames="" />\r
3798         <constructor name="CodeMethodReferenceExpression(System.CodeDom.CodeExpression, System.String)" argnames="targetObject, methodName" />\r
3799         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3800         <property name="MethodName" propertytype="System.String" />\r
3801         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3802         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3803         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3804         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3805         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3806         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3807         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3808     </class>\r
3809     <class name="CodeMethodReturnStatement" namespace="System.CodeDom">\r
3810         <constructor name="CodeMethodReturnStatement" argnames="" />\r
3811         <constructor name="CodeMethodReturnStatement(System.CodeDom.CodeExpression)" argnames="expression" />\r
3812         <property name="Expression" propertytype="System.CodeDom.CodeExpression" />\r
3813         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
3814         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3815         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3816         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3817         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3818         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3819         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3820         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3821     </class>\r
3822     <class name="CodeNamespace" namespace="System.CodeDom">\r
3823         <constructor name="CodeNamespace" argnames="" />\r
3824         <constructor name="CodeNamespace(System.String)" argnames="name" />\r
3825         <property name="Types" propertytype="System.CodeDom.CodeTypeDeclarationCollection" />\r
3826         <property name="Imports" propertytype="System.CodeDom.CodeNamespaceImportCollection" />\r
3827         <property name="Name" propertytype="System.String" />\r
3828         <property name="Comments" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
3829         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3830         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3831         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3832         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3833         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3834         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3835         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3836         <event name="PopulateComments" />\r
3837         <event name="PopulateImports" />\r
3838         <event name="PopulateTypes" />\r
3839     </class>\r
3840     <class name="CodeNamespaceCollection" namespace="System.CodeDom">\r
3841         <constructor name="CodeNamespaceCollection" argnames="" />\r
3842         <constructor name="CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection)" argnames="value" />\r
3843         <constructor name="CodeNamespaceCollection(System.CodeDom.CodeNamespace[])" argnames="value" />\r
3844         <property name="Item" propertytype="System.CodeDom.CodeNamespace" />\r
3845         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
3846         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
3847         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
3848         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
3849         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3850         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3851         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3852         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3853         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3854         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3855         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3856         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3857         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3858         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3859         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3860         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3861         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3862         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3863         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3864         <method name="Add(System.CodeDom.CodeNamespace)" argnames="value" returntype="System.Int32" />\r
3865         <method name="AddRange(System.CodeDom.CodeNamespace[])" argnames="value" returntype="System.Void" />\r
3866         <method name="AddRange(System.CodeDom.CodeNamespaceCollection)" argnames="value" returntype="System.Void" />\r
3867         <method name="Contains(System.CodeDom.CodeNamespace)" argnames="value" returntype="System.Boolean" />\r
3868         <method name="CopyTo(System.CodeDom.CodeNamespace[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
3869         <method name="IndexOf(System.CodeDom.CodeNamespace)" argnames="value" returntype="System.Int32" />\r
3870         <method name="Insert(System.Int32, System.CodeDom.CodeNamespace)" argnames="index, value" returntype="System.Void" />\r
3871         <method name="Remove(System.CodeDom.CodeNamespace)" argnames="value" returntype="System.Void" />\r
3872         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3873         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3874     </class>\r
3875     <class name="CodeNamespaceImport" namespace="System.CodeDom">\r
3876         <constructor name="CodeNamespaceImport" argnames="" />\r
3877         <constructor name="CodeNamespaceImport(System.String)" argnames="nameSpace" />\r
3878         <property name="LinePragma" propertytype="System.CodeDom.CodeLinePragma" />\r
3879         <property name="Namespace" propertytype="System.String" />\r
3880         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3881         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3882         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3883         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3884         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3885         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3886         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3887     </class>\r
3888     <class name="CodeNamespaceImportCollection" namespace="System.CodeDom">\r
3889         <constructor name="CodeNamespaceImportCollection" argnames="" />\r
3890         <property name="Item" propertytype="System.CodeDom.CodeNamespaceImport" />\r
3891         <property name="Count" propertytype="System.Int32" />\r
3892         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3893         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3894         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3895         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3896         <method name="Add(System.CodeDom.CodeNamespaceImport)" argnames="value" returntype="System.Void" />\r
3897         <method name="AddRange(System.CodeDom.CodeNamespaceImport[])" argnames="value" returntype="System.Void" />\r
3898         <method name="Clear" argnames="" returntype="System.Void" />\r
3899         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
3900         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3901         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3902     </class>\r
3903     <class name="CodeObjectCreateExpression" namespace="System.CodeDom">\r
3904         <constructor name="CodeObjectCreateExpression" argnames="" />\r
3905         <constructor name="CodeObjectCreateExpression(System.CodeDom.CodeTypeReference, System.CodeDom.CodeExpression[])" argnames="createType, parameters" />\r
3906         <constructor name="CodeObjectCreateExpression(System.String, System.CodeDom.CodeExpression[])" argnames="createType, parameters" />\r
3907         <constructor name="CodeObjectCreateExpression(System.Type, System.CodeDom.CodeExpression[])" argnames="createType, parameters" />\r
3908         <property name="CreateType" propertytype="System.CodeDom.CodeTypeReference" />\r
3909         <property name="Parameters" propertytype="System.CodeDom.CodeExpressionCollection" />\r
3910         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3911         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3912         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3913         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3914         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3915         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3916         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3917     </class>\r
3918     <class name="CodeParameterDeclarationExpression" namespace="System.CodeDom">\r
3919         <constructor name="CodeParameterDeclarationExpression" argnames="" />\r
3920         <constructor name="CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference, System.String)" argnames="type, name" />\r
3921         <constructor name="CodeParameterDeclarationExpression(System.String, System.String)" argnames="type, name" />\r
3922         <constructor name="CodeParameterDeclarationExpression(System.Type, System.String)" argnames="type, name" />\r
3923         <property name="CustomAttributes" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
3924         <property name="Direction" propertytype="System.CodeDom.FieldDirection" />\r
3925         <property name="Type" propertytype="System.CodeDom.CodeTypeReference" />\r
3926         <property name="Name" propertytype="System.String" />\r
3927         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3928         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3929         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3930         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3931         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3932         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3933         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3934     </class>\r
3935     <class name="CodeParameterDeclarationExpressionCollection" namespace="System.CodeDom">\r
3936         <constructor name="CodeParameterDeclarationExpressionCollection" argnames="" />\r
3937         <constructor name="CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection)" argnames="value" />\r
3938         <constructor name="CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[])" argnames="value" />\r
3939         <property name="Item" propertytype="System.CodeDom.CodeParameterDeclarationExpression" />\r
3940         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
3941         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
3942         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
3943         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
3944         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3945         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3946         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3947         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3948         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3949         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3950         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3951         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3952         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3953         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3954         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
3955         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3956         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3957         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3958         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3959         <method name="Add(System.CodeDom.CodeParameterDeclarationExpression)" argnames="value" returntype="System.Int32" />\r
3960         <method name="AddRange(System.CodeDom.CodeParameterDeclarationExpression[])" argnames="value" returntype="System.Void" />\r
3961         <method name="AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection)" argnames="value" returntype="System.Void" />\r
3962         <method name="Contains(System.CodeDom.CodeParameterDeclarationExpression)" argnames="value" returntype="System.Boolean" />\r
3963         <method name="CopyTo(System.CodeDom.CodeParameterDeclarationExpression[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
3964         <method name="IndexOf(System.CodeDom.CodeParameterDeclarationExpression)" argnames="value" returntype="System.Int32" />\r
3965         <method name="Insert(System.Int32, System.CodeDom.CodeParameterDeclarationExpression)" argnames="index, value" returntype="System.Void" />\r
3966         <method name="Remove(System.CodeDom.CodeParameterDeclarationExpression)" argnames="value" returntype="System.Void" />\r
3967         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3968         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3969     </class>\r
3970     <class name="CodePrimitiveExpression" namespace="System.CodeDom">\r
3971         <constructor name="CodePrimitiveExpression" argnames="" />\r
3972         <constructor name="CodePrimitiveExpression(System.Object)" argnames="value" />\r
3973         <property name="Value" propertytype="System.Object" />\r
3974         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3975         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3976         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3977         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3978         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3979         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3980         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3981     </class>\r
3982     <class name="CodePropertyReferenceExpression" namespace="System.CodeDom">\r
3983         <constructor name="CodePropertyReferenceExpression" argnames="" />\r
3984         <constructor name="CodePropertyReferenceExpression(System.CodeDom.CodeExpression, System.String)" argnames="targetObject, propertyName" />\r
3985         <property name="TargetObject" propertytype="System.CodeDom.CodeExpression" />\r
3986         <property name="PropertyName" propertytype="System.String" />\r
3987         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3988         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3989         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
3990         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
3991         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
3992         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
3993         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
3994     </class>\r
3995     <class name="CodePropertySetValueReferenceExpression" namespace="System.CodeDom">\r
3996         <constructor name="CodePropertySetValueReferenceExpression" argnames="" />\r
3997         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
3998         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
3999         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4000         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4001         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4002         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4003         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4004     </class>\r
4005     <class name="CodeRemoveEventStatement" namespace="System.CodeDom">\r
4006         <constructor name="CodeRemoveEventStatement" argnames="" />\r
4007         <constructor name="CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression, System.CodeDom.CodeExpression)" argnames="eventRef, listener" />\r
4008         <constructor name="CodeRemoveEventStatement(System.CodeDom.CodeExpression, System.String, System.CodeDom.CodeExpression)" argnames="targetObject, eventName, listener" />\r
4009         <property name="Event" propertytype="System.CodeDom.CodeEventReferenceExpression" />\r
4010         <property name="Listener" propertytype="System.CodeDom.CodeExpression" />\r
4011         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
4012         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4013         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4014         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4015         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4016         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4017         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4018         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4019     </class>\r
4020     <class name="CodeSnippetCompileUnit" namespace="System.CodeDom">\r
4021         <constructor name="CodeSnippetCompileUnit(System.String)" argnames="value" />\r
4022         <property name="Value" propertytype="System.String" />\r
4023         <property name="LinePragma" propertytype="System.CodeDom.CodeLinePragma" />\r
4024         <property name="Namespaces" inherited="System.CodeDom.CodeCompileUnit" propertytype="System.CodeDom.CodeNamespaceCollection" />\r
4025         <property name="ReferencedAssemblies" inherited="System.CodeDom.CodeCompileUnit" propertytype="System.Collections.Specialized.StringCollection" />\r
4026         <property name="AssemblyCustomAttributes" inherited="System.CodeDom.CodeCompileUnit" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
4027         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4028         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4029         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4030         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4031         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4032         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4033         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4034     </class>\r
4035     <class name="CodeSnippetExpression" namespace="System.CodeDom">\r
4036         <constructor name="CodeSnippetExpression" argnames="" />\r
4037         <constructor name="CodeSnippetExpression(System.String)" argnames="value" />\r
4038         <property name="Value" propertytype="System.String" />\r
4039         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4040         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4041         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4042         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4043         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4044         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4045         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4046     </class>\r
4047     <class name="CodeSnippetStatement" namespace="System.CodeDom">\r
4048         <constructor name="CodeSnippetStatement" argnames="" />\r
4049         <constructor name="CodeSnippetStatement(System.String)" argnames="value" />\r
4050         <property name="Value" propertytype="System.String" />\r
4051         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
4052         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4053         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4054         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4055         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4056         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4057         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4058         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4059     </class>\r
4060     <class name="CodeSnippetTypeMember" namespace="System.CodeDom">\r
4061         <constructor name="CodeSnippetTypeMember" argnames="" />\r
4062         <constructor name="CodeSnippetTypeMember(System.String)" argnames="text" />\r
4063         <property name="Text" propertytype="System.String" />\r
4064         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
4065         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
4066         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
4067         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
4068         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
4069         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4070         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4071         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4072         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4073         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4074         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4075         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4076     </class>\r
4077     <class name="CodeStatementCollection" namespace="System.CodeDom">\r
4078         <constructor name="CodeStatementCollection" argnames="" />\r
4079         <constructor name="CodeStatementCollection(System.CodeDom.CodeStatementCollection)" argnames="value" />\r
4080         <constructor name="CodeStatementCollection(System.CodeDom.CodeStatement[])" argnames="value" />\r
4081         <property name="Item" propertytype="System.CodeDom.CodeStatement" />\r
4082         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
4083         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
4084         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
4085         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
4086         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4087         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4088         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4089         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4090         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4091         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4092         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4093         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4094         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4095         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4096         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4097         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4098         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4099         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4100         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4101         <method name="Add(System.CodeDom.CodeStatement)" argnames="value" returntype="System.Int32" />\r
4102         <method name="Add(System.CodeDom.CodeExpression)" argnames="value" returntype="System.Int32" />\r
4103         <method name="AddRange(System.CodeDom.CodeStatement[])" argnames="value" returntype="System.Void" />\r
4104         <method name="AddRange(System.CodeDom.CodeStatementCollection)" argnames="value" returntype="System.Void" />\r
4105         <method name="Contains(System.CodeDom.CodeStatement)" argnames="value" returntype="System.Boolean" />\r
4106         <method name="CopyTo(System.CodeDom.CodeStatement[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
4107         <method name="IndexOf(System.CodeDom.CodeStatement)" argnames="value" returntype="System.Int32" />\r
4108         <method name="Insert(System.Int32, System.CodeDom.CodeStatement)" argnames="index, value" returntype="System.Void" />\r
4109         <method name="Remove(System.CodeDom.CodeStatement)" argnames="value" returntype="System.Void" />\r
4110         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4111         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4112     </class>\r
4113     <class name="CodeThisReferenceExpression" namespace="System.CodeDom">\r
4114         <constructor name="CodeThisReferenceExpression" argnames="" />\r
4115         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4116         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4117         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4118         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4119         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4120         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4121         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4122     </class>\r
4123     <class name="CodeThrowExceptionStatement" namespace="System.CodeDom">\r
4124         <constructor name="CodeThrowExceptionStatement" argnames="" />\r
4125         <constructor name="CodeThrowExceptionStatement(System.CodeDom.CodeExpression)" argnames="toThrow" />\r
4126         <property name="ToThrow" propertytype="System.CodeDom.CodeExpression" />\r
4127         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
4128         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4129         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4130         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4131         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4132         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4133         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4134         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4135     </class>\r
4136     <class name="CodeTryCatchFinallyStatement" namespace="System.CodeDom">\r
4137         <constructor name="CodeTryCatchFinallyStatement" argnames="" />\r
4138         <constructor name="CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[], System.CodeDom.CodeCatchClause[])" argnames="tryStatements, catchClauses" />\r
4139         <constructor name="CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[], System.CodeDom.CodeCatchClause[], System.CodeDom.CodeStatement[])" argnames="tryStatements, catchClauses, finallyStatements" />\r
4140         <property name="TryStatements" propertytype="System.CodeDom.CodeStatementCollection" />\r
4141         <property name="CatchClauses" propertytype="System.CodeDom.CodeCatchClauseCollection" />\r
4142         <property name="FinallyStatements" propertytype="System.CodeDom.CodeStatementCollection" />\r
4143         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
4144         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4145         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4146         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4147         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4148         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4149         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4150         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4151     </class>\r
4152     <class name="CodeTypeConstructor" namespace="System.CodeDom">\r
4153         <constructor name="CodeTypeConstructor" argnames="" />\r
4154         <property name="ReturnType" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReference" />\r
4155         <property name="Statements" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeStatementCollection" />\r
4156         <property name="Parameters" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeParameterDeclarationExpressionCollection" />\r
4157         <property name="PrivateImplementationType" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReference" />\r
4158         <property name="ImplementationTypes" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
4159         <property name="ReturnTypeCustomAttributes" inherited="System.CodeDom.CodeMemberMethod" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
4160         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
4161         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
4162         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
4163         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
4164         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
4165         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4166         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4167         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4168         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4169         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4170         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4171         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4172         <event name="PopulateParameters" inherited="System.CodeDom.CodeMemberMethod" />\r
4173         <event name="PopulateStatements" inherited="System.CodeDom.CodeMemberMethod" />\r
4174         <event name="PopulateImplementationTypes" inherited="System.CodeDom.CodeMemberMethod" />\r
4175     </class>\r
4176     <class name="CodeTypeDeclaration" namespace="System.CodeDom">\r
4177         <constructor name="CodeTypeDeclaration" argnames="" />\r
4178         <constructor name="CodeTypeDeclaration(System.String)" argnames="name" />\r
4179         <property name="TypeAttributes" propertytype="System.Reflection.TypeAttributes" />\r
4180         <property name="BaseTypes" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
4181         <property name="IsClass" propertytype="System.Boolean" />\r
4182         <property name="IsStruct" propertytype="System.Boolean" />\r
4183         <property name="IsEnum" propertytype="System.Boolean" />\r
4184         <property name="IsInterface" propertytype="System.Boolean" />\r
4185         <property name="Members" propertytype="System.CodeDom.CodeTypeMemberCollection" />\r
4186         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
4187         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
4188         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
4189         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
4190         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
4191         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4192         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4193         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4194         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4195         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4196         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4197         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4198         <event name="PopulateBaseTypes" />\r
4199         <event name="PopulateMembers" />\r
4200     </class>\r
4201     <class name="CodeTypeDeclarationCollection" namespace="System.CodeDom">\r
4202         <constructor name="CodeTypeDeclarationCollection" argnames="" />\r
4203         <constructor name="CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection)" argnames="value" />\r
4204         <constructor name="CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[])" argnames="value" />\r
4205         <property name="Item" propertytype="System.CodeDom.CodeTypeDeclaration" />\r
4206         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
4207         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
4208         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
4209         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
4210         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4211         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4212         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4213         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4214         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4215         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4216         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4217         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4218         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4219         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4220         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4221         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4222         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4223         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4224         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4225         <method name="Add(System.CodeDom.CodeTypeDeclaration)" argnames="value" returntype="System.Int32" />\r
4226         <method name="AddRange(System.CodeDom.CodeTypeDeclaration[])" argnames="value" returntype="System.Void" />\r
4227         <method name="AddRange(System.CodeDom.CodeTypeDeclarationCollection)" argnames="value" returntype="System.Void" />\r
4228         <method name="Contains(System.CodeDom.CodeTypeDeclaration)" argnames="value" returntype="System.Boolean" />\r
4229         <method name="CopyTo(System.CodeDom.CodeTypeDeclaration[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
4230         <method name="IndexOf(System.CodeDom.CodeTypeDeclaration)" argnames="value" returntype="System.Int32" />\r
4231         <method name="Insert(System.Int32, System.CodeDom.CodeTypeDeclaration)" argnames="index, value" returntype="System.Void" />\r
4232         <method name="Remove(System.CodeDom.CodeTypeDeclaration)" argnames="value" returntype="System.Void" />\r
4233         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4234         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4235     </class>\r
4236     <class name="CodeTypeDelegate" namespace="System.CodeDom">\r
4237         <constructor name="CodeTypeDelegate" argnames="" />\r
4238         <constructor name="CodeTypeDelegate(System.String)" argnames="name" />\r
4239         <property name="ReturnType" propertytype="System.CodeDom.CodeTypeReference" />\r
4240         <property name="Parameters" propertytype="System.CodeDom.CodeParameterDeclarationExpressionCollection" />\r
4241         <property name="TypeAttributes" inherited="System.CodeDom.CodeTypeDeclaration" propertytype="System.Reflection.TypeAttributes" />\r
4242         <property name="BaseTypes" inherited="System.CodeDom.CodeTypeDeclaration" propertytype="System.CodeDom.CodeTypeReferenceCollection" />\r
4243         <property name="IsClass" inherited="System.CodeDom.CodeTypeDeclaration" propertytype="System.Boolean" />\r
4244         <property name="IsStruct" inherited="System.CodeDom.CodeTypeDeclaration" propertytype="System.Boolean" />\r
4245         <property name="IsEnum" inherited="System.CodeDom.CodeTypeDeclaration" propertytype="System.Boolean" />\r
4246         <property name="IsInterface" inherited="System.CodeDom.CodeTypeDeclaration" propertytype="System.Boolean" />\r
4247         <property name="Members" inherited="System.CodeDom.CodeTypeDeclaration" propertytype="System.CodeDom.CodeTypeMemberCollection" />\r
4248         <property name="Name" inherited="System.CodeDom.CodeTypeMember" propertytype="System.String" />\r
4249         <property name="Attributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.MemberAttributes" />\r
4250         <property name="CustomAttributes" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeAttributeDeclarationCollection" />\r
4251         <property name="LinePragma" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeLinePragma" />\r
4252         <property name="Comments" inherited="System.CodeDom.CodeTypeMember" propertytype="System.CodeDom.CodeCommentStatementCollection" />\r
4253         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4254         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4255         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4256         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4257         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4258         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4259         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4260         <event name="PopulateBaseTypes" inherited="System.CodeDom.CodeTypeDeclaration" />\r
4261         <event name="PopulateMembers" inherited="System.CodeDom.CodeTypeDeclaration" />\r
4262     </class>\r
4263     <class name="CodeTypeMemberCollection" namespace="System.CodeDom">\r
4264         <constructor name="CodeTypeMemberCollection" argnames="" />\r
4265         <constructor name="CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection)" argnames="value" />\r
4266         <constructor name="CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[])" argnames="value" />\r
4267         <property name="Item" propertytype="System.CodeDom.CodeTypeMember" />\r
4268         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
4269         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
4270         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
4271         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
4272         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4273         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4274         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4275         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4276         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4277         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4278         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4279         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4280         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4281         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4282         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4283         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4284         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4285         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4286         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4287         <method name="Add(System.CodeDom.CodeTypeMember)" argnames="value" returntype="System.Int32" />\r
4288         <method name="AddRange(System.CodeDom.CodeTypeMember[])" argnames="value" returntype="System.Void" />\r
4289         <method name="AddRange(System.CodeDom.CodeTypeMemberCollection)" argnames="value" returntype="System.Void" />\r
4290         <method name="Contains(System.CodeDom.CodeTypeMember)" argnames="value" returntype="System.Boolean" />\r
4291         <method name="CopyTo(System.CodeDom.CodeTypeMember[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
4292         <method name="IndexOf(System.CodeDom.CodeTypeMember)" argnames="value" returntype="System.Int32" />\r
4293         <method name="Insert(System.Int32, System.CodeDom.CodeTypeMember)" argnames="index, value" returntype="System.Void" />\r
4294         <method name="Remove(System.CodeDom.CodeTypeMember)" argnames="value" returntype="System.Void" />\r
4295         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4296         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4297     </class>\r
4298     <class name="CodeTypeOfExpression" namespace="System.CodeDom">\r
4299         <constructor name="CodeTypeOfExpression" argnames="" />\r
4300         <constructor name="CodeTypeOfExpression(System.CodeDom.CodeTypeReference)" argnames="type" />\r
4301         <constructor name="CodeTypeOfExpression(System.String)" argnames="type" />\r
4302         <constructor name="CodeTypeOfExpression(System.Type)" argnames="type" />\r
4303         <property name="Type" propertytype="System.CodeDom.CodeTypeReference" />\r
4304         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4305         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4306         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4307         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4308         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4309         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4310         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4311     </class>\r
4312     <class name="CodeTypeReference" namespace="System.CodeDom">\r
4313         <constructor name="CodeTypeReference(System.Type)" argnames="type" />\r
4314         <constructor name="CodeTypeReference(System.String)" argnames="typeName" />\r
4315         <constructor name="CodeTypeReference(System.String, System.Int32)" argnames="baseType, rank" />\r
4316         <constructor name="CodeTypeReference(System.CodeDom.CodeTypeReference, System.Int32)" argnames="arrayType, rank" />\r
4317         <property name="ArrayElementType" propertytype="System.CodeDom.CodeTypeReference" />\r
4318         <property name="ArrayRank" propertytype="System.Int32" />\r
4319         <property name="BaseType" propertytype="System.String" />\r
4320         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4321         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4322         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4323         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4324         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4325         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4326         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4327     </class>\r
4328     <class name="CodeTypeReferenceCollection" namespace="System.CodeDom">\r
4329         <constructor name="CodeTypeReferenceCollection" argnames="" />\r
4330         <constructor name="CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection)" argnames="value" />\r
4331         <constructor name="CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[])" argnames="value" />\r
4332         <property name="Item" propertytype="System.CodeDom.CodeTypeReference" />\r
4333         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
4334         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
4335         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
4336         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
4337         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4338         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4339         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4340         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4341         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4342         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4343         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4344         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4345         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4346         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4347         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4348         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4349         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4350         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4351         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4352         <method name="Add(System.CodeDom.CodeTypeReference)" argnames="value" returntype="System.Int32" />\r
4353         <method name="Add(System.String)" argnames="value" returntype="System.Void" />\r
4354         <method name="Add(System.Type)" argnames="value" returntype="System.Void" />\r
4355         <method name="AddRange(System.CodeDom.CodeTypeReference[])" argnames="value" returntype="System.Void" />\r
4356         <method name="AddRange(System.CodeDom.CodeTypeReferenceCollection)" argnames="value" returntype="System.Void" />\r
4357         <method name="Contains(System.CodeDom.CodeTypeReference)" argnames="value" returntype="System.Boolean" />\r
4358         <method name="CopyTo(System.CodeDom.CodeTypeReference[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
4359         <method name="IndexOf(System.CodeDom.CodeTypeReference)" argnames="value" returntype="System.Int32" />\r
4360         <method name="Insert(System.Int32, System.CodeDom.CodeTypeReference)" argnames="index, value" returntype="System.Void" />\r
4361         <method name="Remove(System.CodeDom.CodeTypeReference)" argnames="value" returntype="System.Void" />\r
4362         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4363         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4364     </class>\r
4365     <class name="CodeTypeReferenceExpression" namespace="System.CodeDom">\r
4366         <constructor name="CodeTypeReferenceExpression" argnames="" />\r
4367         <constructor name="CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference)" argnames="type" />\r
4368         <constructor name="CodeTypeReferenceExpression(System.String)" argnames="type" />\r
4369         <constructor name="CodeTypeReferenceExpression(System.Type)" argnames="type" />\r
4370         <property name="Type" propertytype="System.CodeDom.CodeTypeReference" />\r
4371         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4372         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4373         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4374         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4375         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4376         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4377         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4378     </class>\r
4379     <class name="CodeVariableDeclarationStatement" namespace="System.CodeDom">\r
4380         <constructor name="CodeVariableDeclarationStatement" argnames="" />\r
4381         <constructor name="CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference, System.String)" argnames="type, name" />\r
4382         <constructor name="CodeVariableDeclarationStatement(System.String, System.String)" argnames="type, name" />\r
4383         <constructor name="CodeVariableDeclarationStatement(System.Type, System.String)" argnames="type, name" />\r
4384         <constructor name="CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference, System.String, System.CodeDom.CodeExpression)" argnames="type, name, initExpression" />\r
4385         <constructor name="CodeVariableDeclarationStatement(System.String, System.String, System.CodeDom.CodeExpression)" argnames="type, name, initExpression" />\r
4386         <constructor name="CodeVariableDeclarationStatement(System.Type, System.String, System.CodeDom.CodeExpression)" argnames="type, name, initExpression" />\r
4387         <property name="InitExpression" propertytype="System.CodeDom.CodeExpression" />\r
4388         <property name="Name" propertytype="System.String" />\r
4389         <property name="Type" propertytype="System.CodeDom.CodeTypeReference" />\r
4390         <property name="LinePragma" inherited="System.CodeDom.CodeStatement" propertytype="System.CodeDom.CodeLinePragma" />\r
4391         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4392         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4393         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4394         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4395         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4396         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4397         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4398     </class>\r
4399     <class name="CodeVariableReferenceExpression" namespace="System.CodeDom">\r
4400         <constructor name="CodeVariableReferenceExpression" argnames="" />\r
4401         <constructor name="CodeVariableReferenceExpression(System.String)" argnames="variableName" />\r
4402         <property name="VariableName" propertytype="System.String" />\r
4403         <property name="UserData" inherited="System.CodeDom.CodeObject" propertytype="System.Collections.IDictionary" />\r
4404         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4405         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4406         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4407         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4408         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4409         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4410     </class>\r
4411     <enum name="CodeBinaryOperatorType" namespace="System.CodeDom">\r
4412         <field name="Add" />\r
4413         <field name="Subtract" />\r
4414         <field name="Multiply" />\r
4415         <field name="Divide" />\r
4416         <field name="Modulus" />\r
4417         <field name="Assign" />\r
4418         <field name="IdentityInequality" />\r
4419         <field name="IdentityEquality" />\r
4420         <field name="ValueEquality" />\r
4421         <field name="BitwiseOr" />\r
4422         <field name="BitwiseAnd" />\r
4423         <field name="BooleanOr" />\r
4424         <field name="BooleanAnd" />\r
4425         <field name="LessThan" />\r
4426         <field name="LessThanOrEqual" />\r
4427         <field name="GreaterThan" />\r
4428         <field name="GreaterThanOrEqual" />\r
4429         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
4430         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
4431         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
4432         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
4433         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4434         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
4435         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
4436         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
4437         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
4438         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4439         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4440     </enum>\r
4441     <enum name="FieldDirection" namespace="System.CodeDom">\r
4442         <field name="In" />\r
4443         <field name="Out" />\r
4444         <field name="Ref" />\r
4445         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
4446         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
4447         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
4448         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
4449         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4450         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
4451         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
4452         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
4453         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
4454         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4455         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4456     </enum>\r
4457     <enum name="MemberAttributes" namespace="System.CodeDom">\r
4458         <field name="Abstract" />\r
4459         <field name="Final" />\r
4460         <field name="Static" />\r
4461         <field name="Override" />\r
4462         <field name="Const" />\r
4463         <field name="New" />\r
4464         <field name="Overloaded" />\r
4465         <field name="Assembly" />\r
4466         <field name="FamilyAndAssembly" />\r
4467         <field name="Family" />\r
4468         <field name="FamilyOrAssembly" />\r
4469         <field name="Private" />\r
4470         <field name="Public" />\r
4471         <field name="AccessMask" />\r
4472         <field name="ScopeMask" />\r
4473         <field name="VTableMask" />\r
4474         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
4475         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
4476         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
4477         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
4478         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4479         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
4480         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
4481         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
4482         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
4483         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4484         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4485     </enum>\r
4486     <class name="Switch" namespace="System.Diagnostics">\r
4487         <constructor name="Switch(System.String, System.String)" argnames="displayName, description" />\r
4488         <property name="DisplayName" propertytype="System.String" />\r
4489         <property name="Description" propertytype="System.String" />\r
4490         <property name="SwitchSetting" propertytype="System.Int32" />\r
4491         <method name="OnSwitchSettingChanged" argnames="" returntype="System.Void" />\r
4492         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4493         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4494         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4495         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4496         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4497         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4498     </class>\r
4499     <class name="BooleanSwitch" namespace="System.Diagnostics">\r
4500         <constructor name="BooleanSwitch(System.String, System.String)" argnames="displayName, description" />\r
4501         <property name="Enabled" propertytype="System.Boolean" />\r
4502         <property name="DisplayName" inherited="System.Diagnostics.Switch" propertytype="System.String" />\r
4503         <property name="Description" inherited="System.Diagnostics.Switch" propertytype="System.String" />\r
4504         <property name="SwitchSetting" inherited="System.Diagnostics.Switch" propertytype="System.Int32" />\r
4505         <method name="OnSwitchSettingChanged" argnames="" inherited="System.Diagnostics.Switch" returntype="System.Void" />\r
4506         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4507         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4508         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4509         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4510         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4511         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4512     </class>\r
4513     <class name="Debug" namespace="System.Diagnostics">\r
4514         <property name="Listeners" propertytype="System.Diagnostics.TraceListenerCollection" />\r
4515         <property name="AutoFlush" propertytype="System.Boolean" />\r
4516         <property name="IndentLevel" propertytype="System.Int32" />\r
4517         <property name="IndentSize" propertytype="System.Int32" />\r
4518         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4519         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4520         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4521         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4522         <method name="Flush" argnames="" returntype="System.Void" />\r
4523         <method name="Close" argnames="" returntype="System.Void" />\r
4524         <method name="Assert(System.Boolean)" argnames="condition" returntype="System.Void" />\r
4525         <method name="Assert(System.Boolean, System.String)" argnames="condition, message" returntype="System.Void" />\r
4526         <method name="Assert(System.Boolean, System.String, System.String)" argnames="condition, message, detailMessage" returntype="System.Void" />\r
4527         <method name="Fail(System.String)" argnames="message" returntype="System.Void" />\r
4528         <method name="Fail(System.String, System.String)" argnames="message, detailMessage" returntype="System.Void" />\r
4529         <method name="Write(System.String)" argnames="message" returntype="System.Void" />\r
4530         <method name="Write(System.Object)" argnames="value" returntype="System.Void" />\r
4531         <method name="Write(System.String, System.String)" argnames="message, category" returntype="System.Void" />\r
4532         <method name="Write(System.Object, System.String)" argnames="value, category" returntype="System.Void" />\r
4533         <method name="WriteLine(System.String)" argnames="message" returntype="System.Void" />\r
4534         <method name="WriteLine(System.Object)" argnames="value" returntype="System.Void" />\r
4535         <method name="WriteLine(System.String, System.String)" argnames="message, category" returntype="System.Void" />\r
4536         <method name="WriteLine(System.Object, System.String)" argnames="value, category" returntype="System.Void" />\r
4537         <method name="WriteIf(System.Boolean, System.String)" argnames="condition, message" returntype="System.Void" />\r
4538         <method name="WriteIf(System.Boolean, System.Object)" argnames="condition, value" returntype="System.Void" />\r
4539         <method name="WriteIf(System.Boolean, System.String, System.String)" argnames="condition, message, category" returntype="System.Void" />\r
4540         <method name="WriteIf(System.Boolean, System.Object, System.String)" argnames="condition, value, category" returntype="System.Void" />\r
4541         <method name="WriteLineIf(System.Boolean, System.String)" argnames="condition, message" returntype="System.Void" />\r
4542         <method name="WriteLineIf(System.Boolean, System.Object)" argnames="condition, value" returntype="System.Void" />\r
4543         <method name="WriteLineIf(System.Boolean, System.String, System.String)" argnames="condition, message, category" returntype="System.Void" />\r
4544         <method name="WriteLineIf(System.Boolean, System.Object, System.String)" argnames="condition, value, category" returntype="System.Void" />\r
4545         <method name="Indent" argnames="" returntype="System.Void" />\r
4546         <method name="Unindent" argnames="" returntype="System.Void" />\r
4547         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4548         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4549     </class>\r
4550     <class name="TraceListener" namespace="System.Diagnostics">\r
4551         <constructor name="TraceListener" argnames="" />\r
4552         <constructor name="TraceListener(System.String)" argnames="name" />\r
4553         <property name="Name" propertytype="System.String" />\r
4554         <property name="IndentLevel" propertytype="System.Int32" />\r
4555         <property name="IndentSize" propertytype="System.Int32" />\r
4556         <property name="NeedIndent" propertytype="System.Boolean" />\r
4557         <method name="Dispose" argnames="" returntype="System.Void" />\r
4558         <method name="WriteLine(System.Object, System.String)" argnames="o, category" returntype="System.Void" />\r
4559         <method name="WriteLine(System.String, System.String)" argnames="message, category" returntype="System.Void" />\r
4560         <method name="WriteLine(System.Object)" argnames="o" returntype="System.Void" />\r
4561         <method name="WriteLine(System.String)" argnames="message" returntype="System.Void" />\r
4562         <method name="WriteIndent" argnames="" returntype="System.Void" />\r
4563         <method name="Write(System.Object, System.String)" argnames="o, category" returntype="System.Void" />\r
4564         <method name="Write(System.String, System.String)" argnames="message, category" returntype="System.Void" />\r
4565         <method name="Write(System.Object)" argnames="o" returntype="System.Void" />\r
4566         <method name="Write(System.String)" argnames="message" returntype="System.Void" />\r
4567         <method name="Fail(System.String, System.String)" argnames="message, detailMessage" returntype="System.Void" />\r
4568         <method name="Fail(System.String)" argnames="message" returntype="System.Void" />\r
4569         <method name="Flush" argnames="" returntype="System.Void" />\r
4570         <method name="Close" argnames="" returntype="System.Void" />\r
4571         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
4572         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
4573         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4574         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4575         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4576         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4577         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4578         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4579         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4580         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4581     </class>\r
4582     <class name="DefaultTraceListener" namespace="System.Diagnostics">\r
4583         <constructor name="DefaultTraceListener" argnames="" />\r
4584         <property name="AssertUiEnabled" propertytype="System.Boolean" />\r
4585         <property name="LogFileName" propertytype="System.String" />\r
4586         <property name="UiPermission" propertytype="System.Boolean" />\r
4587         <property name="UserInteractive" propertytype="System.Boolean" />\r
4588         <property name="Name" inherited="System.Diagnostics.TraceListener" propertytype="System.String" />\r
4589         <property name="IndentLevel" inherited="System.Diagnostics.TraceListener" propertytype="System.Int32" />\r
4590         <property name="IndentSize" inherited="System.Diagnostics.TraceListener" propertytype="System.Int32" />\r
4591         <property name="NeedIndent" inherited="System.Diagnostics.TraceListener" propertytype="System.Boolean" />\r
4592         <method name="Dispose" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4593         <method name="WriteLine(System.Object, System.String)" argnames="o, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4594         <method name="WriteLine(System.String, System.String)" argnames="message, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4595         <method name="WriteLine(System.Object)" argnames="o" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4596         <method name="WriteLine(System.String)" argnames="message" returntype="System.Void" />\r
4597         <method name="WriteIndent" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4598         <method name="Write(System.Object, System.String)" argnames="o, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4599         <method name="Write(System.String, System.String)" argnames="message, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4600         <method name="Write(System.Object)" argnames="o" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4601         <method name="Write(System.String)" argnames="message" returntype="System.Void" />\r
4602         <method name="Fail(System.String, System.String)" argnames="message, detailMessage" returntype="System.Void" />\r
4603         <method name="Fail(System.String)" argnames="message" returntype="System.Void" />\r
4604         <method name="Flush" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4605         <method name="Close" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4606         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4607         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
4608         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4609         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4610         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4611         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4612         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4613         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4614         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4615         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4616     </class>\r
4617     <class name="TextWriterTraceListener" namespace="System.Diagnostics">\r
4618         <constructor name="TextWriterTraceListener" argnames="" />\r
4619         <constructor name="TextWriterTraceListener(System.IO.Stream)" argnames="stream" />\r
4620         <constructor name="TextWriterTraceListener(System.IO.Stream, System.String)" argnames="stream, name" />\r
4621         <constructor name="TextWriterTraceListener(System.IO.TextWriter)" argnames="writer" />\r
4622         <constructor name="TextWriterTraceListener(System.IO.TextWriter, System.String)" argnames="writer, name" />\r
4623         <constructor name="TextWriterTraceListener(System.String)" argnames="fileName" />\r
4624         <constructor name="TextWriterTraceListener(System.String, System.String)" argnames="fileName, name" />\r
4625         <property name="Writer" propertytype="System.IO.TextWriter" />\r
4626         <property name="Name" inherited="System.Diagnostics.TraceListener" propertytype="System.String" />\r
4627         <property name="IndentLevel" inherited="System.Diagnostics.TraceListener" propertytype="System.Int32" />\r
4628         <property name="IndentSize" inherited="System.Diagnostics.TraceListener" propertytype="System.Int32" />\r
4629         <property name="NeedIndent" inherited="System.Diagnostics.TraceListener" propertytype="System.Boolean" />\r
4630         <method name="Dispose" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4631         <method name="WriteLine(System.Object, System.String)" argnames="o, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4632         <method name="WriteLine(System.String, System.String)" argnames="message, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4633         <method name="WriteLine(System.Object)" argnames="o" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4634         <method name="WriteLine(System.String)" argnames="message" returntype="System.Void" />\r
4635         <method name="WriteIndent" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4636         <method name="Write(System.Object, System.String)" argnames="o, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4637         <method name="Write(System.String, System.String)" argnames="message, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4638         <method name="Write(System.Object)" argnames="o" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4639         <method name="Write(System.String)" argnames="message" returntype="System.Void" />\r
4640         <method name="Fail(System.String, System.String)" argnames="message, detailMessage" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4641         <method name="Fail(System.String)" argnames="message" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
4642         <method name="Flush" argnames="" returntype="System.Void" />\r
4643         <method name="Close" argnames="" returntype="System.Void" />\r
4644         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
4645         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
4646         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4647         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4648         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4649         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4650         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4651         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4652         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4653         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4654     </class>\r
4655     <class name="Trace" namespace="System.Diagnostics">\r
4656         <property name="Listeners" propertytype="System.Diagnostics.TraceListenerCollection" />\r
4657         <property name="AutoFlush" propertytype="System.Boolean" />\r
4658         <property name="IndentLevel" propertytype="System.Int32" />\r
4659         <property name="IndentSize" propertytype="System.Int32" />\r
4660         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4661         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4662         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4663         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4664         <method name="Flush" argnames="" returntype="System.Void" />\r
4665         <method name="Close" argnames="" returntype="System.Void" />\r
4666         <method name="Assert(System.Boolean)" argnames="condition" returntype="System.Void" />\r
4667         <method name="Assert(System.Boolean, System.String)" argnames="condition, message" returntype="System.Void" />\r
4668         <method name="Assert(System.Boolean, System.String, System.String)" argnames="condition, message, detailMessage" returntype="System.Void" />\r
4669         <method name="Fail(System.String)" argnames="message" returntype="System.Void" />\r
4670         <method name="Fail(System.String, System.String)" argnames="message, detailMessage" returntype="System.Void" />\r
4671         <method name="Write(System.String)" argnames="message" returntype="System.Void" />\r
4672         <method name="Write(System.Object)" argnames="value" returntype="System.Void" />\r
4673         <method name="Write(System.String, System.String)" argnames="message, category" returntype="System.Void" />\r
4674         <method name="Write(System.Object, System.String)" argnames="value, category" returntype="System.Void" />\r
4675         <method name="WriteLine(System.String)" argnames="message" returntype="System.Void" />\r
4676         <method name="WriteLine(System.Object)" argnames="value" returntype="System.Void" />\r
4677         <method name="WriteLine(System.String, System.String)" argnames="message, category" returntype="System.Void" />\r
4678         <method name="WriteLine(System.Object, System.String)" argnames="value, category" returntype="System.Void" />\r
4679         <method name="WriteIf(System.Boolean, System.String)" argnames="condition, message" returntype="System.Void" />\r
4680         <method name="WriteIf(System.Boolean, System.Object)" argnames="condition, value" returntype="System.Void" />\r
4681         <method name="WriteIf(System.Boolean, System.String, System.String)" argnames="condition, message, category" returntype="System.Void" />\r
4682         <method name="WriteIf(System.Boolean, System.Object, System.String)" argnames="condition, value, category" returntype="System.Void" />\r
4683         <method name="WriteLineIf(System.Boolean, System.String)" argnames="condition, message" returntype="System.Void" />\r
4684         <method name="WriteLineIf(System.Boolean, System.Object)" argnames="condition, value" returntype="System.Void" />\r
4685         <method name="WriteLineIf(System.Boolean, System.String, System.String)" argnames="condition, message, category" returntype="System.Void" />\r
4686         <method name="WriteLineIf(System.Boolean, System.Object, System.String)" argnames="condition, value, category" returntype="System.Void" />\r
4687         <method name="Indent" argnames="" returntype="System.Void" />\r
4688         <method name="Unindent" argnames="" returntype="System.Void" />\r
4689         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4690         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4691     </class>\r
4692     <class name="TraceListenerCollection" namespace="System.Diagnostics">\r
4693         <property name="Item" propertytype="System.Diagnostics.TraceListener" />\r
4694         <property name="Item" propertytype="System.Diagnostics.TraceListener" />\r
4695         <property name="Count" propertytype="System.Int32" />\r
4696         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
4697         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
4698         <method name="Clear" argnames="" returntype="System.Void" />\r
4699         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4700         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4701         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4702         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4703         <method name="Add(System.Diagnostics.TraceListener)" argnames="listener" returntype="System.Int32" />\r
4704         <method name="AddRange(System.Diagnostics.TraceListener[])" argnames="value" returntype="System.Void" />\r
4705         <method name="AddRange(System.Diagnostics.TraceListenerCollection)" argnames="value" returntype="System.Void" />\r
4706         <method name="Contains(System.Diagnostics.TraceListener)" argnames="listener" returntype="System.Boolean" />\r
4707         <method name="CopyTo(System.Diagnostics.TraceListener[], System.Int32)" argnames="listeners, index" returntype="System.Void" />\r
4708         <method name="IndexOf(System.Diagnostics.TraceListener)" argnames="listener" returntype="System.Int32" />\r
4709         <method name="Insert(System.Int32, System.Diagnostics.TraceListener)" argnames="index, listener" returntype="System.Void" />\r
4710         <method name="Remove(System.Diagnostics.TraceListener)" argnames="listener" returntype="System.Void" />\r
4711         <method name="Remove(System.String)" argnames="name" returntype="System.Void" />\r
4712         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4713         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4714     </class>\r
4715     <class name="TraceSwitch" namespace="System.Diagnostics">\r
4716         <constructor name="TraceSwitch(System.String, System.String)" argnames="displayName, description" />\r
4717         <property name="Level" propertytype="System.Diagnostics.TraceLevel" />\r
4718         <property name="TraceError" propertytype="System.Boolean" />\r
4719         <property name="TraceWarning" propertytype="System.Boolean" />\r
4720         <property name="TraceInfo" propertytype="System.Boolean" />\r
4721         <property name="TraceVerbose" propertytype="System.Boolean" />\r
4722         <property name="DisplayName" inherited="System.Diagnostics.Switch" propertytype="System.String" />\r
4723         <property name="Description" inherited="System.Diagnostics.Switch" propertytype="System.String" />\r
4724         <property name="SwitchSetting" inherited="System.Diagnostics.Switch" propertytype="System.Int32" />\r
4725         <method name="OnSwitchSettingChanged" argnames="" returntype="System.Void" />\r
4726         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4727         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4728         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4729         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4730         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4731         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4732     </class>\r
4733     <class name="CounterCreationData" namespace="System.Diagnostics">\r
4734         <constructor name="CounterCreationData" argnames="" />\r
4735         <constructor name="CounterCreationData(System.String, System.String, System.Diagnostics.PerformanceCounterType)" argnames="counterName, counterHelp, counterType" />\r
4736         <property name="CounterType" propertytype="System.Diagnostics.PerformanceCounterType" />\r
4737         <property name="CounterName" propertytype="System.String" />\r
4738         <property name="CounterHelp" propertytype="System.String" />\r
4739         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4740         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4741         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4742         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4743         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4744         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4745     </class>\r
4746     <class name="CounterCreationDataCollection" namespace="System.Diagnostics">\r
4747         <constructor name="CounterCreationDataCollection" argnames="" />\r
4748         <constructor name="CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection)" argnames="value" />\r
4749         <constructor name="CounterCreationDataCollection(System.Diagnostics.CounterCreationData[])" argnames="value" />\r
4750         <property name="Item" propertytype="System.Diagnostics.CounterCreationData" />\r
4751         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
4752         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
4753         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
4754         <method name="Remove(System.Diagnostics.CounterCreationData)" argnames="value" returntype="System.Void" />\r
4755         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
4756         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4757         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4758         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4759         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4760         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4761         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4762         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4763         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4764         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4765         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
4766         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4767         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4768         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4769         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4770         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4771         <method name="Add(System.Diagnostics.CounterCreationData)" argnames="value" returntype="System.Int32" />\r
4772         <method name="AddRange(System.Diagnostics.CounterCreationData[])" argnames="value" returntype="System.Void" />\r
4773         <method name="AddRange(System.Diagnostics.CounterCreationDataCollection)" argnames="value" returntype="System.Void" />\r
4774         <method name="Contains(System.Diagnostics.CounterCreationData)" argnames="value" returntype="System.Boolean" />\r
4775         <method name="CopyTo(System.Diagnostics.CounterCreationData[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
4776         <method name="IndexOf(System.Diagnostics.CounterCreationData)" argnames="value" returntype="System.Int32" />\r
4777         <method name="Insert(System.Int32, System.Diagnostics.CounterCreationData)" argnames="index, value" returntype="System.Void" />\r
4778         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4779         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4780     </class>\r
4781     <class name="CounterSampleCalculator" namespace="System.Diagnostics">\r
4782         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4783         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4784         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4785         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4786         <method name="ComputeCounterValue(System.Diagnostics.CounterSample)" argnames="newSample" returntype="System.Single" />\r
4787         <method name="ComputeCounterValue(System.Diagnostics.CounterSample, System.Diagnostics.CounterSample)" argnames="oldSample, newSample" returntype="System.Single" />\r
4788         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4789         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4790     </class>\r
4791     <class name="DiagnosticsConfigurationHandler" namespace="System.Diagnostics">\r
4792         <constructor name="DiagnosticsConfigurationHandler" argnames="" />\r
4793         <method name="Create(System.Object, System.Object, System.Xml.XmlNode)" argnames="parent, configContext, section" returntype="System.Object" />\r
4794         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4795         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4796         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4797         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4798         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4799         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4800     </class>\r
4801     <class name="EntryWrittenEventArgs" namespace="System.Diagnostics">\r
4802         <constructor name="EntryWrittenEventArgs" argnames="" />\r
4803         <constructor name="EntryWrittenEventArgs(System.Diagnostics.EventLogEntry)" argnames="entry" />\r
4804         <property name="Entry" propertytype="System.Diagnostics.EventLogEntry" />\r
4805         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4806         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4807         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4808         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4809         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4810         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4811     </class>\r
4812     <class name="EventLogEntry" namespace="System.Diagnostics">\r
4813         <property name="MachineName" propertytype="System.String" />\r
4814         <property name="Data" propertytype="System.Byte[]" />\r
4815         <property name="Index" propertytype="System.Int32" />\r
4816         <property name="Category" propertytype="System.String" />\r
4817         <property name="CategoryNumber" propertytype="System.Int16" />\r
4818         <property name="EventID" propertytype="System.Int32" />\r
4819         <property name="EntryType" propertytype="System.Diagnostics.EventLogEntryType" />\r
4820         <property name="Message" propertytype="System.String" />\r
4821         <property name="Source" propertytype="System.String" />\r
4822         <property name="ReplacementStrings" propertytype="System.String[]" />\r
4823         <property name="TimeGenerated" propertytype="System.DateTime" />\r
4824         <property name="TimeWritten" propertytype="System.DateTime" />\r
4825         <property name="UserName" propertytype="System.String" />\r
4826         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
4827         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
4828         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
4829         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
4830         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
4831         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
4832         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
4833         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
4834         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4835         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
4836         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
4837         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4838         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4839         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
4840         <method name="Equals(System.Diagnostics.EventLogEntry)" argnames="otherEntry" returntype="System.Boolean" />\r
4841         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4842         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4843         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
4844     </class>\r
4845     <class name="EventLogEntryCollection" namespace="System.Diagnostics">\r
4846         <property name="Count" propertytype="System.Int32" />\r
4847         <property name="Item" propertytype="System.Diagnostics.EventLogEntry" />\r
4848         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
4849         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4850         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4851         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4852         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4853         <method name="CopyTo(System.Diagnostics.EventLogEntry[], System.Int32)" argnames="entries, index" returntype="System.Void" />\r
4854         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4855         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4856     </class>\r
4857     <class name="EventLogPermissionAttribute" namespace="System.Diagnostics">\r
4858         <constructor name="EventLogPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
4859         <property name="MachineName" propertytype="System.String" />\r
4860         <property name="PermissionAccess" propertytype="System.Diagnostics.EventLogPermissionAccess" />\r
4861         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
4862         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
4863         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
4864         <method name="CreatePermission" argnames="" returntype="System.Security.IPermission" />\r
4865         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
4866         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
4867         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4868         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
4869         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
4870         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4871         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4872         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4873     </class>\r
4874     <class name="EventLogPermissionEntry" namespace="System.Diagnostics">\r
4875         <constructor name="EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess, System.String)" argnames="permissionAccess, machineName" />\r
4876         <property name="MachineName" propertytype="System.String" />\r
4877         <property name="PermissionAccess" propertytype="System.Diagnostics.EventLogPermissionAccess" />\r
4878         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4879         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4880         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4881         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4882         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4883         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4884     </class>\r
4885     <class name="EventLogPermissionEntryCollection" namespace="System.Diagnostics">\r
4886         <property name="Item" propertytype="System.Diagnostics.EventLogPermissionEntry" />\r
4887         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
4888         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
4889         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
4890         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
4891         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4892         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4893         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4894         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4895         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4896         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4897         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
4898         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
4899         <method name="OnClear" argnames="" returntype="System.Void" />\r
4900         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
4901         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" returntype="System.Void" />\r
4902         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4903         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4904         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4905         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4906         <method name="Add(System.Diagnostics.EventLogPermissionEntry)" argnames="value" returntype="System.Int32" />\r
4907         <method name="AddRange(System.Diagnostics.EventLogPermissionEntry[])" argnames="value" returntype="System.Void" />\r
4908         <method name="AddRange(System.Diagnostics.EventLogPermissionEntryCollection)" argnames="value" returntype="System.Void" />\r
4909         <method name="Contains(System.Diagnostics.EventLogPermissionEntry)" argnames="value" returntype="System.Boolean" />\r
4910         <method name="CopyTo(System.Diagnostics.EventLogPermissionEntry[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
4911         <method name="IndexOf(System.Diagnostics.EventLogPermissionEntry)" argnames="value" returntype="System.Int32" />\r
4912         <method name="Insert(System.Int32, System.Diagnostics.EventLogPermissionEntry)" argnames="index, value" returntype="System.Void" />\r
4913         <method name="Remove(System.Diagnostics.EventLogPermissionEntry)" argnames="value" returntype="System.Void" />\r
4914         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4915         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4916     </class>\r
4917     <class name="InstanceData" namespace="System.Diagnostics">\r
4918         <constructor name="InstanceData(System.String, System.Diagnostics.CounterSample)" argnames="instanceName, sample" />\r
4919         <property name="InstanceName" propertytype="System.String" />\r
4920         <property name="Sample" propertytype="System.Diagnostics.CounterSample" />\r
4921         <property name="RawValue" propertytype="System.Int64" />\r
4922         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4923         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4924         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4925         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4926         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4927         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4928     </class>\r
4929     <class name="InstanceDataCollection" namespace="System.Diagnostics">\r
4930         <constructor name="InstanceDataCollection(System.String)" argnames="counterName" />\r
4931         <property name="CounterName" propertytype="System.String" />\r
4932         <property name="Keys" propertytype="System.Collections.ICollection" />\r
4933         <property name="Values" propertytype="System.Collections.ICollection" />\r
4934         <property name="Item" propertytype="System.Diagnostics.InstanceData" />\r
4935         <property name="InnerHashtable" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.Hashtable" />\r
4936         <property name="Dictionary" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.IDictionary" />\r
4937         <property name="Count" inherited="System.Collections.DictionaryBase" propertytype="System.Int32" />\r
4938         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4939         <method name="GetEnumerator" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Collections.IDictionaryEnumerator" />\r
4940         <method name="Clear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4941         <method name="OnRemoveComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4942         <method name="OnClearComplete" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4943         <method name="OnInsertComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4944         <method name="OnSetComplete(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4945         <method name="OnValidate(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4946         <method name="OnRemove(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4947         <method name="OnClear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4948         <method name="OnInsert(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4949         <method name="OnSet(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4950         <method name="OnGet(System.Object, System.Object)" argnames="key, currentValue" inherited="System.Collections.DictionaryBase" returntype="System.Object" />\r
4951         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4952         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4953         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4954         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4955         <method name="Contains(System.String)" argnames="instanceName" returntype="System.Boolean" />\r
4956         <method name="CopyTo(System.Diagnostics.InstanceData[], System.Int32)" argnames="instances, index" returntype="System.Void" />\r
4957         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4958         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4959     </class>\r
4960     <class name="InstanceDataCollectionCollection" namespace="System.Diagnostics">\r
4961         <constructor name="InstanceDataCollectionCollection" argnames="" />\r
4962         <property name="Item" propertytype="System.Diagnostics.InstanceDataCollection" />\r
4963         <property name="Keys" propertytype="System.Collections.ICollection" />\r
4964         <property name="Values" propertytype="System.Collections.ICollection" />\r
4965         <property name="InnerHashtable" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.Hashtable" />\r
4966         <property name="Dictionary" inherited="System.Collections.DictionaryBase" propertytype="System.Collections.IDictionary" />\r
4967         <property name="Count" inherited="System.Collections.DictionaryBase" propertytype="System.Int32" />\r
4968         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4969         <method name="GetEnumerator" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Collections.IDictionaryEnumerator" />\r
4970         <method name="Clear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4971         <method name="OnRemoveComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4972         <method name="OnClearComplete" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4973         <method name="OnInsertComplete(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4974         <method name="OnSetComplete(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4975         <method name="OnValidate(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4976         <method name="OnRemove(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4977         <method name="OnClear" argnames="" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4978         <method name="OnInsert(System.Object, System.Object)" argnames="key, value" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4979         <method name="OnSet(System.Object, System.Object, System.Object)" argnames="key, oldValue, newValue" inherited="System.Collections.DictionaryBase" returntype="System.Void" />\r
4980         <method name="OnGet(System.Object, System.Object)" argnames="key, currentValue" inherited="System.Collections.DictionaryBase" returntype="System.Object" />\r
4981         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4982         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
4983         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
4984         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
4985         <method name="Contains(System.String)" argnames="counterName" returntype="System.Boolean" />\r
4986         <method name="CopyTo(System.Diagnostics.InstanceDataCollection[], System.Int32)" argnames="counters, index" returntype="System.Void" />\r
4987         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
4988         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
4989     </class>\r
4990     <class name="MonitoringDescriptionAttribute" namespace="System.Diagnostics">\r
4991         <constructor name="MonitoringDescriptionAttribute(System.String)" argnames="description" />\r
4992         <property name="Description" propertytype="System.String" />\r
4993         <property name="DescriptionValue" inherited="System.ComponentModel.DescriptionAttribute" propertytype="System.String" />\r
4994         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
4995         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
4996         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
4997         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
4998         <method name="GetHashCode" argnames="" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Int32" />\r
4999         <method name="Equals(System.Object)" argnames="obj" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Boolean" />\r
5000         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5001         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5002         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5003     </class>\r
5004     <class name="PerformanceCounterPermissionAttribute" namespace="System.Diagnostics">\r
5005         <constructor name="PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
5006         <property name="CategoryName" propertytype="System.String" />\r
5007         <property name="MachineName" propertytype="System.String" />\r
5008         <property name="PermissionAccess" propertytype="System.Diagnostics.PerformanceCounterPermissionAccess" />\r
5009         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
5010         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
5011         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
5012         <method name="CreatePermission" argnames="" returntype="System.Security.IPermission" />\r
5013         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
5014         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
5015         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5016         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
5017         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
5018         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5019         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5020         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5021     </class>\r
5022     <class name="PerformanceCounterPermissionEntry" namespace="System.Diagnostics">\r
5023         <constructor name="PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess, System.String, System.String)" argnames="permissionAccess, machineName, categoryName" />\r
5024         <property name="CategoryName" propertytype="System.String" />\r
5025         <property name="MachineName" propertytype="System.String" />\r
5026         <property name="PermissionAccess" propertytype="System.Diagnostics.PerformanceCounterPermissionAccess" />\r
5027         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5028         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5029         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5030         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5031         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5032         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5033     </class>\r
5034     <class name="PerformanceCounterPermissionEntryCollection" namespace="System.Diagnostics">\r
5035         <property name="Item" propertytype="System.Diagnostics.PerformanceCounterPermissionEntry" />\r
5036         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
5037         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
5038         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
5039         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
5040         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
5041         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
5042         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
5043         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
5044         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
5045         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
5046         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
5047         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
5048         <method name="OnClear" argnames="" returntype="System.Void" />\r
5049         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
5050         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" returntype="System.Void" />\r
5051         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5052         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5053         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5054         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5055         <method name="Add(System.Diagnostics.PerformanceCounterPermissionEntry)" argnames="value" returntype="System.Int32" />\r
5056         <method name="AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[])" argnames="value" returntype="System.Void" />\r
5057         <method name="AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection)" argnames="value" returntype="System.Void" />\r
5058         <method name="Contains(System.Diagnostics.PerformanceCounterPermissionEntry)" argnames="value" returntype="System.Boolean" />\r
5059         <method name="CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
5060         <method name="IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry)" argnames="value" returntype="System.Int32" />\r
5061         <method name="Insert(System.Int32, System.Diagnostics.PerformanceCounterPermissionEntry)" argnames="index, value" returntype="System.Void" />\r
5062         <method name="Remove(System.Diagnostics.PerformanceCounterPermissionEntry)" argnames="value" returntype="System.Void" />\r
5063         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5064         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5065     </class>\r
5066     <class name="ProcessModule" namespace="System.Diagnostics">\r
5067         <property name="ModuleName" propertytype="System.String" />\r
5068         <property name="FileName" propertytype="System.String" />\r
5069         <property name="BaseAddress" propertytype="System.IntPtr" />\r
5070         <property name="ModuleMemorySize" propertytype="System.Int32" />\r
5071         <property name="EntryPointAddress" propertytype="System.IntPtr" />\r
5072         <property name="FileVersionInfo" propertytype="System.Diagnostics.FileVersionInfo" />\r
5073         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
5074         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
5075         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
5076         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
5077         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5078         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
5079         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5080         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
5081         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5082         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5083         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5084         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5085         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5086         <method name="ToString" argnames="" returntype="System.String" />\r
5087         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5088         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5089         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
5090     </class>\r
5091     <class name="ProcessModuleCollection" namespace="System.Diagnostics">\r
5092         <constructor name="ProcessModuleCollection" argnames="" />\r
5093         <constructor name="ProcessModuleCollection(System.Diagnostics.ProcessModule[])" argnames="processModules" />\r
5094         <property name="Item" propertytype="System.Diagnostics.ProcessModule" />\r
5095         <property name="InnerList" inherited="System.Collections.ReadOnlyCollectionBase" propertytype="System.Collections.ArrayList" />\r
5096         <property name="Count" inherited="System.Collections.ReadOnlyCollectionBase" propertytype="System.Int32" />\r
5097         <method name="GetEnumerator" argnames="" inherited="System.Collections.ReadOnlyCollectionBase" returntype="System.Collections.IEnumerator" />\r
5098         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5099         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5100         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5101         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5102         <method name="IndexOf(System.Diagnostics.ProcessModule)" argnames="module" returntype="System.Int32" />\r
5103         <method name="Contains(System.Diagnostics.ProcessModule)" argnames="module" returntype="System.Boolean" />\r
5104         <method name="CopyTo(System.Diagnostics.ProcessModule[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
5105         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5106         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5107     </class>\r
5108     <class name="ProcessThread" namespace="System.Diagnostics">\r
5109         <property name="BasePriority" propertytype="System.Int32" />\r
5110         <property name="CurrentPriority" propertytype="System.Int32" />\r
5111         <property name="Id" propertytype="System.Int32" />\r
5112         <property name="IdealProcessor" propertytype="System.Int32" />\r
5113         <property name="PriorityBoostEnabled" propertytype="System.Boolean" />\r
5114         <property name="PriorityLevel" propertytype="System.Diagnostics.ThreadPriorityLevel" />\r
5115         <property name="PrivilegedProcessorTime" propertytype="System.TimeSpan" />\r
5116         <property name="StartAddress" propertytype="System.IntPtr" />\r
5117         <property name="StartTime" propertytype="System.DateTime" />\r
5118         <property name="ThreadState" propertytype="System.Diagnostics.ThreadState" />\r
5119         <property name="TotalProcessorTime" propertytype="System.TimeSpan" />\r
5120         <property name="UserProcessorTime" propertytype="System.TimeSpan" />\r
5121         <property name="WaitReason" propertytype="System.Diagnostics.ThreadWaitReason" />\r
5122         <property name="ProcessorAffinity" propertytype="System.IntPtr" />\r
5123         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
5124         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
5125         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
5126         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
5127         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5128         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
5129         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5130         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
5131         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5132         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5133         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5134         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5135         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5136         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
5137         <method name="ResetIdealProcessor" argnames="" returntype="System.Void" />\r
5138         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5139         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5140         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
5141     </class>\r
5142     <class name="ProcessThreadCollection" namespace="System.Diagnostics">\r
5143         <constructor name="ProcessThreadCollection" argnames="" />\r
5144         <constructor name="ProcessThreadCollection(System.Diagnostics.ProcessThread[])" argnames="processThreads" />\r
5145         <property name="Item" propertytype="System.Diagnostics.ProcessThread" />\r
5146         <property name="InnerList" inherited="System.Collections.ReadOnlyCollectionBase" propertytype="System.Collections.ArrayList" />\r
5147         <property name="Count" inherited="System.Collections.ReadOnlyCollectionBase" propertytype="System.Int32" />\r
5148         <method name="GetEnumerator" argnames="" inherited="System.Collections.ReadOnlyCollectionBase" returntype="System.Collections.IEnumerator" />\r
5149         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5150         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5151         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5152         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5153         <method name="Add(System.Diagnostics.ProcessThread)" argnames="thread" returntype="System.Int32" />\r
5154         <method name="Insert(System.Int32, System.Diagnostics.ProcessThread)" argnames="index, thread" returntype="System.Void" />\r
5155         <method name="IndexOf(System.Diagnostics.ProcessThread)" argnames="thread" returntype="System.Int32" />\r
5156         <method name="Contains(System.Diagnostics.ProcessThread)" argnames="thread" returntype="System.Boolean" />\r
5157         <method name="Remove(System.Diagnostics.ProcessThread)" argnames="thread" returntype="System.Void" />\r
5158         <method name="CopyTo(System.Diagnostics.ProcessThread[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
5159         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5160         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5161     </class>\r
5162     <class name="EventLogPermission" namespace="System.Diagnostics">\r
5163         <constructor name="EventLogPermission" argnames="" />\r
5164         <constructor name="EventLogPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
5165         <constructor name="EventLogPermission(System.Diagnostics.EventLogPermissionAccess, System.String)" argnames="permissionAccess, machineName" />\r
5166         <constructor name="EventLogPermission(System.Diagnostics.EventLogPermissionEntry[])" argnames="permissionAccessEntries" />\r
5167         <property name="PermissionEntries" propertytype="System.Diagnostics.EventLogPermissionEntryCollection" />\r
5168         <property name="PermissionAccessType" inherited="System.Security.Permissions.ResourcePermissionBase" propertytype="System.Type" />\r
5169         <property name="TagNames" inherited="System.Security.Permissions.ResourcePermissionBase" propertytype="System.String[]" />\r
5170         <method name="IsUnrestricted" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Boolean" />\r
5171         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5172         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5173         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5174         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5175         <method name="ToXml" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.SecurityElement" />\r
5176         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5177         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Boolean" />\r
5178         <method name="Union(System.Security.IPermission)" argnames="target" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.IPermission" />\r
5179         <method name="Intersect(System.Security.IPermission)" argnames="target" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.IPermission" />\r
5180         <method name="Copy" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.IPermission" />\r
5181         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5182         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5183         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5184         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
5185         <method name="AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)" argnames="entry" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5186         <method name="Clear" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5187         <method name="GetPermissionEntries" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.Permissions.ResourcePermissionBaseEntry[]" />\r
5188         <method name="RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)" argnames="entry" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5189         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5190         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5191     </class>\r
5192     <class name="PerformanceCounterPermission" namespace="System.Diagnostics">\r
5193         <constructor name="PerformanceCounterPermission" argnames="" />\r
5194         <constructor name="PerformanceCounterPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
5195         <constructor name="PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess, System.String, System.String)" argnames="permissionAccess, machineName, categoryName" />\r
5196         <constructor name="PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[])" argnames="permissionAccessEntries" />\r
5197         <property name="PermissionEntries" propertytype="System.Diagnostics.PerformanceCounterPermissionEntryCollection" />\r
5198         <property name="PermissionAccessType" inherited="System.Security.Permissions.ResourcePermissionBase" propertytype="System.Type" />\r
5199         <property name="TagNames" inherited="System.Security.Permissions.ResourcePermissionBase" propertytype="System.String[]" />\r
5200         <method name="IsUnrestricted" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Boolean" />\r
5201         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5202         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5203         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5204         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5205         <method name="ToXml" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.SecurityElement" />\r
5206         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
5207         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Boolean" />\r
5208         <method name="Union(System.Security.IPermission)" argnames="target" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.IPermission" />\r
5209         <method name="Intersect(System.Security.IPermission)" argnames="target" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.IPermission" />\r
5210         <method name="Copy" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.IPermission" />\r
5211         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5212         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5213         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5214         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
5215         <method name="AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)" argnames="entry" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5216         <method name="Clear" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5217         <method name="GetPermissionEntries" argnames="" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Security.Permissions.ResourcePermissionBaseEntry[]" />\r
5218         <method name="RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)" argnames="entry" inherited="System.Security.Permissions.ResourcePermissionBase" returntype="System.Void" />\r
5219         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5220         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5221     </class>\r
5222     <class name="EventLog" namespace="System.Diagnostics">\r
5223         <constructor name="EventLog" argnames="" />\r
5224         <constructor name="EventLog(System.String)" argnames="logName" />\r
5225         <constructor name="EventLog(System.String, System.String)" argnames="logName, machineName" />\r
5226         <constructor name="EventLog(System.String, System.String, System.String)" argnames="logName, machineName, source" />\r
5227         <property name="Entries" propertytype="System.Diagnostics.EventLogEntryCollection" />\r
5228         <property name="EntryCount" propertytype="System.Int32" />\r
5229         <property name="IsOpen" propertytype="System.Boolean" />\r
5230         <property name="IsOpenForRead" propertytype="System.Boolean" />\r
5231         <property name="IsOpenForWrite" propertytype="System.Boolean" />\r
5232         <property name="LogDisplayName" propertytype="System.String" />\r
5233         <property name="Log" propertytype="System.String" />\r
5234         <property name="MachineName" propertytype="System.String" />\r
5235         <property name="EnableRaisingEvents" propertytype="System.Boolean" />\r
5236         <property name="OldestEntryNumber" propertytype="System.Int32" />\r
5237         <property name="ReadHandle" propertytype="System.IntPtr" />\r
5238         <property name="SynchronizingObject" propertytype="System.ComponentModel.ISynchronizeInvoke" />\r
5239         <property name="Source" propertytype="System.String" />\r
5240         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
5241         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
5242         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
5243         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
5244         <method name="EndInit" argnames="" returntype="System.Void" />\r
5245         <method name="BeginInit" argnames="" returntype="System.Void" />\r
5246         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5247         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
5248         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
5249         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
5250         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5251         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5252         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5253         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5254         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5255         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
5256         <method name="Clear" argnames="" returntype="System.Void" />\r
5257         <method name="Close" argnames="" returntype="System.Void" />\r
5258         <method name="CreateEventSource(System.String, System.String)" argnames="source, logName" returntype="System.Void" />\r
5259         <method name="CreateEventSource(System.String, System.String, System.String)" argnames="source, logName, machineName" returntype="System.Void" />\r
5260         <method name="Delete(System.String)" argnames="logName" returntype="System.Void" />\r
5261         <method name="Delete(System.String, System.String)" argnames="logName, machineName" returntype="System.Void" />\r
5262         <method name="DeleteEventSource(System.String)" argnames="source" returntype="System.Void" />\r
5263         <method name="DeleteEventSource(System.String, System.String)" argnames="source, machineName" returntype="System.Void" />\r
5264         <method name="Exists(System.String)" argnames="logName" returntype="System.Boolean" />\r
5265         <method name="Exists(System.String, System.String)" argnames="logName, machineName" returntype="System.Boolean" />\r
5266         <method name="GetEventLogs" argnames="" returntype="System.Diagnostics.EventLog[]" />\r
5267         <method name="GetEventLogs(System.String)" argnames="machineName" returntype="System.Diagnostics.EventLog[]" />\r
5268         <method name="SourceExists(System.String)" argnames="source" returntype="System.Boolean" />\r
5269         <method name="SourceExists(System.String, System.String)" argnames="source, machineName" returntype="System.Boolean" />\r
5270         <method name="LogNameFromSourceName(System.String, System.String)" argnames="source, machineName" returntype="System.String" />\r
5271         <method name="WriteEntry(System.String)" argnames="message" returntype="System.Void" />\r
5272         <method name="WriteEntry(System.String, System.String)" argnames="source, message" returntype="System.Void" />\r
5273         <method name="WriteEntry(System.String, System.Diagnostics.EventLogEntryType)" argnames="message, type" returntype="System.Void" />\r
5274         <method name="WriteEntry(System.String, System.String, System.Diagnostics.EventLogEntryType)" argnames="source, message, type" returntype="System.Void" />\r
5275         <method name="WriteEntry(System.String, System.Diagnostics.EventLogEntryType, System.Int32)" argnames="message, type, eventID" returntype="System.Void" />\r
5276         <method name="WriteEntry(System.String, System.String, System.Diagnostics.EventLogEntryType, System.Int32)" argnames="source, message, type, eventID" returntype="System.Void" />\r
5277         <method name="WriteEntry(System.String, System.Diagnostics.EventLogEntryType, System.Int32, System.Int16)" argnames="message, type, eventID, category" returntype="System.Void" />\r
5278         <method name="WriteEntry(System.String, System.String, System.Diagnostics.EventLogEntryType, System.Int32, System.Int16)" argnames="source, message, type, eventID, category" returntype="System.Void" />\r
5279         <method name="WriteEntry(System.String, System.Diagnostics.EventLogEntryType, System.Int32, System.Int16, System.Byte[])" argnames="message, type, eventID, category, rawData" returntype="System.Void" />\r
5280         <method name="WriteEntry(System.String, System.String, System.Diagnostics.EventLogEntryType, System.Int32, System.Int16, System.Byte[])" argnames="source, message, type, eventID, category, rawData" returntype="System.Void" />\r
5281         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5282         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5283         <event name="EntryWritten" />\r
5284         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
5285     </class>\r
5286     <class name="EventLogTraceListener" namespace="System.Diagnostics">\r
5287         <constructor name="EventLogTraceListener" argnames="" />\r
5288         <constructor name="EventLogTraceListener(System.Diagnostics.EventLog)" argnames="eventLog" />\r
5289         <constructor name="EventLogTraceListener(System.String)" argnames="source" />\r
5290         <property name="EventLog" propertytype="System.Diagnostics.EventLog" />\r
5291         <property name="Name" propertytype="System.String" />\r
5292         <property name="IndentLevel" inherited="System.Diagnostics.TraceListener" propertytype="System.Int32" />\r
5293         <property name="IndentSize" inherited="System.Diagnostics.TraceListener" propertytype="System.Int32" />\r
5294         <property name="NeedIndent" inherited="System.Diagnostics.TraceListener" propertytype="System.Boolean" />\r
5295         <method name="Dispose" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5296         <method name="WriteLine(System.Object, System.String)" argnames="o, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5297         <method name="WriteLine(System.String, System.String)" argnames="message, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5298         <method name="WriteLine(System.Object)" argnames="o" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5299         <method name="WriteLine(System.String)" argnames="message" returntype="System.Void" />\r
5300         <method name="WriteIndent" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5301         <method name="Write(System.Object, System.String)" argnames="o, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5302         <method name="Write(System.String, System.String)" argnames="message, category" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5303         <method name="Write(System.Object)" argnames="o" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5304         <method name="Write(System.String)" argnames="message" returntype="System.Void" />\r
5305         <method name="Fail(System.String, System.String)" argnames="message, detailMessage" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5306         <method name="Fail(System.String)" argnames="message" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5307         <method name="Flush" argnames="" inherited="System.Diagnostics.TraceListener" returntype="System.Void" />\r
5308         <method name="Close" argnames="" returntype="System.Void" />\r
5309         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
5310         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
5311         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5312         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5313         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5314         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5315         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5316         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5317         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5318         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5319     </class>\r
5320     <class name="FileVersionInfo" namespace="System.Diagnostics">\r
5321         <property name="Comments" propertytype="System.String" />\r
5322         <property name="CompanyName" propertytype="System.String" />\r
5323         <property name="FileBuildPart" propertytype="System.Int32" />\r
5324         <property name="FileDescription" propertytype="System.String" />\r
5325         <property name="FileMajorPart" propertytype="System.Int32" />\r
5326         <property name="FileMinorPart" propertytype="System.Int32" />\r
5327         <property name="FileName" propertytype="System.String" />\r
5328         <property name="FilePrivatePart" propertytype="System.Int32" />\r
5329         <property name="FileVersion" propertytype="System.String" />\r
5330         <property name="InternalName" propertytype="System.String" />\r
5331         <property name="IsDebug" propertytype="System.Boolean" />\r
5332         <property name="IsPatched" propertytype="System.Boolean" />\r
5333         <property name="IsPrivateBuild" propertytype="System.Boolean" />\r
5334         <property name="IsPreRelease" propertytype="System.Boolean" />\r
5335         <property name="IsSpecialBuild" propertytype="System.Boolean" />\r
5336         <property name="Language" propertytype="System.String" />\r
5337         <property name="LegalCopyright" propertytype="System.String" />\r
5338         <property name="LegalTrademarks" propertytype="System.String" />\r
5339         <property name="OriginalFilename" propertytype="System.String" />\r
5340         <property name="PrivateBuild" propertytype="System.String" />\r
5341         <property name="ProductBuildPart" propertytype="System.Int32" />\r
5342         <property name="ProductMajorPart" propertytype="System.Int32" />\r
5343         <property name="ProductMinorPart" propertytype="System.Int32" />\r
5344         <property name="ProductName" propertytype="System.String" />\r
5345         <property name="ProductPrivatePart" propertytype="System.Int32" />\r
5346         <property name="ProductVersion" propertytype="System.String" />\r
5347         <property name="SpecialBuild" propertytype="System.String" />\r
5348         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5349         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5350         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5351         <method name="ToString" argnames="" returntype="System.String" />\r
5352         <method name="GetVersionInfo(System.String)" argnames="fileName" returntype="System.Diagnostics.FileVersionInfo" />\r
5353         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5354         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5355     </class>\r
5356     <class name="PerformanceCounter" namespace="System.Diagnostics">\r
5357         <constructor name="PerformanceCounter" argnames="" />\r
5358         <constructor name="PerformanceCounter(System.String, System.String, System.String, System.String)" argnames="categoryName, counterName, instanceName, machineName" />\r
5359         <constructor name="PerformanceCounter(System.String, System.String, System.String)" argnames="categoryName, counterName, instanceName" />\r
5360         <constructor name="PerformanceCounter(System.String, System.String, System.String, System.Boolean)" argnames="categoryName, counterName, instanceName, readOnly" />\r
5361         <constructor name="PerformanceCounter(System.String, System.String)" argnames="categoryName, counterName" />\r
5362         <constructor name="PerformanceCounter(System.String, System.String, System.Boolean)" argnames="categoryName, counterName, readOnly" />\r
5363         <field name="DefaultFileMappingSize" />\r
5364         <property name="CategoryName" propertytype="System.String" />\r
5365         <property name="CounterHelp" propertytype="System.String" />\r
5366         <property name="CounterName" propertytype="System.String" />\r
5367         <property name="CounterType" propertytype="System.Diagnostics.PerformanceCounterType" />\r
5368         <property name="InstanceName" propertytype="System.String" />\r
5369         <property name="ReadOnly" propertytype="System.Boolean" />\r
5370         <property name="MachineName" propertytype="System.String" />\r
5371         <property name="RawValue" propertytype="System.Int64" />\r
5372         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
5373         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
5374         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
5375         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
5376         <method name="EndInit" argnames="" returntype="System.Void" />\r
5377         <method name="BeginInit" argnames="" returntype="System.Void" />\r
5378         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5379         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
5380         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
5381         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
5382         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5383         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5384         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5385         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5386         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5387         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
5388         <method name="Close" argnames="" returntype="System.Void" />\r
5389         <method name="CloseSharedResources" argnames="" returntype="System.Void" />\r
5390         <method name="Decrement" argnames="" returntype="System.Int64" />\r
5391         <method name="IncrementBy(System.Int64)" argnames="value" returntype="System.Int64" />\r
5392         <method name="Increment" argnames="" returntype="System.Int64" />\r
5393         <method name="NextSample" argnames="" returntype="System.Diagnostics.CounterSample" />\r
5394         <method name="NextValue" argnames="" returntype="System.Single" />\r
5395         <method name="RemoveInstance" argnames="" returntype="System.Void" />\r
5396         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5397         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5398         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
5399     </class>\r
5400     <class name="PerformanceCounterCategory" namespace="System.Diagnostics">\r
5401         <constructor name="PerformanceCounterCategory" argnames="" />\r
5402         <constructor name="PerformanceCounterCategory(System.String)" argnames="categoryName" />\r
5403         <constructor name="PerformanceCounterCategory(System.String, System.String)" argnames="categoryName, machineName" />\r
5404         <property name="CategoryName" propertytype="System.String" />\r
5405         <property name="CategoryHelp" propertytype="System.String" />\r
5406         <property name="MachineName" propertytype="System.String" />\r
5407         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5408         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5409         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5410         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5411         <method name="CounterExists(System.String)" argnames="counterName" returntype="System.Boolean" />\r
5412         <method name="CounterExists(System.String, System.String)" argnames="counterName, categoryName" returntype="System.Boolean" />\r
5413         <method name="CounterExists(System.String, System.String, System.String)" argnames="counterName, categoryName, machineName" returntype="System.Boolean" />\r
5414         <method name="Create(System.String, System.String, System.Diagnostics.CounterCreationDataCollection)" argnames="categoryName, categoryHelp, counterData" returntype="System.Diagnostics.PerformanceCounterCategory" />\r
5415         <method name="Create(System.String, System.String, System.String, System.String)" argnames="categoryName, categoryHelp, counterName, counterHelp" returntype="System.Diagnostics.PerformanceCounterCategory" />\r
5416         <method name="Delete(System.String)" argnames="categoryName" returntype="System.Void" />\r
5417         <method name="Exists(System.String)" argnames="categoryName" returntype="System.Boolean" />\r
5418         <method name="Exists(System.String, System.String)" argnames="categoryName, machineName" returntype="System.Boolean" />\r
5419         <method name="GetCounters" argnames="" returntype="System.Diagnostics.PerformanceCounter[]" />\r
5420         <method name="GetCounters(System.String)" argnames="instanceName" returntype="System.Diagnostics.PerformanceCounter[]" />\r
5421         <method name="GetCategories" argnames="" returntype="System.Diagnostics.PerformanceCounterCategory[]" />\r
5422         <method name="GetCategories(System.String)" argnames="machineName" returntype="System.Diagnostics.PerformanceCounterCategory[]" />\r
5423         <method name="GetInstanceNames" argnames="" returntype="System.String[]" />\r
5424         <method name="InstanceExists(System.String)" argnames="instanceName" returntype="System.Boolean" />\r
5425         <method name="InstanceExists(System.String, System.String)" argnames="instanceName, categoryName" returntype="System.Boolean" />\r
5426         <method name="InstanceExists(System.String, System.String, System.String)" argnames="instanceName, categoryName, machineName" returntype="System.Boolean" />\r
5427         <method name="ReadCategory" argnames="" returntype="System.Diagnostics.InstanceDataCollectionCollection" />\r
5428         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5429         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5430     </class>\r
5431     <class name="PerformanceCounterManager" namespace="System.Diagnostics">\r
5432         <constructor name="PerformanceCounterManager" argnames="" />\r
5433         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5434         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5435         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5436         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5437         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5438         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5439     </class>\r
5440     <class name="Process" namespace="System.Diagnostics">\r
5441         <constructor name="Process" argnames="" />\r
5442         <property name="Associated" propertytype="System.Boolean" />\r
5443         <property name="BasePriority" propertytype="System.Int32" />\r
5444         <property name="ExitCode" propertytype="System.Int32" />\r
5445         <property name="HasExited" propertytype="System.Boolean" />\r
5446         <property name="ExitTime" propertytype="System.DateTime" />\r
5447         <property name="Handle" propertytype="System.IntPtr" />\r
5448         <property name="HandleCount" propertytype="System.Int32" />\r
5449         <property name="Id" propertytype="System.Int32" />\r
5450         <property name="MachineName" propertytype="System.String" />\r
5451         <property name="MainWindowHandle" propertytype="System.IntPtr" />\r
5452         <property name="MainWindowTitle" propertytype="System.String" />\r
5453         <property name="MainModule" propertytype="System.Diagnostics.ProcessModule" />\r
5454         <property name="MaxWorkingSet" propertytype="System.IntPtr" />\r
5455         <property name="MinWorkingSet" propertytype="System.IntPtr" />\r
5456         <property name="Modules" propertytype="System.Diagnostics.ProcessModuleCollection" />\r
5457         <property name="NonpagedSystemMemorySize" propertytype="System.Int32" />\r
5458         <property name="PagedMemorySize" propertytype="System.Int32" />\r
5459         <property name="PagedSystemMemorySize" propertytype="System.Int32" />\r
5460         <property name="PeakPagedMemorySize" propertytype="System.Int32" />\r
5461         <property name="PeakWorkingSet" propertytype="System.Int32" />\r
5462         <property name="PeakVirtualMemorySize" propertytype="System.Int32" />\r
5463         <property name="OperatingSystem" propertytype="System.OperatingSystem" />\r
5464         <property name="PriorityBoostEnabled" propertytype="System.Boolean" />\r
5465         <property name="PriorityClass" propertytype="System.Diagnostics.ProcessPriorityClass" />\r
5466         <property name="PrivateMemorySize" propertytype="System.Int32" />\r
5467         <property name="PrivilegedProcessorTime" propertytype="System.TimeSpan" />\r
5468         <property name="ProcessName" propertytype="System.String" />\r
5469         <property name="ProcessorAffinity" propertytype="System.IntPtr" />\r
5470         <property name="Responding" propertytype="System.Boolean" />\r
5471         <property name="StartInfo" propertytype="System.Diagnostics.ProcessStartInfo" />\r
5472         <property name="StartTime" propertytype="System.DateTime" />\r
5473         <property name="SynchronizingObject" propertytype="System.ComponentModel.ISynchronizeInvoke" />\r
5474         <property name="Threads" propertytype="System.Diagnostics.ProcessThreadCollection" />\r
5475         <property name="TotalProcessorTime" propertytype="System.TimeSpan" />\r
5476         <property name="UserProcessorTime" propertytype="System.TimeSpan" />\r
5477         <property name="VirtualMemorySize" propertytype="System.Int32" />\r
5478         <property name="EnableRaisingEvents" propertytype="System.Boolean" />\r
5479         <property name="StandardInput" propertytype="System.IO.StreamWriter" />\r
5480         <property name="StandardOutput" propertytype="System.IO.StreamReader" />\r
5481         <property name="StandardError" propertytype="System.IO.StreamReader" />\r
5482         <property name="WorkingSet" propertytype="System.Int32" />\r
5483         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
5484         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
5485         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
5486         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
5487         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5488         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
5489         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
5490         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
5491         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5492         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
5493         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
5494         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5495         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5496         <method name="ToString" argnames="" returntype="System.String" />\r
5497         <method name="CloseMainWindow" argnames="" returntype="System.Boolean" />\r
5498         <method name="Close" argnames="" returntype="System.Void" />\r
5499         <method name="EnterDebugMode" argnames="" returntype="System.Void" />\r
5500         <method name="LeaveDebugMode" argnames="" returntype="System.Void" />\r
5501         <method name="GetProcessById(System.Int32, System.String)" argnames="processId, machineName" returntype="System.Diagnostics.Process" />\r
5502         <method name="GetProcessById(System.Int32)" argnames="processId" returntype="System.Diagnostics.Process" />\r
5503         <method name="GetProcessesByName(System.String)" argnames="processName" returntype="System.Diagnostics.Process[]" />\r
5504         <method name="GetProcessesByName(System.String, System.String)" argnames="processName, machineName" returntype="System.Diagnostics.Process[]" />\r
5505         <method name="GetProcesses" argnames="" returntype="System.Diagnostics.Process[]" />\r
5506         <method name="GetProcesses(System.String)" argnames="machineName" returntype="System.Diagnostics.Process[]" />\r
5507         <method name="GetCurrentProcess" argnames="" returntype="System.Diagnostics.Process" />\r
5508         <method name="OnExited" argnames="" returntype="System.Void" />\r
5509         <method name="Refresh" argnames="" returntype="System.Void" />\r
5510         <method name="Start" argnames="" returntype="System.Boolean" />\r
5511         <method name="Start(System.String)" argnames="fileName" returntype="System.Diagnostics.Process" />\r
5512         <method name="Start(System.String, System.String)" argnames="fileName, arguments" returntype="System.Diagnostics.Process" />\r
5513         <method name="Start(System.Diagnostics.ProcessStartInfo)" argnames="startInfo" returntype="System.Diagnostics.Process" />\r
5514         <method name="Kill" argnames="" returntype="System.Void" />\r
5515         <method name="WaitForExit(System.Int32)" argnames="milliseconds" returntype="System.Boolean" />\r
5516         <method name="WaitForExit" argnames="" returntype="System.Void" />\r
5517         <method name="WaitForInputIdle(System.Int32)" argnames="milliseconds" returntype="System.Boolean" />\r
5518         <method name="WaitForInputIdle" argnames="" returntype="System.Boolean" />\r
5519         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5520         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5521         <event name="Exited" />\r
5522         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
5523     </class>\r
5524     <class name="ProcessStartInfo" namespace="System.Diagnostics">\r
5525         <constructor name="ProcessStartInfo" argnames="" />\r
5526         <constructor name="ProcessStartInfo(System.String)" argnames="fileName" />\r
5527         <constructor name="ProcessStartInfo(System.String, System.String)" argnames="fileName, arguments" />\r
5528         <property name="Verb" propertytype="System.String" />\r
5529         <property name="Arguments" propertytype="System.String" />\r
5530         <property name="CreateNoWindow" propertytype="System.Boolean" />\r
5531         <property name="EnvironmentVariables" propertytype="System.Collections.Specialized.StringDictionary" />\r
5532         <property name="RedirectStandardInput" propertytype="System.Boolean" />\r
5533         <property name="RedirectStandardOutput" propertytype="System.Boolean" />\r
5534         <property name="RedirectStandardError" propertytype="System.Boolean" />\r
5535         <property name="UseShellExecute" propertytype="System.Boolean" />\r
5536         <property name="Verbs" propertytype="System.String[]" />\r
5537         <property name="FileName" propertytype="System.String" />\r
5538         <property name="WorkingDirectory" propertytype="System.String" />\r
5539         <property name="ErrorDialog" propertytype="System.Boolean" />\r
5540         <property name="ErrorDialogParentHandle" propertytype="System.IntPtr" />\r
5541         <property name="WindowStyle" propertytype="System.Diagnostics.ProcessWindowStyle" />\r
5542         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5543         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5544         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5545         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5546         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5547         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5548     </class>\r
5549     <interface name="ICollectData" namespace="System.Diagnostics">\r
5550         <method name="CloseData" argnames="" returntype="System.Void" />\r
5551         <method name="CollectData(System.Int32, System.IntPtr, System.IntPtr, System.Int32, System.IntPtr&amp;)" argnames="id, valueName, data, totalBytes, res" returntype="System.Void" />\r
5552     </interface>\r
5553     <struct name="CounterSample" namespace="System.Diagnostics">\r
5554         <constructor name="CounterSample(System.Int64, System.Int64, System.Int64, System.Int64, System.Int64, System.Int64, System.Diagnostics.PerformanceCounterType)" argnames="rawValue, baseValue, counterFrequency, systemFrequency, timeStamp, timeStamp100nSec, counterType" />\r
5555         <constructor name="CounterSample(System.Int64, System.Int64, System.Int64, System.Int64, System.Int64, System.Int64, System.Diagnostics.PerformanceCounterType, System.Int64)" argnames="rawValue, baseValue, counterFrequency, systemFrequency, timeStamp, timeStamp100nSec, counterType, counterTimeStamp" />\r
5556         <field name="Empty" />\r
5557         <property name="RawValue" propertytype="System.Int64" />\r
5558         <property name="UnsignedRawValue" propertytype="System.UInt64" />\r
5559         <property name="BaseValue" propertytype="System.Int64" />\r
5560         <property name="UnsignedBaseValue" propertytype="System.UInt64" />\r
5561         <property name="SystemFrequency" propertytype="System.Int64" />\r
5562         <property name="CounterFrequency" propertytype="System.Int64" />\r
5563         <property name="CounterTimeStamp" propertytype="System.Int64" />\r
5564         <property name="TimeStamp" propertytype="System.Int64" />\r
5565         <property name="TimeStamp100nSec" propertytype="System.Int64" />\r
5566         <property name="CounterType" propertytype="System.Diagnostics.PerformanceCounterType" />\r
5567         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5568         <method name="GetHashCode" argnames="" inherited="System.ValueType" returntype="System.Int32" />\r
5569         <method name="Equals(System.Object)" argnames="obj" inherited="System.ValueType" returntype="System.Boolean" />\r
5570         <method name="ToString" argnames="" inherited="System.ValueType" returntype="System.String" />\r
5571         <method name="Calculate(System.Diagnostics.CounterSample)" argnames="counterSample" returntype="System.Single" />\r
5572         <method name="Calculate(System.Diagnostics.CounterSample, System.Diagnostics.CounterSample)" argnames="counterSample, nextCounterSample" returntype="System.Single" />\r
5573         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5574         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5575     </struct>\r
5576     <delegate name="EntryWrittenEventHandler" namespace="System.Diagnostics">\r
5577         <constructor name="EntryWrittenEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
5578         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
5579         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
5580         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
5581         <method name="BeginInvoke(System.Object, System.Diagnostics.EntryWrittenEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
5582         <method name="Invoke(System.Object, System.Diagnostics.EntryWrittenEventArgs)" argnames="sender, e" returntype="System.Void" />\r
5583         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
5584         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
5585         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
5586         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
5587         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
5588         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
5589         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
5590         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5591         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
5592         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
5593         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5594         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
5595         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5596         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5597     </delegate>\r
5598     <enum name="TraceLevel" namespace="System.Diagnostics">\r
5599         <field name="Off" />\r
5600         <field name="Error" />\r
5601         <field name="Warning" />\r
5602         <field name="Info" />\r
5603         <field name="Verbose" />\r
5604         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5605         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5606         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5607         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5608         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5609         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5610         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5611         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5612         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5613         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5614         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5615     </enum>\r
5616     <enum name="EventLogEntryType" namespace="System.Diagnostics">\r
5617         <field name="Error" />\r
5618         <field name="Warning" />\r
5619         <field name="Information" />\r
5620         <field name="SuccessAudit" />\r
5621         <field name="FailureAudit" />\r
5622         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5623         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5624         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5625         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5626         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5627         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5628         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5629         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5630         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5631         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5632         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5633     </enum>\r
5634     <enum name="EventLogPermissionAccess" namespace="System.Diagnostics">\r
5635         <field name="None" />\r
5636         <field name="Browse" />\r
5637         <field name="Instrument" />\r
5638         <field name="Audit" />\r
5639         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5640         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5641         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5642         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5643         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5644         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5645         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5646         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5647         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5648         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5649         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5650     </enum>\r
5651     <enum name="PerformanceCounterPermissionAccess" namespace="System.Diagnostics">\r
5652         <field name="None" />\r
5653         <field name="Browse" />\r
5654         <field name="Instrument" />\r
5655         <field name="Administer" />\r
5656         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5657         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5658         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5659         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5660         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5661         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5662         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5663         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5664         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5665         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5666         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5667     </enum>\r
5668     <enum name="PerformanceCounterType" namespace="System.Diagnostics">\r
5669         <field name="NumberOfItems32" />\r
5670         <field name="NumberOfItems64" />\r
5671         <field name="NumberOfItemsHEX32" />\r
5672         <field name="NumberOfItemsHEX64" />\r
5673         <field name="RateOfCountsPerSecond32" />\r
5674         <field name="RateOfCountsPerSecond64" />\r
5675         <field name="CountPerTimeInterval32" />\r
5676         <field name="CountPerTimeInterval64" />\r
5677         <field name="RawFraction" />\r
5678         <field name="RawBase" />\r
5679         <field name="AverageTimer32" />\r
5680         <field name="AverageBase" />\r
5681         <field name="AverageCount64" />\r
5682         <field name="SampleFraction" />\r
5683         <field name="SampleCounter" />\r
5684         <field name="SampleBase" />\r
5685         <field name="CounterTimer" />\r
5686         <field name="CounterTimerInverse" />\r
5687         <field name="Timer100Ns" />\r
5688         <field name="Timer100NsInverse" />\r
5689         <field name="ElapsedTime" />\r
5690         <field name="CounterMultiTimer" />\r
5691         <field name="CounterMultiTimerInverse" />\r
5692         <field name="CounterMultiTimer100Ns" />\r
5693         <field name="CounterMultiTimer100NsInverse" />\r
5694         <field name="CounterMultiBase" />\r
5695         <field name="CounterDelta32" />\r
5696         <field name="CounterDelta64" />\r
5697         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5698         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5699         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5700         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5701         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5702         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5703         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5704         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5705         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5706         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5707         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5708     </enum>\r
5709     <enum name="ProcessPriorityClass" namespace="System.Diagnostics">\r
5710         <field name="Normal" />\r
5711         <field name="Idle" />\r
5712         <field name="High" />\r
5713         <field name="RealTime" />\r
5714         <field name="BelowNormal" />\r
5715         <field name="AboveNormal" />\r
5716         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5717         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5718         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5719         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5720         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5721         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5722         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5723         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5724         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5725         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5726         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5727     </enum>\r
5728     <enum name="ProcessWindowStyle" namespace="System.Diagnostics">\r
5729         <field name="Normal" />\r
5730         <field name="Hidden" />\r
5731         <field name="Minimized" />\r
5732         <field name="Maximized" />\r
5733         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5734         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5735         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5736         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5737         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5738         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5739         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5740         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5741         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5742         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5743         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5744     </enum>\r
5745     <enum name="ThreadPriorityLevel" namespace="System.Diagnostics">\r
5746         <field name="Idle" />\r
5747         <field name="Lowest" />\r
5748         <field name="BelowNormal" />\r
5749         <field name="Normal" />\r
5750         <field name="AboveNormal" />\r
5751         <field name="Highest" />\r
5752         <field name="TimeCritical" />\r
5753         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5754         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5755         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5756         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5757         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5758         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5759         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5760         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5761         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5762         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5763         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5764     </enum>\r
5765     <enum name="ThreadState" namespace="System.Diagnostics">\r
5766         <field name="Initialized" />\r
5767         <field name="Ready" />\r
5768         <field name="Running" />\r
5769         <field name="Standby" />\r
5770         <field name="Terminated" />\r
5771         <field name="Wait" />\r
5772         <field name="Transition" />\r
5773         <field name="Unknown" />\r
5774         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5775         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5776         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5777         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5778         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5779         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5780         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5781         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5782         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5783         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5784         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5785     </enum>\r
5786     <enum name="ThreadWaitReason" namespace="System.Diagnostics">\r
5787         <field name="Executive" />\r
5788         <field name="FreePage" />\r
5789         <field name="PageIn" />\r
5790         <field name="SystemAllocation" />\r
5791         <field name="ExecutionDelay" />\r
5792         <field name="Suspended" />\r
5793         <field name="UserRequest" />\r
5794         <field name="EventPairHigh" />\r
5795         <field name="EventPairLow" />\r
5796         <field name="LpcReceive" />\r
5797         <field name="LpcReply" />\r
5798         <field name="VirtualMemory" />\r
5799         <field name="PageOut" />\r
5800         <field name="Unknown" />\r
5801         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
5802         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
5803         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
5804         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
5805         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5806         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
5807         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
5808         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
5809         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
5810         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5811         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5812     </enum>\r
5813     <class name="ThreadExceptionEventArgs" namespace="System.Threading">\r
5814         <constructor name="ThreadExceptionEventArgs(System.Exception)" argnames="t" />\r
5815         <property name="Exception" propertytype="System.Exception" />\r
5816         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5817         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5818         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5819         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5820         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5821         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5822     </class>\r
5823     <delegate name="ThreadExceptionEventHandler" namespace="System.Threading">\r
5824         <constructor name="ThreadExceptionEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
5825         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
5826         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
5827         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
5828         <method name="BeginInvoke(System.Object, System.Threading.ThreadExceptionEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
5829         <method name="Invoke(System.Object, System.Threading.ThreadExceptionEventArgs)" argnames="sender, e" returntype="System.Void" />\r
5830         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
5831         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
5832         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
5833         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
5834         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
5835         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
5836         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
5837         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5838         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
5839         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
5840         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5841         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
5842         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5843         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5844     </delegate>\r
5845     <class name="CodeGenerator" namespace="System.CodeDom.Compiler">\r
5846         <constructor name="CodeGenerator" argnames="" />\r
5847         <property name="CurrentTypeName" propertytype="System.String" />\r
5848         <property name="CurrentMember" propertytype="System.CodeDom.CodeTypeMember" />\r
5849         <property name="CurrentMemberName" propertytype="System.String" />\r
5850         <property name="IsCurrentInterface" propertytype="System.Boolean" />\r
5851         <property name="IsCurrentClass" propertytype="System.Boolean" />\r
5852         <property name="IsCurrentStruct" propertytype="System.Boolean" />\r
5853         <property name="IsCurrentEnum" propertytype="System.Boolean" />\r
5854         <property name="IsCurrentDelegate" propertytype="System.Boolean" />\r
5855         <property name="Indent" propertytype="System.Int32" />\r
5856         <property name="NullToken" propertytype="System.String" />\r
5857         <property name="Output" propertytype="System.IO.TextWriter" />\r
5858         <property name="Options" propertytype="System.CodeDom.Compiler.CodeGeneratorOptions" />\r
5859         <method name="QuoteSnippetString(System.String)" argnames="value" returntype="System.String" />\r
5860         <method name="GetTypeOutput(System.CodeDom.CodeTypeReference)" argnames="value" returntype="System.String" />\r
5861         <method name="CreateValidIdentifier(System.String)" argnames="value" returntype="System.String" />\r
5862         <method name="CreateEscapedIdentifier(System.String)" argnames="value" returntype="System.String" />\r
5863         <method name="ValidateIdentifier(System.String)" argnames="value" returntype="System.Void" />\r
5864         <method name="IsValidIdentifier(System.String)" argnames="value" returntype="System.Boolean" />\r
5865         <method name="Supports(System.CodeDom.Compiler.GeneratorSupport)" argnames="support" returntype="System.Boolean" />\r
5866         <method name="GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="attributes" returntype="System.Void" />\r
5867         <method name="GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="attributes" returntype="System.Void" />\r
5868         <method name="GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)" argnames="e" returntype="System.Void" />\r
5869         <method name="GenerateNamespaceEnd(System.CodeDom.CodeNamespace)" argnames="e" returntype="System.Void" />\r
5870         <method name="GenerateNamespaceStart(System.CodeDom.CodeNamespace)" argnames="e" returntype="System.Void" />\r
5871         <method name="GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)" argnames="e" returntype="System.Void" />\r
5872         <method name="GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)" argnames="e" returntype="System.Void" />\r
5873         <method name="GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)" argnames="e" returntype="System.Void" />\r
5874         <method name="GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)" argnames="e" returntype="System.Void" />\r
5875         <method name="GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)" argnames="e" returntype="System.Void" />\r
5876         <method name="GenerateConstructor(System.CodeDom.CodeConstructor, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" returntype="System.Void" />\r
5877         <method name="GenerateProperty(System.CodeDom.CodeMemberProperty, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" returntype="System.Void" />\r
5878         <method name="GenerateMethod(System.CodeDom.CodeMemberMethod, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" returntype="System.Void" />\r
5879         <method name="GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" returntype="System.Void" />\r
5880         <method name="GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)" argnames="e" returntype="System.Void" />\r
5881         <method name="GenerateField(System.CodeDom.CodeMemberField)" argnames="e" returntype="System.Void" />\r
5882         <method name="GenerateEvent(System.CodeDom.CodeMemberEvent, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" returntype="System.Void" />\r
5883         <method name="GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)" argnames="e" returntype="System.Void" />\r
5884         <method name="GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)" argnames="e" returntype="System.Void" />\r
5885         <method name="GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)" argnames="e" returntype="System.Void" />\r
5886         <method name="GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)" argnames="e" returntype="System.Void" />\r
5887         <method name="GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)" argnames="e" returntype="System.Void" />\r
5888         <method name="GenerateGotoStatement(System.CodeDom.CodeGotoStatement)" argnames="e" returntype="System.Void" />\r
5889         <method name="GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)" argnames="e" returntype="System.Void" />\r
5890         <method name="GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)" argnames="e" returntype="System.Void" />\r
5891         <method name="GenerateAssignStatement(System.CodeDom.CodeAssignStatement)" argnames="e" returntype="System.Void" />\r
5892         <method name="GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)" argnames="e" returntype="System.Void" />\r
5893         <method name="GenerateConditionStatement(System.CodeDom.CodeConditionStatement)" argnames="e" returntype="System.Void" />\r
5894         <method name="GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)" argnames="e" returntype="System.Void" />\r
5895         <method name="GenerateComment(System.CodeDom.CodeComment)" argnames="e" returntype="System.Void" />\r
5896         <method name="GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)" argnames="e" returntype="System.Void" />\r
5897         <method name="GenerateCommentStatement(System.CodeDom.CodeCommentStatement)" argnames="e" returntype="System.Void" />\r
5898         <method name="GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)" argnames="e" returntype="System.Void" />\r
5899         <method name="GenerateIterationStatement(System.CodeDom.CodeIterationStatement)" argnames="e" returntype="System.Void" />\r
5900         <method name="GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)" argnames="e" returntype="System.Void" />\r
5901         <method name="GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)" argnames="e" returntype="System.Void" />\r
5902         <method name="GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)" argnames="e" returntype="System.Void" />\r
5903         <method name="GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)" argnames="e" returntype="System.Void" />\r
5904         <method name="GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)" argnames="e" returntype="System.Void" />\r
5905         <method name="GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)" argnames="e" returntype="System.Void" />\r
5906         <method name="GenerateDecimalValue(System.Decimal)" argnames="d" returntype="System.Void" />\r
5907         <method name="GenerateDoubleValue(System.Double)" argnames="d" returntype="System.Void" />\r
5908         <method name="GenerateSingleFloatValue(System.Single)" argnames="s" returntype="System.Void" />\r
5909         <method name="GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)" argnames="e" returntype="System.Void" />\r
5910         <method name="GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)" argnames="e" returntype="System.Void" />\r
5911         <method name="GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)" argnames="e" returntype="System.Void" />\r
5912         <method name="GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)" argnames="e" returntype="System.Void" />\r
5913         <method name="GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)" argnames="e" returntype="System.Void" />\r
5914         <method name="GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)" argnames="e" returntype="System.Void" />\r
5915         <method name="GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)" argnames="e" returntype="System.Void" />\r
5916         <method name="GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)" argnames="e" returntype="System.Void" />\r
5917         <method name="GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)" argnames="e" returntype="System.Void" />\r
5918         <method name="GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)" argnames="e" returntype="System.Void" />\r
5919         <method name="GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)" argnames="e" returntype="System.Void" />\r
5920         <method name="GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)" argnames="e" returntype="System.Void" />\r
5921         <method name="GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)" argnames="e" returntype="System.Void" />\r
5922         <method name="GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)" argnames="e" returntype="System.Void" />\r
5923         <method name="GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)" argnames="e" returntype="System.Void" />\r
5924         <method name="GenerateCastExpression(System.CodeDom.CodeCastExpression)" argnames="e" returntype="System.Void" />\r
5925         <method name="ContinueOnNewLine(System.String)" argnames="st" returntype="System.Void" />\r
5926         <method name="GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)" argnames="e" returntype="System.Void" />\r
5927         <method name="GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)" argnames="e" returntype="System.Void" />\r
5928         <method name="GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)" argnames="e" returntype="System.Void" />\r
5929         <method name="OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)" argnames="parameters" returntype="System.Void" />\r
5930         <method name="OutputOperator(System.CodeDom.CodeBinaryOperatorType)" argnames="op" returntype="System.Void" />\r
5931         <method name="OutputExpressionList(System.CodeDom.CodeExpressionCollection, System.Boolean)" argnames="expressions, newlineBetweenItems" returntype="System.Void" />\r
5932         <method name="OutputExpressionList(System.CodeDom.CodeExpressionCollection)" argnames="expressions" returntype="System.Void" />\r
5933         <method name="OutputIdentifier(System.String)" argnames="ident" returntype="System.Void" />\r
5934         <method name="OutputTypeNamePair(System.CodeDom.CodeTypeReference, System.String)" argnames="typeRef, name" returntype="System.Void" />\r
5935         <method name="OutputTypeAttributes(System.Reflection.TypeAttributes, System.Boolean, System.Boolean)" argnames="attributes, isStruct, isEnum" returntype="System.Void" />\r
5936         <method name="OutputType(System.CodeDom.CodeTypeReference)" argnames="typeRef" returntype="System.Void" />\r
5937         <method name="OutputMemberScopeModifier(System.CodeDom.MemberAttributes)" argnames="attributes" returntype="System.Void" />\r
5938         <method name="OutputMemberAccessModifier(System.CodeDom.MemberAttributes)" argnames="attributes" returntype="System.Void" />\r
5939         <method name="OutputFieldScopeModifier(System.CodeDom.MemberAttributes)" argnames="attributes" returntype="System.Void" />\r
5940         <method name="OutputDirection(System.CodeDom.FieldDirection)" argnames="dir" returntype="System.Void" />\r
5941         <method name="OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)" argnames="arg" returntype="System.Void" />\r
5942         <method name="OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="attributes" returntype="System.Void" />\r
5943         <method name="GenerateNamespace(System.CodeDom.CodeNamespace)" argnames="e" returntype="System.Void" />\r
5944         <method name="GenerateCompileUnit(System.CodeDom.CodeCompileUnit)" argnames="e" returntype="System.Void" />\r
5945         <method name="GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)" argnames="e" returntype="System.Void" />\r
5946         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
5947         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
5948         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
5949         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
5950         <method name="GenerateNamespaces(System.CodeDom.CodeCompileUnit)" argnames="e" returntype="System.Void" />\r
5951         <method name="GenerateTypes(System.CodeDom.CodeNamespace)" argnames="e" returntype="System.Void" />\r
5952         <method name="GenerateExpression(System.CodeDom.CodeExpression)" argnames="e" returntype="System.Void" />\r
5953         <method name="GenerateNamespaceImports(System.CodeDom.CodeNamespace)" argnames="e" returntype="System.Void" />\r
5954         <method name="GenerateStatement(System.CodeDom.CodeStatement)" argnames="e" returntype="System.Void" />\r
5955         <method name="GenerateStatements(System.CodeDom.CodeStatementCollection)" argnames="stms" returntype="System.Void" />\r
5956         <method name="IsValidLanguageIndependentIdentifier(System.String)" argnames="value" returntype="System.Boolean" />\r
5957         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
5958         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
5959     </class>\r
5960     <class name="CodeCompiler" namespace="System.CodeDom.Compiler">\r
5961         <constructor name="CodeCompiler" argnames="" />\r
5962         <property name="FileExtension" propertytype="System.String" />\r
5963         <property name="CompilerName" propertytype="System.String" />\r
5964         <property name="CurrentTypeName" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.String" />\r
5965         <property name="CurrentMember" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.CodeDom.CodeTypeMember" />\r
5966         <property name="CurrentMemberName" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.String" />\r
5967         <property name="IsCurrentInterface" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.Boolean" />\r
5968         <property name="IsCurrentClass" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.Boolean" />\r
5969         <property name="IsCurrentStruct" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.Boolean" />\r
5970         <property name="IsCurrentEnum" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.Boolean" />\r
5971         <property name="IsCurrentDelegate" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.Boolean" />\r
5972         <property name="Indent" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.Int32" />\r
5973         <property name="NullToken" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.String" />\r
5974         <property name="Output" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.IO.TextWriter" />\r
5975         <property name="Options" inherited="System.CodeDom.Compiler.CodeGenerator" propertytype="System.CodeDom.Compiler.CodeGeneratorOptions" />\r
5976         <method name="FromSourceBatch(System.CodeDom.Compiler.CompilerParameters, System.String[])" argnames="options, sources" returntype="System.CodeDom.Compiler.CompilerResults" />\r
5977         <method name="GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters, System.String)" argnames="options, cmdArgs" returntype="System.String" />\r
5978         <method name="CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)" argnames="options" returntype="System.String" />\r
5979         <method name="ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults, System.String)" argnames="results, line" returntype="System.Void" />\r
5980         <method name="FromFileBatch(System.CodeDom.Compiler.CompilerParameters, System.String[])" argnames="options, fileNames" returntype="System.CodeDom.Compiler.CompilerResults" />\r
5981         <method name="FromDomBatch(System.CodeDom.Compiler.CompilerParameters, System.CodeDom.CodeCompileUnit[])" argnames="options, ea" returntype="System.CodeDom.Compiler.CompilerResults" />\r
5982         <method name="FromSource(System.CodeDom.Compiler.CompilerParameters, System.String)" argnames="options, source" returntype="System.CodeDom.Compiler.CompilerResults" />\r
5983         <method name="FromFile(System.CodeDom.Compiler.CompilerParameters, System.String)" argnames="options, fileName" returntype="System.CodeDom.Compiler.CompilerResults" />\r
5984         <method name="FromDom(System.CodeDom.Compiler.CompilerParameters, System.CodeDom.CodeCompileUnit)" argnames="options, e" returntype="System.CodeDom.Compiler.CompilerResults" />\r
5985         <method name="QuoteSnippetString(System.String)" argnames="value" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.String" />\r
5986         <method name="GetTypeOutput(System.CodeDom.CodeTypeReference)" argnames="value" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.String" />\r
5987         <method name="CreateValidIdentifier(System.String)" argnames="value" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.String" />\r
5988         <method name="CreateEscapedIdentifier(System.String)" argnames="value" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.String" />\r
5989         <method name="ValidateIdentifier(System.String)" argnames="value" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5990         <method name="IsValidIdentifier(System.String)" argnames="value" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Boolean" />\r
5991         <method name="Supports(System.CodeDom.Compiler.GeneratorSupport)" argnames="support" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Boolean" />\r
5992         <method name="GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="attributes" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5993         <method name="GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="attributes" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5994         <method name="GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5995         <method name="GenerateNamespaceEnd(System.CodeDom.CodeNamespace)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5996         <method name="GenerateNamespaceStart(System.CodeDom.CodeNamespace)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5997         <method name="GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5998         <method name="GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
5999         <method name="GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6000         <method name="GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6001         <method name="GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6002         <method name="GenerateConstructor(System.CodeDom.CodeConstructor, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6003         <method name="GenerateProperty(System.CodeDom.CodeMemberProperty, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6004         <method name="GenerateMethod(System.CodeDom.CodeMemberMethod, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6005         <method name="GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6006         <method name="GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6007         <method name="GenerateField(System.CodeDom.CodeMemberField)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6008         <method name="GenerateEvent(System.CodeDom.CodeMemberEvent, System.CodeDom.CodeTypeDeclaration)" argnames="e, c" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6009         <method name="GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6010         <method name="GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6011         <method name="GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6012         <method name="GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6013         <method name="GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6014         <method name="GenerateGotoStatement(System.CodeDom.CodeGotoStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6015         <method name="GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6016         <method name="GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6017         <method name="GenerateAssignStatement(System.CodeDom.CodeAssignStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6018         <method name="GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6019         <method name="GenerateConditionStatement(System.CodeDom.CodeConditionStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6020         <method name="GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6021         <method name="GenerateComment(System.CodeDom.CodeComment)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6022         <method name="GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6023         <method name="GenerateCommentStatement(System.CodeDom.CodeCommentStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6024         <method name="GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6025         <method name="GenerateIterationStatement(System.CodeDom.CodeIterationStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6026         <method name="GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6027         <method name="GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6028         <method name="GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6029         <method name="GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6030         <method name="GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6031         <method name="GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6032         <method name="GenerateDecimalValue(System.Decimal)" argnames="d" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6033         <method name="GenerateDoubleValue(System.Double)" argnames="d" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6034         <method name="GenerateSingleFloatValue(System.Single)" argnames="s" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6035         <method name="GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6036         <method name="GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6037         <method name="GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6038         <method name="GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6039         <method name="GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6040         <method name="GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6041         <method name="GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6042         <method name="GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6043         <method name="GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6044         <method name="GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6045         <method name="GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6046         <method name="GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6047         <method name="GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6048         <method name="GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6049         <method name="GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6050         <method name="GenerateCastExpression(System.CodeDom.CodeCastExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6051         <method name="ContinueOnNewLine(System.String)" argnames="st" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6052         <method name="GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6053         <method name="GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6054         <method name="GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6055         <method name="OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)" argnames="parameters" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6056         <method name="OutputOperator(System.CodeDom.CodeBinaryOperatorType)" argnames="op" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6057         <method name="OutputExpressionList(System.CodeDom.CodeExpressionCollection, System.Boolean)" argnames="expressions, newlineBetweenItems" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6058         <method name="OutputExpressionList(System.CodeDom.CodeExpressionCollection)" argnames="expressions" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6059         <method name="OutputIdentifier(System.String)" argnames="ident" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6060         <method name="OutputTypeNamePair(System.CodeDom.CodeTypeReference, System.String)" argnames="typeRef, name" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6061         <method name="OutputTypeAttributes(System.Reflection.TypeAttributes, System.Boolean, System.Boolean)" argnames="attributes, isStruct, isEnum" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6062         <method name="OutputType(System.CodeDom.CodeTypeReference)" argnames="typeRef" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6063         <method name="OutputMemberScopeModifier(System.CodeDom.MemberAttributes)" argnames="attributes" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6064         <method name="OutputMemberAccessModifier(System.CodeDom.MemberAttributes)" argnames="attributes" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6065         <method name="OutputFieldScopeModifier(System.CodeDom.MemberAttributes)" argnames="attributes" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6066         <method name="OutputDirection(System.CodeDom.FieldDirection)" argnames="dir" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6067         <method name="OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)" argnames="arg" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6068         <method name="OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)" argnames="attributes" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6069         <method name="GenerateNamespace(System.CodeDom.CodeNamespace)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6070         <method name="GenerateCompileUnit(System.CodeDom.CodeCompileUnit)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6071         <method name="GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6072         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6073         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6074         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6075         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6076         <method name="JoinStringArray(System.String[], System.String)" argnames="sa, separator" returntype="System.String" />\r
6077         <method name="GenerateNamespaces(System.CodeDom.CodeCompileUnit)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6078         <method name="GenerateTypes(System.CodeDom.CodeNamespace)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6079         <method name="GenerateExpression(System.CodeDom.CodeExpression)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6080         <method name="GenerateNamespaceImports(System.CodeDom.CodeNamespace)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6081         <method name="GenerateStatement(System.CodeDom.CodeStatement)" argnames="e" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6082         <method name="GenerateStatements(System.CodeDom.CodeStatementCollection)" argnames="stms" inherited="System.CodeDom.Compiler.CodeGenerator" returntype="System.Void" />\r
6083         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6084         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6085     </class>\r
6086     <class name="CodeDomProvider" namespace="System.CodeDom.Compiler">\r
6087         <constructor name="CodeDomProvider" argnames="" />\r
6088         <property name="FileExtension" propertytype="System.String" />\r
6089         <property name="LanguageOptions" propertytype="System.CodeDom.Compiler.LanguageOptions" />\r
6090         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
6091         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
6092         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
6093         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
6094         <method name="GetConverter(System.Type)" argnames="type" returntype="System.ComponentModel.TypeConverter" />\r
6095         <method name="CreateParser" argnames="" returntype="System.CodeDom.Compiler.ICodeParser" />\r
6096         <method name="CreateCompiler" argnames="" returntype="System.CodeDom.Compiler.ICodeCompiler" />\r
6097         <method name="CreateGenerator(System.String)" argnames="fileName" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
6098         <method name="CreateGenerator(System.IO.TextWriter)" argnames="output" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
6099         <method name="CreateGenerator" argnames="" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
6100         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
6101         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
6102         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
6103         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
6104         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
6105         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
6106         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
6107         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6108         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6109         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
6110         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6111         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6112         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
6113     </class>\r
6114     <class name="CodeGeneratorOptions" namespace="System.CodeDom.Compiler">\r
6115         <constructor name="CodeGeneratorOptions" argnames="" />\r
6116         <property name="Item" propertytype="System.Object" />\r
6117         <property name="IndentString" propertytype="System.String" />\r
6118         <property name="BracingStyle" propertytype="System.String" />\r
6119         <property name="ElseOnClosing" propertytype="System.Boolean" />\r
6120         <property name="BlankLinesBetweenMembers" propertytype="System.Boolean" />\r
6121         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6122         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6123         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6124         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6125         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6126         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6127     </class>\r
6128     <class name="CodeParser" namespace="System.CodeDom.Compiler">\r
6129         <constructor name="CodeParser" argnames="" />\r
6130         <method name="Parse(System.IO.TextReader)" argnames="codeStream" returntype="System.CodeDom.CodeCompileUnit" />\r
6131         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6132         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6133         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6134         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6135         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6136         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6137     </class>\r
6138     <class name="CompilerError" namespace="System.CodeDom.Compiler">\r
6139         <constructor name="CompilerError" argnames="" />\r
6140         <constructor name="CompilerError(System.String, System.Int32, System.Int32, System.String, System.String)" argnames="fileName, line, column, errorNumber, errorText" />\r
6141         <property name="Line" propertytype="System.Int32" />\r
6142         <property name="Column" propertytype="System.Int32" />\r
6143         <property name="ErrorNumber" propertytype="System.String" />\r
6144         <property name="ErrorText" propertytype="System.String" />\r
6145         <property name="IsWarning" propertytype="System.Boolean" />\r
6146         <property name="FileName" propertytype="System.String" />\r
6147         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6148         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6149         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6150         <method name="ToString" argnames="" returntype="System.String" />\r
6151         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6152         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6153     </class>\r
6154     <class name="CompilerErrorCollection" namespace="System.CodeDom.Compiler">\r
6155         <constructor name="CompilerErrorCollection" argnames="" />\r
6156         <constructor name="CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection)" argnames="value" />\r
6157         <constructor name="CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[])" argnames="value" />\r
6158         <property name="Item" propertytype="System.CodeDom.Compiler.CompilerError" />\r
6159         <property name="HasErrors" propertytype="System.Boolean" />\r
6160         <property name="HasWarnings" propertytype="System.Boolean" />\r
6161         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
6162         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
6163         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
6164         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
6165         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6166         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6167         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6168         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6169         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6170         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6171         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6172         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6173         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6174         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6175         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6176         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6177         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6178         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6179         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6180         <method name="Add(System.CodeDom.Compiler.CompilerError)" argnames="value" returntype="System.Int32" />\r
6181         <method name="AddRange(System.CodeDom.Compiler.CompilerError[])" argnames="value" returntype="System.Void" />\r
6182         <method name="AddRange(System.CodeDom.Compiler.CompilerErrorCollection)" argnames="value" returntype="System.Void" />\r
6183         <method name="Contains(System.CodeDom.Compiler.CompilerError)" argnames="value" returntype="System.Boolean" />\r
6184         <method name="CopyTo(System.CodeDom.Compiler.CompilerError[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
6185         <method name="IndexOf(System.CodeDom.Compiler.CompilerError)" argnames="value" returntype="System.Int32" />\r
6186         <method name="Insert(System.Int32, System.CodeDom.Compiler.CompilerError)" argnames="index, value" returntype="System.Void" />\r
6187         <method name="Remove(System.CodeDom.Compiler.CompilerError)" argnames="value" returntype="System.Void" />\r
6188         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6189         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6190     </class>\r
6191     <class name="CompilerParameters" namespace="System.CodeDom.Compiler">\r
6192         <constructor name="CompilerParameters" argnames="" />\r
6193         <constructor name="CompilerParameters(System.String[])" argnames="assemblyNames" />\r
6194         <constructor name="CompilerParameters(System.String[], System.String)" argnames="assemblyNames, outputName" />\r
6195         <constructor name="CompilerParameters(System.String[], System.String, System.Boolean)" argnames="assemblyNames, outputName, includeDebugInformation" />\r
6196         <property name="GenerateExecutable" propertytype="System.Boolean" />\r
6197         <property name="GenerateInMemory" propertytype="System.Boolean" />\r
6198         <property name="ReferencedAssemblies" propertytype="System.Collections.Specialized.StringCollection" />\r
6199         <property name="MainClass" propertytype="System.String" />\r
6200         <property name="OutputAssembly" propertytype="System.String" />\r
6201         <property name="TempFiles" propertytype="System.CodeDom.Compiler.TempFileCollection" />\r
6202         <property name="IncludeDebugInformation" propertytype="System.Boolean" />\r
6203         <property name="TreatWarningsAsErrors" propertytype="System.Boolean" />\r
6204         <property name="WarningLevel" propertytype="System.Int32" />\r
6205         <property name="CompilerOptions" propertytype="System.String" />\r
6206         <property name="Win32Resource" propertytype="System.String" />\r
6207         <property name="UserToken" propertytype="System.IntPtr" />\r
6208         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6209         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6210         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6211         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6212         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6213         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6214     </class>\r
6215     <class name="CompilerResults" namespace="System.CodeDom.Compiler">\r
6216         <constructor name="CompilerResults(System.CodeDom.Compiler.TempFileCollection)" argnames="tempFiles" />\r
6217         <property name="TempFiles" propertytype="System.CodeDom.Compiler.TempFileCollection" />\r
6218         <property name="CompiledAssembly" propertytype="System.Reflection.Assembly" />\r
6219         <property name="Errors" propertytype="System.CodeDom.Compiler.CompilerErrorCollection" />\r
6220         <property name="Output" propertytype="System.Collections.Specialized.StringCollection" />\r
6221         <property name="PathToAssembly" propertytype="System.String" />\r
6222         <property name="NativeCompilerReturnValue" propertytype="System.Int32" />\r
6223         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6224         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6225         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6226         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6227         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6228         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6229     </class>\r
6230     <class name="Executor" namespace="System.CodeDom.Compiler">\r
6231         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6232         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6233         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6234         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6235         <method name="ExecWait(System.String, System.CodeDom.Compiler.TempFileCollection)" argnames="cmd, tempFiles" returntype="System.Void" />\r
6236         <method name="ExecWaitWithCapture(System.String, System.CodeDom.Compiler.TempFileCollection, System.String&amp;, System.String&amp;)" argnames="cmd, tempFiles, outputName, errorName" returntype="System.Int32" />\r
6237         <method name="ExecWaitWithCapture(System.String, System.String, System.CodeDom.Compiler.TempFileCollection, System.String&amp;, System.String&amp;)" argnames="cmd, currentDir, tempFiles, outputName, errorName" returntype="System.Int32" />\r
6238         <method name="ExecWaitWithCapture(System.IntPtr, System.String, System.CodeDom.Compiler.TempFileCollection, System.String&amp;, System.String&amp;)" argnames="userToken, cmd, tempFiles, outputName, errorName" returntype="System.Int32" />\r
6239         <method name="ExecWaitWithCapture(System.IntPtr, System.String, System.String, System.CodeDom.Compiler.TempFileCollection, System.String&amp;, System.String&amp;)" argnames="userToken, cmd, currentDir, tempFiles, outputName, errorName" returntype="System.Int32" />\r
6240         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6241         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6242     </class>\r
6243     <class name="IndentedTextWriter" namespace="System.CodeDom.Compiler">\r
6244         <constructor name="IndentedTextWriter(System.IO.TextWriter)" argnames="writer" />\r
6245         <constructor name="IndentedTextWriter(System.IO.TextWriter, System.String)" argnames="writer, tabString" />\r
6246         <field name="DefaultTabString" />\r
6247         <field name="CoreNewLine" inherited="System.IO.TextWriter" />\r
6248         <property name="Encoding" propertytype="System.Text.Encoding" />\r
6249         <property name="NewLine" propertytype="System.String" />\r
6250         <property name="Indent" propertytype="System.Int32" />\r
6251         <property name="InnerWriter" propertytype="System.IO.TextWriter" />\r
6252         <property name="FormatProvider" inherited="System.IO.TextWriter" propertytype="System.IFormatProvider" />\r
6253         <method name="OutputTabs" argnames="" returntype="System.Void" />\r
6254         <method name="WriteLine(System.String, System.Object[])" argnames="format, arg" returntype="System.Void" />\r
6255         <method name="WriteLine(System.String, System.Object, System.Object, System.Object)" argnames="format, arg0, arg1, arg2" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6256         <method name="WriteLine(System.String, System.Object, System.Object)" argnames="format, arg0, arg1" returntype="System.Void" />\r
6257         <method name="WriteLine(System.String, System.Object)" argnames="format, arg0" returntype="System.Void" />\r
6258         <method name="WriteLine(System.Object)" argnames="value" returntype="System.Void" />\r
6259         <method name="WriteLine(System.String)" argnames="s" returntype="System.Void" />\r
6260         <method name="WriteLine(System.Decimal)" argnames="value" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6261         <method name="WriteLine(System.Double)" argnames="value" returntype="System.Void" />\r
6262         <method name="WriteLine(System.Single)" argnames="value" returntype="System.Void" />\r
6263         <method name="WriteLine(System.UInt64)" argnames="value" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6264         <method name="WriteLine(System.Int64)" argnames="value" returntype="System.Void" />\r
6265         <method name="WriteLine(System.UInt32)" argnames="value" returntype="System.Void" />\r
6266         <method name="WriteLine(System.Int32)" argnames="value" returntype="System.Void" />\r
6267         <method name="WriteLine(System.Boolean)" argnames="value" returntype="System.Void" />\r
6268         <method name="WriteLine(System.Char[], System.Int32, System.Int32)" argnames="buffer, index, count" returntype="System.Void" />\r
6269         <method name="WriteLine(System.Char[])" argnames="buffer" returntype="System.Void" />\r
6270         <method name="WriteLine(System.Char)" argnames="value" returntype="System.Void" />\r
6271         <method name="WriteLine" argnames="" returntype="System.Void" />\r
6272         <method name="Write(System.String, System.Object[])" argnames="format, arg" returntype="System.Void" />\r
6273         <method name="Write(System.String, System.Object, System.Object, System.Object)" argnames="format, arg0, arg1, arg2" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6274         <method name="Write(System.String, System.Object, System.Object)" argnames="format, arg0, arg1" returntype="System.Void" />\r
6275         <method name="Write(System.String, System.Object)" argnames="format, arg0" returntype="System.Void" />\r
6276         <method name="Write(System.Object)" argnames="value" returntype="System.Void" />\r
6277         <method name="Write(System.String)" argnames="s" returntype="System.Void" />\r
6278         <method name="Write(System.Decimal)" argnames="value" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6279         <method name="Write(System.Double)" argnames="value" returntype="System.Void" />\r
6280         <method name="Write(System.Single)" argnames="value" returntype="System.Void" />\r
6281         <method name="Write(System.UInt64)" argnames="value" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6282         <method name="Write(System.Int64)" argnames="value" returntype="System.Void" />\r
6283         <method name="Write(System.UInt32)" argnames="value" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6284         <method name="Write(System.Int32)" argnames="value" returntype="System.Void" />\r
6285         <method name="Write(System.Boolean)" argnames="value" returntype="System.Void" />\r
6286         <method name="Write(System.Char[], System.Int32, System.Int32)" argnames="buffer, index, count" returntype="System.Void" />\r
6287         <method name="Write(System.Char[])" argnames="buffer" returntype="System.Void" />\r
6288         <method name="Write(System.Char)" argnames="value" returntype="System.Void" />\r
6289         <method name="Flush" argnames="" returntype="System.Void" />\r
6290         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.IO.TextWriter" returntype="System.Void" />\r
6291         <method name="Close" argnames="" returntype="System.Void" />\r
6292         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
6293         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
6294         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
6295         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6296         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6297         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6298         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6299         <method name="WriteLineNoTabs(System.String)" argnames="s" returntype="System.Void" />\r
6300         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6301         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6302     </class>\r
6303     <class name="TempFileCollection" namespace="System.CodeDom.Compiler">\r
6304         <constructor name="TempFileCollection" argnames="" />\r
6305         <constructor name="TempFileCollection(System.String)" argnames="tempDir" />\r
6306         <constructor name="TempFileCollection(System.String, System.Boolean)" argnames="tempDir, keepFiles" />\r
6307         <property name="Count" propertytype="System.Int32" />\r
6308         <property name="TempDir" propertytype="System.String" />\r
6309         <property name="BasePath" propertytype="System.String" />\r
6310         <property name="KeepFiles" propertytype="System.Boolean" />\r
6311         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
6312         <method name="Finalize" argnames="" returntype="System.Void" />\r
6313         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6314         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6315         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6316         <method name="AddExtension(System.String)" argnames="fileExtension" returntype="System.String" />\r
6317         <method name="AddExtension(System.String, System.Boolean)" argnames="fileExtension, keepFile" returntype="System.String" />\r
6318         <method name="AddFile(System.String, System.Boolean)" argnames="fileName, keepFile" returntype="System.Void" />\r
6319         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
6320         <method name="CopyTo(System.String[], System.Int32)" argnames="fileNames, start" returntype="System.Void" />\r
6321         <method name="Delete" argnames="" returntype="System.Void" />\r
6322         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6323         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6324     </class>\r
6325     <interface name="ICodeCompiler" namespace="System.CodeDom.Compiler">\r
6326         <method name="CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters, System.String[])" argnames="options, sources" returntype="System.CodeDom.Compiler.CompilerResults" />\r
6327         <method name="CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters, System.String[])" argnames="options, fileNames" returntype="System.CodeDom.Compiler.CompilerResults" />\r
6328         <method name="CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters, System.CodeDom.CodeCompileUnit[])" argnames="options, compilationUnits" returntype="System.CodeDom.Compiler.CompilerResults" />\r
6329         <method name="CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters, System.String)" argnames="options, source" returntype="System.CodeDom.Compiler.CompilerResults" />\r
6330         <method name="CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters, System.String)" argnames="options, fileName" returntype="System.CodeDom.Compiler.CompilerResults" />\r
6331         <method name="CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters, System.CodeDom.CodeCompileUnit)" argnames="options, compilationUnit" returntype="System.CodeDom.Compiler.CompilerResults" />\r
6332     </interface>\r
6333     <interface name="ICodeGenerator" namespace="System.CodeDom.Compiler">\r
6334         <method name="GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration, System.IO.TextWriter, System.CodeDom.Compiler.CodeGeneratorOptions)" argnames="e, w, o" returntype="System.Void" />\r
6335         <method name="GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit, System.IO.TextWriter, System.CodeDom.Compiler.CodeGeneratorOptions)" argnames="e, w, o" returntype="System.Void" />\r
6336         <method name="GenerateCodeFromNamespace(System.CodeDom.CodeNamespace, System.IO.TextWriter, System.CodeDom.Compiler.CodeGeneratorOptions)" argnames="e, w, o" returntype="System.Void" />\r
6337         <method name="GenerateCodeFromStatement(System.CodeDom.CodeStatement, System.IO.TextWriter, System.CodeDom.Compiler.CodeGeneratorOptions)" argnames="e, w, o" returntype="System.Void" />\r
6338         <method name="GenerateCodeFromExpression(System.CodeDom.CodeExpression, System.IO.TextWriter, System.CodeDom.Compiler.CodeGeneratorOptions)" argnames="e, w, o" returntype="System.Void" />\r
6339         <method name="Supports(System.CodeDom.Compiler.GeneratorSupport)" argnames="supports" returntype="System.Boolean" />\r
6340         <method name="GetTypeOutput(System.CodeDom.CodeTypeReference)" argnames="type" returntype="System.String" />\r
6341         <method name="CreateValidIdentifier(System.String)" argnames="value" returntype="System.String" />\r
6342         <method name="CreateEscapedIdentifier(System.String)" argnames="value" returntype="System.String" />\r
6343         <method name="ValidateIdentifier(System.String)" argnames="value" returntype="System.Void" />\r
6344         <method name="IsValidIdentifier(System.String)" argnames="value" returntype="System.Boolean" />\r
6345     </interface>\r
6346     <interface name="ICodeParser" namespace="System.CodeDom.Compiler">\r
6347         <method name="Parse(System.IO.TextReader)" argnames="codeStream" returntype="System.CodeDom.CodeCompileUnit" />\r
6348     </interface>\r
6349     <enum name="GeneratorSupport" namespace="System.CodeDom.Compiler">\r
6350         <field name="ArraysOfArrays" />\r
6351         <field name="EntryPointMethod" />\r
6352         <field name="GotoStatements" />\r
6353         <field name="MultidimensionalArrays" />\r
6354         <field name="StaticConstructors" />\r
6355         <field name="TryCatchStatements" />\r
6356         <field name="ReturnTypeAttributes" />\r
6357         <field name="DeclareValueTypes" />\r
6358         <field name="DeclareEnums" />\r
6359         <field name="DeclareDelegates" />\r
6360         <field name="DeclareInterfaces" />\r
6361         <field name="DeclareEvents" />\r
6362         <field name="AssemblyAttributes" />\r
6363         <field name="ParameterAttributes" />\r
6364         <field name="ReferenceParameters" />\r
6365         <field name="ChainedConstructorArguments" />\r
6366         <field name="NestedTypes" />\r
6367         <field name="MultipleInterfaceMembers" />\r
6368         <field name="PublicStaticMembers" />\r
6369         <field name="ComplexExpressions" />\r
6370         <field name="Win32Resources" />\r
6371         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
6372         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
6373         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
6374         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
6375         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6376         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
6377         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
6378         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
6379         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
6380         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6381         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6382     </enum>\r
6383     <enum name="LanguageOptions" namespace="System.CodeDom.Compiler">\r
6384         <field name="None" />\r
6385         <field name="CaseInsensitive" />\r
6386         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
6387         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
6388         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
6389         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
6390         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6391         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
6392         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
6393         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
6394         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
6395         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6396         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6397     </enum>\r
6398     <class name="ServiceContainer" namespace="System.ComponentModel.Design">\r
6399         <constructor name="ServiceContainer" argnames="" />\r
6400         <constructor name="ServiceContainer(System.IServiceProvider)" argnames="parentProvider" />\r
6401         <property name="Container" propertytype="System.ComponentModel.Design.IServiceContainer" />\r
6402         <property name="Services" propertytype="System.Collections.Hashtable" />\r
6403         <method name="GetService(System.Type)" argnames="serviceType" returntype="System.Object" />\r
6404         <method name="RemoveService(System.Type, System.Boolean)" argnames="serviceType, promote" returntype="System.Void" />\r
6405         <method name="RemoveService(System.Type)" argnames="serviceType" returntype="System.Void" />\r
6406         <method name="AddService(System.Type, System.ComponentModel.Design.ServiceCreatorCallback, System.Boolean)" argnames="serviceType, callback, promote" returntype="System.Void" />\r
6407         <method name="AddService(System.Type, System.ComponentModel.Design.ServiceCreatorCallback)" argnames="serviceType, callback" returntype="System.Void" />\r
6408         <method name="AddService(System.Type, System.Object, System.Boolean)" argnames="serviceType, serviceInstance, promote" returntype="System.Void" />\r
6409         <method name="AddService(System.Type, System.Object)" argnames="serviceType, serviceInstance" returntype="System.Void" />\r
6410         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6411         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6412         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6413         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6414         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6415         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6416     </class>\r
6417     <class name="ActiveDesignerEventArgs" namespace="System.ComponentModel.Design">\r
6418         <constructor name="ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IDesignerHost)" argnames="oldDesigner, newDesigner" />\r
6419         <property name="OldDesigner" propertytype="System.ComponentModel.Design.IDesignerHost" />\r
6420         <property name="NewDesigner" propertytype="System.ComponentModel.Design.IDesignerHost" />\r
6421         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6422         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6423         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6424         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6425         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6426         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6427     </class>\r
6428     <class name="CheckoutException" namespace="System.ComponentModel.Design">\r
6429         <constructor name="CheckoutException" argnames="" />\r
6430         <constructor name="CheckoutException(System.String)" argnames="message" />\r
6431         <constructor name="CheckoutException(System.String, System.Int32)" argnames="message, errorCode" />\r
6432         <field name="Canceled" />\r
6433         <property name="ErrorCode" inherited="System.Runtime.InteropServices.ExternalException" propertytype="System.Int32" />\r
6434         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
6435         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
6436         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
6437         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
6438         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
6439         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
6440         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
6441         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
6442         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
6443         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6444         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6445         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6446         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
6447         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6448         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6449     </class>\r
6450     <class name="CommandID" namespace="System.ComponentModel.Design">\r
6451         <constructor name="CommandID(System.Guid, System.Int32)" argnames="menuGroup, commandID" />\r
6452         <property name="ID" propertytype="System.Int32" />\r
6453         <property name="Guid" propertytype="System.Guid" />\r
6454         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6455         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
6456         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
6457         <method name="ToString" argnames="" returntype="System.String" />\r
6458         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6459         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6460     </class>\r
6461     <class name="ComponentChangedEventArgs" namespace="System.ComponentModel.Design">\r
6462         <constructor name="ComponentChangedEventArgs(System.Object, System.ComponentModel.MemberDescriptor, System.Object, System.Object)" argnames="component, member, oldValue, newValue" />\r
6463         <property name="Component" propertytype="System.Object" />\r
6464         <property name="Member" propertytype="System.ComponentModel.MemberDescriptor" />\r
6465         <property name="NewValue" propertytype="System.Object" />\r
6466         <property name="OldValue" propertytype="System.Object" />\r
6467         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6468         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6469         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6470         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6471         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6472         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6473     </class>\r
6474     <class name="ComponentChangingEventArgs" namespace="System.ComponentModel.Design">\r
6475         <constructor name="ComponentChangingEventArgs(System.Object, System.ComponentModel.MemberDescriptor)" argnames="component, member" />\r
6476         <property name="Component" propertytype="System.Object" />\r
6477         <property name="Member" propertytype="System.ComponentModel.MemberDescriptor" />\r
6478         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6479         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6480         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6481         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6482         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6483         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6484     </class>\r
6485     <class name="ComponentEventArgs" namespace="System.ComponentModel.Design">\r
6486         <constructor name="ComponentEventArgs(System.ComponentModel.IComponent)" argnames="component" />\r
6487         <property name="Component" propertytype="System.ComponentModel.IComponent" />\r
6488         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6489         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6490         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6491         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6492         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6493         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6494     </class>\r
6495     <class name="ComponentRenameEventArgs" namespace="System.ComponentModel.Design">\r
6496         <constructor name="ComponentRenameEventArgs(System.Object, System.String, System.String)" argnames="component, oldName, newName" />\r
6497         <property name="Component" propertytype="System.Object" />\r
6498         <property name="OldName" propertytype="System.String" />\r
6499         <property name="NewName" propertytype="System.String" />\r
6500         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6501         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6502         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6503         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6504         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6505         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6506     </class>\r
6507     <class name="DesignerTransaction" namespace="System.ComponentModel.Design">\r
6508         <constructor name="DesignerTransaction" argnames="" />\r
6509         <constructor name="DesignerTransaction(System.String)" argnames="description" />\r
6510         <property name="Canceled" propertytype="System.Boolean" />\r
6511         <property name="Committed" propertytype="System.Boolean" />\r
6512         <property name="Description" propertytype="System.String" />\r
6513         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
6514         <method name="OnCommit" argnames="" returntype="System.Void" />\r
6515         <method name="OnCancel" argnames="" returntype="System.Void" />\r
6516         <method name="Finalize" argnames="" returntype="System.Void" />\r
6517         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6518         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6519         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6520         <method name="Cancel" argnames="" returntype="System.Void" />\r
6521         <method name="Commit" argnames="" returntype="System.Void" />\r
6522         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6523         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6524     </class>\r
6525     <class name="DesignerTransactionCloseEventArgs" namespace="System.ComponentModel.Design">\r
6526         <constructor name="DesignerTransactionCloseEventArgs(System.Boolean)" argnames="commit" />\r
6527         <property name="TransactionCommitted" propertytype="System.Boolean" />\r
6528         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6529         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6530         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6531         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6532         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6533         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6534     </class>\r
6535     <class name="MenuCommand" namespace="System.ComponentModel.Design">\r
6536         <constructor name="MenuCommand(System.EventHandler, System.ComponentModel.Design.CommandID)" argnames="handler, command" />\r
6537         <property name="Checked" propertytype="System.Boolean" />\r
6538         <property name="Enabled" propertytype="System.Boolean" />\r
6539         <property name="Supported" propertytype="System.Boolean" />\r
6540         <property name="Visible" propertytype="System.Boolean" />\r
6541         <property name="CommandID" propertytype="System.ComponentModel.Design.CommandID" />\r
6542         <property name="OleStatus" propertytype="System.Int32" />\r
6543         <method name="OnCommandChanged(System.EventArgs)" argnames="e" returntype="System.Void" />\r
6544         <method name="Invoke" argnames="" returntype="System.Void" />\r
6545         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6546         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6547         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6548         <method name="ToString" argnames="" returntype="System.String" />\r
6549         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6550         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6551         <event name="CommandChanged" />\r
6552     </class>\r
6553     <class name="DesignerVerb" namespace="System.ComponentModel.Design">\r
6554         <constructor name="DesignerVerb(System.String, System.EventHandler)" argnames="text, handler" />\r
6555         <constructor name="DesignerVerb(System.String, System.EventHandler, System.ComponentModel.Design.CommandID)" argnames="text, handler, startCommandID" />\r
6556         <property name="Text" propertytype="System.String" />\r
6557         <property name="Checked" inherited="System.ComponentModel.Design.MenuCommand" propertytype="System.Boolean" />\r
6558         <property name="Enabled" inherited="System.ComponentModel.Design.MenuCommand" propertytype="System.Boolean" />\r
6559         <property name="Supported" inherited="System.ComponentModel.Design.MenuCommand" propertytype="System.Boolean" />\r
6560         <property name="Visible" inherited="System.ComponentModel.Design.MenuCommand" propertytype="System.Boolean" />\r
6561         <property name="CommandID" inherited="System.ComponentModel.Design.MenuCommand" propertytype="System.ComponentModel.Design.CommandID" />\r
6562         <property name="OleStatus" inherited="System.ComponentModel.Design.MenuCommand" propertytype="System.Int32" />\r
6563         <method name="OnCommandChanged(System.EventArgs)" argnames="e" inherited="System.ComponentModel.Design.MenuCommand" returntype="System.Void" />\r
6564         <method name="Invoke" argnames="" inherited="System.ComponentModel.Design.MenuCommand" returntype="System.Void" />\r
6565         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6566         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6567         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6568         <method name="ToString" argnames="" returntype="System.String" />\r
6569         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6570         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6571         <event name="CommandChanged" inherited="System.ComponentModel.Design.MenuCommand" />\r
6572     </class>\r
6573     <class name="DesignerVerbCollection" namespace="System.ComponentModel.Design">\r
6574         <constructor name="DesignerVerbCollection" argnames="" />\r
6575         <constructor name="DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[])" argnames="value" />\r
6576         <property name="Item" propertytype="System.ComponentModel.Design.DesignerVerb" />\r
6577         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
6578         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
6579         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
6580         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
6581         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6582         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6583         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6584         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6585         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6586         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
6587         <method name="OnValidate(System.Object)" argnames="value" returntype="System.Void" />\r
6588         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
6589         <method name="OnClear" argnames="" returntype="System.Void" />\r
6590         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
6591         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" returntype="System.Void" />\r
6592         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6593         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6594         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6595         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6596         <method name="Add(System.ComponentModel.Design.DesignerVerb)" argnames="value" returntype="System.Int32" />\r
6597         <method name="AddRange(System.ComponentModel.Design.DesignerVerb[])" argnames="value" returntype="System.Void" />\r
6598         <method name="AddRange(System.ComponentModel.Design.DesignerVerbCollection)" argnames="value" returntype="System.Void" />\r
6599         <method name="Insert(System.Int32, System.ComponentModel.Design.DesignerVerb)" argnames="index, value" returntype="System.Void" />\r
6600         <method name="IndexOf(System.ComponentModel.Design.DesignerVerb)" argnames="value" returntype="System.Int32" />\r
6601         <method name="Contains(System.ComponentModel.Design.DesignerVerb)" argnames="value" returntype="System.Boolean" />\r
6602         <method name="Remove(System.ComponentModel.Design.DesignerVerb)" argnames="value" returntype="System.Void" />\r
6603         <method name="CopyTo(System.ComponentModel.Design.DesignerVerb[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
6604         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6605         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6606     </class>\r
6607     <class name="DesigntimeLicenseContext" namespace="System.ComponentModel.Design">\r
6608         <constructor name="DesigntimeLicenseContext" argnames="" />\r
6609         <property name="UsageMode" propertytype="System.ComponentModel.LicenseUsageMode" />\r
6610         <method name="GetService(System.Type)" argnames="type" inherited="System.ComponentModel.LicenseContext" returntype="System.Object" />\r
6611         <method name="SetSavedLicenseKey(System.Type, System.String)" argnames="type, key" returntype="System.Void" />\r
6612         <method name="GetSavedLicenseKey(System.Type, System.Reflection.Assembly)" argnames="type, resourceAssembly" returntype="System.String" />\r
6613         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6614         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6615         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6616         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6617         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6618         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6619     </class>\r
6620     <class name="DesignerCollection" namespace="System.ComponentModel.Design">\r
6621         <constructor name="DesignerCollection(System.ComponentModel.Design.IDesignerHost[])" argnames="designers" />\r
6622         <constructor name="DesignerCollection(System.Collections.IList)" argnames="designers" />\r
6623         <property name="Count" propertytype="System.Int32" />\r
6624         <property name="Item" propertytype="System.ComponentModel.Design.IDesignerHost" />\r
6625         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6626         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6627         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6628         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6629         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
6630         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6631         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6632     </class>\r
6633     <class name="DesignerEventArgs" namespace="System.ComponentModel.Design">\r
6634         <constructor name="DesignerEventArgs(System.ComponentModel.Design.IDesignerHost)" argnames="host" />\r
6635         <property name="Designer" propertytype="System.ComponentModel.Design.IDesignerHost" />\r
6636         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6637         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6638         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6639         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6640         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6641         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6642     </class>\r
6643     <class name="StandardCommands" namespace="System.ComponentModel.Design">\r
6644         <constructor name="StandardCommands" argnames="" />\r
6645         <field name="AlignBottom" />\r
6646         <field name="AlignHorizontalCenters" />\r
6647         <field name="AlignLeft" />\r
6648         <field name="AlignRight" />\r
6649         <field name="AlignToGrid" />\r
6650         <field name="AlignTop" />\r
6651         <field name="AlignVerticalCenters" />\r
6652         <field name="ArrangeBottom" />\r
6653         <field name="ArrangeRight" />\r
6654         <field name="BringForward" />\r
6655         <field name="BringToFront" />\r
6656         <field name="CenterHorizontally" />\r
6657         <field name="CenterVertically" />\r
6658         <field name="Copy" />\r
6659         <field name="Cut" />\r
6660         <field name="Delete" />\r
6661         <field name="Group" />\r
6662         <field name="HorizSpaceConcatenate" />\r
6663         <field name="HorizSpaceDecrease" />\r
6664         <field name="HorizSpaceIncrease" />\r
6665         <field name="HorizSpaceMakeEqual" />\r
6666         <field name="Paste" />\r
6667         <field name="Properties" />\r
6668         <field name="Redo" />\r
6669         <field name="MultiLevelRedo" />\r
6670         <field name="SelectAll" />\r
6671         <field name="SendBackward" />\r
6672         <field name="SendToBack" />\r
6673         <field name="SizeToControl" />\r
6674         <field name="SizeToControlHeight" />\r
6675         <field name="SizeToControlWidth" />\r
6676         <field name="SizeToFit" />\r
6677         <field name="SizeToGrid" />\r
6678         <field name="SnapToGrid" />\r
6679         <field name="TabOrder" />\r
6680         <field name="Undo" />\r
6681         <field name="MultiLevelUndo" />\r
6682         <field name="Ungroup" />\r
6683         <field name="VertSpaceConcatenate" />\r
6684         <field name="VertSpaceDecrease" />\r
6685         <field name="VertSpaceIncrease" />\r
6686         <field name="VertSpaceMakeEqual" />\r
6687         <field name="ShowGrid" />\r
6688         <field name="ViewGrid" />\r
6689         <field name="Replace" />\r
6690         <field name="PropertiesWindow" />\r
6691         <field name="LockControls" />\r
6692         <field name="F1Help" />\r
6693         <field name="ArrangeIcons" />\r
6694         <field name="LineupIcons" />\r
6695         <field name="ShowLargeIcons" />\r
6696         <field name="VerbFirst" />\r
6697         <field name="VerbLast" />\r
6698         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6699         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6700         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6701         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6702         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6703         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6704     </class>\r
6705     <class name="StandardToolWindows" namespace="System.ComponentModel.Design">\r
6706         <constructor name="StandardToolWindows" argnames="" />\r
6707         <field name="ObjectBrowser" />\r
6708         <field name="OutputWindow" />\r
6709         <field name="ProjectExplorer" />\r
6710         <field name="PropertyBrowser" />\r
6711         <field name="RelatedLinks" />\r
6712         <field name="ServerExplorer" />\r
6713         <field name="TaskList" />\r
6714         <field name="Toolbox" />\r
6715         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6716         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6717         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6718         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6719         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6720         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6721     </class>\r
6722     <class name="DesigntimeLicenseContextSerializer" namespace="System.ComponentModel.Design">\r
6723         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6724         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
6725         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
6726         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6727         <method name="Serialize(System.IO.Stream, System.String, System.ComponentModel.Design.DesigntimeLicenseContext)" argnames="o, cryptoKey, context" returntype="System.Void" />\r
6728         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6729         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6730     </class>\r
6731     <interface name="IComponentChangeService" namespace="System.ComponentModel.Design">\r
6732         <method name="OnComponentChanging(System.Object, System.ComponentModel.MemberDescriptor)" argnames="component, member" returntype="System.Void" />\r
6733         <method name="OnComponentChanged(System.Object, System.ComponentModel.MemberDescriptor, System.Object, System.Object)" argnames="component, member, oldValue, newValue" returntype="System.Void" />\r
6734         <event name="ComponentAdded" />\r
6735         <event name="ComponentAdding" />\r
6736         <event name="ComponentChanged" />\r
6737         <event name="ComponentChanging" />\r
6738         <event name="ComponentRemoved" />\r
6739         <event name="ComponentRemoving" />\r
6740         <event name="ComponentRename" />\r
6741     </interface>\r
6742     <interface name="IDesigner" namespace="System.ComponentModel.Design">\r
6743         <property name="Component" propertytype="System.ComponentModel.IComponent" />\r
6744         <property name="Verbs" propertytype="System.ComponentModel.Design.DesignerVerbCollection" />\r
6745         <method name="Initialize(System.ComponentModel.IComponent)" argnames="component" returntype="System.Void" />\r
6746         <method name="DoDefaultAction" argnames="" returntype="System.Void" />\r
6747     </interface>\r
6748     <interface name="IDesignerEventService" namespace="System.ComponentModel.Design">\r
6749         <property name="ActiveDesigner" propertytype="System.ComponentModel.Design.IDesignerHost" />\r
6750         <property name="Designers" propertytype="System.ComponentModel.Design.DesignerCollection" />\r
6751         <event name="ActiveDesignerChanged" />\r
6752         <event name="DesignerCreated" />\r
6753         <event name="DesignerDisposed" />\r
6754         <event name="SelectionChanged" />\r
6755     </interface>\r
6756     <interface name="IDesignerFilter" namespace="System.ComponentModel.Design">\r
6757         <method name="PreFilterProperties(System.Collections.IDictionary)" argnames="properties" returntype="System.Void" />\r
6758         <method name="PreFilterEvents(System.Collections.IDictionary)" argnames="events" returntype="System.Void" />\r
6759         <method name="PreFilterAttributes(System.Collections.IDictionary)" argnames="attributes" returntype="System.Void" />\r
6760         <method name="PostFilterProperties(System.Collections.IDictionary)" argnames="properties" returntype="System.Void" />\r
6761         <method name="PostFilterEvents(System.Collections.IDictionary)" argnames="events" returntype="System.Void" />\r
6762         <method name="PostFilterAttributes(System.Collections.IDictionary)" argnames="attributes" returntype="System.Void" />\r
6763     </interface>\r
6764     <interface name="IServiceContainer" namespace="System.ComponentModel.Design">\r
6765         <method name="RemoveService(System.Type, System.Boolean)" argnames="serviceType, promote" returntype="System.Void" />\r
6766         <method name="RemoveService(System.Type)" argnames="serviceType" returntype="System.Void" />\r
6767         <method name="AddService(System.Type, System.ComponentModel.Design.ServiceCreatorCallback, System.Boolean)" argnames="serviceType, callback, promote" returntype="System.Void" />\r
6768         <method name="AddService(System.Type, System.ComponentModel.Design.ServiceCreatorCallback)" argnames="serviceType, callback" returntype="System.Void" />\r
6769         <method name="AddService(System.Type, System.Object, System.Boolean)" argnames="serviceType, serviceInstance, promote" returntype="System.Void" />\r
6770         <method name="AddService(System.Type, System.Object)" argnames="serviceType, serviceInstance" returntype="System.Void" />\r
6771     </interface>\r
6772     <interface name="IDesignerHost" namespace="System.ComponentModel.Design">\r
6773         <property name="Loading" propertytype="System.Boolean" />\r
6774         <property name="InTransaction" propertytype="System.Boolean" />\r
6775         <property name="Container" propertytype="System.ComponentModel.IContainer" />\r
6776         <property name="RootComponent" propertytype="System.ComponentModel.IComponent" />\r
6777         <property name="RootComponentClassName" propertytype="System.String" />\r
6778         <property name="TransactionDescription" propertytype="System.String" />\r
6779         <method name="GetType(System.String)" argnames="typeName" returntype="System.Type" />\r
6780         <method name="GetDesigner(System.ComponentModel.IComponent)" argnames="component" returntype="System.ComponentModel.Design.IDesigner" />\r
6781         <method name="DestroyComponent(System.ComponentModel.IComponent)" argnames="component" returntype="System.Void" />\r
6782         <method name="CreateTransaction(System.String)" argnames="description" returntype="System.ComponentModel.Design.DesignerTransaction" />\r
6783         <method name="CreateTransaction" argnames="" returntype="System.ComponentModel.Design.DesignerTransaction" />\r
6784         <method name="CreateComponent(System.Type, System.String)" argnames="componentClass, name" returntype="System.ComponentModel.IComponent" />\r
6785         <method name="CreateComponent(System.Type)" argnames="componentClass" returntype="System.ComponentModel.IComponent" />\r
6786         <method name="Activate" argnames="" returntype="System.Void" />\r
6787         <event name="Activated" />\r
6788         <event name="Deactivated" />\r
6789         <event name="LoadComplete" />\r
6790         <event name="TransactionClosed" />\r
6791         <event name="TransactionClosing" />\r
6792         <event name="TransactionOpened" />\r
6793         <event name="TransactionOpening" />\r
6794     </interface>\r
6795     <interface name="IDesignerOptionService" namespace="System.ComponentModel.Design">\r
6796         <method name="SetOptionValue(System.String, System.String, System.Object)" argnames="pageName, valueName, value" returntype="System.Void" />\r
6797         <method name="GetOptionValue(System.String, System.String)" argnames="pageName, valueName" returntype="System.Object" />\r
6798     </interface>\r
6799     <interface name="IDictionaryService" namespace="System.ComponentModel.Design">\r
6800         <method name="SetValue(System.Object, System.Object)" argnames="key, value" returntype="System.Void" />\r
6801         <method name="GetValue(System.Object)" argnames="key" returntype="System.Object" />\r
6802         <method name="GetKey(System.Object)" argnames="value" returntype="System.Object" />\r
6803     </interface>\r
6804     <interface name="IEventBindingService" namespace="System.ComponentModel.Design">\r
6805         <method name="ShowCode(System.ComponentModel.IComponent, System.ComponentModel.EventDescriptor)" argnames="component, e" returntype="System.Boolean" />\r
6806         <method name="ShowCode(System.Int32)" argnames="lineNumber" returntype="System.Boolean" />\r
6807         <method name="ShowCode" argnames="" returntype="System.Boolean" />\r
6808         <method name="GetEventProperty(System.ComponentModel.EventDescriptor)" argnames="e" returntype="System.ComponentModel.PropertyDescriptor" />\r
6809         <method name="GetEventProperties(System.ComponentModel.EventDescriptorCollection)" argnames="events" returntype="System.ComponentModel.PropertyDescriptorCollection" />\r
6810         <method name="GetEvent(System.ComponentModel.PropertyDescriptor)" argnames="property" returntype="System.ComponentModel.EventDescriptor" />\r
6811         <method name="GetCompatibleMethods(System.ComponentModel.EventDescriptor)" argnames="e" returntype="System.Collections.ICollection" />\r
6812         <method name="CreateUniqueMethodName(System.ComponentModel.IComponent, System.ComponentModel.EventDescriptor)" argnames="component, e" returntype="System.String" />\r
6813     </interface>\r
6814     <interface name="IExtenderListService" namespace="System.ComponentModel.Design">\r
6815         <method name="GetExtenderProviders" argnames="" returntype="System.ComponentModel.IExtenderProvider[]" />\r
6816     </interface>\r
6817     <interface name="IExtenderProviderService" namespace="System.ComponentModel.Design">\r
6818         <method name="RemoveExtenderProvider(System.ComponentModel.IExtenderProvider)" argnames="provider" returntype="System.Void" />\r
6819         <method name="AddExtenderProvider(System.ComponentModel.IExtenderProvider)" argnames="provider" returntype="System.Void" />\r
6820     </interface>\r
6821     <interface name="IHelpService" namespace="System.ComponentModel.Design">\r
6822         <method name="ShowHelpFromUrl(System.String)" argnames="helpUrl" returntype="System.Void" />\r
6823         <method name="ShowHelpFromKeyword(System.String)" argnames="helpKeyword" returntype="System.Void" />\r
6824         <method name="RemoveLocalContext(System.ComponentModel.Design.IHelpService)" argnames="localContext" returntype="System.Void" />\r
6825         <method name="RemoveContextAttribute(System.String, System.String)" argnames="name, value" returntype="System.Void" />\r
6826         <method name="CreateLocalContext(System.ComponentModel.Design.HelpContextType)" argnames="contextType" returntype="System.ComponentModel.Design.IHelpService" />\r
6827         <method name="ClearContextAttributes" argnames="" returntype="System.Void" />\r
6828         <method name="AddContextAttribute(System.String, System.String, System.ComponentModel.Design.HelpKeywordType)" argnames="name, value, keywordType" returntype="System.Void" />\r
6829     </interface>\r
6830     <interface name="IInheritanceService" namespace="System.ComponentModel.Design">\r
6831         <method name="GetInheritanceAttribute(System.ComponentModel.IComponent)" argnames="component" returntype="System.ComponentModel.InheritanceAttribute" />\r
6832         <method name="AddInheritedComponents(System.ComponentModel.IComponent, System.ComponentModel.IContainer)" argnames="component, container" returntype="System.Void" />\r
6833     </interface>\r
6834     <interface name="IMenuCommandService" namespace="System.ComponentModel.Design">\r
6835         <property name="Verbs" propertytype="System.ComponentModel.Design.DesignerVerbCollection" />\r
6836         <method name="ShowContextMenu(System.ComponentModel.Design.CommandID, System.Int32, System.Int32)" argnames="menuID, x, y" returntype="System.Void" />\r
6837         <method name="RemoveVerb(System.ComponentModel.Design.DesignerVerb)" argnames="verb" returntype="System.Void" />\r
6838         <method name="RemoveCommand(System.ComponentModel.Design.MenuCommand)" argnames="command" returntype="System.Void" />\r
6839         <method name="GlobalInvoke(System.ComponentModel.Design.CommandID)" argnames="commandID" returntype="System.Boolean" />\r
6840         <method name="FindCommand(System.ComponentModel.Design.CommandID)" argnames="commandID" returntype="System.ComponentModel.Design.MenuCommand" />\r
6841         <method name="AddVerb(System.ComponentModel.Design.DesignerVerb)" argnames="verb" returntype="System.Void" />\r
6842         <method name="AddCommand(System.ComponentModel.Design.MenuCommand)" argnames="command" returntype="System.Void" />\r
6843     </interface>\r
6844     <interface name="IReferenceService" namespace="System.ComponentModel.Design">\r
6845         <method name="GetReferences(System.Type)" argnames="baseType" returntype="System.Object[]" />\r
6846         <method name="GetReferences" argnames="" returntype="System.Object[]" />\r
6847         <method name="GetName(System.Object)" argnames="reference" returntype="System.String" />\r
6848         <method name="GetReference(System.String)" argnames="name" returntype="System.Object" />\r
6849         <method name="GetComponent(System.Object)" argnames="reference" returntype="System.ComponentModel.IComponent" />\r
6850     </interface>\r
6851     <interface name="IResourceService" namespace="System.ComponentModel.Design">\r
6852         <method name="GetResourceWriter(System.Globalization.CultureInfo)" argnames="info" returntype="System.Resources.IResourceWriter" />\r
6853         <method name="GetResourceReader(System.Globalization.CultureInfo)" argnames="info" returntype="System.Resources.IResourceReader" />\r
6854     </interface>\r
6855     <interface name="IRootDesigner" namespace="System.ComponentModel.Design">\r
6856         <property name="SupportedTechnologies" propertytype="System.ComponentModel.Design.ViewTechnology[]" />\r
6857         <method name="GetView(System.ComponentModel.Design.ViewTechnology)" argnames="technology" returntype="System.Object" />\r
6858     </interface>\r
6859     <interface name="ISelectionService" namespace="System.ComponentModel.Design">\r
6860         <property name="PrimarySelection" propertytype="System.Object" />\r
6861         <property name="SelectionCount" propertytype="System.Int32" />\r
6862         <method name="SetSelectedComponents(System.Collections.ICollection, System.ComponentModel.Design.SelectionTypes)" argnames="components, selectionType" returntype="System.Void" />\r
6863         <method name="SetSelectedComponents(System.Collections.ICollection)" argnames="components" returntype="System.Void" />\r
6864         <method name="GetSelectedComponents" argnames="" returntype="System.Collections.ICollection" />\r
6865         <method name="GetComponentSelected(System.Object)" argnames="component" returntype="System.Boolean" />\r
6866         <event name="SelectionChanged" />\r
6867         <event name="SelectionChanging" />\r
6868     </interface>\r
6869     <interface name="ITypeDescriptorFilterService" namespace="System.ComponentModel.Design">\r
6870         <method name="FilterProperties(System.ComponentModel.IComponent, System.Collections.IDictionary)" argnames="component, properties" returntype="System.Boolean" />\r
6871         <method name="FilterEvents(System.ComponentModel.IComponent, System.Collections.IDictionary)" argnames="component, events" returntype="System.Boolean" />\r
6872         <method name="FilterAttributes(System.ComponentModel.IComponent, System.Collections.IDictionary)" argnames="component, attributes" returntype="System.Boolean" />\r
6873     </interface>\r
6874     <interface name="ITypeResolutionService" namespace="System.ComponentModel.Design">\r
6875         <method name="GetPathOfAssembly(System.Reflection.AssemblyName)" argnames="name" returntype="System.String" />\r
6876         <method name="ReferenceAssembly(System.Reflection.AssemblyName)" argnames="name" returntype="System.Void" />\r
6877         <method name="GetType(System.String, System.Boolean, System.Boolean)" argnames="name, throwOnError, ignoreCase" returntype="System.Type" />\r
6878         <method name="GetType(System.String, System.Boolean)" argnames="name, throwOnError" returntype="System.Type" />\r
6879         <method name="GetType(System.String)" argnames="name" returntype="System.Type" />\r
6880         <method name="GetAssembly(System.Reflection.AssemblyName, System.Boolean)" argnames="name, throwOnError" returntype="System.Reflection.Assembly" />\r
6881         <method name="GetAssembly(System.Reflection.AssemblyName)" argnames="name" returntype="System.Reflection.Assembly" />\r
6882     </interface>\r
6883     <delegate name="ActiveDesignerEventHandler" namespace="System.ComponentModel.Design">\r
6884         <constructor name="ActiveDesignerEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
6885         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
6886         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
6887         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
6888         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.ActiveDesignerEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
6889         <method name="Invoke(System.Object, System.ComponentModel.Design.ActiveDesignerEventArgs)" argnames="sender, e" returntype="System.Void" />\r
6890         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
6891         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
6892         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6893         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6894         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
6895         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
6896         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
6897         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6898         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
6899         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
6900         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6901         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
6902         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6903         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6904     </delegate>\r
6905     <delegate name="ComponentChangedEventHandler" namespace="System.ComponentModel.Design">\r
6906         <constructor name="ComponentChangedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
6907         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
6908         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
6909         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
6910         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.ComponentChangedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
6911         <method name="Invoke(System.Object, System.ComponentModel.Design.ComponentChangedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
6912         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
6913         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
6914         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6915         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6916         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
6917         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
6918         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
6919         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6920         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
6921         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
6922         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6923         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
6924         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6925         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6926     </delegate>\r
6927     <delegate name="ComponentChangingEventHandler" namespace="System.ComponentModel.Design">\r
6928         <constructor name="ComponentChangingEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
6929         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
6930         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
6931         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
6932         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.ComponentChangingEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
6933         <method name="Invoke(System.Object, System.ComponentModel.Design.ComponentChangingEventArgs)" argnames="sender, e" returntype="System.Void" />\r
6934         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
6935         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
6936         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6937         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6938         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
6939         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
6940         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
6941         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6942         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
6943         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
6944         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6945         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
6946         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6947         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6948     </delegate>\r
6949     <delegate name="ComponentEventHandler" namespace="System.ComponentModel.Design">\r
6950         <constructor name="ComponentEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
6951         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
6952         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
6953         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
6954         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.ComponentEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
6955         <method name="Invoke(System.Object, System.ComponentModel.Design.ComponentEventArgs)" argnames="sender, e" returntype="System.Void" />\r
6956         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
6957         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
6958         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6959         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6960         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
6961         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
6962         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
6963         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6964         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
6965         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
6966         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6967         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
6968         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6969         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6970     </delegate>\r
6971     <delegate name="ComponentRenameEventHandler" namespace="System.ComponentModel.Design">\r
6972         <constructor name="ComponentRenameEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
6973         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
6974         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
6975         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
6976         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.ComponentRenameEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
6977         <method name="Invoke(System.Object, System.ComponentModel.Design.ComponentRenameEventArgs)" argnames="sender, e" returntype="System.Void" />\r
6978         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
6979         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
6980         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6981         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
6982         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
6983         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
6984         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
6985         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
6986         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
6987         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
6988         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
6989         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
6990         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
6991         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
6992     </delegate>\r
6993     <delegate name="DesignerTransactionCloseEventHandler" namespace="System.ComponentModel.Design">\r
6994         <constructor name="DesignerTransactionCloseEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
6995         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
6996         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
6997         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
6998         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.DesignerTransactionCloseEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
6999         <method name="Invoke(System.Object, System.ComponentModel.Design.DesignerTransactionCloseEventArgs)" argnames="sender, e" returntype="System.Void" />\r
7000         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
7001         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
7002         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7003         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7004         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
7005         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
7006         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
7007         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7008         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
7009         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
7010         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7011         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
7012         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7013         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7014     </delegate>\r
7015     <delegate name="DesignerEventHandler" namespace="System.ComponentModel.Design">\r
7016         <constructor name="DesignerEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
7017         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
7018         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
7019         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
7020         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.DesignerEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
7021         <method name="Invoke(System.Object, System.ComponentModel.Design.DesignerEventArgs)" argnames="sender, e" returntype="System.Void" />\r
7022         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
7023         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
7024         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7025         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7026         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
7027         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
7028         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
7029         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7030         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
7031         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
7032         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7033         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
7034         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7035         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7036     </delegate>\r
7037     <delegate name="ServiceCreatorCallback" namespace="System.ComponentModel.Design">\r
7038         <constructor name="ServiceCreatorCallback(System.Object, System.IntPtr)" argnames="object, method" />\r
7039         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
7040         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
7041         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Object" />\r
7042         <method name="BeginInvoke(System.ComponentModel.Design.IServiceContainer, System.Type, System.AsyncCallback, System.Object)" argnames="container, serviceType, callback, object" returntype="System.IAsyncResult" />\r
7043         <method name="Invoke(System.ComponentModel.Design.IServiceContainer, System.Type)" argnames="container, serviceType" returntype="System.Object" />\r
7044         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
7045         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
7046         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7047         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7048         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
7049         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
7050         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
7051         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7052         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
7053         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
7054         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7055         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
7056         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7057         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7058     </delegate>\r
7059     <enum name="HelpContextType" namespace="System.ComponentModel.Design">\r
7060         <field name="Ambient" />\r
7061         <field name="Window" />\r
7062         <field name="Selection" />\r
7063         <field name="ToolWindowSelection" />\r
7064         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
7065         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
7066         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
7067         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
7068         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7069         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
7070         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
7071         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
7072         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
7073         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7074         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7075     </enum>\r
7076     <enum name="HelpKeywordType" namespace="System.ComponentModel.Design">\r
7077         <field name="F1Keyword" />\r
7078         <field name="GeneralKeyword" />\r
7079         <field name="FilterKeyword" />\r
7080         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
7081         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
7082         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
7083         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
7084         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7085         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
7086         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
7087         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
7088         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
7089         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7090         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7091     </enum>\r
7092     <enum name="SelectionTypes" namespace="System.ComponentModel.Design">\r
7093         <field name="Normal" />\r
7094         <field name="Replace" />\r
7095         <field name="MouseDown" />\r
7096         <field name="MouseUp" />\r
7097         <field name="Click" />\r
7098         <field name="Valid" />\r
7099         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
7100         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
7101         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
7102         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
7103         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7104         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
7105         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
7106         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
7107         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
7108         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7109         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7110     </enum>\r
7111     <enum name="ViewTechnology" namespace="System.ComponentModel.Design">\r
7112         <field name="Passthrough" />\r
7113         <field name="WindowsForms" />\r
7114         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
7115         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
7116         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
7117         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
7118         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7119         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
7120         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
7121         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
7122         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
7123         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7124         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7125     </enum>\r
7126     <class name="DesignerSerializerAttribute" namespace="System.ComponentModel.Design.Serialization">\r
7127         <constructor name="DesignerSerializerAttribute(System.Type, System.Type)" argnames="serializerType, baseSerializerType" />\r
7128         <constructor name="DesignerSerializerAttribute(System.String, System.Type)" argnames="serializerTypeName, baseSerializerType" />\r
7129         <constructor name="DesignerSerializerAttribute(System.String, System.String)" argnames="serializerTypeName, baseSerializerTypeName" />\r
7130         <property name="SerializerTypeName" propertytype="System.String" />\r
7131         <property name="SerializerBaseTypeName" propertytype="System.String" />\r
7132         <property name="TypeId" propertytype="System.Object" />\r
7133         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
7134         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
7135         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7136         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
7137         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
7138         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7139         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7140         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7141     </class>\r
7142     <class name="RootDesignerSerializerAttribute" namespace="System.ComponentModel.Design.Serialization">\r
7143         <constructor name="RootDesignerSerializerAttribute(System.Type, System.Type, System.Boolean)" argnames="serializerType, baseSerializerType, reloadable" />\r
7144         <constructor name="RootDesignerSerializerAttribute(System.String, System.Type, System.Boolean)" argnames="serializerTypeName, baseSerializerType, reloadable" />\r
7145         <constructor name="RootDesignerSerializerAttribute(System.String, System.String, System.Boolean)" argnames="serializerTypeName, baseSerializerTypeName, reloadable" />\r
7146         <property name="Reloadable" propertytype="System.Boolean" />\r
7147         <property name="SerializerTypeName" propertytype="System.String" />\r
7148         <property name="SerializerBaseTypeName" propertytype="System.String" />\r
7149         <property name="TypeId" propertytype="System.Object" />\r
7150         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
7151         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
7152         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7153         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
7154         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
7155         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7156         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7157         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7158     </class>\r
7159     <class name="ContextStack" namespace="System.ComponentModel.Design.Serialization">\r
7160         <constructor name="ContextStack" argnames="" />\r
7161         <property name="Current" propertytype="System.Object" />\r
7162         <property name="Item" propertytype="System.Object" />\r
7163         <property name="Item" propertytype="System.Object" />\r
7164         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7165         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7166         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7167         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7168         <method name="Pop" argnames="" returntype="System.Object" />\r
7169         <method name="Push(System.Object)" argnames="context" returntype="System.Void" />\r
7170         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7171         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7172     </class>\r
7173     <class name="DesignerLoader" namespace="System.ComponentModel.Design.Serialization">\r
7174         <constructor name="DesignerLoader" argnames="" />\r
7175         <property name="Loading" propertytype="System.Boolean" />\r
7176         <method name="Flush" argnames="" returntype="System.Void" />\r
7177         <method name="Dispose" argnames="" returntype="System.Void" />\r
7178         <method name="BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost)" argnames="host" returntype="System.Void" />\r
7179         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7180         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7181         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7182         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7183         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7184         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7185     </class>\r
7186     <class name="InstanceDescriptor" namespace="System.ComponentModel.Design.Serialization">\r
7187         <constructor name="InstanceDescriptor(System.Reflection.MemberInfo, System.Collections.ICollection)" argnames="member, arguments" />\r
7188         <constructor name="InstanceDescriptor(System.Reflection.MemberInfo, System.Collections.ICollection, System.Boolean)" argnames="member, arguments, isComplete" />\r
7189         <property name="Arguments" propertytype="System.Collections.ICollection" />\r
7190         <property name="IsComplete" propertytype="System.Boolean" />\r
7191         <property name="MemberInfo" propertytype="System.Reflection.MemberInfo" />\r
7192         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7193         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7194         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7195         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7196         <method name="Invoke" argnames="" returntype="System.Object" />\r
7197         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7198         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7199     </class>\r
7200     <class name="ResolveNameEventArgs" namespace="System.ComponentModel.Design.Serialization">\r
7201         <constructor name="ResolveNameEventArgs(System.String)" argnames="name" />\r
7202         <property name="Name" propertytype="System.String" />\r
7203         <property name="Value" propertytype="System.Object" />\r
7204         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7205         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7206         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7207         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7208         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7209         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7210     </class>\r
7211     <interface name="IDesignerLoaderHost" namespace="System.ComponentModel.Design.Serialization">\r
7212         <method name="Reload" argnames="" returntype="System.Void" />\r
7213         <method name="EndLoad(System.String, System.Boolean, System.Collections.ICollection)" argnames="baseClassName, successful, errorCollection" returntype="System.Void" />\r
7214     </interface>\r
7215     <interface name="IDesignerLoaderService" namespace="System.ComponentModel.Design.Serialization">\r
7216         <method name="Reload" argnames="" returntype="System.Boolean" />\r
7217         <method name="DependentLoadComplete(System.Boolean, System.Collections.ICollection)" argnames="successful, errorCollection" returntype="System.Void" />\r
7218         <method name="AddLoadDependency" argnames="" returntype="System.Void" />\r
7219     </interface>\r
7220     <interface name="IDesignerSerializationManager" namespace="System.ComponentModel.Design.Serialization">\r
7221         <property name="Context" propertytype="System.ComponentModel.Design.Serialization.ContextStack" />\r
7222         <property name="Properties" propertytype="System.ComponentModel.PropertyDescriptorCollection" />\r
7223         <method name="SetName(System.Object, System.String)" argnames="instance, name" returntype="System.Void" />\r
7224         <method name="ReportError(System.Object)" argnames="errorInformation" returntype="System.Void" />\r
7225         <method name="RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)" argnames="provider" returntype="System.Void" />\r
7226         <method name="GetType(System.String)" argnames="typeName" returntype="System.Type" />\r
7227         <method name="GetSerializer(System.Type, System.Type)" argnames="objectType, serializerType" returntype="System.Object" />\r
7228         <method name="GetName(System.Object)" argnames="value" returntype="System.String" />\r
7229         <method name="GetInstance(System.String)" argnames="name" returntype="System.Object" />\r
7230         <method name="CreateInstance(System.Type, System.Collections.ICollection, System.String, System.Boolean)" argnames="type, arguments, name, addToContainer" returntype="System.Object" />\r
7231         <method name="AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)" argnames="provider" returntype="System.Void" />\r
7232         <event name="ResolveName" />\r
7233         <event name="SerializationComplete" />\r
7234     </interface>\r
7235     <interface name="IDesignerSerializationProvider" namespace="System.ComponentModel.Design.Serialization">\r
7236         <method name="GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager, System.Object, System.Type, System.Type)" argnames="manager, currentSerializer, objectType, serializerType" returntype="System.Object" />\r
7237     </interface>\r
7238     <interface name="IDesignerSerializationService" namespace="System.ComponentModel.Design.Serialization">\r
7239         <method name="Serialize(System.Collections.ICollection)" argnames="objects" returntype="System.Object" />\r
7240         <method name="Deserialize(System.Object)" argnames="serializationData" returntype="System.Collections.ICollection" />\r
7241     </interface>\r
7242     <interface name="INameCreationService" namespace="System.ComponentModel.Design.Serialization">\r
7243         <method name="ValidateName(System.String)" argnames="name" returntype="System.Void" />\r
7244         <method name="IsValidName(System.String)" argnames="name" returntype="System.Boolean" />\r
7245         <method name="CreateName(System.ComponentModel.IContainer, System.Type)" argnames="container, dataType" returntype="System.String" />\r
7246     </interface>\r
7247     <delegate name="ResolveNameEventHandler" namespace="System.ComponentModel.Design.Serialization">\r
7248         <constructor name="ResolveNameEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
7249         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
7250         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
7251         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
7252         <method name="BeginInvoke(System.Object, System.ComponentModel.Design.Serialization.ResolveNameEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
7253         <method name="Invoke(System.Object, System.ComponentModel.Design.Serialization.ResolveNameEventArgs)" argnames="sender, e" returntype="System.Void" />\r
7254         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
7255         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
7256         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7257         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
7258         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
7259         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
7260         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
7261         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7262         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
7263         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
7264         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7265         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
7266         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7267         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7268     </delegate>\r
7269     <class name="CollectionsUtil" namespace="System.Collections.Specialized">\r
7270         <constructor name="CollectionsUtil" argnames="" />\r
7271         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7272         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7273         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7274         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7275         <method name="CreateCaseInsensitiveHashtable" argnames="" returntype="System.Collections.Hashtable" />\r
7276         <method name="CreateCaseInsensitiveHashtable(System.Int32)" argnames="capacity" returntype="System.Collections.Hashtable" />\r
7277         <method name="CreateCaseInsensitiveHashtable(System.Collections.IDictionary)" argnames="d" returntype="System.Collections.Hashtable" />\r
7278         <method name="CreateCaseInsensitiveSortedList" argnames="" returntype="System.Collections.SortedList" />\r
7279         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7280         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7281     </class>\r
7282     <class name="HybridDictionary" namespace="System.Collections.Specialized">\r
7283         <constructor name="HybridDictionary" argnames="" />\r
7284         <constructor name="HybridDictionary(System.Int32)" argnames="initialSize" />\r
7285         <constructor name="HybridDictionary(System.Boolean)" argnames="caseInsensitive" />\r
7286         <constructor name="HybridDictionary(System.Int32, System.Boolean)" argnames="initialSize, caseInsensitive" />\r
7287         <property name="HashCodeProvider" propertytype="System.Collections.IHashCodeProvider" />\r
7288         <property name="Comparer" propertytype="System.Collections.IComparer" />\r
7289         <property name="Item" propertytype="System.Object" />\r
7290         <property name="List" propertytype="System.Collections.Specialized.ListDictionary" />\r
7291         <property name="Count" propertytype="System.Int32" />\r
7292         <property name="Keys" propertytype="System.Collections.ICollection" />\r
7293         <property name="IsReadOnly" propertytype="System.Boolean" />\r
7294         <property name="IsFixedSize" propertytype="System.Boolean" />\r
7295         <property name="IsSynchronized" propertytype="System.Boolean" />\r
7296         <property name="SyncRoot" propertytype="System.Object" />\r
7297         <property name="Values" propertytype="System.Collections.ICollection" />\r
7298         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
7299         <method name="Remove(System.Object)" argnames="key" returntype="System.Void" />\r
7300         <method name="GetEnumerator" argnames="" returntype="System.Collections.IDictionaryEnumerator" />\r
7301         <method name="Clear" argnames="" returntype="System.Void" />\r
7302         <method name="Add(System.Object, System.Object)" argnames="key, value" returntype="System.Void" />\r
7303         <method name="Contains(System.Object)" argnames="key" returntype="System.Boolean" />\r
7304         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7305         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7306         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7307         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7308         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7309         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7310     </class>\r
7311     <class name="ListDictionary" namespace="System.Collections.Specialized">\r
7312         <constructor name="ListDictionary" argnames="" />\r
7313         <constructor name="ListDictionary(System.Collections.IComparer)" argnames="comparer" />\r
7314         <property name="Item" propertytype="System.Object" />\r
7315         <property name="Count" propertytype="System.Int32" />\r
7316         <property name="Keys" propertytype="System.Collections.ICollection" />\r
7317         <property name="IsReadOnly" propertytype="System.Boolean" />\r
7318         <property name="IsFixedSize" propertytype="System.Boolean" />\r
7319         <property name="IsSynchronized" propertytype="System.Boolean" />\r
7320         <property name="SyncRoot" propertytype="System.Object" />\r
7321         <property name="Values" propertytype="System.Collections.ICollection" />\r
7322         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
7323         <method name="Remove(System.Object)" argnames="key" returntype="System.Void" />\r
7324         <method name="GetEnumerator" argnames="" returntype="System.Collections.IDictionaryEnumerator" />\r
7325         <method name="Clear" argnames="" returntype="System.Void" />\r
7326         <method name="Add(System.Object, System.Object)" argnames="key, value" returntype="System.Void" />\r
7327         <method name="Contains(System.Object)" argnames="key" returntype="System.Boolean" />\r
7328         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7329         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7330         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7331         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7332         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7333         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7334     </class>\r
7335     <class name="NameObjectCollectionBase" namespace="System.Collections.Specialized">\r
7336         <class name="KeysCollection" namespace="System.Collections.Specialized">\r
7337             <property name="Item" propertytype="System.String" />\r
7338             <property name="Count" propertytype="System.Int32" />\r
7339             <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
7340             <method name="Get(System.Int32)" argnames="index" returntype="System.String" />\r
7341             <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7342             <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7343             <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7344             <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7345             <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7346             <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7347         </class>\r
7348         <constructor name="KeysCollection" argnames="" />\r
7349         <constructor name="KeysCollection(System.Collections.IHashCodeProvider, System.Collections.IComparer)" argnames="hashProvider, comparer" />\r
7350         <constructor name="KeysCollection(System.Int32, System.Collections.IHashCodeProvider, System.Collections.IComparer)" argnames="capacity, hashProvider, comparer" />\r
7351         <constructor name="KeysCollection(System.Int32)" argnames="capacity" />\r
7352         <constructor name="KeysCollection(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
7353         <property name="HashCodeProvider" propertytype="System.Collections.IHashCodeProvider" />\r
7354         <property name="Comparer" propertytype="System.Collections.IComparer" />\r
7355         <property name="IsReadOnly" propertytype="System.Boolean" />\r
7356         <property name="Count" propertytype="System.Int32" />\r
7357         <property name="Keys" propertytype="System.Collections.Specialized.NameObjectCollectionBase+KeysCollection" />\r
7358         <method name="OnDeserialization(System.Object)" argnames="sender" returntype="System.Void" />\r
7359         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" returntype="System.Void" />\r
7360         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
7361         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7362         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7363         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7364         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7365         <method name="BaseHasKeys" argnames="" returntype="System.Boolean" />\r
7366         <method name="BaseAdd(System.String, System.Object)" argnames="name, value" returntype="System.Void" />\r
7367         <method name="BaseRemove(System.String)" argnames="name" returntype="System.Void" />\r
7368         <method name="BaseRemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
7369         <method name="BaseClear" argnames="" returntype="System.Void" />\r
7370         <method name="BaseGet(System.String)" argnames="name" returntype="System.Object" />\r
7371         <method name="BaseSet(System.String, System.Object)" argnames="name, value" returntype="System.Void" />\r
7372         <method name="BaseGet(System.Int32)" argnames="index" returntype="System.Object" />\r
7373         <method name="BaseGetKey(System.Int32)" argnames="index" returntype="System.String" />\r
7374         <method name="BaseSet(System.Int32, System.Object)" argnames="index, value" returntype="System.Void" />\r
7375         <method name="BaseGetAllKeys" argnames="" returntype="System.String[]" />\r
7376         <method name="BaseGetAllValues" argnames="" returntype="System.Object[]" />\r
7377         <method name="BaseGetAllValues(System.Type)" argnames="type" returntype="System.Object[]" />\r
7378         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7379         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7380     </class>\r
7381     <class name="KeysCollection" namespace="System.Collections.Specialized">\r
7382         <property name="Item" propertytype="System.String" />\r
7383         <property name="Count" propertytype="System.Int32" />\r
7384         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
7385         <method name="Get(System.Int32)" argnames="index" returntype="System.String" />\r
7386         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7387         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7388         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7389         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7390         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7391         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7392     </class>\r
7393     <class name="NameValueCollection" namespace="System.Collections.Specialized">\r
7394         <constructor name="NameValueCollection" argnames="" />\r
7395         <constructor name="NameValueCollection(System.Collections.Specialized.NameValueCollection)" argnames="col" />\r
7396         <constructor name="NameValueCollection(System.Collections.IHashCodeProvider, System.Collections.IComparer)" argnames="hashProvider, comparer" />\r
7397         <constructor name="NameValueCollection(System.Int32)" argnames="capacity" />\r
7398         <constructor name="NameValueCollection(System.Int32, System.Collections.Specialized.NameValueCollection)" argnames="capacity, col" />\r
7399         <constructor name="NameValueCollection(System.Int32, System.Collections.IHashCodeProvider, System.Collections.IComparer)" argnames="capacity, hashProvider, comparer" />\r
7400         <constructor name="NameValueCollection(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
7401         <property name="Item" propertytype="System.String" />\r
7402         <property name="Item" propertytype="System.String" />\r
7403         <property name="AllKeys" propertytype="System.String[]" />\r
7404         <property name="IsReadOnly" inherited="System.Collections.Specialized.NameObjectCollectionBase" propertytype="System.Boolean" />\r
7405         <property name="Count" inherited="System.Collections.Specialized.NameObjectCollectionBase" propertytype="System.Int32" />\r
7406         <property name="Keys" inherited="System.Collections.Specialized.NameObjectCollectionBase" propertytype="System.Collections.Specialized.NameObjectCollectionBase+KeysCollection" />\r
7407         <method name="GetKey(System.Int32)" argnames="index" returntype="System.String" />\r
7408         <method name="GetValues(System.Int32)" argnames="index" returntype="System.String[]" />\r
7409         <method name="Get(System.Int32)" argnames="index" returntype="System.String" />\r
7410         <method name="Remove(System.String)" argnames="name" returntype="System.Void" />\r
7411         <method name="Set(System.String, System.String)" argnames="name, value" returntype="System.Void" />\r
7412         <method name="GetValues(System.String)" argnames="name" returntype="System.String[]" />\r
7413         <method name="Get(System.String)" argnames="name" returntype="System.String" />\r
7414         <method name="Add(System.String, System.String)" argnames="name, value" returntype="System.Void" />\r
7415         <method name="OnDeserialization(System.Object)" argnames="sender" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7416         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7417         <method name="GetEnumerator" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Collections.IEnumerator" />\r
7418         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7419         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7420         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7421         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7422         <method name="InvalidateCachedArrays" argnames="" returntype="System.Void" />\r
7423         <method name="Add(System.Collections.Specialized.NameValueCollection)" argnames="c" returntype="System.Void" />\r
7424         <method name="Clear" argnames="" returntype="System.Void" />\r
7425         <method name="CopyTo(System.Array, System.Int32)" argnames="dest, index" returntype="System.Void" />\r
7426         <method name="HasKeys" argnames="" returntype="System.Boolean" />\r
7427         <method name="BaseHasKeys" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Boolean" />\r
7428         <method name="BaseAdd(System.String, System.Object)" argnames="name, value" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7429         <method name="BaseRemove(System.String)" argnames="name" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7430         <method name="BaseRemoveAt(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7431         <method name="BaseClear" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7432         <method name="BaseGet(System.String)" argnames="name" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object" />\r
7433         <method name="BaseSet(System.String, System.Object)" argnames="name, value" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7434         <method name="BaseGet(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object" />\r
7435         <method name="BaseGetKey(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.String" />\r
7436         <method name="BaseSet(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
7437         <method name="BaseGetAllKeys" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.String[]" />\r
7438         <method name="BaseGetAllValues" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object[]" />\r
7439         <method name="BaseGetAllValues(System.Type)" argnames="type" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object[]" />\r
7440         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7441         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7442     </class>\r
7443     <class name="StringCollection" namespace="System.Collections.Specialized">\r
7444         <constructor name="StringCollection" argnames="" />\r
7445         <property name="Item" propertytype="System.String" />\r
7446         <property name="Count" propertytype="System.Int32" />\r
7447         <property name="IsReadOnly" propertytype="System.Boolean" />\r
7448         <property name="IsSynchronized" propertytype="System.Boolean" />\r
7449         <property name="SyncRoot" propertytype="System.Object" />\r
7450         <method name="RemoveAt(System.Int32)" argnames="index" returntype="System.Void" />\r
7451         <method name="Clear" argnames="" returntype="System.Void" />\r
7452         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7453         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7454         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7455         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7456         <method name="Add(System.String)" argnames="value" returntype="System.Int32" />\r
7457         <method name="AddRange(System.String[])" argnames="value" returntype="System.Void" />\r
7458         <method name="Contains(System.String)" argnames="value" returntype="System.Boolean" />\r
7459         <method name="CopyTo(System.String[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
7460         <method name="GetEnumerator" argnames="" returntype="System.Collections.Specialized.StringEnumerator" />\r
7461         <method name="IndexOf(System.String)" argnames="value" returntype="System.Int32" />\r
7462         <method name="Insert(System.Int32, System.String)" argnames="index, value" returntype="System.Void" />\r
7463         <method name="Remove(System.String)" argnames="value" returntype="System.Void" />\r
7464         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7465         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7466     </class>\r
7467     <class name="StringEnumerator" namespace="System.Collections.Specialized">\r
7468         <property name="Current" propertytype="System.String" />\r
7469         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7470         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7471         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7472         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7473         <method name="MoveNext" argnames="" returntype="System.Boolean" />\r
7474         <method name="Reset" argnames="" returntype="System.Void" />\r
7475         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7476         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7477     </class>\r
7478     <class name="StringDictionary" namespace="System.Collections.Specialized">\r
7479         <constructor name="StringDictionary" argnames="" />\r
7480         <property name="Count" propertytype="System.Int32" />\r
7481         <property name="IsSynchronized" propertytype="System.Boolean" />\r
7482         <property name="Item" propertytype="System.String" />\r
7483         <property name="Keys" propertytype="System.Collections.ICollection" />\r
7484         <property name="SyncRoot" propertytype="System.Object" />\r
7485         <property name="Values" propertytype="System.Collections.ICollection" />\r
7486         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
7487         <method name="Remove(System.String)" argnames="key" returntype="System.Void" />\r
7488         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
7489         <method name="ContainsValue(System.String)" argnames="value" returntype="System.Boolean" />\r
7490         <method name="ContainsKey(System.String)" argnames="key" returntype="System.Boolean" />\r
7491         <method name="Clear" argnames="" returntype="System.Void" />\r
7492         <method name="Add(System.String, System.String)" argnames="key, value" returntype="System.Void" />\r
7493         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7494         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7495         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7496         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7497         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7498         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7499     </class>\r
7500     <struct name="BitVector32" namespace="System.Collections.Specialized">\r
7501         <struct name="Section" namespace="System.Collections.Specialized">\r
7502             <property name="Mask" propertytype="System.Int16" />\r
7503             <property name="Offset" propertytype="System.Int16" />\r
7504             <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7505             <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
7506             <method name="Equals(System.Object)" argnames="o" returntype="System.Boolean" />\r
7507             <method name="ToString" argnames="" returntype="System.String" />\r
7508             <method name="ToString(System.Collections.Specialized.BitVector32.Section)" argnames="value" returntype="System.String" />\r
7509             <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7510             <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7511         </struct>\r
7512         <constructor name="Section(System.Int32)" argnames="data" />\r
7513         <constructor name="Section(System.Collections.Specialized.BitVector32)" argnames="value" />\r
7514         <property name="Item" propertytype="System.Boolean" />\r
7515         <property name="Item" propertytype="System.Int32" />\r
7516         <property name="Data" propertytype="System.Int32" />\r
7517         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7518         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
7519         <method name="Equals(System.Object)" argnames="o" returntype="System.Boolean" />\r
7520         <method name="ToString" argnames="" returntype="System.String" />\r
7521         <method name="CreateMask" argnames="" returntype="System.Int32" />\r
7522         <method name="CreateMask(System.Int32)" argnames="previous" returntype="System.Int32" />\r
7523         <method name="CreateSection(System.Int16)" argnames="maxValue" returntype="System.Collections.Specialized.BitVector32+Section" />\r
7524         <method name="CreateSection(System.Int16, System.Collections.Specialized.BitVector32.Section)" argnames="maxValue, previous" returntype="System.Collections.Specialized.BitVector32+Section" />\r
7525         <method name="ToString(System.Collections.Specialized.BitVector32)" argnames="value" returntype="System.String" />\r
7526         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7527         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7528     </struct>\r
7529     <struct name="Section" namespace="System.Collections.Specialized">\r
7530         <property name="Mask" propertytype="System.Int16" />\r
7531         <property name="Offset" propertytype="System.Int16" />\r
7532         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7533         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
7534         <method name="Equals(System.Object)" argnames="o" returntype="System.Boolean" />\r
7535         <method name="ToString" argnames="" returntype="System.String" />\r
7536         <method name="ToString(System.Collections.Specialized.BitVector32.Section)" argnames="value" returntype="System.String" />\r
7537         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7538         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7539     </struct>\r
7540     <class name="ResourcePermissionBaseEntry" namespace="System.Security.Permissions">\r
7541         <constructor name="ResourcePermissionBaseEntry" argnames="" />\r
7542         <constructor name="ResourcePermissionBaseEntry(System.Int32, System.String[])" argnames="permissionAccess, permissionAccessPath" />\r
7543         <property name="PermissionAccess" propertytype="System.Int32" />\r
7544         <property name="PermissionAccessPath" propertytype="System.String[]" />\r
7545         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7546         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7547         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7548         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7549         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7550         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7551     </class>\r
7552     <class name="ResourcePermissionBase" namespace="System.Security.Permissions">\r
7553         <constructor name="ResourcePermissionBase" argnames="" />\r
7554         <constructor name="ResourcePermissionBase(System.Security.Permissions.PermissionState)" argnames="state" />\r
7555         <field name="Any" />\r
7556         <field name="Local" />\r
7557         <property name="ComputerName" propertytype="System.String" />\r
7558         <property name="PermissionAccessType" propertytype="System.Type" />\r
7559         <property name="TagNames" propertytype="System.String[]" />\r
7560         <method name="IsUnrestricted" argnames="" returntype="System.Boolean" />\r
7561         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
7562         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
7563         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
7564         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" returntype="System.Void" />\r
7565         <method name="ToXml" argnames="" returntype="System.Security.SecurityElement" />\r
7566         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
7567         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" returntype="System.Boolean" />\r
7568         <method name="Union(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
7569         <method name="Intersect(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
7570         <method name="Copy" argnames="" returntype="System.Security.IPermission" />\r
7571         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7572         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7573         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7574         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
7575         <method name="AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)" argnames="entry" returntype="System.Void" />\r
7576         <method name="Clear" argnames="" returntype="System.Void" />\r
7577         <method name="GetPermissionEntries" argnames="" returntype="System.Security.Permissions.ResourcePermissionBaseEntry[]" />\r
7578         <method name="RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)" argnames="entry" returntype="System.Void" />\r
7579         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7580         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7581     </class>\r
7582     <class name="WNDCLASS_I" namespace="Microsoft.Win32">\r
7583         <constructor name="WNDCLASS_I" argnames="" />\r
7584         <field name="style" />\r
7585         <field name="lpfnWndProc" />\r
7586         <field name="cbClsExtra" />\r
7587         <field name="cbWndExtra" />\r
7588         <field name="hInstance" />\r
7589         <field name="hIcon" />\r
7590         <field name="hCursor" />\r
7591         <field name="hbrBackground" />\r
7592         <field name="lpszMenuName" />\r
7593         <field name="lpszClassName" />\r
7594         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7595         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7596         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7597         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7598         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7599         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7600     </class>\r
7601     <class name="WNDCLASS" namespace="Microsoft.Win32">\r
7602         <constructor name="WNDCLASS" argnames="" />\r
7603         <field name="style" />\r
7604         <field name="lpfnWndProc" />\r
7605         <field name="cbClsExtra" />\r
7606         <field name="cbWndExtra" />\r
7607         <field name="hInstance" />\r
7608         <field name="hIcon" />\r
7609         <field name="hCursor" />\r
7610         <field name="hbrBackground" />\r
7611         <field name="lpszMenuName" />\r
7612         <field name="lpszClassName" />\r
7613         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7614         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7615         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7616         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7617         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7618         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7619     </class>\r
7620     <class name="PROCESS_INFORMATION" namespace="Microsoft.Win32">\r
7621         <constructor name="PROCESS_INFORMATION" argnames="" />\r
7622         <field name="hProcess" />\r
7623         <field name="hThread" />\r
7624         <field name="dwProcessId" />\r
7625         <field name="dwThreadId" />\r
7626         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7627         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7628         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7629         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7630         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7631         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7632     </class>\r
7633     <class name="SECURITY_ATTRIBUTES" namespace="Microsoft.Win32">\r
7634         <constructor name="SECURITY_ATTRIBUTES" argnames="" />\r
7635         <field name="nLength" />\r
7636         <field name="lpSecurityDescriptor" />\r
7637         <field name="bInheritHandle" />\r
7638         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7639         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7640         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7641         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7642         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7643         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7644     </class>\r
7645     <class name="STARTUPINFO" namespace="Microsoft.Win32">\r
7646         <constructor name="STARTUPINFO" argnames="" />\r
7647         <field name="cb" />\r
7648         <field name="lpReserved" />\r
7649         <field name="lpDesktop" />\r
7650         <field name="lpTitle" />\r
7651         <field name="dwX" />\r
7652         <field name="dwY" />\r
7653         <field name="dwXSize" />\r
7654         <field name="dwYSize" />\r
7655         <field name="dwXCountChars" />\r
7656         <field name="dwYCountChars" />\r
7657         <field name="dwFillAttribute" />\r
7658         <field name="dwFlags" />\r
7659         <field name="wShowWindow" />\r
7660         <field name="cbReserved2" />\r
7661         <field name="lpReserved2" />\r
7662         <field name="hStdInput" />\r
7663         <field name="hStdOutput" />\r
7664         <field name="hStdError" />\r
7665         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7666         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7667         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7668         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7669         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7670         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7671     </class>\r
7672     <class name="TEXTMETRIC" namespace="Microsoft.Win32">\r
7673         <constructor name="TEXTMETRIC" argnames="" />\r
7674         <field name="tmHeight" />\r
7675         <field name="tmAscent" />\r
7676         <field name="tmDescent" />\r
7677         <field name="tmInternalLeading" />\r
7678         <field name="tmExternalLeading" />\r
7679         <field name="tmAveCharWidth" />\r
7680         <field name="tmMaxCharWidth" />\r
7681         <field name="tmWeight" />\r
7682         <field name="tmOverhang" />\r
7683         <field name="tmDigitizedAspectX" />\r
7684         <field name="tmDigitizedAspectY" />\r
7685         <field name="tmFirstChar" />\r
7686         <field name="tmLastChar" />\r
7687         <field name="tmDefaultChar" />\r
7688         <field name="tmBreakChar" />\r
7689         <field name="tmItalic" />\r
7690         <field name="tmUnderlined" />\r
7691         <field name="tmStruckOut" />\r
7692         <field name="tmPitchAndFamily" />\r
7693         <field name="tmCharSet" />\r
7694         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7695         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7696         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7697         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7698         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7699         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7700     </class>\r
7701     <class name="SECURITY_DESCRIPTOR" namespace="Microsoft.Win32">\r
7702         <constructor name="SECURITY_DESCRIPTOR" argnames="" />\r
7703         <field name="Revision" />\r
7704         <field name="Sbz1" />\r
7705         <field name="Control" />\r
7706         <field name="Owner" />\r
7707         <field name="Group" />\r
7708         <field name="Sacl" />\r
7709         <field name="Dacl" />\r
7710         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7711         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7712         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7713         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7714         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7715         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7716     </class>\r
7717     <class name="PERF_COUNTER_BLOCK" namespace="Microsoft.Win32">\r
7718         <constructor name="PERF_COUNTER_BLOCK" argnames="" />\r
7719         <field name="ByteLength" />\r
7720         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7721         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7722         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7723         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7724         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7725         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7726     </class>\r
7727     <class name="PERF_COUNTER_DEFINITION" namespace="Microsoft.Win32">\r
7728         <constructor name="PERF_COUNTER_DEFINITION" argnames="" />\r
7729         <field name="ByteLength" />\r
7730         <field name="CounterNameTitleIndex" />\r
7731         <field name="CounterNameTitlePtr" />\r
7732         <field name="CounterHelpTitleIndex" />\r
7733         <field name="CounterHelpTitlePtr" />\r
7734         <field name="DefaultScale" />\r
7735         <field name="DetailLevel" />\r
7736         <field name="CounterType" />\r
7737         <field name="CounterSize" />\r
7738         <field name="CounterOffset" />\r
7739         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7740         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7741         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7742         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7743         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7744         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7745     </class>\r
7746     <class name="PERF_DATA_BLOCK" namespace="Microsoft.Win32">\r
7747         <constructor name="PERF_DATA_BLOCK" argnames="" />\r
7748         <field name="Signature1" />\r
7749         <field name="Signature2" />\r
7750         <field name="LittleEndian" />\r
7751         <field name="Version" />\r
7752         <field name="Revision" />\r
7753         <field name="TotalByteLength" />\r
7754         <field name="HeaderLength" />\r
7755         <field name="NumObjectTypes" />\r
7756         <field name="DefaultObject" />\r
7757         <field name="SystemTime" />\r
7758         <field name="pad1" />\r
7759         <field name="PerfTime" />\r
7760         <field name="PerfFreq" />\r
7761         <field name="PerfTime100nSec" />\r
7762         <field name="SystemNameLength" />\r
7763         <field name="SystemNameOffset" />\r
7764         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7765         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7766         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7767         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7768         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7769         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7770     </class>\r
7771     <class name="PERF_INSTANCE_DEFINITION" namespace="Microsoft.Win32">\r
7772         <constructor name="PERF_INSTANCE_DEFINITION" argnames="" />\r
7773         <field name="ByteLength" />\r
7774         <field name="ParentObjectTitleIndex" />\r
7775         <field name="ParentObjectInstance" />\r
7776         <field name="UniqueID" />\r
7777         <field name="NameOffset" />\r
7778         <field name="NameLength" />\r
7779         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7780         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7781         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7782         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7783         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7784         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7785     </class>\r
7786     <class name="PERF_OBJECT_TYPE" namespace="Microsoft.Win32">\r
7787         <constructor name="PERF_OBJECT_TYPE" argnames="" />\r
7788         <field name="TotalByteLength" />\r
7789         <field name="DefinitionLength" />\r
7790         <field name="HeaderLength" />\r
7791         <field name="ObjectNameTitleIndex" />\r
7792         <field name="ObjectNameTitlePtr" />\r
7793         <field name="ObjectHelpTitleIndex" />\r
7794         <field name="ObjectHelpTitlePtr" />\r
7795         <field name="DetailLevel" />\r
7796         <field name="NumCounters" />\r
7797         <field name="DefaultCounter" />\r
7798         <field name="NumInstances" />\r
7799         <field name="CodePage" />\r
7800         <field name="PerfTime" />\r
7801         <field name="PerfFreq" />\r
7802         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7803         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7804         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7805         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7806         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7807         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7808     </class>\r
7809     <class name="NtModuleInfo" namespace="Microsoft.Win32">\r
7810         <constructor name="NtModuleInfo" argnames="" />\r
7811         <field name="BaseOfDll" />\r
7812         <field name="SizeOfImage" />\r
7813         <field name="EntryPoint" />\r
7814         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7815         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7816         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7817         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7818         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7819         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7820     </class>\r
7821     <class name="WinProcessEntry" namespace="Microsoft.Win32">\r
7822         <constructor name="WinProcessEntry" argnames="" />\r
7823         <field name="dwSize" />\r
7824         <field name="cntUsage" />\r
7825         <field name="th32ProcessID" />\r
7826         <field name="th32DefaultHeapID" />\r
7827         <field name="th32ModuleID" />\r
7828         <field name="cntThreads" />\r
7829         <field name="th32ParentProcessID" />\r
7830         <field name="pcPriClassBase" />\r
7831         <field name="dwFlags" />\r
7832         <field name="sizeofFileName" />\r
7833         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7834         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7835         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7836         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7837         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7838         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7839     </class>\r
7840     <class name="WinThreadEntry" namespace="Microsoft.Win32">\r
7841         <constructor name="WinThreadEntry" argnames="" />\r
7842         <field name="dwSize" />\r
7843         <field name="cntUsage" />\r
7844         <field name="th32ThreadID" />\r
7845         <field name="th32OwnerProcessID" />\r
7846         <field name="tpBasePri" />\r
7847         <field name="tpDeltaPri" />\r
7848         <field name="dwFlags" />\r
7849         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7850         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7851         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7852         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7853         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7854         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7855     </class>\r
7856     <class name="WinModuleEntry" namespace="Microsoft.Win32">\r
7857         <constructor name="WinModuleEntry" argnames="" />\r
7858         <field name="dwSize" />\r
7859         <field name="th32ModuleID" />\r
7860         <field name="th32ProcessID" />\r
7861         <field name="GlblcntUsage" />\r
7862         <field name="ProccntUsage" />\r
7863         <field name="modBaseAddr" />\r
7864         <field name="modBaseSize" />\r
7865         <field name="hModule" />\r
7866         <field name="sizeofModuleName" />\r
7867         <field name="sizeofFileName" />\r
7868         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7869         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7870         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7871         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7872         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7873         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7874     </class>\r
7875     <class name="ShellExecuteInfo" namespace="Microsoft.Win32">\r
7876         <constructor name="ShellExecuteInfo" argnames="" />\r
7877         <field name="cbSize" />\r
7878         <field name="fMask" />\r
7879         <field name="hwnd" />\r
7880         <field name="lpVerb" />\r
7881         <field name="lpFile" />\r
7882         <field name="lpParameters" />\r
7883         <field name="lpDirectory" />\r
7884         <field name="nShow" />\r
7885         <field name="hInstApp" />\r
7886         <field name="lpIDList" />\r
7887         <field name="lpClass" />\r
7888         <field name="hkeyClass" />\r
7889         <field name="dwHotKey" />\r
7890         <field name="hIcon" />\r
7891         <field name="hProcess" />\r
7892         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7893         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7894         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7895         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7896         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7897         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7898     </class>\r
7899     <class name="SecurityAttributes" namespace="Microsoft.Win32">\r
7900         <constructor name="SecurityAttributes" argnames="" />\r
7901         <field name="nLength" />\r
7902         <field name="lpSecurityDescriptor" />\r
7903         <field name="bInheritHandle" />\r
7904         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7905         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7906         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7907         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7908         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7909         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7910     </class>\r
7911     <class name="CreateProcessStartupInfo" namespace="Microsoft.Win32">\r
7912         <constructor name="CreateProcessStartupInfo" argnames="" />\r
7913         <field name="cb" />\r
7914         <field name="lpReserved" />\r
7915         <field name="lpDesktop" />\r
7916         <field name="lpTitle" />\r
7917         <field name="dwX" />\r
7918         <field name="dwY" />\r
7919         <field name="dwXSize" />\r
7920         <field name="dwYSize" />\r
7921         <field name="dwXCountChars" />\r
7922         <field name="dwYCountChars" />\r
7923         <field name="dwFillAttribute" />\r
7924         <field name="dwFlags" />\r
7925         <field name="wShowWindow" />\r
7926         <field name="cbReserved2" />\r
7927         <field name="lpReserved2" />\r
7928         <field name="hStdInput" />\r
7929         <field name="hStdOutput" />\r
7930         <field name="hStdError" />\r
7931         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7932         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7933         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7934         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7935         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7936         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7937     </class>\r
7938     <class name="CreateProcessProcessInformation" namespace="Microsoft.Win32">\r
7939         <constructor name="CreateProcessProcessInformation" argnames="" />\r
7940         <field name="hProcess" />\r
7941         <field name="hThread" />\r
7942         <field name="dwProcessId" />\r
7943         <field name="dwThreadId" />\r
7944         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7945         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7946         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7947         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7948         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7949         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7950     </class>\r
7951     <class name="NtProcessBasicInfo" namespace="Microsoft.Win32">\r
7952         <constructor name="NtProcessBasicInfo" argnames="" />\r
7953         <field name="ExitStatus" />\r
7954         <field name="PebBaseAddress" />\r
7955         <field name="AffinityMask" />\r
7956         <field name="BasePriority" />\r
7957         <field name="UniqueProcessId" />\r
7958         <field name="InheritedFromUniqueProcessId" />\r
7959         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7960         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7961         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7962         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7963         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7964         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7965     </class>\r
7966     <class name="TokenPrivileges" namespace="Microsoft.Win32">\r
7967         <constructor name="TokenPrivileges" argnames="" />\r
7968         <field name="PrivilegeCount" />\r
7969         <field name="Luid" />\r
7970         <field name="Attributes" />\r
7971         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7972         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7973         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7974         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
7975         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7976         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7977     </class>\r
7978     <class name="SYSTEMTIME" namespace="Microsoft.Win32">\r
7979         <constructor name="SYSTEMTIME" argnames="" />\r
7980         <field name="wYear" />\r
7981         <field name="wMonth" />\r
7982         <field name="wDayOfWeek" />\r
7983         <field name="wDay" />\r
7984         <field name="wHour" />\r
7985         <field name="wMinute" />\r
7986         <field name="wSecond" />\r
7987         <field name="wMilliseconds" />\r
7988         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
7989         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
7990         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
7991         <method name="ToString" argnames="" returntype="System.String" />\r
7992         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
7993         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
7994     </class>\r
7995     <class name="VS_FIXEDFILEINFO" namespace="Microsoft.Win32">\r
7996         <constructor name="VS_FIXEDFILEINFO" argnames="" />\r
7997         <field name="dwSignature" />\r
7998         <field name="dwStructVersion" />\r
7999         <field name="dwFileVersionMS" />\r
8000         <field name="dwFileVersionLS" />\r
8001         <field name="dwProductVersionMS" />\r
8002         <field name="dwProductVersionLS" />\r
8003         <field name="dwFileFlagsMask" />\r
8004         <field name="dwFileFlags" />\r
8005         <field name="dwFileOS" />\r
8006         <field name="dwFileType" />\r
8007         <field name="dwFileSubtype" />\r
8008         <field name="dwFileDateMS" />\r
8009         <field name="dwFileDateLS" />\r
8010         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8011         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8012         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8013         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8014         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8015         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8016     </class>\r
8017     <class name="USEROBJECTFLAGS" namespace="Microsoft.Win32">\r
8018         <constructor name="USEROBJECTFLAGS" argnames="" />\r
8019         <field name="fInherit" />\r
8020         <field name="fReserved" />\r
8021         <field name="dwFlags" />\r
8022         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8023         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8024         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8025         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8026         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8027         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8028     </class>\r
8029     <class name="OSVERSIONINFO" namespace="Microsoft.Win32">\r
8030         <constructor name="OSVERSIONINFO" argnames="" />\r
8031         <field name="dwOSVersionInfoSize" />\r
8032         <field name="dwMajorVersion" />\r
8033         <field name="dwMinorVersion" />\r
8034         <field name="dwBuildNumber" />\r
8035         <field name="dwPlatformId" />\r
8036         <field name="szCSDVersion" />\r
8037         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8038         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8039         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8040         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8041         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8042         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8043     </class>\r
8044     <class name="Util" namespace="Microsoft.Win32">\r
8045         <constructor name="Util" argnames="" />\r
8046         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8047         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8048         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8049         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8050         <method name="MAKELONG(System.Int32, System.Int32)" argnames="low, high" returntype="System.Int32" />\r
8051         <method name="MAKELPARAM(System.Int32, System.Int32)" argnames="low, high" returntype="System.IntPtr" />\r
8052         <method name="HIWORD(System.Int32)" argnames="n" returntype="System.Int32" />\r
8053         <method name="HIWORD(System.IntPtr)" argnames="n" returntype="System.Int32" />\r
8054         <method name="LOWORD(System.Int32)" argnames="n" returntype="System.Int32" />\r
8055         <method name="LOWORD(System.IntPtr)" argnames="n" returntype="System.Int32" />\r
8056         <method name="SignedHIWORD(System.IntPtr)" argnames="n" returntype="System.Int32" />\r
8057         <method name="SignedLOWORD(System.IntPtr)" argnames="n" returntype="System.Int32" />\r
8058         <method name="SignedHIWORD(System.Int32)" argnames="n" returntype="System.Int32" />\r
8059         <method name="SignedLOWORD(System.Int32)" argnames="n" returntype="System.Int32" />\r
8060         <method name="GetPInvokeStringLength(System.String)" argnames="s" returntype="System.Int32" />\r
8061         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8062         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8063     </class>\r
8064     <class name="SystemEvents" namespace="Microsoft.Win32">\r
8065         <property name="UserInteractive" propertytype="System.Boolean" />\r
8066         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8067         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8068         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8069         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8070         <method name="CreateTimer(System.Int32)" argnames="interval" returntype="System.IntPtr" />\r
8071         <method name="InvokeOnEventsThread(System.Delegate)" argnames="method" returntype="System.Void" />\r
8072         <method name="KillTimer(System.IntPtr)" argnames="timerId" returntype="System.Void" />\r
8073         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8074         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8075         <event name="DisplaySettingsChanged" />\r
8076         <event name="EventsThreadShutdown" />\r
8077         <event name="InstalledFontsChanged" />\r
8078         <event name="LowMemory" />\r
8079         <event name="PaletteChanged" />\r
8080         <event name="PowerModeChanged" />\r
8081         <event name="SessionEnded" />\r
8082         <event name="SessionEnding" />\r
8083         <event name="TimeChanged" />\r
8084         <event name="TimerElapsed" />\r
8085         <event name="UserPreferenceChanged" />\r
8086         <event name="UserPreferenceChanging" />\r
8087     </class>\r
8088     <class name="PowerModeChangedEventArgs" namespace="Microsoft.Win32">\r
8089         <constructor name="PowerModeChangedEventArgs(Microsoft.Win32.PowerModes)" argnames="mode" />\r
8090         <property name="Mode" propertytype="Microsoft.Win32.PowerModes" />\r
8091         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8092         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8093         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8094         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8095         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8096         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8097     </class>\r
8098     <class name="SessionEndedEventArgs" namespace="Microsoft.Win32">\r
8099         <constructor name="SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons)" argnames="reason" />\r
8100         <property name="Reason" propertytype="Microsoft.Win32.SessionEndReasons" />\r
8101         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8102         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8103         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8104         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8105         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8106         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8107     </class>\r
8108     <class name="SessionEndingEventArgs" namespace="Microsoft.Win32">\r
8109         <constructor name="SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons)" argnames="reason" />\r
8110         <property name="Cancel" propertytype="System.Boolean" />\r
8111         <property name="Reason" propertytype="Microsoft.Win32.SessionEndReasons" />\r
8112         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8113         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8114         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8115         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8116         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8117         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8118     </class>\r
8119     <class name="TimerElapsedEventArgs" namespace="Microsoft.Win32">\r
8120         <constructor name="TimerElapsedEventArgs(System.IntPtr)" argnames="timerId" />\r
8121         <property name="TimerId" propertytype="System.IntPtr" />\r
8122         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8123         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8124         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8125         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8126         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8127         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8128     </class>\r
8129     <class name="UserPreferenceChangedEventArgs" namespace="Microsoft.Win32">\r
8130         <constructor name="UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory)" argnames="category" />\r
8131         <property name="Category" propertytype="Microsoft.Win32.UserPreferenceCategory" />\r
8132         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8133         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8134         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8135         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8136         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8137         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8138     </class>\r
8139     <class name="UserPreferenceChangingEventArgs" namespace="Microsoft.Win32">\r
8140         <constructor name="UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory)" argnames="category" />\r
8141         <property name="Category" propertytype="Microsoft.Win32.UserPreferenceCategory" />\r
8142         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8143         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8144         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8145         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8146         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8147         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8148     </class>\r
8149     <struct name="MSG" namespace="Microsoft.Win32">\r
8150         <field name="hwnd" />\r
8151         <field name="message" />\r
8152         <field name="wParam" />\r
8153         <field name="lParam" />\r
8154         <field name="time" />\r
8155         <field name="pt_x" />\r
8156         <field name="pt_y" />\r
8157         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8158         <method name="GetHashCode" argnames="" inherited="System.ValueType" returntype="System.Int32" />\r
8159         <method name="Equals(System.Object)" argnames="obj" inherited="System.ValueType" returntype="System.Boolean" />\r
8160         <method name="ToString" argnames="" inherited="System.ValueType" returntype="System.String" />\r
8161         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8162         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8163     </struct>\r
8164     <struct name="LUID" namespace="Microsoft.Win32">\r
8165         <field name="LowPart" />\r
8166         <field name="HighPart" />\r
8167         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8168         <method name="GetHashCode" argnames="" inherited="System.ValueType" returntype="System.Int32" />\r
8169         <method name="Equals(System.Object)" argnames="obj" inherited="System.ValueType" returntype="System.Boolean" />\r
8170         <method name="ToString" argnames="" inherited="System.ValueType" returntype="System.String" />\r
8171         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8172         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8173     </struct>\r
8174     <delegate name="WndProc" namespace="Microsoft.Win32">\r
8175         <constructor name="WndProc(System.Object, System.IntPtr)" argnames="object, method" />\r
8176         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8177         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8178         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.IntPtr" />\r
8179         <method name="BeginInvoke(System.IntPtr, System.Int32, System.IntPtr, System.IntPtr, System.AsyncCallback, System.Object)" argnames="hWnd, msg, wParam, lParam, callback, object" returntype="System.IAsyncResult" />\r
8180         <method name="Invoke(System.IntPtr, System.Int32, System.IntPtr, System.IntPtr)" argnames="hWnd, msg, wParam, lParam" returntype="System.IntPtr" />\r
8181         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8182         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8183         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8184         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8185         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8186         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8187         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8188         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8189         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8190         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8191         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8192         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8193         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8194         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8195     </delegate>\r
8196     <delegate name="ConHndlr" namespace="Microsoft.Win32">\r
8197         <constructor name="ConHndlr(System.Object, System.IntPtr)" argnames="object, method" />\r
8198         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8199         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8200         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Int32" />\r
8201         <method name="BeginInvoke(System.Int32, System.AsyncCallback, System.Object)" argnames="signalType, callback, object" returntype="System.IAsyncResult" />\r
8202         <method name="Invoke(System.Int32)" argnames="signalType" returntype="System.Int32" />\r
8203         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8204         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8205         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8206         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8207         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8208         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8209         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8210         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8211         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8212         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8213         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8214         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8215         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8216         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8217     </delegate>\r
8218     <delegate name="EnumThreadWindowsCallback" namespace="Microsoft.Win32">\r
8219         <constructor name="EnumThreadWindowsCallback(System.Object, System.IntPtr)" argnames="object, method" />\r
8220         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8221         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8222         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Boolean" />\r
8223         <method name="BeginInvoke(System.IntPtr, System.IntPtr, System.AsyncCallback, System.Object)" argnames="hWnd, lParam, callback, object" returntype="System.IAsyncResult" />\r
8224         <method name="Invoke(System.IntPtr, System.IntPtr)" argnames="hWnd, lParam" returntype="System.Boolean" />\r
8225         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8226         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8227         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8228         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8229         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8230         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8231         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8232         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8233         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8234         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8235         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8236         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8237         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8238         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8239     </delegate>\r
8240     <delegate name="PowerModeChangedEventHandler" namespace="Microsoft.Win32">\r
8241         <constructor name="PowerModeChangedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
8242         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8243         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8244         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
8245         <method name="BeginInvoke(System.Object, Microsoft.Win32.PowerModeChangedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
8246         <method name="Invoke(System.Object, Microsoft.Win32.PowerModeChangedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
8247         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8248         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8249         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8250         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8251         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8252         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8253         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8254         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8255         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8256         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8257         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8258         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8259         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8260         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8261     </delegate>\r
8262     <delegate name="TimerAPCProc" namespace="Microsoft.Win32">\r
8263         <constructor name="TimerAPCProc(System.Object, System.IntPtr)" argnames="object, method" />\r
8264         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8265         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8266         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
8267         <method name="BeginInvoke(System.IntPtr, System.Int32, System.Int32, System.AsyncCallback, System.Object)" argnames="argToCompletionRoutine, timerLowValue, timerHighValue, callback, object" returntype="System.IAsyncResult" />\r
8268         <method name="Invoke(System.IntPtr, System.Int32, System.Int32)" argnames="argToCompletionRoutine, timerLowValue, timerHighValue" returntype="System.Void" />\r
8269         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8270         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8271         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8272         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8273         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8274         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8275         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8276         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8277         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8278         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8279         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8280         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8281         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8282         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8283     </delegate>\r
8284     <delegate name="SessionEndedEventHandler" namespace="Microsoft.Win32">\r
8285         <constructor name="SessionEndedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
8286         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8287         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8288         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
8289         <method name="BeginInvoke(System.Object, Microsoft.Win32.SessionEndedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
8290         <method name="Invoke(System.Object, Microsoft.Win32.SessionEndedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
8291         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8292         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8293         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8294         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8295         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8296         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8297         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8298         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8299         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8300         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8301         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8302         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8303         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8304         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8305     </delegate>\r
8306     <delegate name="SessionEndingEventHandler" namespace="Microsoft.Win32">\r
8307         <constructor name="SessionEndingEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
8308         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8309         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8310         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
8311         <method name="BeginInvoke(System.Object, Microsoft.Win32.SessionEndingEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
8312         <method name="Invoke(System.Object, Microsoft.Win32.SessionEndingEventArgs)" argnames="sender, e" returntype="System.Void" />\r
8313         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8314         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8315         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8316         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8317         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8318         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8319         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8320         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8321         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8322         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8323         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8324         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8325         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8326         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8327     </delegate>\r
8328     <delegate name="TimerElapsedEventHandler" namespace="Microsoft.Win32">\r
8329         <constructor name="TimerElapsedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
8330         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8331         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8332         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
8333         <method name="BeginInvoke(System.Object, Microsoft.Win32.TimerElapsedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
8334         <method name="Invoke(System.Object, Microsoft.Win32.TimerElapsedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
8335         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8336         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8337         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8338         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8339         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8340         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8341         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8342         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8343         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8344         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8345         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8346         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8347         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8348         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8349     </delegate>\r
8350     <delegate name="UserPreferenceChangedEventHandler" namespace="Microsoft.Win32">\r
8351         <constructor name="UserPreferenceChangedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
8352         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8353         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8354         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
8355         <method name="BeginInvoke(System.Object, Microsoft.Win32.UserPreferenceChangedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
8356         <method name="Invoke(System.Object, Microsoft.Win32.UserPreferenceChangedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
8357         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8358         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8359         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8360         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8361         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8362         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8363         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8364         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8365         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8366         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8367         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8368         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8369         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8370         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8371     </delegate>\r
8372     <delegate name="UserPreferenceChangingEventHandler" namespace="Microsoft.Win32">\r
8373         <constructor name="UserPreferenceChangingEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
8374         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
8375         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
8376         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
8377         <method name="BeginInvoke(System.Object, Microsoft.Win32.UserPreferenceChangingEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
8378         <method name="Invoke(System.Object, Microsoft.Win32.UserPreferenceChangingEventArgs)" argnames="sender, e" returntype="System.Void" />\r
8379         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
8380         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
8381         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8382         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
8383         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
8384         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
8385         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
8386         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8387         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
8388         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
8389         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8390         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
8391         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8392         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8393     </delegate>\r
8394     <enum name="StructFormatEnum" namespace="Microsoft.Win32">\r
8395         <field name="Ansi" />\r
8396         <field name="Unicode" />\r
8397         <field name="Auto" />\r
8398         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
8399         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
8400         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
8401         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
8402         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8403         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
8404         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
8405         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
8406         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
8407         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8408         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8409     </enum>\r
8410     <enum name="StructFormat" namespace="Microsoft.Win32">\r
8411         <field name="Ansi" />\r
8412         <field name="Unicode" />\r
8413         <field name="Auto" />\r
8414         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
8415         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
8416         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
8417         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
8418         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8419         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
8420         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
8421         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
8422         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
8423         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8424         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8425     </enum>\r
8426     <enum name="PowerModes" namespace="Microsoft.Win32">\r
8427         <field name="Resume" />\r
8428         <field name="StatusChange" />\r
8429         <field name="Suspend" />\r
8430         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
8431         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
8432         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
8433         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
8434         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8435         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
8436         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
8437         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
8438         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
8439         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8440         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8441     </enum>\r
8442     <enum name="SessionEndReasons" namespace="Microsoft.Win32">\r
8443         <field name="Logoff" />\r
8444         <field name="SystemShutdown" />\r
8445         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
8446         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
8447         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
8448         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
8449         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8450         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
8451         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
8452         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
8453         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
8454         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8455         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8456     </enum>\r
8457     <enum name="UserPreferenceCategory" namespace="Microsoft.Win32">\r
8458         <field name="Accessibility" />\r
8459         <field name="Color" />\r
8460         <field name="Desktop" />\r
8461         <field name="General" />\r
8462         <field name="Icon" />\r
8463         <field name="Keyboard" />\r
8464         <field name="Menu" />\r
8465         <field name="Mouse" />\r
8466         <field name="Policy" />\r
8467         <field name="Power" />\r
8468         <field name="Screensaver" />\r
8469         <field name="Window" />\r
8470         <field name="Locale" />\r
8471         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
8472         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
8473         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
8474         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
8475         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8476         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
8477         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
8478         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
8479         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
8480         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8481         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8482     </enum>\r
8483     <class name="CSharpCodeProvider" namespace="Microsoft.CSharp">\r
8484         <constructor name="CSharpCodeProvider" argnames="" />\r
8485         <property name="FileExtension" propertytype="System.String" />\r
8486         <property name="LanguageOptions" inherited="System.CodeDom.Compiler.CodeDomProvider" propertytype="System.CodeDom.Compiler.LanguageOptions" />\r
8487         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
8488         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
8489         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
8490         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
8491         <method name="GetConverter(System.Type)" argnames="type" returntype="System.ComponentModel.TypeConverter" />\r
8492         <method name="CreateParser" argnames="" inherited="System.CodeDom.Compiler.CodeDomProvider" returntype="System.CodeDom.Compiler.ICodeParser" />\r
8493         <method name="CreateCompiler" argnames="" returntype="System.CodeDom.Compiler.ICodeCompiler" />\r
8494         <method name="CreateGenerator(System.String)" argnames="fileName" inherited="System.CodeDom.Compiler.CodeDomProvider" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
8495         <method name="CreateGenerator(System.IO.TextWriter)" argnames="output" inherited="System.CodeDom.Compiler.CodeDomProvider" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
8496         <method name="CreateGenerator" argnames="" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
8497         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
8498         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
8499         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
8500         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
8501         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8502         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8503         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
8504         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8505         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8506         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
8507         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8508         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8509         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
8510     </class>\r
8511     <class name="VBCodeProvider" namespace="Microsoft.VisualBasic">\r
8512         <constructor name="VBCodeProvider" argnames="" />\r
8513         <property name="FileExtension" propertytype="System.String" />\r
8514         <property name="LanguageOptions" propertytype="System.CodeDom.Compiler.LanguageOptions" />\r
8515         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
8516         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
8517         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
8518         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
8519         <method name="GetConverter(System.Type)" argnames="type" returntype="System.ComponentModel.TypeConverter" />\r
8520         <method name="CreateParser" argnames="" inherited="System.CodeDom.Compiler.CodeDomProvider" returntype="System.CodeDom.Compiler.ICodeParser" />\r
8521         <method name="CreateCompiler" argnames="" returntype="System.CodeDom.Compiler.ICodeCompiler" />\r
8522         <method name="CreateGenerator(System.String)" argnames="fileName" inherited="System.CodeDom.Compiler.CodeDomProvider" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
8523         <method name="CreateGenerator(System.IO.TextWriter)" argnames="output" inherited="System.CodeDom.Compiler.CodeDomProvider" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
8524         <method name="CreateGenerator" argnames="" returntype="System.CodeDom.Compiler.ICodeGenerator" />\r
8525         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
8526         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
8527         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
8528         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
8529         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8530         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8531         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
8532         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8533         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8534         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
8535         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8536         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8537         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
8538     </class>\r
8539     <class name="Uri" namespace="System">\r
8540         <constructor name="Uri(System.String)" argnames="uriString" />\r
8541         <constructor name="Uri(System.String, System.Boolean)" argnames="uriString, dontEscape" />\r
8542         <constructor name="Uri(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8543         <constructor name="Uri(System.Uri, System.String)" argnames="baseUri, relativeUri" />\r
8544         <constructor name="Uri(System.Uri, System.String, System.Boolean)" argnames="baseUri, relativeUri, dontEscape" />\r
8545         <field name="UriSchemeFile" />\r
8546         <field name="UriSchemeFtp" />\r
8547         <field name="UriSchemeGopher" />\r
8548         <field name="UriSchemeHttp" />\r
8549         <field name="UriSchemeHttps" />\r
8550         <field name="UriSchemeMailto" />\r
8551         <field name="UriSchemeNews" />\r
8552         <field name="UriSchemeNntp" />\r
8553         <field name="SchemeDelimiter" />\r
8554         <property name="AbsolutePath" propertytype="System.String" />\r
8555         <property name="AbsoluteUri" propertytype="System.String" />\r
8556         <property name="Authority" propertytype="System.String" />\r
8557         <property name="BasePath" propertytype="System.String" />\r
8558         <property name="CurrentDocument" propertytype="System.String" />\r
8559         <property name="DisplayFragment" propertytype="System.String" />\r
8560         <property name="DisplayNameNoExtra" propertytype="System.String" />\r
8561         <property name="DisplayPath" propertytype="System.String" />\r
8562         <property name="DisplayPathLocal" propertytype="System.String" />\r
8563         <property name="DisplayQuery" propertytype="System.String" />\r
8564         <property name="Extra" propertytype="System.String" />\r
8565         <property name="ExtraDelimiter" propertytype="System.String" />\r
8566         <property name="Fragment" propertytype="System.String" />\r
8567         <property name="Host" propertytype="System.String" />\r
8568         <property name="HostNameType" propertytype="System.UriHostNameType" />\r
8569         <property name="HostType" propertytype="System.HostNameType" />\r
8570         <property name="IsDefaultPort" propertytype="System.Boolean" />\r
8571         <property name="IsFile" propertytype="System.Boolean" />\r
8572         <property name="IsLoopback" propertytype="System.Boolean" />\r
8573         <property name="IsSchemeKnownToHaveSlashes" propertytype="System.Boolean" />\r
8574         <property name="IsUnc" propertytype="System.Boolean" />\r
8575         <property name="LocalPath" propertytype="System.String" />\r
8576         <property name="NonPathPart" propertytype="System.String" />\r
8577         <property name="NonPathPartUnc" propertytype="System.String" />\r
8578         <property name="PathAndQuery" propertytype="System.String" />\r
8579         <property name="Port" propertytype="System.Int32" />\r
8580         <property name="Query" propertytype="System.String" />\r
8581         <property name="Scheme" propertytype="System.String" />\r
8582         <property name="Segments" propertytype="System.String[]" />\r
8583         <property name="UserEscaped" propertytype="System.Boolean" />\r
8584         <property name="UserInfo" propertytype="System.String" />\r
8585         <method name="Unescape(System.String)" argnames="path" returntype="System.String" />\r
8586         <method name="Parse" argnames="" returntype="System.Void" />\r
8587         <method name="IsReservedCharacter(System.Char)" argnames="character" returntype="System.Boolean" />\r
8588         <method name="IsBadFileSystemCharacter(System.Char)" argnames="character" returntype="System.Boolean" />\r
8589         <method name="Escape" argnames="" returntype="System.Void" />\r
8590         <method name="CheckSecurity" argnames="" returntype="System.Void" />\r
8591         <method name="Canonicalize" argnames="" returntype="System.Void" />\r
8592         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
8593         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8594         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8595         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8596         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
8597         <method name="Equals(System.Object)" argnames="comparand" returntype="System.Boolean" />\r
8598         <method name="ToString" argnames="" returntype="System.String" />\r
8599         <method name="CheckHostName(System.String)" argnames="name" returntype="System.UriHostNameType" />\r
8600         <method name="CheckSchemeName(System.String)" argnames="schemeName" returntype="System.Boolean" />\r
8601         <method name="EscapeString(System.String)" argnames="str" returntype="System.String" />\r
8602         <method name="FromHex(System.Char)" argnames="digit" returntype="System.Int32" />\r
8603         <method name="GetLeftPart(System.UriPartial)" argnames="part" returntype="System.String" />\r
8604         <method name="HexEscape(System.Char)" argnames="character" returntype="System.String" />\r
8605         <method name="HexUnescape(System.String, System.Int32&amp;)" argnames="pattern, index" returntype="System.Char" />\r
8606         <method name="IsExcludedCharacter(System.Char)" argnames="character" returntype="System.Boolean" />\r
8607         <method name="IsHexDigit(System.Char)" argnames="character" returntype="System.Boolean" />\r
8608         <method name="IsHexEncoding(System.String, System.Int32)" argnames="pattern, index" returntype="System.Boolean" />\r
8609         <method name="MakeRelative(System.Uri)" argnames="toUri" returntype="System.String" />\r
8610         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8611         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8612     </class>\r
8613     <class name="UriBuilder" namespace="System">\r
8614         <constructor name="UriBuilder" argnames="" />\r
8615         <constructor name="UriBuilder(System.String)" argnames="uri" />\r
8616         <constructor name="UriBuilder(System.Uri)" argnames="uri" />\r
8617         <constructor name="UriBuilder(System.String, System.String)" argnames="schemeName, hostName" />\r
8618         <constructor name="UriBuilder(System.String, System.String, System.Int32)" argnames="scheme, host, portNumber" />\r
8619         <constructor name="UriBuilder(System.String, System.String, System.Int32, System.String)" argnames="scheme, host, port, pathValue" />\r
8620         <constructor name="UriBuilder(System.String, System.String, System.Int32, System.String, System.String)" argnames="scheme, host, port, path, extraValue" />\r
8621         <property name="Extra" propertytype="System.String" />\r
8622         <property name="Fragment" propertytype="System.String" />\r
8623         <property name="Host" propertytype="System.String" />\r
8624         <property name="Password" propertytype="System.String" />\r
8625         <property name="Path" propertytype="System.String" />\r
8626         <property name="Port" propertytype="System.Int32" />\r
8627         <property name="Query" propertytype="System.String" />\r
8628         <property name="Scheme" propertytype="System.String" />\r
8629         <property name="Uri" propertytype="System.Uri" />\r
8630         <property name="UserName" propertytype="System.String" />\r
8631         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8632         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
8633         <method name="Equals(System.Object)" argnames="rparam" returntype="System.Boolean" />\r
8634         <method name="ToString" argnames="" returntype="System.String" />\r
8635         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8636         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8637     </class>\r
8638     <class name="UriFormatException" namespace="System">\r
8639         <constructor name="UriFormatException" argnames="" />\r
8640         <constructor name="UriFormatException(System.String)" argnames="textString" />\r
8641         <constructor name="UriFormatException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8642         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
8643         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
8644         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
8645         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
8646         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
8647         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
8648         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
8649         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
8650         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
8651         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8652         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8653         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8654         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
8655         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8656         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8657     </class>\r
8658     <enum name="UriHostNameType" namespace="System">\r
8659         <field name="Unknown" />\r
8660         <field name="Basic" />\r
8661         <field name="Dns" />\r
8662         <field name="IPv4" />\r
8663         <field name="IPv6" />\r
8664         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
8665         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
8666         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
8667         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
8668         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8669         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
8670         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
8671         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
8672         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
8673         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8674         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8675     </enum>\r
8676     <enum name="UriPartial" namespace="System">\r
8677         <field name="Scheme" />\r
8678         <field name="Authority" />\r
8679         <field name="Path" />\r
8680         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
8681         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
8682         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
8683         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
8684         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8685         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
8686         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
8687         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
8688         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
8689         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8690         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8691     </enum>\r
8692     <class name="Authorization" namespace="System.Net">\r
8693         <constructor name="Authorization(System.String)" argnames="token" />\r
8694         <constructor name="Authorization(System.String, System.Boolean)" argnames="token, finished" />\r
8695         <constructor name="Authorization(System.String, System.Boolean, System.String)" argnames="token, finished, connectionGroupId" />\r
8696         <property name="Message" propertytype="System.String" />\r
8697         <property name="ConnectionGroupId" propertytype="System.String" />\r
8698         <property name="Complete" propertytype="System.Boolean" />\r
8699         <property name="ProtectionRealm" propertytype="System.String[]" />\r
8700         <property name="Module" propertytype="System.Net.IAuthenticationModule" />\r
8701         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8702         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8703         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8704         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8705         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8706         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8707     </class>\r
8708     <class name="Cookie" namespace="System.Net">\r
8709         <constructor name="Cookie" argnames="" />\r
8710         <constructor name="Cookie(System.String, System.String)" argnames="name, value" />\r
8711         <constructor name="Cookie(System.String, System.String, System.String)" argnames="name, value, path" />\r
8712         <constructor name="Cookie(System.String, System.String, System.String, System.String)" argnames="name, value, path, domain" />\r
8713         <property name="Comment" propertytype="System.String" />\r
8714         <property name="CommentUri" propertytype="System.Uri" />\r
8715         <property name="Discard" propertytype="System.Boolean" />\r
8716         <property name="Domain" propertytype="System.String" />\r
8717         <property name="_Domain" propertytype="System.String" />\r
8718         <property name="Expired" propertytype="System.Boolean" />\r
8719         <property name="Expires" propertytype="System.DateTime" />\r
8720         <property name="Name" propertytype="System.String" />\r
8721         <property name="Path" propertytype="System.String" />\r
8722         <property name="_Path" propertytype="System.String" />\r
8723         <property name="Plain" propertytype="System.Boolean" />\r
8724         <property name="Port" propertytype="System.String" />\r
8725         <property name="PortList" propertytype="System.Int32[]" />\r
8726         <property name="_Port" propertytype="System.String" />\r
8727         <property name="Secure" propertytype="System.Boolean" />\r
8728         <property name="TimeStamp" propertytype="System.DateTime" />\r
8729         <property name="Value" propertytype="System.String" />\r
8730         <property name="Variant" propertytype="System.Net.CookieVariant" />\r
8731         <property name="DomainKey" propertytype="System.String" />\r
8732         <property name="Version" propertytype="System.Int32" />\r
8733         <property name="_Version" propertytype="System.String" />\r
8734         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8735         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
8736         <method name="Equals(System.Object)" argnames="comparand" returntype="System.Boolean" />\r
8737         <method name="ToString" argnames="" returntype="System.String" />\r
8738         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8739         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8740     </class>\r
8741     <class name="CookieCollection" namespace="System.Net">\r
8742         <constructor name="CookieCollection" argnames="" />\r
8743         <property name="IsReadOnly" propertytype="System.Boolean" />\r
8744         <property name="Item" propertytype="System.Net.Cookie" />\r
8745         <property name="Item" propertytype="System.Net.Cookie" />\r
8746         <property name="Count" propertytype="System.Int32" />\r
8747         <property name="IsSynchronized" propertytype="System.Boolean" />\r
8748         <property name="SyncRoot" propertytype="System.Object" />\r
8749         <property name="IsOtherVersionSeen" propertytype="System.Boolean" />\r
8750         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
8751         <method name="CopyTo(System.Array, System.Int32)" argnames="array, index" returntype="System.Void" />\r
8752         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8753         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8754         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8755         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8756         <method name="Add(System.Net.Cookie)" argnames="cookie" returntype="System.Void" />\r
8757         <method name="Add(System.Net.CookieCollection)" argnames="cookies" returntype="System.Void" />\r
8758         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8759         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8760     </class>\r
8761     <class name="CookieContainer" namespace="System.Net">\r
8762         <constructor name="CookieContainer" argnames="" />\r
8763         <constructor name="CookieContainer(System.Int32)" argnames="capacity" />\r
8764         <constructor name="CookieContainer(System.Int32, System.Int32, System.Int32)" argnames="capacity, perDomainCapacity, maxCookieSize" />\r
8765         <field name="DefaultCookieLimit" />\r
8766         <field name="DefaultPerDomainCookieLimit" />\r
8767         <field name="DefaultCookieLengthLimit" />\r
8768         <property name="Capacity" propertytype="System.Int32" />\r
8769         <property name="Count" propertytype="System.Int32" />\r
8770         <property name="MaxCookieSize" propertytype="System.Int32" />\r
8771         <property name="PerDomainCapacity" propertytype="System.Int32" />\r
8772         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8773         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8774         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8775         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8776         <method name="Add(System.Net.Cookie)" argnames="cookie" returntype="System.Void" />\r
8777         <method name="Add(System.Net.CookieCollection)" argnames="cookies" returntype="System.Void" />\r
8778         <method name="Add(System.Uri, System.Net.Cookie)" argnames="uri, cookie" returntype="System.Void" />\r
8779         <method name="Add(System.Uri, System.Net.CookieCollection)" argnames="uri, cookies" returntype="System.Void" />\r
8780         <method name="GetCookies(System.Uri)" argnames="uri" returntype="System.Net.CookieCollection" />\r
8781         <method name="GetCookieHeader(System.Uri)" argnames="uri" returntype="System.String" />\r
8782         <method name="SetCookies(System.Uri, System.String)" argnames="uri, cookieHeader" returntype="System.Void" />\r
8783         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8784         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8785     </class>\r
8786     <class name="CookieException" namespace="System.Net">\r
8787         <constructor name="CookieException" argnames="" />\r
8788         <constructor name="CookieException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8789         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
8790         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
8791         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
8792         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
8793         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
8794         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
8795         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
8796         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
8797         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
8798         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8799         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8800         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8801         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
8802         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8803         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8804     </class>\r
8805     <class name="CredentialCache" namespace="System.Net">\r
8806         <constructor name="CredentialCache" argnames="" />\r
8807         <property name="IsDefaultInCache" propertytype="System.Boolean" />\r
8808         <property name="DefaultCredentials" propertytype="System.Net.ICredentials" />\r
8809         <method name="GetEnumerator" argnames="" returntype="System.Collections.IEnumerator" />\r
8810         <method name="GetCredential(System.Uri, System.String)" argnames="uriPrefix, authType" returntype="System.Net.NetworkCredential" />\r
8811         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8812         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8813         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8814         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8815         <method name="Add(System.Uri, System.String, System.Net.NetworkCredential)" argnames="uriPrefix, authType, cred" returntype="System.Void" />\r
8816         <method name="Remove(System.Uri, System.String)" argnames="uriPrefix, authType" returntype="System.Void" />\r
8817         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8818         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8819     </class>\r
8820     <class name="NetworkCredential" namespace="System.Net">\r
8821         <constructor name="NetworkCredential" argnames="" />\r
8822         <constructor name="NetworkCredential(System.String, System.String)" argnames="userName, password" />\r
8823         <constructor name="NetworkCredential(System.String, System.String, System.String)" argnames="userName, password, domain" />\r
8824         <property name="UserName" propertytype="System.String" />\r
8825         <property name="Password" propertytype="System.String" />\r
8826         <property name="Domain" propertytype="System.String" />\r
8827         <method name="GetCredential(System.Uri, System.String)" argnames="uri, authType" returntype="System.Net.NetworkCredential" />\r
8828         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8829         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8830         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8831         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8832         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8833         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8834     </class>\r
8835     <class name="Dns" namespace="System.Net">\r
8836         <property name="LocalHost" propertytype="System.Net.IPHostEntry" />\r
8837         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8838         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8839         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8840         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8841         <method name="GetHostByName(System.String)" argnames="hostName" returntype="System.Net.IPHostEntry" />\r
8842         <method name="GetHostByAddress(System.String)" argnames="address" returntype="System.Net.IPHostEntry" />\r
8843         <method name="GetHostByAddress(System.Net.IPAddress)" argnames="address" returntype="System.Net.IPHostEntry" />\r
8844         <method name="GetHostName" argnames="" returntype="System.String" />\r
8845         <method name="Resolve(System.String)" argnames="hostName" returntype="System.Net.IPHostEntry" />\r
8846         <method name="BeginGetHostByName(System.String, System.AsyncCallback, System.Object)" argnames="hostName, requestCallback, stateObject" returntype="System.IAsyncResult" />\r
8847         <method name="EndGetHostByName(System.IAsyncResult)" argnames="asyncResult" returntype="System.Net.IPHostEntry" />\r
8848         <method name="BeginResolve(System.String, System.AsyncCallback, System.Object)" argnames="hostName, requestCallback, stateObject" returntype="System.IAsyncResult" />\r
8849         <method name="EndResolve(System.IAsyncResult)" argnames="asyncResult" returntype="System.Net.IPHostEntry" />\r
8850         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8851         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8852     </class>\r
8853     <class name="EndPoint" namespace="System.Net">\r
8854         <constructor name="EndPoint" argnames="" />\r
8855         <property name="AddressFamily" propertytype="System.Net.Sockets.AddressFamily" />\r
8856         <method name="Create(System.Net.SocketAddress)" argnames="socketAddress" returntype="System.Net.EndPoint" />\r
8857         <method name="Serialize" argnames="" returntype="System.Net.SocketAddress" />\r
8858         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8859         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8860         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8861         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8862         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8863         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8864     </class>\r
8865     <class name="WebRequest" namespace="System.Net">\r
8866         <constructor name="WebRequest" argnames="" />\r
8867         <constructor name="WebRequest(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8868         <property name="PrefixList" propertytype="System.Collections.ArrayList" />\r
8869         <property name="Method" propertytype="System.String" />\r
8870         <property name="RequestUri" propertytype="System.Uri" />\r
8871         <property name="ConnectionGroupName" propertytype="System.String" />\r
8872         <property name="Headers" propertytype="System.Net.WebHeaderCollection" />\r
8873         <property name="ContentLength" propertytype="System.Int64" />\r
8874         <property name="ContentType" propertytype="System.String" />\r
8875         <property name="Credentials" propertytype="System.Net.ICredentials" />\r
8876         <property name="Proxy" propertytype="System.Net.IWebProxy" />\r
8877         <property name="PreAuthenticate" propertytype="System.Boolean" />\r
8878         <property name="Timeout" propertytype="System.Int32" />\r
8879         <method name="Abort" argnames="" returntype="System.Void" />\r
8880         <method name="EndGetRequestStream(System.IAsyncResult)" argnames="asyncResult" returntype="System.IO.Stream" />\r
8881         <method name="BeginGetRequestStream(System.AsyncCallback, System.Object)" argnames="callback, state" returntype="System.IAsyncResult" />\r
8882         <method name="EndGetResponse(System.IAsyncResult)" argnames="asyncResult" returntype="System.Net.WebResponse" />\r
8883         <method name="BeginGetResponse(System.AsyncCallback, System.Object)" argnames="callback, state" returntype="System.IAsyncResult" />\r
8884         <method name="GetResponse" argnames="" returntype="System.Net.WebResponse" />\r
8885         <method name="GetRequestStream" argnames="" returntype="System.IO.Stream" />\r
8886         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
8887         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8888         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8889         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8890         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8891         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8892         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8893         <method name="Create(System.String)" argnames="requestUriString" returntype="System.Net.WebRequest" />\r
8894         <method name="Create(System.Uri)" argnames="requestUri" returntype="System.Net.WebRequest" />\r
8895         <method name="CreateDefault(System.Uri)" argnames="requestUri" returntype="System.Net.WebRequest" />\r
8896         <method name="RegisterPrefix(System.String, System.Net.IWebRequestCreate)" argnames="prefix, creator" returntype="System.Boolean" />\r
8897         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8898         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8899     </class>\r
8900     <class name="FileWebRequest" namespace="System.Net">\r
8901         <constructor name="FileWebRequest(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8902         <property name="ConnectionGroupName" propertytype="System.String" />\r
8903         <property name="ContentLength" propertytype="System.Int64" />\r
8904         <property name="ContentType" propertytype="System.String" />\r
8905         <property name="Credentials" propertytype="System.Net.ICredentials" />\r
8906         <property name="Headers" propertytype="System.Net.WebHeaderCollection" />\r
8907         <property name="Method" propertytype="System.String" />\r
8908         <property name="PreAuthenticate" propertytype="System.Boolean" />\r
8909         <property name="Proxy" propertytype="System.Net.IWebProxy" />\r
8910         <property name="Timeout" propertytype="System.Int32" />\r
8911         <property name="RequestUri" propertytype="System.Uri" />\r
8912         <method name="Abort" argnames="" inherited="System.Net.WebRequest" returntype="System.Void" />\r
8913         <method name="EndGetRequestStream(System.IAsyncResult)" argnames="asyncResult" returntype="System.IO.Stream" />\r
8914         <method name="BeginGetRequestStream(System.AsyncCallback, System.Object)" argnames="callback, state" returntype="System.IAsyncResult" />\r
8915         <method name="EndGetResponse(System.IAsyncResult)" argnames="asyncResult" returntype="System.Net.WebResponse" />\r
8916         <method name="BeginGetResponse(System.AsyncCallback, System.Object)" argnames="callback, state" returntype="System.IAsyncResult" />\r
8917         <method name="GetResponse" argnames="" returntype="System.Net.WebResponse" />\r
8918         <method name="GetRequestStream" argnames="" returntype="System.IO.Stream" />\r
8919         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
8920         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8921         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8922         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8923         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8924         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8925         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8926         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8927         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8928     </class>\r
8929     <class name="WebResponse" namespace="System.Net">\r
8930         <constructor name="WebResponse" argnames="" />\r
8931         <constructor name="WebResponse(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8932         <property name="ContentLength" propertytype="System.Int64" />\r
8933         <property name="ContentType" propertytype="System.String" />\r
8934         <property name="ResponseUri" propertytype="System.Uri" />\r
8935         <property name="Headers" propertytype="System.Net.WebHeaderCollection" />\r
8936         <method name="GetResponseStream" argnames="" returntype="System.IO.Stream" />\r
8937         <method name="Close" argnames="" returntype="System.Void" />\r
8938         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
8939         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8940         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8941         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8942         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8943         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8944         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8945         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8946         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8947     </class>\r
8948     <class name="FileWebResponse" namespace="System.Net">\r
8949         <constructor name="FileWebResponse(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8950         <property name="ContentLength" propertytype="System.Int64" />\r
8951         <property name="ContentType" propertytype="System.String" />\r
8952         <property name="Headers" propertytype="System.Net.WebHeaderCollection" />\r
8953         <property name="ResponseUri" propertytype="System.Uri" />\r
8954         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
8955         <method name="GetResponseStream" argnames="" returntype="System.IO.Stream" />\r
8956         <method name="Close" argnames="" returntype="System.Void" />\r
8957         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
8958         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8959         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
8960         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
8961         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
8962         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
8963         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
8964         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
8965         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
8966     </class>\r
8967     <class name="HttpWebRequest" namespace="System.Net">\r
8968         <constructor name="HttpWebRequest(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
8969         <property name="Saw100Continue" propertytype="System.Boolean" />\r
8970         <property name="UsesProxy" propertytype="System.Boolean" />\r
8971         <property name="ResponseStatusCode" propertytype="System.Net.HttpStatusCode" />\r
8972         <property name="UsesProxySemantics" propertytype="System.Boolean" />\r
8973         <property name="ChallengedUri" propertytype="System.Uri" />\r
8974         <property name="ProxyAuthenticationState" propertytype="System.Net.AuthenticationState" />\r
8975         <property name="ServerAuthenticationState" propertytype="System.Net.AuthenticationState" />\r
8976         <property name="CurrentAuthenticationState" propertytype="System.Net.AuthenticationState" />\r
8977         <property name="DelegationFix" propertytype="System.Net.DelegationFix" />\r
8978         <property name="CookieContainer" propertytype="System.Net.CookieContainer" />\r
8979         <property name="RequestUri" propertytype="System.Uri" />\r
8980         <property name="AllowWriteStreamBuffering" propertytype="System.Boolean" />\r
8981         <property name="ContentLength" propertytype="System.Int64" />\r
8982         <property name="Timeout" propertytype="System.Int32" />\r
8983         <property name="ClientCertificates" propertytype="System.Security.Cryptography.X509Certificates.X509CertificateCollection" />\r
8984         <property name="CoreResponse" propertytype="System.Object" />\r
8985         <property name="CanGetRequestStream" propertytype="System.Boolean" />\r
8986         <property name="CanGetResponseStream" propertytype="System.Boolean" />\r
8987         <property name="RequireBody" propertytype="System.Boolean" />\r
8988         <property name="MissingEntityBodyDelimiter" propertytype="System.Boolean" />\r
8989         <property name="TransferEncodingWithoutChunked" propertytype="System.Boolean" />\r
8990         <property name="ChunkedUploadOnHttp10" propertytype="System.Boolean" />\r
8991         <property name="CheckBuffering" propertytype="System.Boolean" />\r
8992         <property name="Address" propertytype="System.Uri" />\r
8993         <property name="ContinueDelegate" propertytype="System.Net.HttpContinueDelegate" />\r
8994         <property name="ServicePoint" propertytype="System.Net.ServicePoint" />\r
8995         <property name="AllowAutoRedirect" propertytype="System.Boolean" />\r
8996         <property name="MaximumAutomaticRedirections" propertytype="System.Int32" />\r
8997         <property name="Method" propertytype="System.String" />\r
8998         <property name="CurrentMethod" propertytype="System.String" />\r
8999         <property name="KeepAlive" propertytype="System.Boolean" />\r
9000         <property name="Pipelined" propertytype="System.Boolean" />\r
9001         <property name="InternalPipelined" propertytype="System.Boolean" />\r
9002         <property name="UploadingBufferableData" propertytype="System.Boolean" />\r
9003         <property name="Credentials" propertytype="System.Net.ICredentials" />\r
9004         <property name="PreAuthenticate" propertytype="System.Boolean" />\r
9005         <property name="ConnectionGroupName" propertytype="System.String" />\r
9006         <property name="Headers" propertytype="System.Net.WebHeaderCollection" />\r
9007         <property name="Proxy" propertytype="System.Net.IWebProxy" />\r
9008         <property name="SendChunked" propertytype="System.Boolean" />\r
9009         <property name="ProtocolVersion" propertytype="System.Version" />\r
9010         <property name="InternalVersion" propertytype="System.Version" />\r
9011         <property name="ContentType" propertytype="System.String" />\r
9012         <property name="MediaType" propertytype="System.String" />\r
9013         <property name="TransferEncoding" propertytype="System.String" />\r
9014         <property name="Connection" propertytype="System.String" />\r
9015         <property name="Accept" propertytype="System.String" />\r
9016         <property name="Referer" propertytype="System.String" />\r
9017         <property name="UserAgent" propertytype="System.String" />\r
9018         <property name="Expect" propertytype="System.String" />\r
9019         <property name="IfModifiedSince" propertytype="System.DateTime" />\r
9020         <property name="HaveResponse" propertytype="System.Boolean" />\r
9021         <property name="HaveWritten" propertytype="System.Boolean" />\r
9022         <property name="OnceFailed" propertytype="System.Boolean" />\r
9023         <property name="WriteBuffer" propertytype="System.Byte[]" />\r
9024         <property name="BufferHeaders" propertytype="System.Boolean" />\r
9025         <property name="ConnectHostAndPort" propertytype="System.String" />\r
9026         <property name="ShouldAddHostHeader" propertytype="System.Boolean" />\r
9027         <method name="Abort" argnames="" returntype="System.Void" />\r
9028         <method name="EndGetRequestStream(System.IAsyncResult)" argnames="asyncResult" returntype="System.IO.Stream" />\r
9029         <method name="BeginGetRequestStream(System.AsyncCallback, System.Object)" argnames="callback, state" returntype="System.IAsyncResult" />\r
9030         <method name="EndGetResponse(System.IAsyncResult)" argnames="asyncResult" returntype="System.Net.WebResponse" />\r
9031         <method name="BeginGetResponse(System.AsyncCallback, System.Object)" argnames="callback, state" returntype="System.IAsyncResult" />\r
9032         <method name="GetResponse" argnames="" returntype="System.Net.WebResponse" />\r
9033         <method name="GetRequestStream" argnames="" returntype="System.IO.Stream" />\r
9034         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
9035         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9036         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9037         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9038         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9039         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9040         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9041         <method name="AddRange(System.Int32, System.Int32)" argnames="from, to" returntype="System.Void" />\r
9042         <method name="AddRange(System.Int32)" argnames="range" returntype="System.Void" />\r
9043         <method name="AddRange(System.String, System.Int32, System.Int32)" argnames="rangeSpecifier, from, to" returntype="System.Void" />\r
9044         <method name="AddRange(System.String, System.Int32)" argnames="rangeSpecifier, range" returntype="System.Void" />\r
9045         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9046         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9047     </class>\r
9048     <class name="HttpVersion" namespace="System.Net">\r
9049         <constructor name="HttpVersion" argnames="" />\r
9050         <field name="Version10" />\r
9051         <field name="Version11" />\r
9052         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9053         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9054         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9055         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9056         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9057         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9058     </class>\r
9059     <class name="HttpWebResponse" namespace="System.Net">\r
9060         <constructor name="HttpWebResponse(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
9061         <property name="ResponseStream" propertytype="System.Net.ConnectStream" />\r
9062         <property name="Cookies" propertytype="System.Net.CookieCollection" />\r
9063         <property name="Headers" propertytype="System.Net.WebHeaderCollection" />\r
9064         <property name="ContentLength" propertytype="System.Int64" />\r
9065         <property name="ContentEncoding" propertytype="System.String" />\r
9066         <property name="ContentType" propertytype="System.String" />\r
9067         <property name="CharacterSet" propertytype="System.String" />\r
9068         <property name="Server" propertytype="System.String" />\r
9069         <property name="LastModified" propertytype="System.DateTime" />\r
9070         <property name="StatusCode" propertytype="System.Net.HttpStatusCode" />\r
9071         <property name="StatusDescription" propertytype="System.String" />\r
9072         <property name="ProtocolVersion" propertytype="System.Version" />\r
9073         <property name="KeepAlive" propertytype="System.Boolean" />\r
9074         <property name="ResponseUri" propertytype="System.Uri" />\r
9075         <property name="Method" propertytype="System.String" />\r
9076         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
9077         <method name="GetResponseStream" argnames="" returntype="System.IO.Stream" />\r
9078         <method name="Close" argnames="" returntype="System.Void" />\r
9079         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
9080         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9081         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9082         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9083         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9084         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9085         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9086         <method name="GetResponseHeader(System.String)" argnames="headerName" returntype="System.String" />\r
9087         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9088         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9089     </class>\r
9090     <class name="IPAddress" namespace="System.Net">\r
9091         <constructor name="IPAddress(System.Int64)" argnames="newAddress" />\r
9092         <field name="Any" />\r
9093         <field name="Loopback" />\r
9094         <field name="Broadcast" />\r
9095         <field name="None" />\r
9096         <property name="Address" propertytype="System.Int64" />\r
9097         <property name="AddressFamily" propertytype="System.Net.Sockets.AddressFamily" />\r
9098         <property name="IsBroadcast" propertytype="System.Boolean" />\r
9099         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9100         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9101         <method name="Equals(System.Object)" argnames="comparand" returntype="System.Boolean" />\r
9102         <method name="ToString" argnames="" returntype="System.String" />\r
9103         <method name="Parse(System.String)" argnames="ipString" returntype="System.Net.IPAddress" />\r
9104         <method name="HostToNetworkOrder(System.Int64)" argnames="host" returntype="System.Int64" />\r
9105         <method name="HostToNetworkOrder(System.Int32)" argnames="host" returntype="System.Int32" />\r
9106         <method name="HostToNetworkOrder(System.Int16)" argnames="host" returntype="System.Int16" />\r
9107         <method name="NetworkToHostOrder(System.Int64)" argnames="network" returntype="System.Int64" />\r
9108         <method name="NetworkToHostOrder(System.Int32)" argnames="network" returntype="System.Int32" />\r
9109         <method name="NetworkToHostOrder(System.Int16)" argnames="network" returntype="System.Int16" />\r
9110         <method name="IsLoopback(System.Net.IPAddress)" argnames="address" returntype="System.Boolean" />\r
9111         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9112         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9113     </class>\r
9114     <class name="IPEndPoint" namespace="System.Net">\r
9115         <constructor name="IPEndPoint(System.Int64, System.Int32)" argnames="address, port" />\r
9116         <constructor name="IPEndPoint(System.Net.IPAddress, System.Int32)" argnames="address, port" />\r
9117         <field name="MinPort" />\r
9118         <field name="MaxPort" />\r
9119         <property name="AddressFamily" propertytype="System.Net.Sockets.AddressFamily" />\r
9120         <property name="Address" propertytype="System.Net.IPAddress" />\r
9121         <property name="Port" propertytype="System.Int32" />\r
9122         <method name="Create(System.Net.SocketAddress)" argnames="socketAddress" returntype="System.Net.EndPoint" />\r
9123         <method name="Serialize" argnames="" returntype="System.Net.SocketAddress" />\r
9124         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9125         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9126         <method name="Equals(System.Object)" argnames="comparand" returntype="System.Boolean" />\r
9127         <method name="ToString" argnames="" returntype="System.String" />\r
9128         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9129         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9130     </class>\r
9131     <class name="IPHostEntry" namespace="System.Net">\r
9132         <constructor name="IPHostEntry" argnames="" />\r
9133         <property name="HostName" propertytype="System.String" />\r
9134         <property name="Aliases" propertytype="System.String[]" />\r
9135         <property name="AddressList" propertytype="System.Net.IPAddress[]" />\r
9136         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9137         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9138         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9139         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9140         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9141         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9142     </class>\r
9143     <class name="ProtocolViolationException" namespace="System.Net">\r
9144         <constructor name="ProtocolViolationException" argnames="" />\r
9145         <constructor name="ProtocolViolationException(System.String)" argnames="message" />\r
9146         <constructor name="ProtocolViolationException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
9147         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
9148         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
9149         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
9150         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
9151         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
9152         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
9153         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
9154         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
9155         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
9156         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9157         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9158         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9159         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
9160         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9161         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9162     </class>\r
9163     <class name="ServicePoint" namespace="System.Net">\r
9164         <property name="Hostname" propertytype="System.String" />\r
9165         <property name="Address" propertytype="System.Uri" />\r
9166         <property name="MaxIdleTime" propertytype="System.Int32" />\r
9167         <property name="IdleSince" propertytype="System.DateTime" />\r
9168         <property name="ExpiresAt" propertytype="System.DateTime" />\r
9169         <property name="ProtocolVersion" propertytype="System.Version" />\r
9170         <property name="ConnectionName" propertytype="System.String" />\r
9171         <property name="ConnectionMode" propertytype="System.Net.ConnectionModes" />\r
9172         <property name="ConnectionLimit" propertytype="System.Int32" />\r
9173         <property name="CurrentConnections" propertytype="System.Int32" />\r
9174         <property name="Certificate" propertytype="System.Security.Cryptography.X509Certificates.X509Certificate" />\r
9175         <property name="ClientCertificate" propertytype="System.Security.Cryptography.X509Certificates.X509Certificate" />\r
9176         <property name="SupportsPipelining" propertytype="System.Boolean" />\r
9177         <property name="Understands100Continue" propertytype="System.Boolean" />\r
9178         <property name="InternalVersion" propertytype="System.Version" />\r
9179         <property name="InternalProxyServicePoint" propertytype="System.Boolean" />\r
9180         <property name="InternalConnectionLimit" propertytype="System.Int32" />\r
9181         <property name="InternalClientCertificate" propertytype="System.Security.Cryptography.X509Certificates.X509Certificate" />\r
9182         <property name="UserDefinedLimit" propertytype="System.Boolean" />\r
9183         <property name="InternalSupportsPipelining" propertytype="System.Boolean" />\r
9184         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9185         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9186         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9187         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9188         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9189         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9190     </class>\r
9191     <class name="ServicePointManager" namespace="System.Net">\r
9192         <field name="DefaultNonPersistentConnectionLimit" />\r
9193         <field name="DefaultPersistentConnectionLimit" />\r
9194         <property name="InternalConnectionLimit" propertytype="System.Int32" />\r
9195         <property name="ConfigTable" propertytype="System.Collections.Hashtable" />\r
9196         <property name="MaxServicePoints" propertytype="System.Int32" />\r
9197         <property name="DefaultConnectionLimit" propertytype="System.Int32" />\r
9198         <property name="MaxServicePointIdleTime" propertytype="System.Int32" />\r
9199         <property name="CertificatePolicy" propertytype="System.Net.ICertificatePolicy" />\r
9200         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9201         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9202         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9203         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9204         <method name="FindServicePoint(System.Uri)" argnames="address" returntype="System.Net.ServicePoint" />\r
9205         <method name="FindServicePoint(System.String, System.Net.IWebProxy)" argnames="uriString, proxy" returntype="System.Net.ServicePoint" />\r
9206         <method name="FindServicePoint(System.Uri, System.Net.IWebProxy)" argnames="address, proxy" returntype="System.Net.ServicePoint" />\r
9207         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9208         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9209     </class>\r
9210     <class name="SocketAddress" namespace="System.Net">\r
9211         <constructor name="SocketAddress(System.Net.Sockets.AddressFamily)" argnames="family" />\r
9212         <constructor name="SocketAddress(System.Net.Sockets.AddressFamily, System.Int32)" argnames="family, size" />\r
9213         <property name="Family" propertytype="System.Net.Sockets.AddressFamily" />\r
9214         <property name="Size" propertytype="System.Int32" />\r
9215         <property name="Item" propertytype="System.Byte" />\r
9216         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9217         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9218         <method name="Equals(System.Object)" argnames="comparand" returntype="System.Boolean" />\r
9219         <method name="ToString" argnames="" returntype="System.String" />\r
9220         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9221         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9222     </class>\r
9223     <class name="WebClient" namespace="System.Net">\r
9224         <constructor name="WebClient" argnames="" />\r
9225         <property name="BaseAddress" propertytype="System.String" />\r
9226         <property name="Credentials" propertytype="System.Net.ICredentials" />\r
9227         <property name="Headers" propertytype="System.Net.WebHeaderCollection" />\r
9228         <property name="QueryString" propertytype="System.Collections.Specialized.NameValueCollection" />\r
9229         <property name="ResponseHeaders" propertytype="System.Net.WebHeaderCollection" />\r
9230         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
9231         <property name="Site" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.ISite" />\r
9232         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
9233         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
9234         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
9235         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
9236         <method name="Dispose(System.Boolean)" argnames="disposing" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
9237         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
9238         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9239         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9240         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
9241         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9242         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9243         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
9244         <method name="DownloadData(System.String)" argnames="address" returntype="System.Byte[]" />\r
9245         <method name="DownloadFile(System.String, System.String)" argnames="address, fileName" returntype="System.Void" />\r
9246         <method name="OpenRead(System.String)" argnames="address" returntype="System.IO.Stream" />\r
9247         <method name="OpenWrite(System.String)" argnames="address" returntype="System.IO.Stream" />\r
9248         <method name="OpenWrite(System.String, System.String)" argnames="address, method" returntype="System.IO.Stream" />\r
9249         <method name="UploadData(System.String, System.Byte[])" argnames="address, data" returntype="System.Byte[]" />\r
9250         <method name="UploadData(System.String, System.String, System.Byte[])" argnames="address, method, data" returntype="System.Byte[]" />\r
9251         <method name="UploadFile(System.String, System.String)" argnames="address, fileName" returntype="System.Byte[]" />\r
9252         <method name="UploadFile(System.String, System.String, System.String)" argnames="address, method, fileName" returntype="System.Byte[]" />\r
9253         <method name="UploadValues(System.String, System.Collections.Specialized.NameValueCollection)" argnames="address, data" returntype="System.Byte[]" />\r
9254         <method name="UploadValues(System.String, System.String, System.Collections.Specialized.NameValueCollection)" argnames="address, method, data" returntype="System.Byte[]" />\r
9255         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9256         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9257         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
9258     </class>\r
9259     <class name="WebException" namespace="System.Net">\r
9260         <constructor name="WebException" argnames="" />\r
9261         <constructor name="WebException(System.String)" argnames="message" />\r
9262         <constructor name="WebException(System.String, System.Exception)" argnames="message, innerException" />\r
9263         <constructor name="WebException(System.String, System.Net.WebExceptionStatus)" argnames="message, status" />\r
9264         <constructor name="WebException(System.String, System.Exception, System.Net.WebExceptionStatus, System.Net.WebResponse)" argnames="message, innerException, status, response" />\r
9265         <constructor name="WebException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
9266         <property name="Status" propertytype="System.Net.WebExceptionStatus" />\r
9267         <property name="Response" propertytype="System.Net.WebResponse" />\r
9268         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
9269         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
9270         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
9271         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
9272         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
9273         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
9274         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
9275         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
9276         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
9277         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9278         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9279         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9280         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
9281         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9282         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9283     </class>\r
9284     <class name="WebHeaderCollection" namespace="System.Net">\r
9285         <constructor name="WebHeaderCollection" argnames="" />\r
9286         <constructor name="WebHeaderCollection(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
9287         <property name="Item" inherited="System.Collections.Specialized.NameValueCollection" propertytype="System.String" />\r
9288         <property name="Item" inherited="System.Collections.Specialized.NameValueCollection" propertytype="System.String" />\r
9289         <property name="AllKeys" inherited="System.Collections.Specialized.NameValueCollection" propertytype="System.String[]" />\r
9290         <property name="IsReadOnly" inherited="System.Collections.Specialized.NameObjectCollectionBase" propertytype="System.Boolean" />\r
9291         <property name="Count" inherited="System.Collections.Specialized.NameObjectCollectionBase" propertytype="System.Int32" />\r
9292         <property name="Keys" inherited="System.Collections.Specialized.NameObjectCollectionBase" propertytype="System.Collections.Specialized.NameObjectCollectionBase+KeysCollection" />\r
9293         <method name="GetKey(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.String" />\r
9294         <method name="GetValues(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.String[]" />\r
9295         <method name="Get(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.String" />\r
9296         <method name="Remove(System.String)" argnames="name" returntype="System.Void" />\r
9297         <method name="Set(System.String, System.String)" argnames="name, value" returntype="System.Void" />\r
9298         <method name="GetValues(System.String)" argnames="header" returntype="System.String[]" />\r
9299         <method name="Get(System.String)" argnames="name" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.String" />\r
9300         <method name="Add(System.String, System.String)" argnames="name, value" returntype="System.Void" />\r
9301         <method name="OnDeserialization(System.Object)" argnames="sender" returntype="System.Void" />\r
9302         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
9303         <method name="GetEnumerator" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Collections.IEnumerator" />\r
9304         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9305         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9306         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9307         <method name="ToString" argnames="" returntype="System.String" />\r
9308         <method name="AddWithoutValidate(System.String, System.String)" argnames="headerName, headerValue" returntype="System.Void" />\r
9309         <method name="Add(System.String)" argnames="header" returntype="System.Void" />\r
9310         <method name="ToByteArray" argnames="" returntype="System.Byte[]" />\r
9311         <method name="IsRestricted(System.String)" argnames="headerName" returntype="System.Boolean" />\r
9312         <method name="InvalidateCachedArrays" argnames="" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.Void" />\r
9313         <method name="Add(System.Collections.Specialized.NameValueCollection)" argnames="c" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.Void" />\r
9314         <method name="Clear" argnames="" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.Void" />\r
9315         <method name="CopyTo(System.Array, System.Int32)" argnames="dest, index" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.Void" />\r
9316         <method name="HasKeys" argnames="" inherited="System.Collections.Specialized.NameValueCollection" returntype="System.Boolean" />\r
9317         <method name="BaseHasKeys" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Boolean" />\r
9318         <method name="BaseAdd(System.String, System.Object)" argnames="name, value" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
9319         <method name="BaseRemove(System.String)" argnames="name" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
9320         <method name="BaseRemoveAt(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
9321         <method name="BaseClear" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
9322         <method name="BaseGet(System.String)" argnames="name" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object" />\r
9323         <method name="BaseSet(System.String, System.Object)" argnames="name, value" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
9324         <method name="BaseGet(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object" />\r
9325         <method name="BaseGetKey(System.Int32)" argnames="index" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.String" />\r
9326         <method name="BaseSet(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Void" />\r
9327         <method name="BaseGetAllKeys" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.String[]" />\r
9328         <method name="BaseGetAllValues" argnames="" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object[]" />\r
9329         <method name="BaseGetAllValues(System.Type)" argnames="type" inherited="System.Collections.Specialized.NameObjectCollectionBase" returntype="System.Object[]" />\r
9330         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9331         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9332     </class>\r
9333     <class name="WebProxy" namespace="System.Net">\r
9334         <constructor name="WebProxy" argnames="" />\r
9335         <constructor name="WebProxy(System.Uri)" argnames="Address" />\r
9336         <constructor name="WebProxy(System.Uri, System.Boolean)" argnames="Address, BypassOnLocal" />\r
9337         <constructor name="WebProxy(System.Uri, System.Boolean, System.String[])" argnames="Address, BypassOnLocal, BypassList" />\r
9338         <constructor name="WebProxy(System.Uri, System.Boolean, System.String[], System.Net.ICredentials)" argnames="Address, BypassOnLocal, BypassList, Credentials" />\r
9339         <constructor name="WebProxy(System.String, System.Int32)" argnames="Host, Port" />\r
9340         <constructor name="WebProxy(System.String)" argnames="Address" />\r
9341         <constructor name="WebProxy(System.String, System.Boolean)" argnames="Address, BypassOnLocal" />\r
9342         <constructor name="WebProxy(System.String, System.Boolean, System.String[])" argnames="Address, BypassOnLocal, BypassList" />\r
9343         <constructor name="WebProxy(System.String, System.Boolean, System.String[], System.Net.ICredentials)" argnames="Address, BypassOnLocal, BypassList, Credentials" />\r
9344         <constructor name="WebProxy(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
9345         <property name="Address" propertytype="System.Uri" />\r
9346         <property name="BypassProxyOnLocal" propertytype="System.Boolean" />\r
9347         <property name="BypassList" propertytype="System.String[]" />\r
9348         <property name="Credentials" propertytype="System.Net.ICredentials" />\r
9349         <property name="BypassArrayList" propertytype="System.Collections.ArrayList" />\r
9350         <property name="LocalHostAddresses" propertytype="System.Collections.Hashtable" />\r
9351         <method name="IsBypassed(System.Uri)" argnames="host" returntype="System.Boolean" />\r
9352         <method name="GetProxy(System.Uri)" argnames="destination" returntype="System.Uri" />\r
9353         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9354         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9355         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9356         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9357         <method name="GetDefaultProxy" argnames="" returntype="System.Net.WebProxy" />\r
9358         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9359         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9360     </class>\r
9361     <class name="DnsPermissionAttribute" namespace="System.Net">\r
9362         <constructor name="DnsPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
9363         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
9364         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
9365         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
9366         <method name="CreatePermission" argnames="" returntype="System.Security.IPermission" />\r
9367         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
9368         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
9369         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9370         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
9371         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
9372         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9373         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9374         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9375     </class>\r
9376     <class name="DnsPermission" namespace="System.Net">\r
9377         <constructor name="DnsPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
9378         <method name="IsUnrestricted" argnames="" returntype="System.Boolean" />\r
9379         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9380         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9381         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9382         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" returntype="System.Void" />\r
9383         <method name="ToXml" argnames="" returntype="System.Security.SecurityElement" />\r
9384         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9385         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" returntype="System.Boolean" />\r
9386         <method name="Union(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
9387         <method name="Intersect(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
9388         <method name="Copy" argnames="" returntype="System.Security.IPermission" />\r
9389         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9390         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9391         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9392         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
9393         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9394         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9395     </class>\r
9396     <class name="SocketPermissionAttribute" namespace="System.Net">\r
9397         <constructor name="SocketPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
9398         <property name="Access" propertytype="System.String" />\r
9399         <property name="Host" propertytype="System.String" />\r
9400         <property name="Transport" propertytype="System.String" />\r
9401         <property name="Port" propertytype="System.String" />\r
9402         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
9403         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
9404         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
9405         <method name="CreatePermission" argnames="" returntype="System.Security.IPermission" />\r
9406         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
9407         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
9408         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9409         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
9410         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
9411         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9412         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9413         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9414     </class>\r
9415     <class name="SocketPermission" namespace="System.Net">\r
9416         <constructor name="SocketPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
9417         <constructor name="SocketPermission(System.Net.NetworkAccess, System.Net.TransportType, System.String, System.Int32)" argnames="access, transport, hostName, portNumber" />\r
9418         <field name="AllPorts" />\r
9419         <property name="ConnectList" propertytype="System.Collections.IEnumerator" />\r
9420         <property name="AcceptList" propertytype="System.Collections.IEnumerator" />\r
9421         <method name="IsUnrestricted" argnames="" returntype="System.Boolean" />\r
9422         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9423         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9424         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9425         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" returntype="System.Void" />\r
9426         <method name="ToXml" argnames="" returntype="System.Security.SecurityElement" />\r
9427         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9428         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" returntype="System.Boolean" />\r
9429         <method name="Union(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
9430         <method name="Intersect(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
9431         <method name="Copy" argnames="" returntype="System.Security.IPermission" />\r
9432         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9433         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9434         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9435         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
9436         <method name="AddPermission(System.Net.NetworkAccess, System.Net.TransportType, System.String, System.Int32)" argnames="access, transport, hostName, portNumber" returntype="System.Void" />\r
9437         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9438         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9439     </class>\r
9440     <class name="EndpointPermission" namespace="System.Net">\r
9441         <property name="Hostname" propertytype="System.String" />\r
9442         <property name="Transport" propertytype="System.Net.TransportType" />\r
9443         <property name="Port" propertytype="System.Int32" />\r
9444         <property name="IsDns" propertytype="System.Boolean" />\r
9445         <property name="IsValidWildcard" propertytype="System.Boolean" />\r
9446         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9447         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9448         <method name="Equals(System.Object)" argnames="obj" returntype="System.Boolean" />\r
9449         <method name="ToString" argnames="" returntype="System.String" />\r
9450         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9451         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9452     </class>\r
9453     <class name="WebPermissionAttribute" namespace="System.Net">\r
9454         <constructor name="WebPermissionAttribute(System.Security.Permissions.SecurityAction)" argnames="action" />\r
9455         <property name="Connect" propertytype="System.String" />\r
9456         <property name="Accept" propertytype="System.String" />\r
9457         <property name="ConnectPattern" propertytype="System.String" />\r
9458         <property name="AcceptPattern" propertytype="System.String" />\r
9459         <property name="Action" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Security.Permissions.SecurityAction" />\r
9460         <property name="Unrestricted" inherited="System.Security.Permissions.SecurityAttribute" propertytype="System.Boolean" />\r
9461         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
9462         <method name="CreatePermission" argnames="" returntype="System.Security.IPermission" />\r
9463         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
9464         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
9465         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9466         <method name="GetHashCode" argnames="" inherited="System.Attribute" returntype="System.Int32" />\r
9467         <method name="Equals(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
9468         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9469         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9470         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9471     </class>\r
9472     <class name="WebPermission" namespace="System.Net">\r
9473         <constructor name="WebPermission(System.Security.Permissions.PermissionState)" argnames="state" />\r
9474         <constructor name="WebPermission" argnames="" />\r
9475         <constructor name="WebPermission(System.Net.NetworkAccess, System.Text.RegularExpressions.Regex)" argnames="access, uriRegex" />\r
9476         <constructor name="WebPermission(System.Net.NetworkAccess, System.String)" argnames="access, uriString" />\r
9477         <property name="ConnectList" propertytype="System.Collections.IEnumerator" />\r
9478         <property name="AcceptList" propertytype="System.Collections.IEnumerator" />\r
9479         <method name="IsUnrestricted" argnames="" returntype="System.Boolean" />\r
9480         <method name="PermitOnly" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9481         <method name="Deny" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9482         <method name="Assert" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9483         <method name="FromXml(System.Security.SecurityElement)" argnames="securityElement" returntype="System.Void" />\r
9484         <method name="ToXml" argnames="" returntype="System.Security.SecurityElement" />\r
9485         <method name="Demand" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.Void" />\r
9486         <method name="IsSubsetOf(System.Security.IPermission)" argnames="target" returntype="System.Boolean" />\r
9487         <method name="Union(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
9488         <method name="Intersect(System.Security.IPermission)" argnames="target" returntype="System.Security.IPermission" />\r
9489         <method name="Copy" argnames="" returntype="System.Security.IPermission" />\r
9490         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9491         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9492         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9493         <method name="ToString" argnames="" inherited="System.Security.CodeAccessPermission" returntype="System.String" />\r
9494         <method name="AddPermission(System.Net.NetworkAccess, System.String)" argnames="access, uriString" returntype="System.Void" />\r
9495         <method name="AddPermission(System.Net.NetworkAccess, System.Text.RegularExpressions.Regex)" argnames="access, uriRegex" returntype="System.Void" />\r
9496         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9497         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9498     </class>\r
9499     <class name="AuthenticationManager" namespace="System.Net">\r
9500         <property name="ModuleList" propertytype="System.Collections.ArrayList" />\r
9501         <property name="RegisteredModules" propertytype="System.Collections.IEnumerator" />\r
9502         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9503         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9504         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9505         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9506         <method name="Authenticate(System.String, System.Net.WebRequest, System.Net.ICredentials)" argnames="challenge, request, credentials" returntype="System.Net.Authorization" />\r
9507         <method name="PreAuthenticate(System.Net.WebRequest, System.Net.ICredentials)" argnames="request, credentials" returntype="System.Net.Authorization" />\r
9508         <method name="Register(System.Net.IAuthenticationModule)" argnames="authenticationModule" returntype="System.Void" />\r
9509         <method name="Unregister(System.Net.IAuthenticationModule)" argnames="authenticationModule" returntype="System.Void" />\r
9510         <method name="Unregister(System.String)" argnames="authenticationScheme" returntype="System.Void" />\r
9511         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9512         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9513     </class>\r
9514     <class name="GlobalProxySelection" namespace="System.Net">\r
9515         <constructor name="GlobalProxySelection" argnames="" />\r
9516         <property name="Select" propertytype="System.Net.IWebProxy" />\r
9517         <property name="SelectInternal" propertytype="System.Net.IWebProxy" />\r
9518         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9519         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9520         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9521         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9522         <method name="GetEmptyWebProxy" argnames="" returntype="System.Net.IWebProxy" />\r
9523         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9524         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9525     </class>\r
9526     <interface name="IAuthenticationModule" namespace="System.Net">\r
9527         <property name="CanPreAuthenticate" propertytype="System.Boolean" />\r
9528         <property name="AuthenticationType" propertytype="System.String" />\r
9529         <method name="PreAuthenticate(System.Net.WebRequest, System.Net.ICredentials)" argnames="request, credentials" returntype="System.Net.Authorization" />\r
9530         <method name="Authenticate(System.String, System.Net.WebRequest, System.Net.ICredentials)" argnames="challenge, request, credentials" returntype="System.Net.Authorization" />\r
9531     </interface>\r
9532     <interface name="IWebProxy" namespace="System.Net">\r
9533         <property name="Credentials" propertytype="System.Net.ICredentials" />\r
9534         <method name="IsBypassed(System.Uri)" argnames="host" returntype="System.Boolean" />\r
9535         <method name="GetProxy(System.Uri)" argnames="destination" returntype="System.Uri" />\r
9536     </interface>\r
9537     <interface name="ICredentials" namespace="System.Net">\r
9538         <method name="GetCredential(System.Uri, System.String)" argnames="uri, authType" returntype="System.Net.NetworkCredential" />\r
9539     </interface>\r
9540     <interface name="IWebRequestCreate" namespace="System.Net">\r
9541         <method name="Create(System.Uri)" argnames="uri" returntype="System.Net.WebRequest" />\r
9542     </interface>\r
9543     <interface name="ICertificatePolicy" namespace="System.Net">\r
9544         <method name="CheckValidationResult(System.Net.ServicePoint, System.Security.Cryptography.X509Certificates.X509Certificate, System.Net.WebRequest, System.Int32)" argnames="srvPoint, certificate, request, certificateProblem" returntype="System.Boolean" />\r
9545     </interface>\r
9546     <delegate name="HttpContinueDelegate" namespace="System.Net">\r
9547         <constructor name="HttpContinueDelegate(System.Object, System.IntPtr)" argnames="object, method" />\r
9548         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
9549         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
9550         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
9551         <method name="BeginInvoke(System.Int32, System.Net.WebHeaderCollection, System.AsyncCallback, System.Object)" argnames="StatusCode, httpHeaders, callback, object" returntype="System.IAsyncResult" />\r
9552         <method name="Invoke(System.Int32, System.Net.WebHeaderCollection)" argnames="StatusCode, httpHeaders" returntype="System.Void" />\r
9553         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
9554         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
9555         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
9556         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
9557         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
9558         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
9559         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
9560         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9561         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
9562         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
9563         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9564         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
9565         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9566         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9567     </delegate>\r
9568     <enum name="HttpStatusCode" namespace="System.Net">\r
9569         <field name="Continue" />\r
9570         <field name="SwitchingProtocols" />\r
9571         <field name="OK" />\r
9572         <field name="Created" />\r
9573         <field name="Accepted" />\r
9574         <field name="NonAuthoritativeInformation" />\r
9575         <field name="NoContent" />\r
9576         <field name="ResetContent" />\r
9577         <field name="PartialContent" />\r
9578         <field name="MultipleChoices" />\r
9579         <field name="Ambiguous" />\r
9580         <field name="MovedPermanently" />\r
9581         <field name="Moved" />\r
9582         <field name="Found" />\r
9583         <field name="Redirect" />\r
9584         <field name="SeeOther" />\r
9585         <field name="RedirectMethod" />\r
9586         <field name="NotModified" />\r
9587         <field name="UseProxy" />\r
9588         <field name="Unused" />\r
9589         <field name="TemporaryRedirect" />\r
9590         <field name="RedirectKeepVerb" />\r
9591         <field name="BadRequest" />\r
9592         <field name="Unauthorized" />\r
9593         <field name="PaymentRequired" />\r
9594         <field name="Forbidden" />\r
9595         <field name="NotFound" />\r
9596         <field name="MethodNotAllowed" />\r
9597         <field name="NotAcceptable" />\r
9598         <field name="ProxyAuthenticationRequired" />\r
9599         <field name="RequestTimeout" />\r
9600         <field name="Conflict" />\r
9601         <field name="Gone" />\r
9602         <field name="LengthRequired" />\r
9603         <field name="PreconditionFailed" />\r
9604         <field name="RequestEntityTooLarge" />\r
9605         <field name="RequestUriTooLong" />\r
9606         <field name="UnsupportedMediaType" />\r
9607         <field name="RequestedRangeNotSatisfiable" />\r
9608         <field name="ExpectationFailed" />\r
9609         <field name="InternalServerError" />\r
9610         <field name="NotImplemented" />\r
9611         <field name="BadGateway" />\r
9612         <field name="ServiceUnavailable" />\r
9613         <field name="GatewayTimeout" />\r
9614         <field name="HttpVersionNotSupported" />\r
9615         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
9616         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
9617         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
9618         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
9619         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9620         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
9621         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
9622         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
9623         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
9624         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9625         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9626     </enum>\r
9627     <enum name="Flags" namespace="System.Net">\r
9628         <field name="NoSystemMapper" />\r
9629         <field name="NoNameCheck" />\r
9630         <field name="ValidateManual" />\r
9631         <field name="NoDefaultCred" />\r
9632         <field name="ValidateAuto" />\r
9633         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
9634         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
9635         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
9636         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
9637         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9638         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
9639         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
9640         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
9641         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
9642         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9643         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9644     </enum>\r
9645     <enum name="Protocols" namespace="System.Net">\r
9646         <field name="SP_PROT_SSL2_CLIENT" />\r
9647         <field name="SP_PROT_SSL3_CLIENT" />\r
9648         <field name="SP_PROT_TLS1_CLIENT" />\r
9649         <field name="SP_PROT_SSL3TLS1_CLIENTS" />\r
9650         <field name="SP_PROT_UNI_CLIENT" />\r
9651         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
9652         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
9653         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
9654         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
9655         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9656         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
9657         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
9658         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
9659         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
9660         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9661         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9662     </enum>\r
9663     <enum name="NetworkAccess" namespace="System.Net">\r
9664         <field name="Accept" />\r
9665         <field name="Connect" />\r
9666         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
9667         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
9668         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
9669         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
9670         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9671         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
9672         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
9673         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
9674         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
9675         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9676         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9677     </enum>\r
9678     <enum name="TransportType" namespace="System.Net">\r
9679         <field name="Udp" />\r
9680         <field name="Connectionless" />\r
9681         <field name="Tcp" />\r
9682         <field name="ConnectionOriented" />\r
9683         <field name="All" />\r
9684         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
9685         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
9686         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
9687         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
9688         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9689         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
9690         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
9691         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
9692         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
9693         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9694         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9695     </enum>\r
9696     <enum name="WebExceptionStatus" namespace="System.Net">\r
9697         <field name="Success" />\r
9698         <field name="NameResolutionFailure" />\r
9699         <field name="ConnectFailure" />\r
9700         <field name="ReceiveFailure" />\r
9701         <field name="SendFailure" />\r
9702         <field name="PipelineFailure" />\r
9703         <field name="RequestCanceled" />\r
9704         <field name="ProtocolError" />\r
9705         <field name="ConnectionClosed" />\r
9706         <field name="TrustFailure" />\r
9707         <field name="SecureChannelFailure" />\r
9708         <field name="ServerProtocolViolation" />\r
9709         <field name="KeepAliveFailure" />\r
9710         <field name="Pending" />\r
9711         <field name="Timeout" />\r
9712         <field name="ProxyNameResolutionFailure" />\r
9713         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
9714         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
9715         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
9716         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
9717         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9718         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
9719         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
9720         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
9721         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
9722         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9723         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9724     </enum>\r
9725     <class name="NetworkStream" namespace="System.Net.Sockets">\r
9726         <constructor name="NetworkStream(System.Net.Sockets.Socket)" argnames="socket" />\r
9727         <constructor name="NetworkStream(System.Net.Sockets.Socket, System.Boolean)" argnames="socket, ownsSocket" />\r
9728         <constructor name="NetworkStream(System.Net.Sockets.Socket, System.IO.FileAccess)" argnames="socket, access" />\r
9729         <constructor name="NetworkStream(System.Net.Sockets.Socket, System.IO.FileAccess, System.Boolean)" argnames="socket, access, ownsSocket" />\r
9730         <property name="Socket" propertytype="System.Net.Sockets.Socket" />\r
9731         <property name="StreamSocket" propertytype="System.Net.Sockets.Socket" />\r
9732         <property name="Readable" propertytype="System.Boolean" />\r
9733         <property name="Writeable" propertytype="System.Boolean" />\r
9734         <property name="CanRead" propertytype="System.Boolean" />\r
9735         <property name="CanSeek" propertytype="System.Boolean" />\r
9736         <property name="CanWrite" propertytype="System.Boolean" />\r
9737         <property name="DataAvailable" propertytype="System.Boolean" />\r
9738         <property name="Length" propertytype="System.Int64" />\r
9739         <property name="Position" propertytype="System.Int64" />\r
9740         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
9741         <method name="WriteByte(System.Byte)" argnames="value" inherited="System.IO.Stream" returntype="System.Void" />\r
9742         <method name="Write(System.Byte[], System.Int32, System.Int32)" argnames="buffer, offset, size" returntype="System.Void" />\r
9743         <method name="ReadByte" argnames="" inherited="System.IO.Stream" returntype="System.Int32" />\r
9744         <method name="Read(System.Byte[], System.Int32, System.Int32)" argnames="buffer, offset, size" returntype="System.Int32" />\r
9745         <method name="SetLength(System.Int64)" argnames="value" returntype="System.Void" />\r
9746         <method name="Seek(System.Int64, System.IO.SeekOrigin)" argnames="offset, origin" returntype="System.Int64" />\r
9747         <method name="EndWrite(System.IAsyncResult)" argnames="asyncResult" returntype="System.Void" />\r
9748         <method name="BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)" argnames="buffer, offset, size, callback, state" returntype="System.IAsyncResult" />\r
9749         <method name="EndRead(System.IAsyncResult)" argnames="asyncResult" returntype="System.Int32" />\r
9750         <method name="BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)" argnames="buffer, offset, size, callback, state" returntype="System.IAsyncResult" />\r
9751         <method name="CreateWaitHandle" argnames="" inherited="System.IO.Stream" returntype="System.Threading.WaitHandle" />\r
9752         <method name="Flush" argnames="" returntype="System.Void" />\r
9753         <method name="Close" argnames="" returntype="System.Void" />\r
9754         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
9755         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9756         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
9757         <method name="Finalize" argnames="" returntype="System.Void" />\r
9758         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9759         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9760         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9761         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9762         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9763     </class>\r
9764     <class name="SocketException" namespace="System.Net.Sockets">\r
9765         <constructor name="SocketException" argnames="" />\r
9766         <constructor name="SocketException(System.Int32)" argnames="errorCode" />\r
9767         <constructor name="SocketException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="serializationInfo, streamingContext" />\r
9768         <property name="ErrorCode" propertytype="System.Int32" />\r
9769         <property name="NativeErrorCode" inherited="System.ComponentModel.Win32Exception" propertytype="System.Int32" />\r
9770         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
9771         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
9772         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
9773         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
9774         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
9775         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
9776         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
9777         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.ComponentModel.Win32Exception" returntype="System.Void" />\r
9778         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
9779         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9780         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9781         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9782         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
9783         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9784         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9785     </class>\r
9786     <class name="LingerOption" namespace="System.Net.Sockets">\r
9787         <constructor name="LingerOption(System.Boolean, System.Int32)" argnames="enable, seconds" />\r
9788         <property name="Enabled" propertytype="System.Boolean" />\r
9789         <property name="LingerTime" propertytype="System.Int32" />\r
9790         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9791         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9792         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9793         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9794         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9795         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9796     </class>\r
9797     <class name="MulticastOption" namespace="System.Net.Sockets">\r
9798         <constructor name="MulticastOption(System.Net.IPAddress, System.Net.IPAddress)" argnames="group, mcint" />\r
9799         <constructor name="MulticastOption(System.Net.IPAddress)" argnames="group" />\r
9800         <property name="Group" propertytype="System.Net.IPAddress" />\r
9801         <property name="LocalAddress" propertytype="System.Net.IPAddress" />\r
9802         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9803         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9804         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9805         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9806         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9807         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9808     </class>\r
9809     <class name="TcpClient" namespace="System.Net.Sockets">\r
9810         <constructor name="TcpClient(System.Net.IPEndPoint)" argnames="localEP" />\r
9811         <constructor name="TcpClient" argnames="" />\r
9812         <constructor name="TcpClient(System.String, System.Int32)" argnames="hostname, port" />\r
9813         <property name="Client" propertytype="System.Net.Sockets.Socket" />\r
9814         <property name="Active" propertytype="System.Boolean" />\r
9815         <property name="ReceiveBufferSize" propertytype="System.Int32" />\r
9816         <property name="SendBufferSize" propertytype="System.Int32" />\r
9817         <property name="ReceiveTimeout" propertytype="System.Int32" />\r
9818         <property name="SendTimeout" propertytype="System.Int32" />\r
9819         <property name="LingerState" propertytype="System.Net.Sockets.LingerOption" />\r
9820         <property name="NoDelay" propertytype="System.Boolean" />\r
9821         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
9822         <method name="Finalize" argnames="" returntype="System.Void" />\r
9823         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9824         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9825         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9826         <method name="Connect(System.String, System.Int32)" argnames="hostname, port" returntype="System.Void" />\r
9827         <method name="Connect(System.Net.IPAddress, System.Int32)" argnames="address, port" returntype="System.Void" />\r
9828         <method name="Connect(System.Net.IPEndPoint)" argnames="remoteEP" returntype="System.Void" />\r
9829         <method name="GetStream" argnames="" returntype="System.Net.Sockets.NetworkStream" />\r
9830         <method name="Close" argnames="" returntype="System.Void" />\r
9831         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9832         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9833     </class>\r
9834     <class name="TcpListener" namespace="System.Net.Sockets">\r
9835         <constructor name="TcpListener(System.Net.IPEndPoint)" argnames="localEP" />\r
9836         <constructor name="TcpListener(System.Net.IPAddress, System.Int32)" argnames="localaddr, port" />\r
9837         <constructor name="TcpListener(System.Int32)" argnames="port" />\r
9838         <property name="Server" propertytype="System.Net.Sockets.Socket" />\r
9839         <property name="Active" propertytype="System.Boolean" />\r
9840         <property name="LocalEndpoint" propertytype="System.Net.EndPoint" />\r
9841         <method name="Finalize" argnames="" returntype="System.Void" />\r
9842         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9843         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9844         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9845         <method name="Start" argnames="" returntype="System.Void" />\r
9846         <method name="Stop" argnames="" returntype="System.Void" />\r
9847         <method name="Pending" argnames="" returntype="System.Boolean" />\r
9848         <method name="AcceptSocket" argnames="" returntype="System.Net.Sockets.Socket" />\r
9849         <method name="AcceptTcpClient" argnames="" returntype="System.Net.Sockets.TcpClient" />\r
9850         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9851         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9852     </class>\r
9853     <class name="UdpClient" namespace="System.Net.Sockets">\r
9854         <constructor name="UdpClient" argnames="" />\r
9855         <constructor name="UdpClient(System.Int32)" argnames="port" />\r
9856         <constructor name="UdpClient(System.Net.IPEndPoint)" argnames="localEP" />\r
9857         <constructor name="UdpClient(System.String, System.Int32)" argnames="hostname, port" />\r
9858         <property name="Client" propertytype="System.Net.Sockets.Socket" />\r
9859         <property name="Active" propertytype="System.Boolean" />\r
9860         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9861         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
9862         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9863         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9864         <method name="Close" argnames="" returntype="System.Void" />\r
9865         <method name="Connect(System.String, System.Int32)" argnames="hostname, port" returntype="System.Void" />\r
9866         <method name="Connect(System.Net.IPAddress, System.Int32)" argnames="addr, port" returntype="System.Void" />\r
9867         <method name="Connect(System.Net.IPEndPoint)" argnames="endPoint" returntype="System.Void" />\r
9868         <method name="Send(System.Byte[], System.Int32, System.Net.IPEndPoint)" argnames="dgram, bytes, endPoint" returntype="System.Int32" />\r
9869         <method name="Send(System.Byte[], System.Int32, System.String, System.Int32)" argnames="dgram, bytes, hostname, port" returntype="System.Int32" />\r
9870         <method name="Send(System.Byte[], System.Int32)" argnames="dgram, bytes" returntype="System.Int32" />\r
9871         <method name="Receive(System.Net.IPEndPoint&amp;)" argnames="remoteEP" returntype="System.Byte[]" />\r
9872         <method name="JoinMulticastGroup(System.Net.IPAddress)" argnames="multicastAddr" returntype="System.Void" />\r
9873         <method name="JoinMulticastGroup(System.Net.IPAddress, System.Int32)" argnames="multicastAddr, timeToLive" returntype="System.Void" />\r
9874         <method name="DropMulticastGroup(System.Net.IPAddress)" argnames="multicastAddr" returntype="System.Void" />\r
9875         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9876         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9877     </class>\r
9878     <class name="Socket" namespace="System.Net.Sockets">\r
9879         <constructor name="Socket(System.Net.Sockets.AddressFamily, System.Net.Sockets.SocketType, System.Net.Sockets.ProtocolType)" argnames="addressFamily, socketType, protocolType" />\r
9880         <property name="Connected" propertytype="System.Boolean" />\r
9881         <property name="AddressFamily" propertytype="System.Net.Sockets.AddressFamily" />\r
9882         <property name="SocketType" propertytype="System.Net.Sockets.SocketType" />\r
9883         <property name="ProtocolType" propertytype="System.Net.Sockets.ProtocolType" />\r
9884         <property name="AcceptQueue" propertytype="System.Collections.ArrayList" />\r
9885         <property name="CleanedUp" propertytype="System.Boolean" />\r
9886         <property name="Available" propertytype="System.Int32" />\r
9887         <property name="LocalEndPoint" propertytype="System.Net.EndPoint" />\r
9888         <property name="RemoteEndPoint" propertytype="System.Net.EndPoint" />\r
9889         <property name="Handle" propertytype="System.IntPtr" />\r
9890         <property name="Blocking" propertytype="System.Boolean" />\r
9891         <property name="Transport" propertytype="System.Net.TransportType" />\r
9892         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
9893         <method name="Finalize" argnames="" returntype="System.Void" />\r
9894         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
9895         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
9896         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
9897         <method name="Bind(System.Net.EndPoint)" argnames="localEP" returntype="System.Void" />\r
9898         <method name="Connect(System.Net.EndPoint)" argnames="remoteEP" returntype="System.Void" />\r
9899         <method name="Close" argnames="" returntype="System.Void" />\r
9900         <method name="Shutdown(System.Net.Sockets.SocketShutdown)" argnames="how" returntype="System.Void" />\r
9901         <method name="Listen(System.Int32)" argnames="backlog" returntype="System.Void" />\r
9902         <method name="Accept" argnames="" returntype="System.Net.Sockets.Socket" />\r
9903         <method name="Send(System.Byte[], System.Int32, System.Net.Sockets.SocketFlags)" argnames="buffer, size, socketFlags" returntype="System.Int32" />\r
9904         <method name="Send(System.Byte[], System.Net.Sockets.SocketFlags)" argnames="buffer, socketFlags" returntype="System.Int32" />\r
9905         <method name="Send(System.Byte[])" argnames="buffer" returntype="System.Int32" />\r
9906         <method name="Send(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags)" argnames="buffer, offset, size, socketFlags" returntype="System.Int32" />\r
9907         <method name="SendTo(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags, System.Net.EndPoint)" argnames="buffer, offset, size, socketFlags, remoteEP" returntype="System.Int32" />\r
9908         <method name="SendTo(System.Byte[], System.Int32, System.Net.Sockets.SocketFlags, System.Net.EndPoint)" argnames="buffer, size, socketFlags, remoteEP" returntype="System.Int32" />\r
9909         <method name="SendTo(System.Byte[], System.Net.Sockets.SocketFlags, System.Net.EndPoint)" argnames="buffer, socketFlags, remoteEP" returntype="System.Int32" />\r
9910         <method name="SendTo(System.Byte[], System.Net.EndPoint)" argnames="buffer, remoteEP" returntype="System.Int32" />\r
9911         <method name="Receive(System.Byte[], System.Int32, System.Net.Sockets.SocketFlags)" argnames="buffer, size, socketFlags" returntype="System.Int32" />\r
9912         <method name="Receive(System.Byte[], System.Net.Sockets.SocketFlags)" argnames="buffer, socketFlags" returntype="System.Int32" />\r
9913         <method name="Receive(System.Byte[])" argnames="buffer" returntype="System.Int32" />\r
9914         <method name="Receive(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags)" argnames="buffer, offset, size, socketFlags" returntype="System.Int32" />\r
9915         <method name="ReceiveFrom(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags, System.Net.EndPoint&amp;)" argnames="buffer, offset, size, socketFlags, remoteEP" returntype="System.Int32" />\r
9916         <method name="ReceiveFrom(System.Byte[], System.Int32, System.Net.Sockets.SocketFlags, System.Net.EndPoint&amp;)" argnames="buffer, size, socketFlags, remoteEP" returntype="System.Int32" />\r
9917         <method name="ReceiveFrom(System.Byte[], System.Net.Sockets.SocketFlags, System.Net.EndPoint&amp;)" argnames="buffer, socketFlags, remoteEP" returntype="System.Int32" />\r
9918         <method name="ReceiveFrom(System.Byte[], System.Net.EndPoint&amp;)" argnames="buffer, remoteEP" returntype="System.Int32" />\r
9919         <method name="IOControl(System.Int32, System.Byte[], System.Byte[])" argnames="ioControlCode, optionInValue, optionOutValue" returntype="System.Int32" />\r
9920         <method name="SetSocketOption(System.Net.Sockets.SocketOptionLevel, System.Net.Sockets.SocketOptionName, System.Int32)" argnames="optionLevel, optionName, optionValue" returntype="System.Void" />\r
9921         <method name="SetSocketOption(System.Net.Sockets.SocketOptionLevel, System.Net.Sockets.SocketOptionName, System.Byte[])" argnames="optionLevel, optionName, optionValue" returntype="System.Void" />\r
9922         <method name="SetSocketOption(System.Net.Sockets.SocketOptionLevel, System.Net.Sockets.SocketOptionName, System.Object)" argnames="optionLevel, optionName, optionValue" returntype="System.Void" />\r
9923         <method name="GetSocketOption(System.Net.Sockets.SocketOptionLevel, System.Net.Sockets.SocketOptionName)" argnames="optionLevel, optionName" returntype="System.Object" />\r
9924         <method name="GetSocketOption(System.Net.Sockets.SocketOptionLevel, System.Net.Sockets.SocketOptionName, System.Byte[])" argnames="optionLevel, optionName, optionValue" returntype="System.Void" />\r
9925         <method name="GetSocketOption(System.Net.Sockets.SocketOptionLevel, System.Net.Sockets.SocketOptionName, System.Int32)" argnames="optionLevel, optionName, optionLength" returntype="System.Byte[]" />\r
9926         <method name="Poll(System.Int32, System.Net.Sockets.SelectMode)" argnames="microSeconds, mode" returntype="System.Boolean" />\r
9927         <method name="Select(System.Collections.IList, System.Collections.IList, System.Collections.IList, System.Int32)" argnames="checkRead, checkWrite, checkError, microSeconds" returntype="System.Void" />\r
9928         <method name="BeginConnect(System.Net.EndPoint, System.AsyncCallback, System.Object)" argnames="remoteEP, callback, state" returntype="System.IAsyncResult" />\r
9929         <method name="EndConnect(System.IAsyncResult)" argnames="asyncResult" returntype="System.Void" />\r
9930         <method name="BeginSend(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags, System.AsyncCallback, System.Object)" argnames="buffer, offset, size, socketFlags, callback, state" returntype="System.IAsyncResult" />\r
9931         <method name="EndSend(System.IAsyncResult)" argnames="asyncResult" returntype="System.Int32" />\r
9932         <method name="BeginSendTo(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags, System.Net.EndPoint, System.AsyncCallback, System.Object)" argnames="buffer, offset, size, socketFlags, remoteEP, callback, state" returntype="System.IAsyncResult" />\r
9933         <method name="EndSendTo(System.IAsyncResult)" argnames="asyncResult" returntype="System.Int32" />\r
9934         <method name="BeginReceive(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags, System.AsyncCallback, System.Object)" argnames="buffer, offset, size, socketFlags, callback, state" returntype="System.IAsyncResult" />\r
9935         <method name="EndReceive(System.IAsyncResult)" argnames="asyncResult" returntype="System.Int32" />\r
9936         <method name="BeginReceiveFrom(System.Byte[], System.Int32, System.Int32, System.Net.Sockets.SocketFlags, System.Net.EndPoint&amp;, System.AsyncCallback, System.Object)" argnames="buffer, offset, size, socketFlags, remoteEP, callback, state" returntype="System.IAsyncResult" />\r
9937         <method name="EndReceiveFrom(System.IAsyncResult, System.Net.EndPoint&amp;)" argnames="asyncResult, endPoint" returntype="System.Int32" />\r
9938         <method name="BeginAccept(System.AsyncCallback, System.Object)" argnames="callback, state" returntype="System.IAsyncResult" />\r
9939         <method name="EndAccept(System.IAsyncResult)" argnames="asyncResult" returntype="System.Net.Sockets.Socket" />\r
9940         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9941         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9942     </class>\r
9943     <enum name="AddressFamily" namespace="System.Net.Sockets">\r
9944         <field name="Unknown" />\r
9945         <field name="Unspecified" />\r
9946         <field name="Unix" />\r
9947         <field name="InterNetwork" />\r
9948         <field name="ImpLink" />\r
9949         <field name="Pup" />\r
9950         <field name="Chaos" />\r
9951         <field name="NS" />\r
9952         <field name="Ipx" />\r
9953         <field name="Iso" />\r
9954         <field name="Osi" />\r
9955         <field name="Ecma" />\r
9956         <field name="DataKit" />\r
9957         <field name="Ccitt" />\r
9958         <field name="Sna" />\r
9959         <field name="DecNet" />\r
9960         <field name="DataLink" />\r
9961         <field name="Lat" />\r
9962         <field name="HyperChannel" />\r
9963         <field name="AppleTalk" />\r
9964         <field name="NetBios" />\r
9965         <field name="VoiceView" />\r
9966         <field name="FireFox" />\r
9967         <field name="Banyan" />\r
9968         <field name="Atm" />\r
9969         <field name="InterNetworkV6" />\r
9970         <field name="Cluster" />\r
9971         <field name="Ieee12844" />\r
9972         <field name="Irda" />\r
9973         <field name="NetworkDesigners" />\r
9974         <field name="Max" />\r
9975         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
9976         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
9977         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
9978         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
9979         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
9980         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
9981         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
9982         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
9983         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
9984         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
9985         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
9986     </enum>\r
9987     <enum name="ProtocolFamily" namespace="System.Net.Sockets">\r
9988         <field name="Unknown" />\r
9989         <field name="Unspecified" />\r
9990         <field name="Unix" />\r
9991         <field name="InterNetwork" />\r
9992         <field name="ImpLink" />\r
9993         <field name="Pup" />\r
9994         <field name="Chaos" />\r
9995         <field name="NS" />\r
9996         <field name="Ipx" />\r
9997         <field name="Iso" />\r
9998         <field name="Osi" />\r
9999         <field name="Ecma" />\r
10000         <field name="DataKit" />\r
10001         <field name="Ccitt" />\r
10002         <field name="Sna" />\r
10003         <field name="DecNet" />\r
10004         <field name="DataLink" />\r
10005         <field name="Lat" />\r
10006         <field name="HyperChannel" />\r
10007         <field name="AppleTalk" />\r
10008         <field name="NetBios" />\r
10009         <field name="VoiceView" />\r
10010         <field name="FireFox" />\r
10011         <field name="Banyan" />\r
10012         <field name="Atm" />\r
10013         <field name="InterNetworkV6" />\r
10014         <field name="Cluster" />\r
10015         <field name="Ieee12844" />\r
10016         <field name="Irda" />\r
10017         <field name="NetworkDesigners" />\r
10018         <field name="Max" />\r
10019         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10020         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10021         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10022         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10023         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10024         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10025         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10026         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10027         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10028         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10029         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10030     </enum>\r
10031     <enum name="ProtocolType" namespace="System.Net.Sockets">\r
10032         <field name="IP" />\r
10033         <field name="Icmp" />\r
10034         <field name="Igmp" />\r
10035         <field name="Ggp" />\r
10036         <field name="Tcp" />\r
10037         <field name="Pup" />\r
10038         <field name="Udp" />\r
10039         <field name="Idp" />\r
10040         <field name="ND" />\r
10041         <field name="Raw" />\r
10042         <field name="Unspecified" />\r
10043         <field name="Ipx" />\r
10044         <field name="Spx" />\r
10045         <field name="SpxII" />\r
10046         <field name="Unknown" />\r
10047         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10048         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10049         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10050         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10051         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10052         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10053         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10054         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10055         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10056         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10057         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10058     </enum>\r
10059     <enum name="SelectMode" namespace="System.Net.Sockets">\r
10060         <field name="SelectRead" />\r
10061         <field name="SelectWrite" />\r
10062         <field name="SelectError" />\r
10063         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10064         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10065         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10066         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10067         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10068         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10069         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10070         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10071         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10072         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10073         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10074     </enum>\r
10075     <enum name="SocketFlags" namespace="System.Net.Sockets">\r
10076         <field name="None" />\r
10077         <field name="OutOfBand" />\r
10078         <field name="Peek" />\r
10079         <field name="DontRoute" />\r
10080         <field name="MaxIOVectorLength" />\r
10081         <field name="Partial" />\r
10082         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10083         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10084         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10085         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10086         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10087         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10088         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10089         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10090         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10091         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10092         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10093     </enum>\r
10094     <enum name="SocketOptionLevel" namespace="System.Net.Sockets">\r
10095         <field name="Socket" />\r
10096         <field name="IP" />\r
10097         <field name="Tcp" />\r
10098         <field name="Udp" />\r
10099         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10100         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10101         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10102         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10103         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10104         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10105         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10106         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10107         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10108         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10109         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10110     </enum>\r
10111     <enum name="SocketOptionName" namespace="System.Net.Sockets">\r
10112         <field name="Debug" />\r
10113         <field name="AcceptConnection" />\r
10114         <field name="ReuseAddress" />\r
10115         <field name="KeepAlive" />\r
10116         <field name="DontRoute" />\r
10117         <field name="Broadcast" />\r
10118         <field name="UseLoopback" />\r
10119         <field name="Linger" />\r
10120         <field name="OutOfBandInline" />\r
10121         <field name="DontLinger" />\r
10122         <field name="ExclusiveAddressUse" />\r
10123         <field name="SendBuffer" />\r
10124         <field name="ReceiveBuffer" />\r
10125         <field name="SendLowWater" />\r
10126         <field name="ReceiveLowWater" />\r
10127         <field name="SendTimeout" />\r
10128         <field name="ReceiveTimeout" />\r
10129         <field name="Error" />\r
10130         <field name="Type" />\r
10131         <field name="MaxConnections" />\r
10132         <field name="IPOptions" />\r
10133         <field name="HeaderIncluded" />\r
10134         <field name="TypeOfService" />\r
10135         <field name="IpTimeToLive" />\r
10136         <field name="MulticastInterface" />\r
10137         <field name="MulticastTimeToLive" />\r
10138         <field name="MulticastLoopback" />\r
10139         <field name="AddMembership" />\r
10140         <field name="DropMembership" />\r
10141         <field name="DontFragment" />\r
10142         <field name="AddSourceMembership" />\r
10143         <field name="DropSourceMembership" />\r
10144         <field name="BlockSource" />\r
10145         <field name="UnblockSource" />\r
10146         <field name="PacketInformation" />\r
10147         <field name="NoDelay" />\r
10148         <field name="BsdUrgent" />\r
10149         <field name="Expedited" />\r
10150         <field name="NoChecksum" />\r
10151         <field name="ChecksumCoverage" />\r
10152         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10153         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10154         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10155         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10156         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10157         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10158         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10159         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10160         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10161         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10162         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10163     </enum>\r
10164     <enum name="SocketShutdown" namespace="System.Net.Sockets">\r
10165         <field name="Receive" />\r
10166         <field name="Send" />\r
10167         <field name="Both" />\r
10168         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10169         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10170         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10171         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10172         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10173         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10174         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10175         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10176         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10177         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10178         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10179     </enum>\r
10180     <enum name="SocketType" namespace="System.Net.Sockets">\r
10181         <field name="Stream" />\r
10182         <field name="Dgram" />\r
10183         <field name="Raw" />\r
10184         <field name="Rdm" />\r
10185         <field name="Seqpacket" />\r
10186         <field name="Unknown" />\r
10187         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10188         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10189         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10190         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10191         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10192         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10193         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10194         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10195         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10196         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10197         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10198     </enum>\r
10199     <class name="X509CertificateCollection" namespace="System.Security.Cryptography.X509Certificates">\r
10200         <class name="X509CertificateEnumerator" namespace="System.Security.Cryptography.X509Certificates">\r
10201             <constructor name="X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection)" argnames="mappings" />\r
10202             <property name="Current" propertytype="System.Security.Cryptography.X509Certificates.X509Certificate" />\r
10203             <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10204             <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10205             <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10206             <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10207             <method name="MoveNext" argnames="" returntype="System.Boolean" />\r
10208             <method name="Reset" argnames="" returntype="System.Void" />\r
10209             <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10210             <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10211         </class>\r
10212         <constructor name="X509CertificateEnumerator" argnames="" />\r
10213         <constructor name="X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection)" argnames="value" />\r
10214         <constructor name="X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509Certificate[])" argnames="value" />\r
10215         <property name="Item" propertytype="System.Security.Cryptography.X509Certificates.X509Certificate" />\r
10216         <property name="InnerList" inherited="System.Collections.CollectionBase" propertytype="System.Collections.ArrayList" />\r
10217         <property name="List" inherited="System.Collections.CollectionBase" propertytype="System.Collections.IList" />\r
10218         <property name="Count" inherited="System.Collections.CollectionBase" propertytype="System.Int32" />\r
10219         <method name="GetEnumerator" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Collections.IEnumerator" />\r
10220         <method name="RemoveAt(System.Int32)" argnames="index" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10221         <method name="Clear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10222         <method name="OnRemoveComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10223         <method name="OnClearComplete" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10224         <method name="OnInsertComplete(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10225         <method name="OnSetComplete(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10226         <method name="OnValidate(System.Object)" argnames="value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10227         <method name="OnRemove(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10228         <method name="OnClear" argnames="" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10229         <method name="OnInsert(System.Int32, System.Object)" argnames="index, value" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10230         <method name="OnSet(System.Int32, System.Object, System.Object)" argnames="index, oldValue, newValue" inherited="System.Collections.CollectionBase" returntype="System.Void" />\r
10231         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10232         <method name="GetHashCode" argnames="" returntype="System.Int32" />\r
10233         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10234         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10235         <method name="Add(System.Security.Cryptography.X509Certificates.X509Certificate)" argnames="value" returntype="System.Int32" />\r
10236         <method name="AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[])" argnames="value" returntype="System.Void" />\r
10237         <method name="AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection)" argnames="value" returntype="System.Void" />\r
10238         <method name="Contains(System.Security.Cryptography.X509Certificates.X509Certificate)" argnames="value" returntype="System.Boolean" />\r
10239         <method name="CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[], System.Int32)" argnames="array, index" returntype="System.Void" />\r
10240         <method name="IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate)" argnames="value" returntype="System.Int32" />\r
10241         <method name="Insert(System.Int32, System.Security.Cryptography.X509Certificates.X509Certificate)" argnames="index, value" returntype="System.Void" />\r
10242         <method name="GetEnumerator" argnames="" returntype="System.Security.Cryptography.X509Certificates.X509CertificateCollection+X509CertificateEnumerator" />\r
10243         <method name="Remove(System.Security.Cryptography.X509Certificates.X509Certificate)" argnames="value" returntype="System.Void" />\r
10244         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10245         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10246     </class>\r
10247     <class name="X509CertificateEnumerator" namespace="System.Security.Cryptography.X509Certificates">\r
10248         <constructor name="X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection)" argnames="mappings" />\r
10249         <property name="Current" propertytype="System.Security.Cryptography.X509Certificates.X509Certificate" />\r
10250         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10251         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10252         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10253         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10254         <method name="MoveNext" argnames="" returntype="System.Boolean" />\r
10255         <method name="Reset" argnames="" returntype="System.Void" />\r
10256         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10257         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10258     </class>\r
10259     <class name="ConfigurationException" namespace="System.Configuration">\r
10260         <constructor name="ConfigurationException" argnames="" />\r
10261         <constructor name="ConfigurationException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
10262         <constructor name="ConfigurationException(System.String)" argnames="message" />\r
10263         <constructor name="ConfigurationException(System.String, System.Exception)" argnames="message, inner" />\r
10264         <constructor name="ConfigurationException(System.String, System.Xml.XmlNode)" argnames="message, node" />\r
10265         <constructor name="ConfigurationException(System.String, System.Exception, System.Xml.XmlNode)" argnames="message, inner, node" />\r
10266         <constructor name="ConfigurationException(System.String, System.String, System.Int32)" argnames="message, filename, line" />\r
10267         <constructor name="ConfigurationException(System.String, System.Exception, System.String, System.Int32)" argnames="message, inner, filename, line" />\r
10268         <property name="Message" propertytype="System.String" />\r
10269         <property name="BareMessage" propertytype="System.String" />\r
10270         <property name="Filename" propertytype="System.String" />\r
10271         <property name="Line" propertytype="System.Int32" />\r
10272         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
10273         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
10274         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
10275         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
10276         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
10277         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
10278         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" returntype="System.Void" />\r
10279         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
10280         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10281         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10282         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10283         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
10284         <method name="GetXmlNodeLineNumber(System.Xml.XmlNode)" argnames="node" returntype="System.Int32" />\r
10285         <method name="GetXmlNodeFilename(System.Xml.XmlNode)" argnames="node" returntype="System.String" />\r
10286         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10287         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10288     </class>\r
10289     <class name="ConfigurationSettings" namespace="System.Configuration">\r
10290         <property name="SetConfigurationSystemInProgress" propertytype="System.Boolean" />\r
10291         <property name="AppSettings" propertytype="System.Collections.Specialized.NameValueCollection" />\r
10292         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10293         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10294         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10295         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10296         <method name="GetConfig(System.String)" argnames="sectionName" returntype="System.Object" />\r
10297         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10298         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10299     </class>\r
10300     <class name="DictionarySectionHandler" namespace="System.Configuration">\r
10301         <constructor name="DictionarySectionHandler" argnames="" />\r
10302         <property name="KeyAttributeName" propertytype="System.String" />\r
10303         <property name="ValueAttributeName" propertytype="System.String" />\r
10304         <method name="Create(System.Object, System.Object, System.Xml.XmlNode)" argnames="parent, context, section" returntype="System.Object" />\r
10305         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10306         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10307         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10308         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10309         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10310         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10311     </class>\r
10312     <class name="IgnoreSectionHandler" namespace="System.Configuration">\r
10313         <constructor name="IgnoreSectionHandler" argnames="" />\r
10314         <method name="Create(System.Object, System.Object, System.Xml.XmlNode)" argnames="parent, configContext, section" returntype="System.Object" />\r
10315         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10316         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10317         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10318         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10319         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10320         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10321     </class>\r
10322     <class name="NameValueFileSectionHandler" namespace="System.Configuration">\r
10323         <constructor name="NameValueFileSectionHandler" argnames="" />\r
10324         <method name="Create(System.Object, System.Object, System.Xml.XmlNode)" argnames="parent, configContext, section" returntype="System.Object" />\r
10325         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10326         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10327         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10328         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10329         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10330         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10331     </class>\r
10332     <class name="NameValueSectionHandler" namespace="System.Configuration">\r
10333         <constructor name="NameValueSectionHandler" argnames="" />\r
10334         <property name="KeyAttributeName" propertytype="System.String" />\r
10335         <property name="ValueAttributeName" propertytype="System.String" />\r
10336         <method name="Create(System.Object, System.Object, System.Xml.XmlNode)" argnames="parent, context, section" returntype="System.Object" />\r
10337         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10338         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10339         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10340         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10341         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10342         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10343     </class>\r
10344     <class name="SingleTagSectionHandler" namespace="System.Configuration">\r
10345         <constructor name="SingleTagSectionHandler" argnames="" />\r
10346         <method name="Create(System.Object, System.Object, System.Xml.XmlNode)" argnames="parent, context, section" returntype="System.Object" />\r
10347         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10348         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10349         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10350         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10351         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10352         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10353     </class>\r
10354     <class name="ConfigXmlDocument" namespace="System.Configuration">\r
10355         <constructor name="ConfigXmlDocument" argnames="" />\r
10356         <property name="LineNumber" propertytype="System.Int32" />\r
10357         <property name="Filename" propertytype="System.String" />\r
10358         <property name="NodeType" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlNodeType" />\r
10359         <property name="DocumentType" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlDocumentType" />\r
10360         <property name="Implementation" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlImplementation" />\r
10361         <property name="Name" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
10362         <property name="LocalName" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
10363         <property name="DocumentElement" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlElement" />\r
10364         <property name="OwnerDocument" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlDocument" />\r
10365         <property name="XmlResolver" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlResolver" />\r
10366         <property name="NameTable" inherited="System.Xml.XmlDocument" propertytype="System.Xml.XmlNameTable" />\r
10367         <property name="PreserveWhitespace" inherited="System.Xml.XmlDocument" propertytype="System.Boolean" />\r
10368         <property name="IsReadOnly" inherited="System.Xml.XmlDocument" propertytype="System.Boolean" />\r
10369         <property name="InnerXml" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
10370         <property name="BaseURI" inherited="System.Xml.XmlDocument" propertytype="System.String" />\r
10371         <property name="Value" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
10372         <property name="ParentNode" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
10373         <property name="ChildNodes" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNodeList" />\r
10374         <property name="PreviousSibling" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
10375         <property name="NextSibling" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
10376         <property name="Attributes" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlAttributeCollection" />\r
10377         <property name="FirstChild" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
10378         <property name="LastChild" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlNode" />\r
10379         <property name="HasChildNodes" inherited="System.Xml.XmlNode" propertytype="System.Boolean" />\r
10380         <property name="NamespaceURI" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
10381         <property name="Prefix" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
10382         <property name="InnerText" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
10383         <property name="OuterXml" inherited="System.Xml.XmlNode" propertytype="System.String" />\r
10384         <property name="Item" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlElement" />\r
10385         <property name="Item" inherited="System.Xml.XmlNode" propertytype="System.Xml.XmlElement" />\r
10386         <method name="Save(System.Xml.XmlWriter)" argnames="w" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10387         <method name="Save(System.IO.TextWriter)" argnames="writer" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10388         <method name="Save(System.IO.Stream)" argnames="outStream" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10389         <method name="Save(System.String)" argnames="filename" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10390         <method name="LoadXml(System.String)" argnames="xml" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10391         <method name="Load(System.Xml.XmlReader)" argnames="reader" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10392         <method name="Load(System.IO.TextReader)" argnames="txtReader" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10393         <method name="Load(System.IO.Stream)" argnames="inStream" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10394         <method name="Load(System.String)" argnames="filename" returntype="System.Void" />\r
10395         <method name="ReadNode(System.Xml.XmlReader)" argnames="reader" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
10396         <method name="CreateNode(System.Xml.XmlNodeType, System.String, System.String)" argnames="type, name, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
10397         <method name="CreateNode(System.String, System.String, System.String)" argnames="nodeTypeString, name, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
10398         <method name="CreateNode(System.Xml.XmlNodeType, System.String, System.String, System.String)" argnames="type, prefix, name, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
10399         <method name="CreateElement(System.String, System.String, System.String)" argnames="prefix, localName, namespaceUri" returntype="System.Xml.XmlElement" />\r
10400         <method name="CreateAttribute(System.String, System.String, System.String)" argnames="prefix, localName, namespaceUri" returntype="System.Xml.XmlAttribute" />\r
10401         <method name="ImportNode(System.Xml.XmlNode, System.Boolean)" argnames="node, deep" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
10402         <method name="GetElementById(System.String)" argnames="elementId" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlElement" />\r
10403         <method name="GetElementsByTagName(System.String, System.String)" argnames="localName, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNodeList" />\r
10404         <method name="GetElementsByTagName(System.String)" argnames="name" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNodeList" />\r
10405         <method name="CreateWhitespace(System.String)" argnames="data" returntype="System.Xml.XmlWhitespace" />\r
10406         <method name="CreateSignificantWhitespace(System.String)" argnames="data" returntype="System.Xml.XmlSignificantWhitespace" />\r
10407         <method name="CreateTextNode(System.String)" argnames="text" returntype="System.Xml.XmlText" />\r
10408         <method name="CreateXmlDeclaration(System.String, System.String, System.String)" argnames="version, encoding, standalone" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlDeclaration" />\r
10409         <method name="CreateProcessingInstruction(System.String, System.String)" argnames="target, data" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlProcessingInstruction" />\r
10410         <method name="CreateEntityReference(System.String)" argnames="name" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlEntityReference" />\r
10411         <method name="CreateDocumentFragment" argnames="" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlDocumentFragment" />\r
10412         <method name="CreateDocumentType(System.String, System.String, System.String, System.String)" argnames="name, publicId, systemId, internalSubset" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlDocumentType" />\r
10413         <method name="CreateComment(System.String)" argnames="data" returntype="System.Xml.XmlComment" />\r
10414         <method name="CreateCDataSection(System.String)" argnames="data" returntype="System.Xml.XmlCDataSection" />\r
10415         <method name="CreateNavigator" argnames="" inherited="System.Xml.XmlNode" returntype="System.Xml.XPath.XPathNavigator" />\r
10416         <method name="GetPrefixOfNamespace(System.String)" argnames="namespaceURI" inherited="System.Xml.XmlNode" returntype="System.String" />\r
10417         <method name="GetNamespaceOfPrefix(System.String)" argnames="prefix" inherited="System.Xml.XmlNode" returntype="System.String" />\r
10418         <method name="RemoveAll" argnames="" inherited="System.Xml.XmlNode" returntype="System.Void" />\r
10419         <method name="WriteContentTo(System.Xml.XmlWriter)" argnames="xw" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10420         <method name="WriteTo(System.Xml.XmlWriter)" argnames="w" inherited="System.Xml.XmlDocument" returntype="System.Void" />\r
10421         <method name="Clone" argnames="" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10422         <method name="Supports(System.String, System.String)" argnames="feature, version" inherited="System.Xml.XmlNode" returntype="System.Boolean" />\r
10423         <method name="Normalize" argnames="" inherited="System.Xml.XmlNode" returntype="System.Void" />\r
10424         <method name="CloneNode(System.Boolean)" argnames="deep" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlNode" />\r
10425         <method name="AppendChild(System.Xml.XmlNode)" argnames="newChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10426         <method name="PrependChild(System.Xml.XmlNode)" argnames="newChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10427         <method name="RemoveChild(System.Xml.XmlNode)" argnames="oldChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10428         <method name="ReplaceChild(System.Xml.XmlNode, System.Xml.XmlNode)" argnames="newChild, oldChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10429         <method name="InsertAfter(System.Xml.XmlNode, System.Xml.XmlNode)" argnames="newChild, refChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10430         <method name="InsertBefore(System.Xml.XmlNode, System.Xml.XmlNode)" argnames="newChild, refChild" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10431         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10432         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10433         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10434         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10435         <method name="LoadSingleElement(System.String, System.Xml.XmlTextReader)" argnames="filename, sourceReader" returntype="System.Void" />\r
10436         <method name="CreateAttribute(System.String)" argnames="name" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlAttribute" />\r
10437         <method name="CreateElement(System.String)" argnames="name" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlElement" />\r
10438         <method name="CreateAttribute(System.String, System.String)" argnames="qualifiedName, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlAttribute" />\r
10439         <method name="CreateElement(System.String, System.String)" argnames="qualifiedName, namespaceURI" inherited="System.Xml.XmlDocument" returntype="System.Xml.XmlElement" />\r
10440         <method name="SelectSingleNode(System.String)" argnames="xpath" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10441         <method name="SelectSingleNode(System.String, System.Xml.XmlNamespaceManager)" argnames="xpath, nsmgr" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNode" />\r
10442         <method name="SelectNodes(System.String)" argnames="xpath" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNodeList" />\r
10443         <method name="SelectNodes(System.String, System.Xml.XmlNamespaceManager)" argnames="xpath, nsmgr" inherited="System.Xml.XmlNode" returntype="System.Xml.XmlNodeList" />\r
10444         <method name="GetEnumerator" argnames="" inherited="System.Xml.XmlNode" returntype="System.Collections.IEnumerator" />\r
10445         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10446         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10447         <event name="NodeInserting" inherited="System.Xml.XmlDocument" />\r
10448         <event name="NodeInserted" inherited="System.Xml.XmlDocument" />\r
10449         <event name="NodeRemoving" inherited="System.Xml.XmlDocument" />\r
10450         <event name="NodeRemoved" inherited="System.Xml.XmlDocument" />\r
10451         <event name="NodeChanging" inherited="System.Xml.XmlDocument" />\r
10452         <event name="NodeChanged" inherited="System.Xml.XmlDocument" />\r
10453     </class>\r
10454     <class name="AppSettingsReader" namespace="System.Configuration">\r
10455         <constructor name="AppSettingsReader" argnames="" />\r
10456         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10457         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10458         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10459         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10460         <method name="GetValue(System.String, System.Type)" argnames="key, type" returntype="System.Object" />\r
10461         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10462         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10463     </class>\r
10464     <interface name="IConfigurationSectionHandler" namespace="System.Configuration">\r
10465         <method name="Create(System.Object, System.Object, System.Xml.XmlNode)" argnames="parent, configContext, section" returntype="System.Object" />\r
10466     </interface>\r
10467     <interface name="IConfigurationSystem" namespace="System.Configuration">\r
10468         <method name="Init" argnames="" returntype="System.Void" />\r
10469         <method name="GetConfig(System.String)" argnames="configKey" returntype="System.Object" />\r
10470     </interface>\r
10471     <class name="ErrorEventArgs" namespace="System.IO">\r
10472         <constructor name="ErrorEventArgs(System.Exception)" argnames="exception" />\r
10473         <method name="GetException" argnames="" returntype="System.Exception" />\r
10474         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10475         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10476         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10477         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10478         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10479         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10480     </class>\r
10481     <class name="FileSystemEventArgs" namespace="System.IO">\r
10482         <constructor name="FileSystemEventArgs(System.IO.WatcherChangeTypes, System.String, System.String)" argnames="changeType, directory, name" />\r
10483         <property name="ChangeType" propertytype="System.IO.WatcherChangeTypes" />\r
10484         <property name="FullPath" propertytype="System.String" />\r
10485         <property name="Name" propertytype="System.String" />\r
10486         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10487         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10488         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10489         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10490         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10491         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10492     </class>\r
10493     <class name="InternalBufferOverflowException" namespace="System.IO">\r
10494         <constructor name="InternalBufferOverflowException" argnames="" />\r
10495         <constructor name="InternalBufferOverflowException(System.String)" argnames="message" />\r
10496         <constructor name="InternalBufferOverflowException(System.String, System.Exception)" argnames="message, inner" />\r
10497         <constructor name="InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" />\r
10498         <property name="Message" inherited="System.Exception" propertytype="System.String" />\r
10499         <property name="InnerException" inherited="System.Exception" propertytype="System.Exception" />\r
10500         <property name="TargetSite" inherited="System.Exception" propertytype="System.Reflection.MethodBase" />\r
10501         <property name="StackTrace" inherited="System.Exception" propertytype="System.String" />\r
10502         <property name="HelpLink" inherited="System.Exception" propertytype="System.String" />\r
10503         <property name="Source" inherited="System.Exception" propertytype="System.String" />\r
10504         <property name="HResult" inherited="System.Exception" propertytype="System.Int32" />\r
10505         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.Exception" returntype="System.Void" />\r
10506         <method name="GetBaseException" argnames="" inherited="System.Exception" returntype="System.Exception" />\r
10507         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10508         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10509         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10510         <method name="ToString" argnames="" inherited="System.Exception" returntype="System.String" />\r
10511         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10512         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10513     </class>\r
10514     <class name="IODescriptionAttribute" namespace="System.IO">\r
10515         <constructor name="IODescriptionAttribute(System.String)" argnames="description" />\r
10516         <property name="Description" propertytype="System.String" />\r
10517         <property name="DescriptionValue" inherited="System.ComponentModel.DescriptionAttribute" propertytype="System.String" />\r
10518         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
10519         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
10520         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
10521         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10522         <method name="GetHashCode" argnames="" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Int32" />\r
10523         <method name="Equals(System.Object)" argnames="obj" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Boolean" />\r
10524         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10525         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10526         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10527     </class>\r
10528     <class name="RenamedEventArgs" namespace="System.IO">\r
10529         <constructor name="RenamedEventArgs(System.IO.WatcherChangeTypes, System.String, System.String, System.String)" argnames="changeType, directory, name, oldName" />\r
10530         <property name="OldFullPath" propertytype="System.String" />\r
10531         <property name="OldName" propertytype="System.String" />\r
10532         <property name="ChangeType" inherited="System.IO.FileSystemEventArgs" propertytype="System.IO.WatcherChangeTypes" />\r
10533         <property name="FullPath" inherited="System.IO.FileSystemEventArgs" propertytype="System.String" />\r
10534         <property name="Name" inherited="System.IO.FileSystemEventArgs" propertytype="System.String" />\r
10535         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10536         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10537         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10538         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10539         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10540         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10541     </class>\r
10542     <class name="FileSystemWatcher" namespace="System.IO">\r
10543         <constructor name="FileSystemWatcher" argnames="" />\r
10544         <constructor name="FileSystemWatcher(System.String)" argnames="path" />\r
10545         <constructor name="FileSystemWatcher(System.String, System.String)" argnames="path, filter" />\r
10546         <property name="NotifyFilter" propertytype="System.IO.NotifyFilters" />\r
10547         <property name="EnableRaisingEvents" propertytype="System.Boolean" />\r
10548         <property name="Filter" propertytype="System.String" />\r
10549         <property name="IncludeSubdirectories" propertytype="System.Boolean" />\r
10550         <property name="InternalBufferSize" propertytype="System.Int32" />\r
10551         <property name="Path" propertytype="System.String" />\r
10552         <property name="Site" propertytype="System.ComponentModel.ISite" />\r
10553         <property name="SynchronizingObject" propertytype="System.ComponentModel.ISynchronizeInvoke" />\r
10554         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
10555         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
10556         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
10557         <method name="EndInit" argnames="" returntype="System.Void" />\r
10558         <method name="BeginInit" argnames="" returntype="System.Void" />\r
10559         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
10560         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
10561         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
10562         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
10563         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
10564         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
10565         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
10566         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10567         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10568         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
10569         <method name="OnChanged(System.IO.FileSystemEventArgs)" argnames="e" returntype="System.Void" />\r
10570         <method name="OnCreated(System.IO.FileSystemEventArgs)" argnames="e" returntype="System.Void" />\r
10571         <method name="OnDeleted(System.IO.FileSystemEventArgs)" argnames="e" returntype="System.Void" />\r
10572         <method name="OnError(System.IO.ErrorEventArgs)" argnames="e" returntype="System.Void" />\r
10573         <method name="OnRenamed(System.IO.RenamedEventArgs)" argnames="e" returntype="System.Void" />\r
10574         <method name="WaitForChanged(System.IO.WatcherChangeTypes)" argnames="changeType" returntype="System.IO.WaitForChangedResult" />\r
10575         <method name="WaitForChanged(System.IO.WatcherChangeTypes, System.Int32)" argnames="changeType, timeout" returntype="System.IO.WaitForChangedResult" />\r
10576         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10577         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10578         <event name="Changed" />\r
10579         <event name="Created" />\r
10580         <event name="Deleted" />\r
10581         <event name="Error" />\r
10582         <event name="Renamed" />\r
10583         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
10584     </class>\r
10585     <struct name="WaitForChangedResult" namespace="System.IO">\r
10586         <property name="ChangeType" propertytype="System.IO.WatcherChangeTypes" />\r
10587         <property name="Name" propertytype="System.String" />\r
10588         <property name="OldName" propertytype="System.String" />\r
10589         <property name="TimedOut" propertytype="System.Boolean" />\r
10590         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10591         <method name="GetHashCode" argnames="" inherited="System.ValueType" returntype="System.Int32" />\r
10592         <method name="Equals(System.Object)" argnames="obj" inherited="System.ValueType" returntype="System.Boolean" />\r
10593         <method name="ToString" argnames="" inherited="System.ValueType" returntype="System.String" />\r
10594         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10595         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10596     </struct>\r
10597     <delegate name="ErrorEventHandler" namespace="System.IO">\r
10598         <constructor name="ErrorEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
10599         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
10600         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
10601         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
10602         <method name="BeginInvoke(System.Object, System.IO.ErrorEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
10603         <method name="Invoke(System.Object, System.IO.ErrorEventArgs)" argnames="sender, e" returntype="System.Void" />\r
10604         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
10605         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
10606         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10607         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10608         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
10609         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
10610         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
10611         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10612         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
10613         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
10614         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10615         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
10616         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10617         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10618     </delegate>\r
10619     <delegate name="FileSystemEventHandler" namespace="System.IO">\r
10620         <constructor name="FileSystemEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
10621         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
10622         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
10623         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
10624         <method name="BeginInvoke(System.Object, System.IO.FileSystemEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
10625         <method name="Invoke(System.Object, System.IO.FileSystemEventArgs)" argnames="sender, e" returntype="System.Void" />\r
10626         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
10627         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
10628         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10629         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10630         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
10631         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
10632         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
10633         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10634         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
10635         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
10636         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10637         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
10638         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10639         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10640     </delegate>\r
10641     <delegate name="RenamedEventHandler" namespace="System.IO">\r
10642         <constructor name="RenamedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
10643         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
10644         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
10645         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
10646         <method name="BeginInvoke(System.Object, System.IO.RenamedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
10647         <method name="Invoke(System.Object, System.IO.RenamedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
10648         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
10649         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
10650         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10651         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10652         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
10653         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
10654         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
10655         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10656         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
10657         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
10658         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10659         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
10660         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10661         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10662     </delegate>\r
10663     <enum name="NotifyFilters" namespace="System.IO">\r
10664         <field name="FileName" />\r
10665         <field name="DirectoryName" />\r
10666         <field name="Attributes" />\r
10667         <field name="Size" />\r
10668         <field name="LastWrite" />\r
10669         <field name="LastAccess" />\r
10670         <field name="CreationTime" />\r
10671         <field name="Security" />\r
10672         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10673         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10674         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10675         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10676         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10677         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10678         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10679         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10680         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10681         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10682         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10683     </enum>\r
10684     <enum name="WatcherChangeTypes" namespace="System.IO">\r
10685         <field name="Created" />\r
10686         <field name="Deleted" />\r
10687         <field name="Changed" />\r
10688         <field name="Renamed" />\r
10689         <field name="All" />\r
10690         <method name="ToString(System.IFormatProvider)" argnames="provider" inherited="System.Enum" returntype="System.String" />\r
10691         <method name="GetTypeCode" argnames="" inherited="System.Enum" returntype="System.TypeCode" />\r
10692         <method name="ToString(System.String, System.IFormatProvider)" argnames="format, provider" inherited="System.Enum" returntype="System.String" />\r
10693         <method name="CompareTo(System.Object)" argnames="target" inherited="System.Enum" returntype="System.Int32" />\r
10694         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10695         <method name="GetHashCode" argnames="" inherited="System.Enum" returntype="System.Int32" />\r
10696         <method name="Equals(System.Object)" argnames="obj" inherited="System.Enum" returntype="System.Boolean" />\r
10697         <method name="ToString" argnames="" inherited="System.Enum" returntype="System.String" />\r
10698         <method name="ToString(System.String)" argnames="format" inherited="System.Enum" returntype="System.String" />\r
10699         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10700         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10701     </enum>\r
10702     <class name="ElapsedEventArgs" namespace="System.Timers">\r
10703         <property name="SignalTime" propertytype="System.DateTime" />\r
10704         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10705         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10706         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10707         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10708         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10709         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10710     </class>\r
10711     <class name="SECURITY_ATTRIBUTES" namespace="System.Timers">\r
10712         <constructor name="SECURITY_ATTRIBUTES" argnames="" />\r
10713         <field name="nLength" />\r
10714         <field name="lpSecurityDescriptor" />\r
10715         <field name="bInheritHandle" />\r
10716         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10717         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10718         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10719         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10720         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10721         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10722     </class>\r
10723     <class name="Timer" namespace="System.Timers">\r
10724         <constructor name="Timer" argnames="" />\r
10725         <constructor name="Timer(System.Double)" argnames="interval" />\r
10726         <property name="AutoReset" propertytype="System.Boolean" />\r
10727         <property name="Enabled" propertytype="System.Boolean" />\r
10728         <property name="Interval" propertytype="System.Double" />\r
10729         <property name="Site" propertytype="System.ComponentModel.ISite" />\r
10730         <property name="SynchronizingObject" propertytype="System.ComponentModel.ISynchronizeInvoke" />\r
10731         <property name="Events" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.EventHandlerList" />\r
10732         <property name="Container" inherited="System.ComponentModel.Component" propertytype="System.ComponentModel.IContainer" />\r
10733         <property name="DesignMode" inherited="System.ComponentModel.Component" propertytype="System.Boolean" />\r
10734         <method name="EndInit" argnames="" returntype="System.Void" />\r
10735         <method name="BeginInit" argnames="" returntype="System.Void" />\r
10736         <method name="Dispose" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
10737         <method name="GetService(System.Type)" argnames="service" inherited="System.ComponentModel.Component" returntype="System.Object" />\r
10738         <method name="Dispose(System.Boolean)" argnames="disposing" returntype="System.Void" />\r
10739         <method name="CreateObjRef(System.Type)" argnames="requestedType" inherited="System.MarshalByRefObject" returntype="System.Runtime.Remoting.ObjRef" />\r
10740         <method name="InitializeLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
10741         <method name="GetLifetimeService" argnames="" inherited="System.MarshalByRefObject" returntype="System.Object" />\r
10742         <method name="Finalize" argnames="" inherited="System.ComponentModel.Component" returntype="System.Void" />\r
10743         <method name="GetHashCode" argnames="" inherited="System.Object" returntype="System.Int32" />\r
10744         <method name="Equals(System.Object)" argnames="obj" inherited="System.Object" returntype="System.Boolean" />\r
10745         <method name="ToString" argnames="" inherited="System.ComponentModel.Component" returntype="System.String" />\r
10746         <method name="Close" argnames="" returntype="System.Void" />\r
10747         <method name="Start" argnames="" returntype="System.Void" />\r
10748         <method name="Stop" argnames="" returntype="System.Void" />\r
10749         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10750         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10751         <event name="Elapsed" />\r
10752         <event name="Disposed" inherited="System.ComponentModel.Component" />\r
10753     </class>\r
10754     <class name="TimersDescriptionAttribute" namespace="System.Timers">\r
10755         <constructor name="TimersDescriptionAttribute(System.String)" argnames="description" />\r
10756         <property name="Description" propertytype="System.String" />\r
10757         <property name="DescriptionValue" inherited="System.ComponentModel.DescriptionAttribute" propertytype="System.String" />\r
10758         <property name="TypeId" inherited="System.Attribute" propertytype="System.Object" />\r
10759         <method name="IsDefaultAttribute" argnames="" inherited="System.Attribute" returntype="System.Boolean" />\r
10760         <method name="Match(System.Object)" argnames="obj" inherited="System.Attribute" returntype="System.Boolean" />\r
10761         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10762         <method name="GetHashCode" argnames="" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Int32" />\r
10763         <method name="Equals(System.Object)" argnames="obj" inherited="System.ComponentModel.DescriptionAttribute" returntype="System.Boolean" />\r
10764         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10765         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10766         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10767     </class>\r
10768     <delegate name="ElapsedEventHandler" namespace="System.Timers">\r
10769         <constructor name="ElapsedEventHandler(System.Object, System.IntPtr)" argnames="object, method" />\r
10770         <property name="Method" inherited="System.Delegate" propertytype="System.Reflection.MethodInfo" />\r
10771         <property name="Target" inherited="System.Delegate" propertytype="System.Object" />\r
10772         <method name="EndInvoke(System.IAsyncResult)" argnames="result" returntype="System.Void" />\r
10773         <method name="BeginInvoke(System.Object, System.Timers.ElapsedEventArgs, System.AsyncCallback, System.Object)" argnames="sender, e, callback, object" returntype="System.IAsyncResult" />\r
10774         <method name="Invoke(System.Object, System.Timers.ElapsedEventArgs)" argnames="sender, e" returntype="System.Void" />\r
10775         <method name="GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)" argnames="info, context" inherited="System.MulticastDelegate" returntype="System.Void" />\r
10776         <method name="Clone" argnames="" inherited="System.Delegate" returntype="System.Object" />\r
10777         <method name="RemoveImpl(System.Delegate)" argnames="value" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10778         <method name="CombineImpl(System.Delegate)" argnames="follow" inherited="System.MulticastDelegate" returntype="System.Delegate" />\r
10779         <method name="GetMethodImpl" argnames="" inherited="System.Delegate" returntype="System.Reflection.MethodInfo" />\r
10780         <method name="GetInvocationList" argnames="" inherited="System.MulticastDelegate" returntype="System.Delegate[]" />\r
10781         <method name="DynamicInvokeImpl(System.Object[])" argnames="args" inherited="System.MulticastDelegate" returntype="System.Object" />\r
10782         <method name="Finalize" argnames="" inherited="System.Object" returntype="System.Void" />\r
10783         <method name="GetHashCode" argnames="" inherited="System.MulticastDelegate" returntype="System.Int32" />\r
10784         <method name="Equals(System.Object)" argnames="obj" inherited="System.MulticastDelegate" returntype="System.Boolean" />\r
10785         <method name="ToString" argnames="" inherited="System.Object" returntype="System.String" />\r
10786         <method name="DynamicInvoke(System.Object[])" argnames="args" inherited="System.Delegate" returntype="System.Object" />\r
10787         <method name="GetType" argnames="" inherited="System.Object" returntype="System.Type" />\r
10788         <method name="MemberwiseClone" argnames="" inherited="System.Object" returntype="System.Object" />\r
10789     </delegate>\r
10790 </masterdoc>