Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / corlib / Documentation / en / index.xml
1 <Overview>
2   <Remarks>To be added.</Remarks>
3   <Copyright>To be added.</Copyright>
4   <Types>
5     <Namespace Name="Microsoft.Win32">
6       <Type Name="Registry" Kind="Class" />
7       <Type Name="RegistryHive" Kind="Enumeration" />
8       <Type Name="RegistryKey" Kind="Class" />
9       <Type Name="RegistryKeyPermissionCheck" Kind="Enumeration" />
10       <Type Name="RegistryOptions" Kind="Enumeration" />
11       <Type Name="RegistryValueKind" Kind="Enumeration" />
12       <Type Name="RegistryValueOptions" Kind="Enumeration" />
13       <Type Name="RegistryView" Kind="Enumeration" />
14     </Namespace>
15     <Namespace Name="Microsoft.Win32.SafeHandles">
16       <Type Name="CriticalHandleMinusOneIsInvalid" Kind="Class" />
17       <Type Name="CriticalHandleZeroOrMinusOneIsInvalid" Kind="Class" />
18       <Type Name="SafeFileHandle" Kind="Class" />
19       <Type Name="SafeHandleMinusOneIsInvalid" Kind="Class" />
20       <Type Name="SafeHandleZeroOrMinusOneIsInvalid" Kind="Class" />
21       <Type Name="SafeRegistryHandle" Kind="Class" />
22       <Type Name="SafeWaitHandle" Kind="Class" />
23     </Namespace>
24     <Namespace Name="System">
25       <Type Name="_AppDomain" Kind="Interface" />
26       <Type Name="AccessViolationException" Kind="Class" />
27       <Type Name="Action" Kind="Delegate" />
28       <Type Name="Action`1" DisplayName="Action&lt;T&gt;" Kind="Delegate" />
29       <Type Name="Action`2" DisplayName="Action&lt;T1,T2&gt;" Kind="Delegate" />
30       <Type Name="Action`3" DisplayName="Action&lt;T1,T2,T3&gt;" Kind="Delegate" />
31       <Type Name="Action`4" DisplayName="Action&lt;T1,T2,T3,T4&gt;" Kind="Delegate" />
32       <Type Name="Action`5" DisplayName="Action&lt;T1,T2,T3,T4,T5&gt;" Kind="Delegate" />
33       <Type Name="Action`6" DisplayName="Action&lt;T1,T2,T3,T4,T5,T6&gt;" Kind="Delegate" />
34       <Type Name="Action`7" DisplayName="Action&lt;T1,T2,T3,T4,T5,T6,T7&gt;" Kind="Delegate" />
35       <Type Name="Action`8" DisplayName="Action&lt;T1,T2,T3,T4,T5,T6,T7,T8&gt;" Kind="Delegate" />
36       <Type Name="ActivationContext" Kind="Class" />
37       <Type Name="ActivationContext+ContextForm" Kind="Enumeration" />
38       <Type Name="Activator" Kind="Class" />
39       <Type Name="AggregateException" Kind="Class" />
40       <Type Name="AppDomain" Kind="Class" />
41       <Type Name="AppDomainInitializer" Kind="Delegate" />
42       <Type Name="AppDomainManager" Kind="Class" />
43       <Type Name="AppDomainManagerInitializationOptions" Kind="Enumeration" />
44       <Type Name="AppDomainSetup" Kind="Class" />
45       <Type Name="AppDomainUnloadedException" Kind="Class" />
46       <Type Name="ApplicationException" Kind="Class" />
47       <Type Name="ApplicationId" Kind="Class" />
48       <Type Name="ApplicationIdentity" Kind="Class" />
49       <Type Name="ArgIterator" Kind="Structure" />
50       <Type Name="ArgumentException" Kind="Class" />
51       <Type Name="ArgumentNullException" Kind="Class" />
52       <Type Name="ArgumentOutOfRangeException" Kind="Class" />
53       <Type Name="ArithmeticException" Kind="Class" />
54       <Type Name="Array" Kind="Class" />
55       <Type Name="ArraySegment`1" DisplayName="ArraySegment&lt;T&gt;" Kind="Structure" />
56       <Type Name="ArrayTypeMismatchException" Kind="Class" />
57       <Type Name="AssemblyLoadEventArgs" Kind="Class" />
58       <Type Name="AssemblyLoadEventHandler" Kind="Delegate" />
59       <Type Name="AsyncCallback" Kind="Delegate" />
60       <Type Name="Attribute" Kind="Class" />
61       <Type Name="AttributeTargets" Kind="Enumeration" />
62       <Type Name="AttributeUsageAttribute" Kind="Class" />
63       <Type Name="BadImageFormatException" Kind="Class" />
64       <Type Name="Base64FormattingOptions" Kind="Enumeration" />
65       <Type Name="BitConverter" Kind="Class" />
66       <Type Name="Boolean" Kind="Structure" />
67       <Type Name="Buffer" Kind="Class" />
68       <Type Name="Byte" Kind="Structure" />
69       <Type Name="CannotUnloadAppDomainException" Kind="Class" />
70       <Type Name="Char" Kind="Structure" />
71       <Type Name="CharEnumerator" Kind="Class" />
72       <Type Name="CLSCompliantAttribute" Kind="Class" />
73       <Type Name="Comparison`1" DisplayName="Comparison&lt;T&gt;" Kind="Delegate" />
74       <Type Name="Console" Kind="Class" />
75       <Type Name="ConsoleCancelEventArgs" Kind="Class" />
76       <Type Name="ConsoleCancelEventHandler" Kind="Delegate" />
77       <Type Name="ConsoleColor" Kind="Enumeration" />
78       <Type Name="ConsoleKey" Kind="Enumeration" />
79       <Type Name="ConsoleKeyInfo" Kind="Structure" />
80       <Type Name="ConsoleModifiers" Kind="Enumeration" />
81       <Type Name="ConsoleSpecialKey" Kind="Enumeration" />
82       <Type Name="ContextBoundObject" Kind="Class" />
83       <Type Name="ContextMarshalException" Kind="Class" />
84       <Type Name="ContextStaticAttribute" Kind="Class" />
85       <Type Name="Convert" Kind="Class" />
86       <Type Name="Converter`2" DisplayName="Converter&lt;TInput,TOutput&gt;" Kind="Delegate" />
87       <Type Name="CrossAppDomainDelegate" Kind="Delegate" />
88       <Type Name="DataMisalignedException" Kind="Class" />
89       <Type Name="DateTime" Kind="Structure" />
90       <Type Name="DateTimeKind" Kind="Enumeration" />
91       <Type Name="DateTimeOffset" Kind="Structure" />
92       <Type Name="DayOfWeek" Kind="Enumeration" />
93       <Type Name="DBNull" Kind="Class" />
94       <Type Name="Decimal" Kind="Structure" />
95       <Type Name="Delegate" Kind="Class" />
96       <Type Name="DivideByZeroException" Kind="Class" />
97       <Type Name="DllNotFoundException" Kind="Class" />
98       <Type Name="Double" Kind="Structure" />
99       <Type Name="DuplicateWaitObjectException" Kind="Class" />
100       <Type Name="EntryPointNotFoundException" Kind="Class" />
101       <Type Name="Enum" Kind="Class" />
102       <Type Name="Environment" Kind="Class" />
103       <Type Name="Environment+SpecialFolder" Kind="Enumeration" />
104       <Type Name="Environment+SpecialFolderOption" Kind="Enumeration" />
105       <Type Name="EnvironmentVariableTarget" Kind="Enumeration" />
106       <Type Name="EventArgs" Kind="Class" />
107       <Type Name="EventHandler" Kind="Delegate" />
108       <Type Name="EventHandler`1" DisplayName="EventHandler&lt;TEventArgs&gt;" Kind="Delegate" />
109       <Type Name="Exception" Kind="Class" />
110       <Type Name="ExecutionEngineException" Kind="Class" />
111       <Type Name="FieldAccessException" Kind="Class" />
112       <Type Name="FlagsAttribute" Kind="Class" />
113       <Type Name="FormatException" Kind="Class" />
114       <Type Name="Func`1" DisplayName="Func&lt;TResult&gt;" Kind="Delegate" />
115       <Type Name="Func`2" DisplayName="Func&lt;T,TResult&gt;" Kind="Delegate" />
116       <Type Name="Func`3" DisplayName="Func&lt;T1,T2,TResult&gt;" Kind="Delegate" />
117       <Type Name="Func`4" DisplayName="Func&lt;T1,T2,T3,TResult&gt;" Kind="Delegate" />
118       <Type Name="Func`5" DisplayName="Func&lt;T1,T2,T3,T4,TResult&gt;" Kind="Delegate" />
119       <Type Name="Func`6" DisplayName="Func&lt;T1,T2,T3,T4,T5,TResult&gt;" Kind="Delegate" />
120       <Type Name="Func`7" DisplayName="Func&lt;T1,T2,T3,T4,T5,T6,TResult&gt;" Kind="Delegate" />
121       <Type Name="Func`8" DisplayName="Func&lt;T1,T2,T3,T4,T5,T6,T7,TResult&gt;" Kind="Delegate" />
122       <Type Name="Func`9" DisplayName="Func&lt;T1,T2,T3,T4,T5,T6,T7,T8,TResult&gt;" Kind="Delegate" />
123       <Type Name="GC" Kind="Class" />
124       <Type Name="GCCollectionMode" Kind="Enumeration" />
125       <Type Name="GCNotificationStatus" Kind="Enumeration" />
126       <Type Name="Guid" Kind="Structure" />
127       <Type Name="IAppDomainSetup" Kind="Interface" />
128       <Type Name="IAsyncResult" Kind="Interface" />
129       <Type Name="ICloneable" Kind="Interface" />
130       <Type Name="IComparable" Kind="Interface" />
131       <Type Name="IComparable`1" DisplayName="IComparable&lt;T&gt;" Kind="Interface" />
132       <Type Name="IConvertible" Kind="Interface" />
133       <Type Name="ICustomFormatter" Kind="Interface" />
134       <Type Name="IDisposable" Kind="Interface" />
135       <Type Name="IEquatable`1" DisplayName="IEquatable&lt;T&gt;" Kind="Interface" />
136       <Type Name="IFormatProvider" Kind="Interface" />
137       <Type Name="IFormattable" Kind="Interface" />
138       <Type Name="IndexOutOfRangeException" Kind="Class" />
139       <Type Name="InsufficientExecutionStackException" Kind="Class" />
140       <Type Name="InsufficientMemoryException" Kind="Class" />
141       <Type Name="Int16" Kind="Structure" />
142       <Type Name="Int32" Kind="Structure" />
143       <Type Name="Int64" Kind="Structure" />
144       <Type Name="IntPtr" Kind="Structure" />
145       <Type Name="InvalidCastException" Kind="Class" />
146       <Type Name="InvalidOperationException" Kind="Class" />
147       <Type Name="InvalidProgramException" Kind="Class" />
148       <Type Name="InvalidTimeZoneException" Kind="Class" />
149       <Type Name="IObservable`1" DisplayName="IObservable&lt;T&gt;" Kind="Interface" />
150       <Type Name="IObserver`1" DisplayName="IObserver&lt;T&gt;" Kind="Interface" />
151       <Type Name="IProgress`1" DisplayName="IProgress&lt;T&gt;" Kind="Interface" />
152       <Type Name="IServiceProvider" Kind="Interface" />
153       <Type Name="Lazy`1" DisplayName="Lazy&lt;T&gt;" Kind="Class" />
154       <Type Name="LoaderOptimization" Kind="Enumeration" />
155       <Type Name="LoaderOptimizationAttribute" Kind="Class" />
156       <Type Name="LocalDataStoreSlot" Kind="Class" />
157       <Type Name="MarshalByRefObject" Kind="Class" />
158       <Type Name="Math" Kind="Class" />
159       <Type Name="MemberAccessException" Kind="Class" />
160       <Type Name="MethodAccessException" Kind="Class" />
161       <Type Name="MidpointRounding" Kind="Enumeration" />
162       <Type Name="MissingFieldException" Kind="Class" />
163       <Type Name="MissingMemberException" Kind="Class" />
164       <Type Name="MissingMethodException" Kind="Class" />
165       <Type Name="ModuleHandle" Kind="Structure" />
166       <Type Name="MTAThreadAttribute" Kind="Class" />
167       <Type Name="MulticastDelegate" Kind="Class" />
168       <Type Name="MulticastNotSupportedException" Kind="Class" />
169       <Type Name="NonSerializedAttribute" Kind="Class" />
170       <Type Name="NotFiniteNumberException" Kind="Class" />
171       <Type Name="NotImplementedException" Kind="Class" />
172       <Type Name="NotSupportedException" Kind="Class" />
173       <Type Name="Nullable" Kind="Class" />
174       <Type Name="Nullable`1" DisplayName="Nullable&lt;T&gt;" Kind="Structure" />
175       <Type Name="NullReferenceException" Kind="Class" />
176       <Type Name="Object" Kind="Class" />
177       <Type Name="ObjectDisposedException" Kind="Class" />
178       <Type Name="ObsoleteAttribute" Kind="Class" />
179       <Type Name="OperatingSystem" Kind="Class" />
180       <Type Name="OperationCanceledException" Kind="Class" />
181       <Type Name="OutOfMemoryException" Kind="Class" />
182       <Type Name="OverflowException" Kind="Class" />
183       <Type Name="ParamArrayAttribute" Kind="Class" />
184       <Type Name="PlatformID" Kind="Enumeration" />
185       <Type Name="PlatformNotSupportedException" Kind="Class" />
186       <Type Name="Predicate`1" DisplayName="Predicate&lt;T&gt;" Kind="Delegate" />
187       <Type Name="Progress`1" DisplayName="Progress&lt;T&gt;" Kind="Class" />
188       <Type Name="Random" Kind="Class" />
189       <Type Name="RankException" Kind="Class" />
190       <Type Name="ResolveEventArgs" Kind="Class" />
191       <Type Name="ResolveEventHandler" Kind="Delegate" />
192       <Type Name="RuntimeArgumentHandle" Kind="Structure" />
193       <Type Name="RuntimeFieldHandle" Kind="Structure" />
194       <Type Name="RuntimeMethodHandle" Kind="Structure" />
195       <Type Name="RuntimeTypeHandle" Kind="Structure" />
196       <Type Name="SByte" Kind="Structure" />
197       <Type Name="SerializableAttribute" Kind="Class" />
198       <Type Name="Single" Kind="Structure" />
199       <Type Name="StackOverflowException" Kind="Class" />
200       <Type Name="STAThreadAttribute" Kind="Class" />
201       <Type Name="String" Kind="Class" />
202       <Type Name="StringComparer" Kind="Class" />
203       <Type Name="StringComparison" Kind="Enumeration" />
204       <Type Name="StringSplitOptions" Kind="Enumeration" />
205       <Type Name="SystemException" Kind="Class" />
206       <Type Name="ThreadStaticAttribute" Kind="Class" />
207       <Type Name="TimeoutException" Kind="Class" />
208       <Type Name="TimeSpan" Kind="Structure" />
209       <Type Name="TimeZone" Kind="Class" />
210       <Type Name="TimeZoneInfo" Kind="Class" />
211       <Type Name="TimeZoneInfo+AdjustmentRule" Kind="Class" />
212       <Type Name="TimeZoneInfo+TransitionTime" Kind="Structure" />
213       <Type Name="TimeZoneNotFoundException" Kind="Class" />
214       <Type Name="Tuple" Kind="Class" />
215       <Type Name="Tuple`1" DisplayName="Tuple&lt;T1&gt;" Kind="Class" />
216       <Type Name="Tuple`2" DisplayName="Tuple&lt;T1,T2&gt;" Kind="Class" />
217       <Type Name="Tuple`3" DisplayName="Tuple&lt;T1,T2,T3&gt;" Kind="Class" />
218       <Type Name="Tuple`4" DisplayName="Tuple&lt;T1,T2,T3,T4&gt;" Kind="Class" />
219       <Type Name="Tuple`5" DisplayName="Tuple&lt;T1,T2,T3,T4,T5&gt;" Kind="Class" />
220       <Type Name="Tuple`6" DisplayName="Tuple&lt;T1,T2,T3,T4,T5,T6&gt;" Kind="Class" />
221       <Type Name="Tuple`7" DisplayName="Tuple&lt;T1,T2,T3,T4,T5,T6,T7&gt;" Kind="Class" />
222       <Type Name="Tuple`8" DisplayName="Tuple&lt;T1,T2,T3,T4,T5,T6,T7,TRest&gt;" Kind="Class" />
223       <Type Name="Type" Kind="Class" />
224       <Type Name="TypeAccessException" Kind="Class" />
225       <Type Name="TypeCode" Kind="Enumeration" />
226       <Type Name="TypedReference" Kind="Structure" />
227       <Type Name="TypeInitializationException" Kind="Class" />
228       <Type Name="TypeLoadException" Kind="Class" />
229       <Type Name="TypeUnloadedException" Kind="Class" />
230       <Type Name="UInt16" Kind="Structure" />
231       <Type Name="UInt32" Kind="Structure" />
232       <Type Name="UInt64" Kind="Structure" />
233       <Type Name="UIntPtr" Kind="Structure" />
234       <Type Name="UnauthorizedAccessException" Kind="Class" />
235       <Type Name="UnhandledExceptionEventArgs" Kind="Class" />
236       <Type Name="UnhandledExceptionEventHandler" Kind="Delegate" />
237       <Type Name="ValueType" Kind="Class" />
238       <Type Name="Version" Kind="Class" />
239       <Type Name="Void" Kind="Structure" />
240       <Type Name="WeakReference" Kind="Class" />
241       <Type Name="WeakReference`1" DisplayName="WeakReference&lt;T&gt;" Kind="Class" />
242     </Namespace>
243     <Namespace Name="System.Collections">
244       <Type Name="ArrayList" Kind="Class" />
245       <Type Name="BitArray" Kind="Class" />
246       <Type Name="CaseInsensitiveComparer" Kind="Class" />
247       <Type Name="CaseInsensitiveHashCodeProvider" Kind="Class" />
248       <Type Name="CollectionBase" Kind="Class" />
249       <Type Name="Comparer" Kind="Class" />
250       <Type Name="DictionaryBase" Kind="Class" />
251       <Type Name="DictionaryEntry" Kind="Structure" />
252       <Type Name="Hashtable" Kind="Class" />
253       <Type Name="ICollection" Kind="Interface" />
254       <Type Name="IComparer" Kind="Interface" />
255       <Type Name="IDictionary" Kind="Interface" />
256       <Type Name="IDictionaryEnumerator" Kind="Interface" />
257       <Type Name="IEnumerable" Kind="Interface" />
258       <Type Name="IEnumerator" Kind="Interface" />
259       <Type Name="IEqualityComparer" Kind="Interface" />
260       <Type Name="IHashCodeProvider" Kind="Interface" />
261       <Type Name="IList" Kind="Interface" />
262       <Type Name="IStructuralComparable" Kind="Interface" />
263       <Type Name="IStructuralEquatable" Kind="Interface" />
264       <Type Name="Queue" Kind="Class" />
265       <Type Name="ReadOnlyCollectionBase" Kind="Class" />
266       <Type Name="SortedList" Kind="Class" />
267       <Type Name="Stack" Kind="Class" />
268       <Type Name="StructuralComparisons" Kind="Class" />
269     </Namespace>
270     <Namespace Name="System.Collections.Concurrent">
271       <Type Name="ConcurrentDictionary`2" DisplayName="ConcurrentDictionary&lt;TKey,TValue&gt;" Kind="Class" />
272       <Type Name="ConcurrentQueue`1" DisplayName="ConcurrentQueue&lt;T&gt;" Kind="Class" />
273       <Type Name="ConcurrentStack`1" DisplayName="ConcurrentStack&lt;T&gt;" Kind="Class" />
274       <Type Name="EnumerablePartitionerOptions" Kind="Enumeration" />
275       <Type Name="IProducerConsumerCollection`1" DisplayName="IProducerConsumerCollection&lt;T&gt;" Kind="Interface" />
276       <Type Name="OrderablePartitioner`1" DisplayName="OrderablePartitioner&lt;TSource&gt;" Kind="Class" />
277       <Type Name="Partitioner" Kind="Class" />
278       <Type Name="Partitioner`1" DisplayName="Partitioner&lt;TSource&gt;" Kind="Class" />
279     </Namespace>
280     <Namespace Name="System.Collections.Generic">
281       <Type Name="Comparer`1" DisplayName="Comparer&lt;T&gt;" Kind="Class" />
282       <Type Name="Dictionary`2" DisplayName="Dictionary&lt;TKey,TValue&gt;" Kind="Class" />
283       <Type Name="Dictionary`2+Enumerator" DisplayName="Dictionary&lt;TKey,TValue&gt;+Enumerator" Kind="Structure" />
284       <Type Name="Dictionary`2+KeyCollection" DisplayName="Dictionary&lt;TKey,TValue&gt;+KeyCollection" Kind="Class" />
285       <Type Name="Dictionary`2+KeyCollection+Enumerator" DisplayName="Dictionary&lt;TKey,TValue&gt;+KeyCollection+Enumerator" Kind="Structure" />
286       <Type Name="Dictionary`2+ValueCollection" DisplayName="Dictionary&lt;TKey,TValue&gt;+ValueCollection" Kind="Class" />
287       <Type Name="Dictionary`2+ValueCollection+Enumerator" DisplayName="Dictionary&lt;TKey,TValue&gt;+ValueCollection+Enumerator" Kind="Structure" />
288       <Type Name="EqualityComparer`1" DisplayName="EqualityComparer&lt;T&gt;" Kind="Class" />
289       <Type Name="ICollection`1" DisplayName="ICollection&lt;T&gt;" Kind="Interface" />
290       <Type Name="IComparer`1" DisplayName="IComparer&lt;T&gt;" Kind="Interface" />
291       <Type Name="IDictionary`2" DisplayName="IDictionary&lt;TKey,TValue&gt;" Kind="Interface" />
292       <Type Name="IEnumerable`1" DisplayName="IEnumerable&lt;T&gt;" Kind="Interface" />
293       <Type Name="IEnumerator`1" DisplayName="IEnumerator&lt;T&gt;" Kind="Interface" />
294       <Type Name="IEqualityComparer`1" DisplayName="IEqualityComparer&lt;T&gt;" Kind="Interface" />
295       <Type Name="IList`1" DisplayName="IList&lt;T&gt;" Kind="Interface" />
296       <Type Name="IReadOnlyCollection`1" DisplayName="IReadOnlyCollection&lt;T&gt;" Kind="Interface" />
297       <Type Name="IReadOnlyDictionary`2" DisplayName="IReadOnlyDictionary&lt;TKey,TValue&gt;" Kind="Interface" />
298       <Type Name="IReadOnlyList`1" DisplayName="IReadOnlyList&lt;T&gt;" Kind="Interface" />
299       <Type Name="KeyNotFoundException" Kind="Class" />
300       <Type Name="KeyValuePair`2" DisplayName="KeyValuePair&lt;TKey,TValue&gt;" Kind="Structure" />
301       <Type Name="List`1" DisplayName="List&lt;T&gt;" Kind="Class" />
302       <Type Name="List`1+Enumerator" DisplayName="List&lt;T&gt;+Enumerator" Kind="Structure" />
303     </Namespace>
304     <Namespace Name="System.Collections.ObjectModel">
305       <Type Name="Collection`1" DisplayName="Collection&lt;T&gt;" Kind="Class" />
306       <Type Name="KeyedCollection`2" DisplayName="KeyedCollection&lt;TKey,TItem&gt;" Kind="Class" />
307       <Type Name="ReadOnlyCollection`1" DisplayName="ReadOnlyCollection&lt;T&gt;" Kind="Class" />
308       <Type Name="ReadOnlyDictionary`2" DisplayName="ReadOnlyDictionary&lt;TKey,TValue&gt;" Kind="Class" />
309       <Type Name="ReadOnlyDictionary`2+KeyCollection" DisplayName="ReadOnlyDictionary&lt;TKey,TValue&gt;+KeyCollection" Kind="Class" />
310       <Type Name="ReadOnlyDictionary`2+ValueCollection" DisplayName="ReadOnlyDictionary&lt;TKey,TValue&gt;+ValueCollection" Kind="Class" />
311     </Namespace>
312     <Namespace Name="System.Configuration.Assemblies">
313       <Type Name="AssemblyHash" Kind="Structure" />
314       <Type Name="AssemblyHashAlgorithm" Kind="Enumeration" />
315       <Type Name="AssemblyVersionCompatibility" Kind="Enumeration" />
316     </Namespace>
317     <Namespace Name="System.Deployment.Internal">
318       <Type Name="InternalActivationContextHelper" Kind="Class" />
319       <Type Name="InternalApplicationIdentityHelper" Kind="Class" />
320     </Namespace>
321     <Namespace Name="System.Diagnostics">
322       <Type Name="ConditionalAttribute" Kind="Class" />
323       <Type Name="DebuggableAttribute" Kind="Class" />
324       <Type Name="DebuggableAttribute+DebuggingModes" Kind="Enumeration" />
325       <Type Name="Debugger" Kind="Class" />
326       <Type Name="DebuggerBrowsableAttribute" Kind="Class" />
327       <Type Name="DebuggerBrowsableState" Kind="Enumeration" />
328       <Type Name="DebuggerDisplayAttribute" Kind="Class" />
329       <Type Name="DebuggerHiddenAttribute" Kind="Class" />
330       <Type Name="DebuggerNonUserCodeAttribute" Kind="Class" />
331       <Type Name="DebuggerStepperBoundaryAttribute" Kind="Class" />
332       <Type Name="DebuggerStepThroughAttribute" Kind="Class" />
333       <Type Name="DebuggerTypeProxyAttribute" Kind="Class" />
334       <Type Name="DebuggerVisualizerAttribute" Kind="Class" />
335       <Type Name="StackFrame" Kind="Class" />
336       <Type Name="StackTrace" Kind="Class" />
337     </Namespace>
338     <Namespace Name="System.Diagnostics.CodeAnalysis">
339       <Type Name="SuppressMessageAttribute" Kind="Class" />
340     </Namespace>
341     <Namespace Name="System.Diagnostics.Contracts">
342       <Type Name="Contract" Kind="Class" />
343       <Type Name="ContractAbbreviatorAttribute" Kind="Class" />
344       <Type Name="ContractArgumentValidatorAttribute" Kind="Class" />
345       <Type Name="ContractClassAttribute" Kind="Class" />
346       <Type Name="ContractClassForAttribute" Kind="Class" />
347       <Type Name="ContractFailedEventArgs" Kind="Class" />
348       <Type Name="ContractFailureKind" Kind="Enumeration" />
349       <Type Name="ContractInvariantMethodAttribute" Kind="Class" />
350       <Type Name="ContractOptionAttribute" Kind="Class" />
351       <Type Name="ContractPublicPropertyNameAttribute" Kind="Class" />
352       <Type Name="ContractReferenceAssemblyAttribute" Kind="Class" />
353       <Type Name="ContractRuntimeIgnoredAttribute" Kind="Class" />
354       <Type Name="ContractVerificationAttribute" Kind="Class" />
355       <Type Name="PureAttribute" Kind="Class" />
356     </Namespace>
357     <Namespace Name="System.Diagnostics.Contracts.Internal">
358       <Type Name="ContractHelper" Kind="Class" />
359     </Namespace>
360     <Namespace Name="System.Diagnostics.SymbolStore">
361       <Type Name="ISymbolBinder" Kind="Interface" />
362       <Type Name="ISymbolBinder1" Kind="Interface" />
363       <Type Name="ISymbolDocument" Kind="Interface" />
364       <Type Name="ISymbolDocumentWriter" Kind="Interface" />
365       <Type Name="ISymbolMethod" Kind="Interface" />
366       <Type Name="ISymbolNamespace" Kind="Interface" />
367       <Type Name="ISymbolReader" Kind="Interface" />
368       <Type Name="ISymbolScope" Kind="Interface" />
369       <Type Name="ISymbolVariable" Kind="Interface" />
370       <Type Name="ISymbolWriter" Kind="Interface" />
371       <Type Name="SymAddressKind" Kind="Enumeration" />
372       <Type Name="SymbolToken" Kind="Structure" />
373       <Type Name="SymDocumentType" Kind="Class" />
374       <Type Name="SymLanguageType" Kind="Class" />
375       <Type Name="SymLanguageVendor" Kind="Class" />
376     </Namespace>
377     <Namespace Name="System.Diagnostics.Tracing">
378       <Type Name="EventCommandEventArgs" Kind="Class" />
379       <Type Name="EventSource" Kind="Class" />
380     </Namespace>
381     <Namespace Name="System.Globalization">
382       <Type Name="Calendar" Kind="Class" />
383       <Type Name="CalendarAlgorithmType" Kind="Enumeration" />
384       <Type Name="CalendarWeekRule" Kind="Enumeration" />
385       <Type Name="CharUnicodeInfo" Kind="Class" />
386       <Type Name="ChineseLunisolarCalendar" Kind="Class" />
387       <Type Name="CompareInfo" Kind="Class" />
388       <Type Name="CompareOptions" Kind="Enumeration" />
389       <Type Name="CultureInfo" Kind="Class" />
390       <Type Name="CultureNotFoundException" Kind="Class" />
391       <Type Name="CultureTypes" Kind="Enumeration" />
392       <Type Name="DateTimeFormatInfo" Kind="Class" />
393       <Type Name="DateTimeStyles" Kind="Enumeration" />
394       <Type Name="DaylightTime" Kind="Class" />
395       <Type Name="DigitShapes" Kind="Enumeration" />
396       <Type Name="EastAsianLunisolarCalendar" Kind="Class" />
397       <Type Name="GregorianCalendar" Kind="Class" />
398       <Type Name="GregorianCalendarTypes" Kind="Enumeration" />
399       <Type Name="HebrewCalendar" Kind="Class" />
400       <Type Name="HijriCalendar" Kind="Class" />
401       <Type Name="IdnMapping" Kind="Class" />
402       <Type Name="JapaneseCalendar" Kind="Class" />
403       <Type Name="JapaneseLunisolarCalendar" Kind="Class" />
404       <Type Name="JulianCalendar" Kind="Class" />
405       <Type Name="KoreanCalendar" Kind="Class" />
406       <Type Name="KoreanLunisolarCalendar" Kind="Class" />
407       <Type Name="NumberFormatInfo" Kind="Class" />
408       <Type Name="NumberStyles" Kind="Enumeration" />
409       <Type Name="PersianCalendar" Kind="Class" />
410       <Type Name="RegionInfo" Kind="Class" />
411       <Type Name="SortKey" Kind="Class" />
412       <Type Name="StringInfo" Kind="Class" />
413       <Type Name="TaiwanCalendar" Kind="Class" />
414       <Type Name="TaiwanLunisolarCalendar" Kind="Class" />
415       <Type Name="TextElementEnumerator" Kind="Class" />
416       <Type Name="TextInfo" Kind="Class" />
417       <Type Name="ThaiBuddhistCalendar" Kind="Class" />
418       <Type Name="TimeSpanStyles" Kind="Enumeration" />
419       <Type Name="UmAlQuraCalendar" Kind="Class" />
420       <Type Name="UnicodeCategory" Kind="Enumeration" />
421     </Namespace>
422     <Namespace Name="System.IO">
423       <Type Name="BinaryReader" Kind="Class" />
424       <Type Name="BinaryWriter" Kind="Class" />
425       <Type Name="BufferedStream" Kind="Class" />
426       <Type Name="Directory" Kind="Class" />
427       <Type Name="DirectoryInfo" Kind="Class" />
428       <Type Name="DirectoryNotFoundException" Kind="Class" />
429       <Type Name="DriveInfo" Kind="Class" />
430       <Type Name="DriveNotFoundException" Kind="Class" />
431       <Type Name="DriveType" Kind="Enumeration" />
432       <Type Name="EndOfStreamException" Kind="Class" />
433       <Type Name="File" Kind="Class" />
434       <Type Name="FileAccess" Kind="Enumeration" />
435       <Type Name="FileAttributes" Kind="Enumeration" />
436       <Type Name="FileInfo" Kind="Class" />
437       <Type Name="FileLoadException" Kind="Class" />
438       <Type Name="FileMode" Kind="Enumeration" />
439       <Type Name="FileNotFoundException" Kind="Class" />
440       <Type Name="FileOptions" Kind="Enumeration" />
441       <Type Name="FileShare" Kind="Enumeration" />
442       <Type Name="FileStream" Kind="Class" />
443       <Type Name="FileSystemInfo" Kind="Class" />
444       <Type Name="IOException" Kind="Class" />
445       <Type Name="MemoryStream" Kind="Class" />
446       <Type Name="Path" Kind="Class" />
447       <Type Name="PathTooLongException" Kind="Class" />
448       <Type Name="SearchOption" Kind="Enumeration" />
449       <Type Name="SeekOrigin" Kind="Enumeration" />
450       <Type Name="Stream" Kind="Class" />
451       <Type Name="StreamReader" Kind="Class" />
452       <Type Name="StreamWriter" Kind="Class" />
453       <Type Name="StringReader" Kind="Class" />
454       <Type Name="StringWriter" Kind="Class" />
455       <Type Name="TextReader" Kind="Class" />
456       <Type Name="TextWriter" Kind="Class" />
457       <Type Name="UnmanagedMemoryAccessor" Kind="Class" />
458       <Type Name="UnmanagedMemoryStream" Kind="Class" />
459     </Namespace>
460     <Namespace Name="System.IO.IsolatedStorage">
461       <Type Name="INormalizeForIsolatedStorage" Kind="Interface" />
462       <Type Name="IsolatedStorage" Kind="Class" />
463       <Type Name="IsolatedStorageException" Kind="Class" />
464       <Type Name="IsolatedStorageFile" Kind="Class" />
465       <Type Name="IsolatedStorageFileStream" Kind="Class" />
466       <Type Name="IsolatedStorageScope" Kind="Enumeration" />
467       <Type Name="IsolatedStorageSecurityOptions" Kind="Enumeration" />
468       <Type Name="IsolatedStorageSecurityState" Kind="Class" />
469     </Namespace>
470     <Namespace Name="System.Reflection">
471       <Type Name="AmbiguousMatchException" Kind="Class" />
472       <Type Name="Assembly" Kind="Class" />
473       <Type Name="AssemblyAlgorithmIdAttribute" Kind="Class" />
474       <Type Name="AssemblyCompanyAttribute" Kind="Class" />
475       <Type Name="AssemblyConfigurationAttribute" Kind="Class" />
476       <Type Name="AssemblyContentType" Kind="Enumeration" />
477       <Type Name="AssemblyCopyrightAttribute" Kind="Class" />
478       <Type Name="AssemblyCultureAttribute" Kind="Class" />
479       <Type Name="AssemblyDefaultAliasAttribute" Kind="Class" />
480       <Type Name="AssemblyDelaySignAttribute" Kind="Class" />
481       <Type Name="AssemblyDescriptionAttribute" Kind="Class" />
482       <Type Name="AssemblyFileVersionAttribute" Kind="Class" />
483       <Type Name="AssemblyFlagsAttribute" Kind="Class" />
484       <Type Name="AssemblyInformationalVersionAttribute" Kind="Class" />
485       <Type Name="AssemblyKeyFileAttribute" Kind="Class" />
486       <Type Name="AssemblyKeyNameAttribute" Kind="Class" />
487       <Type Name="AssemblyMetadataAttribute" Kind="Class" />
488       <Type Name="AssemblyName" Kind="Class" />
489       <Type Name="AssemblyNameFlags" Kind="Enumeration" />
490       <Type Name="AssemblyNameProxy" Kind="Class" />
491       <Type Name="AssemblyProductAttribute" Kind="Class" />
492       <Type Name="AssemblySignatureKeyAttribute" Kind="Class" />
493       <Type Name="AssemblyTitleAttribute" Kind="Class" />
494       <Type Name="AssemblyTrademarkAttribute" Kind="Class" />
495       <Type Name="AssemblyVersionAttribute" Kind="Class" />
496       <Type Name="Binder" Kind="Class" />
497       <Type Name="BindingFlags" Kind="Enumeration" />
498       <Type Name="CallingConventions" Kind="Enumeration" />
499       <Type Name="ConstructorInfo" Kind="Class" />
500       <Type Name="CustomAttributeData" Kind="Class" />
501       <Type Name="CustomAttributeExtensions" Kind="Class" />
502       <Type Name="CustomAttributeFormatException" Kind="Class" />
503       <Type Name="CustomAttributeNamedArgument" Kind="Structure" />
504       <Type Name="CustomAttributeTypedArgument" Kind="Structure" />
505       <Type Name="DefaultMemberAttribute" Kind="Class" />
506       <Type Name="EventAttributes" Kind="Enumeration" />
507       <Type Name="EventInfo" Kind="Class" />
508       <Type Name="ExceptionHandlingClause" Kind="Class" />
509       <Type Name="ExceptionHandlingClauseOptions" Kind="Enumeration" />
510       <Type Name="FieldAttributes" Kind="Enumeration" />
511       <Type Name="FieldInfo" Kind="Class" />
512       <Type Name="GenericParameterAttributes" Kind="Enumeration" />
513       <Type Name="ICustomAttributeProvider" Kind="Interface" />
514       <Type Name="ImageFileMachine" Kind="Enumeration" />
515       <Type Name="InterfaceMapping" Kind="Structure" />
516       <Type Name="IntrospectionExtensions" Kind="Class" />
517       <Type Name="InvalidFilterCriteriaException" Kind="Class" />
518       <Type Name="IReflect" Kind="Interface" />
519       <Type Name="IReflectableType" Kind="Interface" />
520       <Type Name="LocalVariableInfo" Kind="Class" />
521       <Type Name="ManifestResourceInfo" Kind="Class" />
522       <Type Name="MemberFilter" Kind="Delegate" />
523       <Type Name="MemberInfo" Kind="Class" />
524       <Type Name="MemberTypes" Kind="Enumeration" />
525       <Type Name="MethodAttributes" Kind="Enumeration" />
526       <Type Name="MethodBase" Kind="Class" />
527       <Type Name="MethodBody" Kind="Class" />
528       <Type Name="MethodImplAttributes" Kind="Enumeration" />
529       <Type Name="MethodInfo" Kind="Class" />
530       <Type Name="Missing" Kind="Class" />
531       <Type Name="Module" Kind="Class" />
532       <Type Name="ModuleResolveEventHandler" Kind="Delegate" />
533       <Type Name="ObfuscateAssemblyAttribute" Kind="Class" />
534       <Type Name="ObfuscationAttribute" Kind="Class" />
535       <Type Name="ParameterAttributes" Kind="Enumeration" />
536       <Type Name="ParameterInfo" Kind="Class" />
537       <Type Name="ParameterModifier" Kind="Structure" />
538       <Type Name="Pointer" Kind="Class" />
539       <Type Name="PortableExecutableKinds" Kind="Enumeration" />
540       <Type Name="ProcessorArchitecture" Kind="Enumeration" />
541       <Type Name="PropertyAttributes" Kind="Enumeration" />
542       <Type Name="PropertyInfo" Kind="Class" />
543       <Type Name="ReflectionContext" Kind="Class" />
544       <Type Name="ReflectionTypeLoadException" Kind="Class" />
545       <Type Name="ResourceAttributes" Kind="Enumeration" />
546       <Type Name="ResourceLocation" Kind="Enumeration" />
547       <Type Name="RuntimeReflectionExtensions" Kind="Class" />
548       <Type Name="StrongNameKeyPair" Kind="Class" />
549       <Type Name="TargetException" Kind="Class" />
550       <Type Name="TargetInvocationException" Kind="Class" />
551       <Type Name="TargetParameterCountException" Kind="Class" />
552       <Type Name="TypeAttributes" Kind="Enumeration" />
553       <Type Name="TypeDelegator" Kind="Class" />
554       <Type Name="TypeFilter" Kind="Delegate" />
555       <Type Name="TypeInfo" Kind="Class" />
556     </Namespace>
557     <Namespace Name="System.Reflection.Emit">
558       <Type Name="AssemblyBuilder" Kind="Class" />
559       <Type Name="AssemblyBuilderAccess" Kind="Enumeration" />
560       <Type Name="ConstructorBuilder" Kind="Class" />
561       <Type Name="CustomAttributeBuilder" Kind="Class" />
562       <Type Name="DynamicILInfo" Kind="Class" />
563       <Type Name="DynamicMethod" Kind="Class" />
564       <Type Name="EnumBuilder" Kind="Class" />
565       <Type Name="EventBuilder" Kind="Class" />
566       <Type Name="EventToken" Kind="Structure" />
567       <Type Name="FieldBuilder" Kind="Class" />
568       <Type Name="FieldToken" Kind="Structure" />
569       <Type Name="FlowControl" Kind="Enumeration" />
570       <Type Name="GenericTypeParameterBuilder" Kind="Class" />
571       <Type Name="ILGenerator" Kind="Class" />
572       <Type Name="Label" Kind="Structure" />
573       <Type Name="LocalBuilder" Kind="Class" />
574       <Type Name="MethodBuilder" Kind="Class" />
575       <Type Name="MethodRental" Kind="Class" />
576       <Type Name="MethodToken" Kind="Structure" />
577       <Type Name="ModuleBuilder" Kind="Class" />
578       <Type Name="OpCode" Kind="Structure" />
579       <Type Name="OpCodes" Kind="Class" />
580       <Type Name="OpCodeType" Kind="Enumeration" />
581       <Type Name="OperandType" Kind="Enumeration" />
582       <Type Name="PackingSize" Kind="Enumeration" />
583       <Type Name="ParameterBuilder" Kind="Class" />
584       <Type Name="ParameterToken" Kind="Structure" />
585       <Type Name="PEFileKinds" Kind="Enumeration" />
586       <Type Name="PropertyBuilder" Kind="Class" />
587       <Type Name="PropertyToken" Kind="Structure" />
588       <Type Name="SignatureHelper" Kind="Class" />
589       <Type Name="SignatureToken" Kind="Structure" />
590       <Type Name="StackBehaviour" Kind="Enumeration" />
591       <Type Name="StringToken" Kind="Structure" />
592       <Type Name="TypeBuilder" Kind="Class" />
593       <Type Name="TypeToken" Kind="Structure" />
594       <Type Name="UnmanagedMarshal" Kind="Class" />
595     </Namespace>
596     <Namespace Name="System.Resources">
597       <Type Name="IResourceReader" Kind="Interface" />
598       <Type Name="IResourceWriter" Kind="Interface" />
599       <Type Name="MissingManifestResourceException" Kind="Class" />
600       <Type Name="MissingSatelliteAssemblyException" Kind="Class" />
601       <Type Name="NeutralResourcesLanguageAttribute" Kind="Class" />
602       <Type Name="ResourceManager" Kind="Class" />
603       <Type Name="ResourceReader" Kind="Class" />
604       <Type Name="ResourceSet" Kind="Class" />
605       <Type Name="ResourceWriter" Kind="Class" />
606       <Type Name="SatelliteContractVersionAttribute" Kind="Class" />
607       <Type Name="UltimateResourceFallbackLocation" Kind="Enumeration" />
608     </Namespace>
609     <Namespace Name="System.Runtime">
610       <Type Name="AssemblyTargetedPatchBandAttribute" Kind="Class" />
611       <Type Name="GCLatencyMode" Kind="Enumeration" />
612       <Type Name="GCSettings" Kind="Class" />
613       <Type Name="MemoryFailPoint" Kind="Class" />
614       <Type Name="TargetedPatchingOptOutAttribute" Kind="Class" />
615     </Namespace>
616     <Namespace Name="System.Runtime.CompilerServices">
617       <Type Name="AccessedThroughPropertyAttribute" Kind="Class" />
618       <Type Name="AsyncStateMachineAttribute" Kind="Class" />
619       <Type Name="AsyncTaskMethodBuilder" Kind="Structure" />
620       <Type Name="AsyncTaskMethodBuilder`1" DisplayName="AsyncTaskMethodBuilder&lt;TResult&gt;" Kind="Structure" />
621       <Type Name="AsyncVoidMethodBuilder" Kind="Structure" />
622       <Type Name="CallConvCdecl" Kind="Class" />
623       <Type Name="CallConvFastcall" Kind="Class" />
624       <Type Name="CallConvStdcall" Kind="Class" />
625       <Type Name="CallConvThiscall" Kind="Class" />
626       <Type Name="CallerFilePathAttribute" Kind="Class" />
627       <Type Name="CallerLineNumberAttribute" Kind="Class" />
628       <Type Name="CallerMemberNameAttribute" Kind="Class" />
629       <Type Name="CompilationRelaxations" Kind="Enumeration" />
630       <Type Name="CompilationRelaxationsAttribute" Kind="Class" />
631       <Type Name="CompilerGeneratedAttribute" Kind="Class" />
632       <Type Name="CompilerGlobalScopeAttribute" Kind="Class" />
633       <Type Name="CompilerMarshalOverride" Kind="Class" />
634       <Type Name="ConditionalWeakTable`2" DisplayName="ConditionalWeakTable&lt;TKey,TValue&gt;" Kind="Class" />
635       <Type Name="ConditionalWeakTable`2+CreateValueCallback" DisplayName="ConditionalWeakTable&lt;TKey,TValue&gt;+CreateValueCallback" Kind="Delegate" />
636       <Type Name="ConfiguredTaskAwaitable" Kind="Structure" />
637       <Type Name="ConfiguredTaskAwaitable`1" DisplayName="ConfiguredTaskAwaitable&lt;TResult&gt;" Kind="Structure" />
638       <Type Name="ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter" DisplayName="ConfiguredTaskAwaitable&lt;TResult&gt;+ConfiguredTaskAwaiter" Kind="Structure" />
639       <Type Name="ConfiguredTaskAwaitable+ConfiguredTaskAwaiter" Kind="Structure" />
640       <Type Name="ContractHelper" Kind="Class" />
641       <Type Name="CustomConstantAttribute" Kind="Class" />
642       <Type Name="DateTimeConstantAttribute" Kind="Class" />
643       <Type Name="DecimalConstantAttribute" Kind="Class" />
644       <Type Name="DefaultDependencyAttribute" Kind="Class" />
645       <Type Name="DependencyAttribute" Kind="Class" />
646       <Type Name="DiscardableAttribute" Kind="Class" />
647       <Type Name="ExtensionAttribute" Kind="Class" />
648       <Type Name="FixedAddressValueTypeAttribute" Kind="Class" />
649       <Type Name="FixedBufferAttribute" Kind="Class" />
650       <Type Name="HasCopySemanticsAttribute" Kind="Class" />
651       <Type Name="IAsyncStateMachine" Kind="Interface" />
652       <Type Name="ICriticalNotifyCompletion" Kind="Interface" />
653       <Type Name="IDispatchConstantAttribute" Kind="Class" />
654       <Type Name="IndexerNameAttribute" Kind="Class" />
655       <Type Name="INotifyCompletion" Kind="Interface" />
656       <Type Name="InternalsVisibleToAttribute" Kind="Class" />
657       <Type Name="IsBoxed" Kind="Class" />
658       <Type Name="IsByValue" Kind="Class" />
659       <Type Name="IsConst" Kind="Class" />
660       <Type Name="IsCopyConstructed" Kind="Class" />
661       <Type Name="IsExplicitlyDereferenced" Kind="Class" />
662       <Type Name="IsImplicitlyDereferenced" Kind="Class" />
663       <Type Name="IsJitIntrinsic" Kind="Class" />
664       <Type Name="IsLong" Kind="Class" />
665       <Type Name="IsPinned" Kind="Class" />
666       <Type Name="IsSignUnspecifiedByte" Kind="Class" />
667       <Type Name="IsUdtReturn" Kind="Class" />
668       <Type Name="IsVolatile" Kind="Class" />
669       <Type Name="IteratorStateMachineAttribute" Kind="Class" />
670       <Type Name="IUnknownConstantAttribute" Kind="Class" />
671       <Type Name="LoadHint" Kind="Enumeration" />
672       <Type Name="MethodCodeType" Kind="Enumeration" />
673       <Type Name="MethodImplAttribute" Kind="Class" />
674       <Type Name="MethodImplOptions" Kind="Enumeration" />
675       <Type Name="NativeCppClassAttribute" Kind="Class" />
676       <Type Name="ReferenceAssemblyAttribute" Kind="Class" />
677       <Type Name="RequiredAttributeAttribute" Kind="Class" />
678       <Type Name="RuntimeCompatibilityAttribute" Kind="Class" />
679       <Type Name="RuntimeHelpers" Kind="Class" />
680       <Type Name="RuntimeHelpers+CleanupCode" Kind="Delegate" />
681       <Type Name="RuntimeHelpers+TryCode" Kind="Delegate" />
682       <Type Name="RuntimeWrappedException" Kind="Class" />
683       <Type Name="ScopelessEnumAttribute" Kind="Class" />
684       <Type Name="SpecialNameAttribute" Kind="Class" />
685       <Type Name="StateMachineAttribute" Kind="Class" />
686       <Type Name="StringFreezingAttribute" Kind="Class" />
687       <Type Name="SuppressIldasmAttribute" Kind="Class" />
688       <Type Name="TaskAwaiter" Kind="Structure" />
689       <Type Name="TaskAwaiter`1" DisplayName="TaskAwaiter&lt;TResult&gt;" Kind="Structure" />
690       <Type Name="TypeForwardedFromAttribute" Kind="Class" />
691       <Type Name="TypeForwardedToAttribute" Kind="Class" />
692       <Type Name="UnsafeValueTypeAttribute" Kind="Class" />
693       <Type Name="YieldAwaitable" Kind="Structure" />
694       <Type Name="YieldAwaitable+YieldAwaiter" Kind="Structure" />
695     </Namespace>
696     <Namespace Name="System.Runtime.ConstrainedExecution">
697       <Type Name="Cer" Kind="Enumeration" />
698       <Type Name="Consistency" Kind="Enumeration" />
699       <Type Name="CriticalFinalizerObject" Kind="Class" />
700       <Type Name="PrePrepareMethodAttribute" Kind="Class" />
701       <Type Name="ReliabilityContractAttribute" Kind="Class" />
702     </Namespace>
703     <Namespace Name="System.Runtime.ExceptionServices">
704       <Type Name="ExceptionDispatchInfo" Kind="Class" />
705       <Type Name="FirstChanceExceptionEventArgs" Kind="Class" />
706       <Type Name="HandleProcessCorruptedStateExceptionsAttribute" Kind="Class" />
707     </Namespace>
708     <Namespace Name="System.Runtime.Hosting">
709       <Type Name="ActivationArguments" Kind="Class" />
710       <Type Name="ApplicationActivator" Kind="Class" />
711     </Namespace>
712     <Namespace Name="System.Runtime.InteropServices">
713       <Type Name="_Activator" Kind="Interface" />
714       <Type Name="_Assembly" Kind="Interface" />
715       <Type Name="_AssemblyBuilder" Kind="Interface" />
716       <Type Name="_AssemblyName" Kind="Interface" />
717       <Type Name="_Attribute" Kind="Interface" />
718       <Type Name="_ConstructorBuilder" Kind="Interface" />
719       <Type Name="_ConstructorInfo" Kind="Interface" />
720       <Type Name="_CustomAttributeBuilder" Kind="Interface" />
721       <Type Name="_EnumBuilder" Kind="Interface" />
722       <Type Name="_EventBuilder" Kind="Interface" />
723       <Type Name="_EventInfo" Kind="Interface" />
724       <Type Name="_Exception" Kind="Interface" />
725       <Type Name="_FieldBuilder" Kind="Interface" />
726       <Type Name="_FieldInfo" Kind="Interface" />
727       <Type Name="_ILGenerator" Kind="Interface" />
728       <Type Name="_LocalBuilder" Kind="Interface" />
729       <Type Name="_MemberInfo" Kind="Interface" />
730       <Type Name="_MethodBase" Kind="Interface" />
731       <Type Name="_MethodBuilder" Kind="Interface" />
732       <Type Name="_MethodInfo" Kind="Interface" />
733       <Type Name="_MethodRental" Kind="Interface" />
734       <Type Name="_Module" Kind="Interface" />
735       <Type Name="_ModuleBuilder" Kind="Interface" />
736       <Type Name="_ParameterBuilder" Kind="Interface" />
737       <Type Name="_ParameterInfo" Kind="Interface" />
738       <Type Name="_PropertyBuilder" Kind="Interface" />
739       <Type Name="_PropertyInfo" Kind="Interface" />
740       <Type Name="_SignatureHelper" Kind="Interface" />
741       <Type Name="_Thread" Kind="Interface" />
742       <Type Name="_Type" Kind="Interface" />
743       <Type Name="_TypeBuilder" Kind="Interface" />
744       <Type Name="AllowReversePInvokeCallsAttribute" Kind="Class" />
745       <Type Name="ArrayWithOffset" Kind="Structure" />
746       <Type Name="AssemblyRegistrationFlags" Kind="Enumeration" />
747       <Type Name="AutomationProxyAttribute" Kind="Class" />
748       <Type Name="BestFitMappingAttribute" Kind="Class" />
749       <Type Name="BIND_OPTS" Kind="Structure" />
750       <Type Name="BINDPTR" Kind="Structure" />
751       <Type Name="BStrWrapper" Kind="Class" />
752       <Type Name="CALLCONV" Kind="Enumeration" />
753       <Type Name="CallingConvention" Kind="Enumeration" />
754       <Type Name="CharSet" Kind="Enumeration" />
755       <Type Name="ClassInterfaceAttribute" Kind="Class" />
756       <Type Name="ClassInterfaceType" Kind="Enumeration" />
757       <Type Name="CoClassAttribute" Kind="Class" />
758       <Type Name="ComAliasNameAttribute" Kind="Class" />
759       <Type Name="ComCompatibleVersionAttribute" Kind="Class" />
760       <Type Name="ComConversionLossAttribute" Kind="Class" />
761       <Type Name="ComDefaultInterfaceAttribute" Kind="Class" />
762       <Type Name="ComEventInterfaceAttribute" Kind="Class" />
763       <Type Name="COMException" Kind="Class" />
764       <Type Name="ComImportAttribute" Kind="Class" />
765       <Type Name="ComInterfaceType" Kind="Enumeration" />
766       <Type Name="ComMemberType" Kind="Enumeration" />
767       <Type Name="ComRegisterFunctionAttribute" Kind="Class" />
768       <Type Name="ComSourceInterfacesAttribute" Kind="Class" />
769       <Type Name="ComUnregisterFunctionAttribute" Kind="Class" />
770       <Type Name="ComVisibleAttribute" Kind="Class" />
771       <Type Name="CONNECTDATA" Kind="Structure" />
772       <Type Name="CriticalHandle" Kind="Class" />
773       <Type Name="CurrencyWrapper" Kind="Class" />
774       <Type Name="DefaultCharSetAttribute" Kind="Class" />
775       <Type Name="DESCKIND" Kind="Enumeration" />
776       <Type Name="DispatchWrapper" Kind="Class" />
777       <Type Name="DispIdAttribute" Kind="Class" />
778       <Type Name="DISPPARAMS" Kind="Structure" />
779       <Type Name="DllImportAttribute" Kind="Class" />
780       <Type Name="ELEMDESC" Kind="Structure" />
781       <Type Name="ELEMDESC+DESCUNION" Kind="Structure" />
782       <Type Name="ErrorWrapper" Kind="Class" />
783       <Type Name="EXCEPINFO" Kind="Structure" />
784       <Type Name="ExporterEventKind" Kind="Enumeration" />
785       <Type Name="ExtensibleClassFactory" Kind="Class" />
786       <Type Name="ExternalException" Kind="Class" />
787       <Type Name="FieldOffsetAttribute" Kind="Class" />
788       <Type Name="FILETIME" Kind="Structure" />
789       <Type Name="FUNCDESC" Kind="Structure" />
790       <Type Name="FUNCFLAGS" Kind="Enumeration" />
791       <Type Name="FUNCKIND" Kind="Enumeration" />
792       <Type Name="GCHandle" Kind="Structure" />
793       <Type Name="GCHandleType" Kind="Enumeration" />
794       <Type Name="GuidAttribute" Kind="Class" />
795       <Type Name="HandleRef" Kind="Structure" />
796       <Type Name="ICustomAdapter" Kind="Interface" />
797       <Type Name="ICustomFactory" Kind="Interface" />
798       <Type Name="ICustomMarshaler" Kind="Interface" />
799       <Type Name="IDispatchImplAttribute" Kind="Class" />
800       <Type Name="IDispatchImplType" Kind="Enumeration" />
801       <Type Name="IDLDESC" Kind="Structure" />
802       <Type Name="IDLFLAG" Kind="Enumeration" />
803       <Type Name="IMPLTYPEFLAGS" Kind="Enumeration" />
804       <Type Name="ImportedFromTypeLibAttribute" Kind="Class" />
805       <Type Name="ImporterEventKind" Kind="Enumeration" />
806       <Type Name="InAttribute" Kind="Class" />
807       <Type Name="InterfaceTypeAttribute" Kind="Class" />
808       <Type Name="InvalidComObjectException" Kind="Class" />
809       <Type Name="InvalidOleVariantTypeException" Kind="Class" />
810       <Type Name="INVOKEKIND" Kind="Enumeration" />
811       <Type Name="IRegistrationServices" Kind="Interface" />
812       <Type Name="ITypeLibConverter" Kind="Interface" />
813       <Type Name="ITypeLibExporterNameProvider" Kind="Interface" />
814       <Type Name="ITypeLibExporterNotifySink" Kind="Interface" />
815       <Type Name="ITypeLibImporterNotifySink" Kind="Interface" />
816       <Type Name="LayoutKind" Kind="Enumeration" />
817       <Type Name="LCIDConversionAttribute" Kind="Class" />
818       <Type Name="LIBFLAGS" Kind="Enumeration" />
819       <Type Name="Marshal" Kind="Class" />
820       <Type Name="MarshalAsAttribute" Kind="Class" />
821       <Type Name="MarshalDirectiveException" Kind="Class" />
822       <Type Name="ObjectCreationDelegate" Kind="Delegate" />
823       <Type Name="OptionalAttribute" Kind="Class" />
824       <Type Name="OutAttribute" Kind="Class" />
825       <Type Name="PARAMDESC" Kind="Structure" />
826       <Type Name="PARAMFLAG" Kind="Enumeration" />
827       <Type Name="PreserveSigAttribute" Kind="Class" />
828       <Type Name="PrimaryInteropAssemblyAttribute" Kind="Class" />
829       <Type Name="ProgIdAttribute" Kind="Class" />
830       <Type Name="RegistrationClassContext" Kind="Enumeration" />
831       <Type Name="RegistrationConnectionType" Kind="Enumeration" />
832       <Type Name="RegistrationServices" Kind="Class" />
833       <Type Name="RuntimeEnvironment" Kind="Class" />
834       <Type Name="SafeArrayRankMismatchException" Kind="Class" />
835       <Type Name="SafeArrayTypeMismatchException" Kind="Class" />
836       <Type Name="SafeBuffer" Kind="Class" />
837       <Type Name="SafeHandle" Kind="Class" />
838       <Type Name="SEHException" Kind="Class" />
839       <Type Name="SetWin32ContextInIDispatchAttribute" Kind="Class" />
840       <Type Name="STATSTG" Kind="Structure" />
841       <Type Name="StructLayoutAttribute" Kind="Class" />
842       <Type Name="SYSKIND" Kind="Enumeration" />
843       <Type Name="TYPEATTR" Kind="Structure" />
844       <Type Name="TYPEDESC" Kind="Structure" />
845       <Type Name="TYPEFLAGS" Kind="Enumeration" />
846       <Type Name="TypeIdentifierAttribute" Kind="Class" />
847       <Type Name="TYPEKIND" Kind="Enumeration" />
848       <Type Name="TYPELIBATTR" Kind="Structure" />
849       <Type Name="TypeLibConverter" Kind="Class" />
850       <Type Name="TypeLibExporterFlags" Kind="Enumeration" />
851       <Type Name="TypeLibFuncAttribute" Kind="Class" />
852       <Type Name="TypeLibFuncFlags" Kind="Enumeration" />
853       <Type Name="TypeLibImportClassAttribute" Kind="Class" />
854       <Type Name="TypeLibImporterFlags" Kind="Enumeration" />
855       <Type Name="TypeLibTypeAttribute" Kind="Class" />
856       <Type Name="TypeLibTypeFlags" Kind="Enumeration" />
857       <Type Name="TypeLibVarAttribute" Kind="Class" />
858       <Type Name="TypeLibVarFlags" Kind="Enumeration" />
859       <Type Name="TypeLibVersionAttribute" Kind="Class" />
860       <Type Name="UCOMIBindCtx" Kind="Interface" />
861       <Type Name="UCOMIConnectionPoint" Kind="Interface" />
862       <Type Name="UCOMIConnectionPointContainer" Kind="Interface" />
863       <Type Name="UCOMIEnumConnectionPoints" Kind="Interface" />
864       <Type Name="UCOMIEnumConnections" Kind="Interface" />
865       <Type Name="UCOMIEnumMoniker" Kind="Interface" />
866       <Type Name="UCOMIEnumString" Kind="Interface" />
867       <Type Name="UCOMIEnumVARIANT" Kind="Interface" />
868       <Type Name="UCOMIMoniker" Kind="Interface" />
869       <Type Name="UCOMIPersistFile" Kind="Interface" />
870       <Type Name="UCOMIRunningObjectTable" Kind="Interface" />
871       <Type Name="UCOMIStream" Kind="Interface" />
872       <Type Name="UCOMITypeComp" Kind="Interface" />
873       <Type Name="UCOMITypeInfo" Kind="Interface" />
874       <Type Name="UCOMITypeLib" Kind="Interface" />
875       <Type Name="UnknownWrapper" Kind="Class" />
876       <Type Name="UnmanagedFunctionPointerAttribute" Kind="Class" />
877       <Type Name="UnmanagedType" Kind="Enumeration" />
878       <Type Name="VARDESC" Kind="Structure" />
879       <Type Name="VARDESC+DESCUNION" Kind="Structure" />
880       <Type Name="VarEnum" Kind="Enumeration" />
881       <Type Name="VARFLAGS" Kind="Enumeration" />
882       <Type Name="VariantWrapper" Kind="Class" />
883     </Namespace>
884     <Namespace Name="System.Runtime.InteropServices.ComTypes">
885       <Type Name="BIND_OPTS" Kind="Structure" />
886       <Type Name="BINDPTR" Kind="Structure" />
887       <Type Name="CALLCONV" Kind="Enumeration" />
888       <Type Name="CONNECTDATA" Kind="Structure" />
889       <Type Name="DESCKIND" Kind="Enumeration" />
890       <Type Name="DISPPARAMS" Kind="Structure" />
891       <Type Name="ELEMDESC" Kind="Structure" />
892       <Type Name="ELEMDESC+DESCUNION" Kind="Structure" />
893       <Type Name="EXCEPINFO" Kind="Structure" />
894       <Type Name="FILETIME" Kind="Structure" />
895       <Type Name="FUNCDESC" Kind="Structure" />
896       <Type Name="FUNCFLAGS" Kind="Enumeration" />
897       <Type Name="FUNCKIND" Kind="Enumeration" />
898       <Type Name="IBindCtx" Kind="Interface" />
899       <Type Name="IConnectionPoint" Kind="Interface" />
900       <Type Name="IConnectionPointContainer" Kind="Interface" />
901       <Type Name="IDLDESC" Kind="Structure" />
902       <Type Name="IDLFLAG" Kind="Enumeration" />
903       <Type Name="IEnumConnectionPoints" Kind="Interface" />
904       <Type Name="IEnumConnections" Kind="Interface" />
905       <Type Name="IEnumMoniker" Kind="Interface" />
906       <Type Name="IEnumString" Kind="Interface" />
907       <Type Name="IEnumVARIANT" Kind="Interface" />
908       <Type Name="IMoniker" Kind="Interface" />
909       <Type Name="IMPLTYPEFLAGS" Kind="Enumeration" />
910       <Type Name="INVOKEKIND" Kind="Enumeration" />
911       <Type Name="IPersistFile" Kind="Interface" />
912       <Type Name="IRunningObjectTable" Kind="Interface" />
913       <Type Name="IStream" Kind="Interface" />
914       <Type Name="ITypeComp" Kind="Interface" />
915       <Type Name="ITypeInfo" Kind="Interface" />
916       <Type Name="ITypeInfo2" Kind="Interface" />
917       <Type Name="ITypeLib" Kind="Interface" />
918       <Type Name="ITypeLib2" Kind="Interface" />
919       <Type Name="LIBFLAGS" Kind="Enumeration" />
920       <Type Name="PARAMDESC" Kind="Structure" />
921       <Type Name="PARAMFLAG" Kind="Enumeration" />
922       <Type Name="STATSTG" Kind="Structure" />
923       <Type Name="SYSKIND" Kind="Enumeration" />
924       <Type Name="TYPEATTR" Kind="Structure" />
925       <Type Name="TYPEDESC" Kind="Structure" />
926       <Type Name="TYPEFLAGS" Kind="Enumeration" />
927       <Type Name="TYPEKIND" Kind="Enumeration" />
928       <Type Name="TYPELIBATTR" Kind="Structure" />
929       <Type Name="VARDESC" Kind="Structure" />
930       <Type Name="VARDESC+DESCUNION" Kind="Structure" />
931       <Type Name="VARFLAGS" Kind="Enumeration" />
932       <Type Name="VARKIND" Kind="Enumeration" />
933     </Namespace>
934     <Namespace Name="System.Runtime.InteropServices.Expando">
935       <Type Name="IExpando" Kind="Interface" />
936     </Namespace>
937     <Namespace Name="System.Runtime.InteropServices.WindowsRuntime">
938       <Type Name="DefaultInterfaceAttribute" Kind="Class" />
939       <Type Name="DesignerNamespaceResolveEventArgs" Kind="Class" />
940       <Type Name="EventRegistrationToken" Kind="Structure" />
941       <Type Name="EventRegistrationTokenTable`1" DisplayName="EventRegistrationTokenTable&lt;T&gt;" Kind="Class" />
942       <Type Name="IActivationFactory" Kind="Interface" />
943       <Type Name="InterfaceImplementedInVersionAttribute" Kind="Class" />
944       <Type Name="NamespaceResolveEventArgs" Kind="Class" />
945       <Type Name="ReadOnlyArrayAttribute" Kind="Class" />
946       <Type Name="ReturnValueNameAttribute" Kind="Class" />
947       <Type Name="WindowsRuntimeMarshal" Kind="Class" />
948       <Type Name="WindowsRuntimeMetadata" Kind="Class" />
949       <Type Name="WriteOnlyArrayAttribute" Kind="Class" />
950     </Namespace>
951     <Namespace Name="System.Runtime.Remoting">
952       <Type Name="ActivatedClientTypeEntry" Kind="Class" />
953       <Type Name="ActivatedServiceTypeEntry" Kind="Class" />
954       <Type Name="CustomErrorsModes" Kind="Enumeration" />
955       <Type Name="IChannelInfo" Kind="Interface" />
956       <Type Name="IEnvoyInfo" Kind="Interface" />
957       <Type Name="InternalRemotingServices" Kind="Class" />
958       <Type Name="IObjectHandle" Kind="Interface" />
959       <Type Name="IRemotingTypeInfo" Kind="Interface" />
960       <Type Name="ObjectHandle" Kind="Class" />
961       <Type Name="ObjRef" Kind="Class" />
962       <Type Name="RemotingConfiguration" Kind="Class" />
963       <Type Name="RemotingException" Kind="Class" />
964       <Type Name="RemotingServices" Kind="Class" />
965       <Type Name="RemotingTimeoutException" Kind="Class" />
966       <Type Name="ServerException" Kind="Class" />
967       <Type Name="SoapServices" Kind="Class" />
968       <Type Name="TypeEntry" Kind="Class" />
969       <Type Name="WellKnownClientTypeEntry" Kind="Class" />
970       <Type Name="WellKnownObjectMode" Kind="Enumeration" />
971       <Type Name="WellKnownServiceTypeEntry" Kind="Class" />
972     </Namespace>
973     <Namespace Name="System.Runtime.Remoting.Activation">
974       <Type Name="ActivatorLevel" Kind="Enumeration" />
975       <Type Name="IActivator" Kind="Interface" />
976       <Type Name="IConstructionCallMessage" Kind="Interface" />
977       <Type Name="IConstructionReturnMessage" Kind="Interface" />
978       <Type Name="UrlAttribute" Kind="Class" />
979     </Namespace>
980     <Namespace Name="System.Runtime.Remoting.Channels">
981       <Type Name="BaseChannelObjectWithProperties" Kind="Class" />
982       <Type Name="BaseChannelSinkWithProperties" Kind="Class" />
983       <Type Name="BaseChannelWithProperties" Kind="Class" />
984       <Type Name="ChannelDataStore" Kind="Class" />
985       <Type Name="ChannelServices" Kind="Class" />
986       <Type Name="ClientChannelSinkStack" Kind="Class" />
987       <Type Name="IChannel" Kind="Interface" />
988       <Type Name="IChannelDataStore" Kind="Interface" />
989       <Type Name="IChannelReceiver" Kind="Interface" />
990       <Type Name="IChannelReceiverHook" Kind="Interface" />
991       <Type Name="IChannelSender" Kind="Interface" />
992       <Type Name="IChannelSinkBase" Kind="Interface" />
993       <Type Name="IClientChannelSink" Kind="Interface" />
994       <Type Name="IClientChannelSinkProvider" Kind="Interface" />
995       <Type Name="IClientChannelSinkStack" Kind="Interface" />
996       <Type Name="IClientFormatterSink" Kind="Interface" />
997       <Type Name="IClientFormatterSinkProvider" Kind="Interface" />
998       <Type Name="IClientResponseChannelSinkStack" Kind="Interface" />
999       <Type Name="ISecurableChannel" Kind="Interface" />
1000       <Type Name="IServerChannelSink" Kind="Interface" />
1001       <Type Name="IServerChannelSinkProvider" Kind="Interface" />
1002       <Type Name="IServerChannelSinkStack" Kind="Interface" />
1003       <Type Name="IServerFormatterSinkProvider" Kind="Interface" />
1004       <Type Name="IServerResponseChannelSinkStack" Kind="Interface" />
1005       <Type Name="ITransportHeaders" Kind="Interface" />
1006       <Type Name="ServerChannelSinkStack" Kind="Class" />
1007       <Type Name="ServerProcessing" Kind="Enumeration" />
1008       <Type Name="SinkProviderData" Kind="Class" />
1009       <Type Name="TransportHeaders" Kind="Class" />
1010     </Namespace>
1011     <Namespace Name="System.Runtime.Remoting.Contexts">
1012       <Type Name="Context" Kind="Class" />
1013       <Type Name="ContextAttribute" Kind="Class" />
1014       <Type Name="ContextProperty" Kind="Class" />
1015       <Type Name="CrossContextDelegate" Kind="Delegate" />
1016       <Type Name="IContextAttribute" Kind="Interface" />
1017       <Type Name="IContextProperty" Kind="Interface" />
1018       <Type Name="IContextPropertyActivator" Kind="Interface" />
1019       <Type Name="IContributeClientContextSink" Kind="Interface" />
1020       <Type Name="IContributeDynamicSink" Kind="Interface" />
1021       <Type Name="IContributeEnvoySink" Kind="Interface" />
1022       <Type Name="IContributeObjectSink" Kind="Interface" />
1023       <Type Name="IContributeServerContextSink" Kind="Interface" />
1024       <Type Name="IDynamicMessageSink" Kind="Interface" />
1025       <Type Name="IDynamicProperty" Kind="Interface" />
1026       <Type Name="SynchronizationAttribute" Kind="Class" />
1027     </Namespace>
1028     <Namespace Name="System.Runtime.Remoting.Lifetime">
1029       <Type Name="ClientSponsor" Kind="Class" />
1030       <Type Name="ILease" Kind="Interface" />
1031       <Type Name="ISponsor" Kind="Interface" />
1032       <Type Name="LeaseState" Kind="Enumeration" />
1033       <Type Name="LifetimeServices" Kind="Class" />
1034     </Namespace>
1035     <Namespace Name="System.Runtime.Remoting.Messaging">
1036       <Type Name="AsyncResult" Kind="Class" />
1037       <Type Name="CallContext" Kind="Class" />
1038       <Type Name="ConstructionCall" Kind="Class" />
1039       <Type Name="ConstructionResponse" Kind="Class" />
1040       <Type Name="Header" Kind="Class" />
1041       <Type Name="HeaderHandler" Kind="Delegate" />
1042       <Type Name="ILogicalThreadAffinative" Kind="Interface" />
1043       <Type Name="IMessage" Kind="Interface" />
1044       <Type Name="IMessageCtrl" Kind="Interface" />
1045       <Type Name="IMessageSink" Kind="Interface" />
1046       <Type Name="IMethodCallMessage" Kind="Interface" />
1047       <Type Name="IMethodMessage" Kind="Interface" />
1048       <Type Name="IMethodReturnMessage" Kind="Interface" />
1049       <Type Name="InternalMessageWrapper" Kind="Class" />
1050       <Type Name="IRemotingFormatter" Kind="Interface" />
1051       <Type Name="LogicalCallContext" Kind="Class" />
1052       <Type Name="MessageSurrogateFilter" Kind="Delegate" />
1053       <Type Name="MethodCall" Kind="Class" />
1054       <Type Name="MethodCallMessageWrapper" Kind="Class" />
1055       <Type Name="MethodResponse" Kind="Class" />
1056       <Type Name="MethodReturnMessageWrapper" Kind="Class" />
1057       <Type Name="OneWayAttribute" Kind="Class" />
1058       <Type Name="RemotingSurrogateSelector" Kind="Class" />
1059       <Type Name="ReturnMessage" Kind="Class" />
1060     </Namespace>
1061     <Namespace Name="System.Runtime.Remoting.Metadata">
1062       <Type Name="SoapAttribute" Kind="Class" />
1063       <Type Name="SoapFieldAttribute" Kind="Class" />
1064       <Type Name="SoapMethodAttribute" Kind="Class" />
1065       <Type Name="SoapOption" Kind="Enumeration" />
1066       <Type Name="SoapParameterAttribute" Kind="Class" />
1067       <Type Name="SoapTypeAttribute" Kind="Class" />
1068       <Type Name="XmlFieldOrderOption" Kind="Enumeration" />
1069     </Namespace>
1070     <Namespace Name="System.Runtime.Remoting.Metadata.W3cXsd2001">
1071       <Type Name="ISoapXsd" Kind="Interface" />
1072       <Type Name="SoapAnyUri" Kind="Class" />
1073       <Type Name="SoapBase64Binary" Kind="Class" />
1074       <Type Name="SoapDate" Kind="Class" />
1075       <Type Name="SoapDateTime" Kind="Class" />
1076       <Type Name="SoapDay" Kind="Class" />
1077       <Type Name="SoapDuration" Kind="Class" />
1078       <Type Name="SoapEntities" Kind="Class" />
1079       <Type Name="SoapEntity" Kind="Class" />
1080       <Type Name="SoapHexBinary" Kind="Class" />
1081       <Type Name="SoapId" Kind="Class" />
1082       <Type Name="SoapIdref" Kind="Class" />
1083       <Type Name="SoapIdrefs" Kind="Class" />
1084       <Type Name="SoapInteger" Kind="Class" />
1085       <Type Name="SoapLanguage" Kind="Class" />
1086       <Type Name="SoapMonth" Kind="Class" />
1087       <Type Name="SoapMonthDay" Kind="Class" />
1088       <Type Name="SoapName" Kind="Class" />
1089       <Type Name="SoapNcName" Kind="Class" />
1090       <Type Name="SoapNegativeInteger" Kind="Class" />
1091       <Type Name="SoapNmtoken" Kind="Class" />
1092       <Type Name="SoapNmtokens" Kind="Class" />
1093       <Type Name="SoapNonNegativeInteger" Kind="Class" />
1094       <Type Name="SoapNonPositiveInteger" Kind="Class" />
1095       <Type Name="SoapNormalizedString" Kind="Class" />
1096       <Type Name="SoapNotation" Kind="Class" />
1097       <Type Name="SoapPositiveInteger" Kind="Class" />
1098       <Type Name="SoapQName" Kind="Class" />
1099       <Type Name="SoapTime" Kind="Class" />
1100       <Type Name="SoapToken" Kind="Class" />
1101       <Type Name="SoapYear" Kind="Class" />
1102       <Type Name="SoapYearMonth" Kind="Class" />
1103     </Namespace>
1104     <Namespace Name="System.Runtime.Remoting.Proxies">
1105       <Type Name="ProxyAttribute" Kind="Class" />
1106       <Type Name="RealProxy" Kind="Class" />
1107     </Namespace>
1108     <Namespace Name="System.Runtime.Remoting.Services">
1109       <Type Name="EnterpriseServicesHelper" Kind="Class" />
1110       <Type Name="ITrackingHandler" Kind="Interface" />
1111       <Type Name="TrackingServices" Kind="Class" />
1112     </Namespace>
1113     <Namespace Name="System.Runtime.Serialization">
1114       <Type Name="Formatter" Kind="Class" />
1115       <Type Name="FormatterConverter" Kind="Class" />
1116       <Type Name="FormatterServices" Kind="Class" />
1117       <Type Name="IDeserializationCallback" Kind="Interface" />
1118       <Type Name="IFormatter" Kind="Interface" />
1119       <Type Name="IFormatterConverter" Kind="Interface" />
1120       <Type Name="IObjectReference" Kind="Interface" />
1121       <Type Name="ISafeSerializationData" Kind="Interface" />
1122       <Type Name="ISerializable" Kind="Interface" />
1123       <Type Name="ISerializationSurrogate" Kind="Interface" />
1124       <Type Name="ISurrogateSelector" Kind="Interface" />
1125       <Type Name="ObjectIDGenerator" Kind="Class" />
1126       <Type Name="ObjectManager" Kind="Class" />
1127       <Type Name="OnDeserializedAttribute" Kind="Class" />
1128       <Type Name="OnDeserializingAttribute" Kind="Class" />
1129       <Type Name="OnSerializedAttribute" Kind="Class" />
1130       <Type Name="OnSerializingAttribute" Kind="Class" />
1131       <Type Name="OptionalFieldAttribute" Kind="Class" />
1132       <Type Name="SafeSerializationEventArgs" Kind="Class" />
1133       <Type Name="SerializationBinder" Kind="Class" />
1134       <Type Name="SerializationEntry" Kind="Structure" />
1135       <Type Name="SerializationException" Kind="Class" />
1136       <Type Name="SerializationInfo" Kind="Class" />
1137       <Type Name="SerializationInfoEnumerator" Kind="Class" />
1138       <Type Name="SerializationObjectManager" Kind="Class" />
1139       <Type Name="StreamingContext" Kind="Structure" />
1140       <Type Name="StreamingContextStates" Kind="Enumeration" />
1141       <Type Name="SurrogateSelector" Kind="Class" />
1142     </Namespace>
1143     <Namespace Name="System.Runtime.Serialization.Formatters">
1144       <Type Name="FormatterAssemblyStyle" Kind="Enumeration" />
1145       <Type Name="FormatterTypeStyle" Kind="Enumeration" />
1146       <Type Name="IFieldInfo" Kind="Interface" />
1147       <Type Name="InternalRM" Kind="Class" />
1148       <Type Name="InternalST" Kind="Class" />
1149       <Type Name="ISoapMessage" Kind="Interface" />
1150       <Type Name="ServerFault" Kind="Class" />
1151       <Type Name="SoapFault" Kind="Class" />
1152       <Type Name="SoapMessage" Kind="Class" />
1153       <Type Name="TypeFilterLevel" Kind="Enumeration" />
1154     </Namespace>
1155     <Namespace Name="System.Runtime.Serialization.Formatters.Binary">
1156       <Type Name="BinaryFormatter" Kind="Class" />
1157     </Namespace>
1158     <Namespace Name="System.Runtime.Versioning">
1159       <Type Name="ComponentGuaranteesAttribute" Kind="Class" />
1160       <Type Name="ComponentGuaranteesOptions" Kind="Enumeration" />
1161       <Type Name="ResourceConsumptionAttribute" Kind="Class" />
1162       <Type Name="ResourceExposureAttribute" Kind="Class" />
1163       <Type Name="ResourceScope" Kind="Enumeration" />
1164       <Type Name="TargetFrameworkAttribute" Kind="Class" />
1165       <Type Name="VersioningHelper" Kind="Class" />
1166     </Namespace>
1167     <Namespace Name="System.Security">
1168       <Type Name="AllowPartiallyTrustedCallersAttribute" Kind="Class" />
1169       <Type Name="CodeAccessPermission" Kind="Class" />
1170       <Type Name="HostProtectionException" Kind="Class" />
1171       <Type Name="HostSecurityManager" Kind="Class" />
1172       <Type Name="HostSecurityManagerOptions" Kind="Enumeration" />
1173       <Type Name="IEvidenceFactory" Kind="Interface" />
1174       <Type Name="IPermission" Kind="Interface" />
1175       <Type Name="ISecurityEncodable" Kind="Interface" />
1176       <Type Name="ISecurityPolicyEncodable" Kind="Interface" />
1177       <Type Name="IStackWalk" Kind="Interface" />
1178       <Type Name="NamedPermissionSet" Kind="Class" />
1179       <Type Name="PermissionSet" Kind="Class" />
1180       <Type Name="PolicyLevelType" Kind="Enumeration" />
1181       <Type Name="SecureString" Kind="Class" />
1182       <Type Name="SecurityContext" Kind="Class" />
1183       <Type Name="SecurityContextSource" Kind="Enumeration" />
1184       <Type Name="SecurityCriticalAttribute" Kind="Class" />
1185       <Type Name="SecurityCriticalScope" Kind="Enumeration" />
1186       <Type Name="SecurityElement" Kind="Class" />
1187       <Type Name="SecurityException" Kind="Class" />
1188       <Type Name="SecurityManager" Kind="Class" />
1189       <Type Name="SecurityRulesAttribute" Kind="Class" />
1190       <Type Name="SecurityRuleSet" Kind="Enumeration" />
1191       <Type Name="SecuritySafeCriticalAttribute" Kind="Class" />
1192       <Type Name="SecurityState" Kind="Class" />
1193       <Type Name="SecurityTransparentAttribute" Kind="Class" />
1194       <Type Name="SecurityTreatAsSafeAttribute" Kind="Class" />
1195       <Type Name="SecurityZone" Kind="Enumeration" />
1196       <Type Name="SuppressUnmanagedCodeSecurityAttribute" Kind="Class" />
1197       <Type Name="UnverifiableCodeAttribute" Kind="Class" />
1198       <Type Name="VerificationException" Kind="Class" />
1199       <Type Name="XmlSyntaxException" Kind="Class" />
1200     </Namespace>
1201     <Namespace Name="System.Security.AccessControl">
1202       <Type Name="AccessControlActions" Kind="Enumeration" />
1203       <Type Name="AccessControlModification" Kind="Enumeration" />
1204       <Type Name="AccessControlSections" Kind="Enumeration" />
1205       <Type Name="AccessControlType" Kind="Enumeration" />
1206       <Type Name="AccessRule" Kind="Class" />
1207       <Type Name="AccessRule`1" DisplayName="AccessRule&lt;T&gt;" Kind="Class" />
1208       <Type Name="AceEnumerator" Kind="Class" />
1209       <Type Name="AceFlags" Kind="Enumeration" />
1210       <Type Name="AceQualifier" Kind="Enumeration" />
1211       <Type Name="AceType" Kind="Enumeration" />
1212       <Type Name="AuditFlags" Kind="Enumeration" />
1213       <Type Name="AuditRule" Kind="Class" />
1214       <Type Name="AuditRule`1" DisplayName="AuditRule&lt;T&gt;" Kind="Class" />
1215       <Type Name="AuthorizationRule" Kind="Class" />
1216       <Type Name="AuthorizationRuleCollection" Kind="Class" />
1217       <Type Name="CommonAce" Kind="Class" />
1218       <Type Name="CommonAcl" Kind="Class" />
1219       <Type Name="CommonObjectSecurity" Kind="Class" />
1220       <Type Name="CommonSecurityDescriptor" Kind="Class" />
1221       <Type Name="CompoundAce" Kind="Class" />
1222       <Type Name="CompoundAceType" Kind="Enumeration" />
1223       <Type Name="ControlFlags" Kind="Enumeration" />
1224       <Type Name="CryptoKeyAccessRule" Kind="Class" />
1225       <Type Name="CryptoKeyAuditRule" Kind="Class" />
1226       <Type Name="CryptoKeyRights" Kind="Enumeration" />
1227       <Type Name="CryptoKeySecurity" Kind="Class" />
1228       <Type Name="CustomAce" Kind="Class" />
1229       <Type Name="DirectoryObjectSecurity" Kind="Class" />
1230       <Type Name="DirectorySecurity" Kind="Class" />
1231       <Type Name="DiscretionaryAcl" Kind="Class" />
1232       <Type Name="EventWaitHandleAccessRule" Kind="Class" />
1233       <Type Name="EventWaitHandleAuditRule" Kind="Class" />
1234       <Type Name="EventWaitHandleRights" Kind="Enumeration" />
1235       <Type Name="EventWaitHandleSecurity" Kind="Class" />
1236       <Type Name="FileSecurity" Kind="Class" />
1237       <Type Name="FileSystemAccessRule" Kind="Class" />
1238       <Type Name="FileSystemAuditRule" Kind="Class" />
1239       <Type Name="FileSystemRights" Kind="Enumeration" />
1240       <Type Name="FileSystemSecurity" Kind="Class" />
1241       <Type Name="GenericAce" Kind="Class" />
1242       <Type Name="GenericAcl" Kind="Class" />
1243       <Type Name="GenericSecurityDescriptor" Kind="Class" />
1244       <Type Name="InheritanceFlags" Kind="Enumeration" />
1245       <Type Name="KnownAce" Kind="Class" />
1246       <Type Name="MutexAccessRule" Kind="Class" />
1247       <Type Name="MutexAuditRule" Kind="Class" />
1248       <Type Name="MutexRights" Kind="Enumeration" />
1249       <Type Name="MutexSecurity" Kind="Class" />
1250       <Type Name="NativeObjectSecurity" Kind="Class" />
1251       <Type Name="NativeObjectSecurity+ExceptionFromErrorCode" Kind="Delegate" />
1252       <Type Name="ObjectAccessRule" Kind="Class" />
1253       <Type Name="ObjectAce" Kind="Class" />
1254       <Type Name="ObjectAceFlags" Kind="Enumeration" />
1255       <Type Name="ObjectAuditRule" Kind="Class" />
1256       <Type Name="ObjectSecurity" Kind="Class" />
1257       <Type Name="ObjectSecurity`1" DisplayName="ObjectSecurity&lt;T&gt;" Kind="Class" />
1258       <Type Name="PrivilegeNotHeldException" Kind="Class" />
1259       <Type Name="PropagationFlags" Kind="Enumeration" />
1260       <Type Name="QualifiedAce" Kind="Class" />
1261       <Type Name="RawAcl" Kind="Class" />
1262       <Type Name="RawSecurityDescriptor" Kind="Class" />
1263       <Type Name="RegistryAccessRule" Kind="Class" />
1264       <Type Name="RegistryAuditRule" Kind="Class" />
1265       <Type Name="RegistryRights" Kind="Enumeration" />
1266       <Type Name="RegistrySecurity" Kind="Class" />
1267       <Type Name="ResourceType" Kind="Enumeration" />
1268       <Type Name="SecurityInfos" Kind="Enumeration" />
1269       <Type Name="SystemAcl" Kind="Class" />
1270     </Namespace>
1271     <Namespace Name="System.Security.Cryptography">
1272       <Type Name="Aes" Kind="Class" />
1273       <Type Name="AsymmetricAlgorithm" Kind="Class" />
1274       <Type Name="AsymmetricKeyExchangeDeformatter" Kind="Class" />
1275       <Type Name="AsymmetricKeyExchangeFormatter" Kind="Class" />
1276       <Type Name="AsymmetricSignatureDeformatter" Kind="Class" />
1277       <Type Name="AsymmetricSignatureFormatter" Kind="Class" />
1278       <Type Name="CipherMode" Kind="Enumeration" />
1279       <Type Name="CryptoAPITransform" Kind="Class" />
1280       <Type Name="CryptoConfig" Kind="Class" />
1281       <Type Name="CryptographicException" Kind="Class" />
1282       <Type Name="CryptographicUnexpectedOperationException" Kind="Class" />
1283       <Type Name="CryptoStream" Kind="Class" />
1284       <Type Name="CryptoStreamMode" Kind="Enumeration" />
1285       <Type Name="CspKeyContainerInfo" Kind="Class" />
1286       <Type Name="CspParameters" Kind="Class" />
1287       <Type Name="CspProviderFlags" Kind="Enumeration" />
1288       <Type Name="DeriveBytes" Kind="Class" />
1289       <Type Name="DES" Kind="Class" />
1290       <Type Name="DESCryptoServiceProvider" Kind="Class" />
1291       <Type Name="DSA" Kind="Class" />
1292       <Type Name="DSACryptoServiceProvider" Kind="Class" />
1293       <Type Name="DSAParameters" Kind="Structure" />
1294       <Type Name="DSASignatureDeformatter" Kind="Class" />
1295       <Type Name="DSASignatureFormatter" Kind="Class" />
1296       <Type Name="FromBase64Transform" Kind="Class" />
1297       <Type Name="FromBase64TransformMode" Kind="Enumeration" />
1298       <Type Name="HashAlgorithm" Kind="Class" />
1299       <Type Name="HMAC" Kind="Class" />
1300       <Type Name="HMACMD5" Kind="Class" />
1301       <Type Name="HMACRIPEMD160" Kind="Class" />
1302       <Type Name="HMACSHA1" Kind="Class" />
1303       <Type Name="HMACSHA256" Kind="Class" />
1304       <Type Name="HMACSHA384" Kind="Class" />
1305       <Type Name="HMACSHA512" Kind="Class" />
1306       <Type Name="ICryptoTransform" Kind="Interface" />
1307       <Type Name="ICspAsymmetricAlgorithm" Kind="Interface" />
1308       <Type Name="KeyedHashAlgorithm" Kind="Class" />
1309       <Type Name="KeyNumber" Kind="Enumeration" />
1310       <Type Name="KeySizes" Kind="Class" />
1311       <Type Name="MACTripleDES" Kind="Class" />
1312       <Type Name="MaskGenerationMethod" Kind="Class" />
1313       <Type Name="MD5" Kind="Class" />
1314       <Type Name="MD5CryptoServiceProvider" Kind="Class" />
1315       <Type Name="PaddingMode" Kind="Enumeration" />
1316       <Type Name="PasswordDeriveBytes" Kind="Class" />
1317       <Type Name="PKCS1MaskGenerationMethod" Kind="Class" />
1318       <Type Name="RandomNumberGenerator" Kind="Class" />
1319       <Type Name="RC2" Kind="Class" />
1320       <Type Name="RC2CryptoServiceProvider" Kind="Class" />
1321       <Type Name="Rfc2898DeriveBytes" Kind="Class" />
1322       <Type Name="Rijndael" Kind="Class" />
1323       <Type Name="RijndaelManaged" Kind="Class" />
1324       <Type Name="RijndaelManagedTransform" Kind="Class" />
1325       <Type Name="RIPEMD160" Kind="Class" />
1326       <Type Name="RIPEMD160Managed" Kind="Class" />
1327       <Type Name="RNGCryptoServiceProvider" Kind="Class" />
1328       <Type Name="RSA" Kind="Class" />
1329       <Type Name="RSACryptoServiceProvider" Kind="Class" />
1330       <Type Name="RSAOAEPKeyExchangeDeformatter" Kind="Class" />
1331       <Type Name="RSAOAEPKeyExchangeFormatter" Kind="Class" />
1332       <Type Name="RSAParameters" Kind="Structure" />
1333       <Type Name="RSAPKCS1KeyExchangeDeformatter" Kind="Class" />
1334       <Type Name="RSAPKCS1KeyExchangeFormatter" Kind="Class" />
1335       <Type Name="RSAPKCS1SignatureDeformatter" Kind="Class" />
1336       <Type Name="RSAPKCS1SignatureFormatter" Kind="Class" />
1337       <Type Name="SHA1" Kind="Class" />
1338       <Type Name="SHA1CryptoServiceProvider" Kind="Class" />
1339       <Type Name="SHA1Managed" Kind="Class" />
1340       <Type Name="SHA256" Kind="Class" />
1341       <Type Name="SHA256Managed" Kind="Class" />
1342       <Type Name="SHA384" Kind="Class" />
1343       <Type Name="SHA384Managed" Kind="Class" />
1344       <Type Name="SHA512" Kind="Class" />
1345       <Type Name="SHA512Managed" Kind="Class" />
1346       <Type Name="SignatureDescription" Kind="Class" />
1347       <Type Name="SymmetricAlgorithm" Kind="Class" />
1348       <Type Name="ToBase64Transform" Kind="Class" />
1349       <Type Name="TripleDES" Kind="Class" />
1350       <Type Name="TripleDESCryptoServiceProvider" Kind="Class" />
1351     </Namespace>
1352     <Namespace Name="System.Security.Cryptography.X509Certificates">
1353       <Type Name="X509Certificate" Kind="Class" />
1354       <Type Name="X509ContentType" Kind="Enumeration" />
1355       <Type Name="X509KeyStorageFlags" Kind="Enumeration" />
1356     </Namespace>
1357     <Namespace Name="System.Security.Permissions">
1358       <Type Name="CodeAccessSecurityAttribute" Kind="Class" />
1359       <Type Name="EnvironmentPermission" Kind="Class" />
1360       <Type Name="EnvironmentPermissionAccess" Kind="Enumeration" />
1361       <Type Name="EnvironmentPermissionAttribute" Kind="Class" />
1362       <Type Name="FileDialogPermission" Kind="Class" />
1363       <Type Name="FileDialogPermissionAccess" Kind="Enumeration" />
1364       <Type Name="FileDialogPermissionAttribute" Kind="Class" />
1365       <Type Name="FileIOPermission" Kind="Class" />
1366       <Type Name="FileIOPermissionAccess" Kind="Enumeration" />
1367       <Type Name="FileIOPermissionAttribute" Kind="Class" />
1368       <Type Name="GacIdentityPermission" Kind="Class" />
1369       <Type Name="GacIdentityPermissionAttribute" Kind="Class" />
1370       <Type Name="HostProtectionAttribute" Kind="Class" />
1371       <Type Name="HostProtectionResource" Kind="Enumeration" />
1372       <Type Name="IsolatedStorageContainment" Kind="Enumeration" />
1373       <Type Name="IsolatedStorageFilePermission" Kind="Class" />
1374       <Type Name="IsolatedStorageFilePermissionAttribute" Kind="Class" />
1375       <Type Name="IsolatedStoragePermission" Kind="Class" />
1376       <Type Name="IsolatedStoragePermissionAttribute" Kind="Class" />
1377       <Type Name="IUnrestrictedPermission" Kind="Interface" />
1378       <Type Name="KeyContainerPermission" Kind="Class" />
1379       <Type Name="KeyContainerPermissionAccessEntry" Kind="Class" />
1380       <Type Name="KeyContainerPermissionAccessEntryCollection" Kind="Class" />
1381       <Type Name="KeyContainerPermissionAccessEntryEnumerator" Kind="Class" />
1382       <Type Name="KeyContainerPermissionAttribute" Kind="Class" />
1383       <Type Name="KeyContainerPermissionFlags" Kind="Enumeration" />
1384       <Type Name="PermissionSetAttribute" Kind="Class" />
1385       <Type Name="PermissionState" Kind="Enumeration" />
1386       <Type Name="PrincipalPermission" Kind="Class" />
1387       <Type Name="PrincipalPermissionAttribute" Kind="Class" />
1388       <Type Name="PublisherIdentityPermission" Kind="Class" />
1389       <Type Name="PublisherIdentityPermissionAttribute" Kind="Class" />
1390       <Type Name="ReflectionPermission" Kind="Class" />
1391       <Type Name="ReflectionPermissionAttribute" Kind="Class" />
1392       <Type Name="ReflectionPermissionFlag" Kind="Enumeration" />
1393       <Type Name="RegistryPermission" Kind="Class" />
1394       <Type Name="RegistryPermissionAccess" Kind="Enumeration" />
1395       <Type Name="RegistryPermissionAttribute" Kind="Class" />
1396       <Type Name="SecurityAction" Kind="Enumeration" />
1397       <Type Name="SecurityAttribute" Kind="Class" />
1398       <Type Name="SecurityPermission" Kind="Class" />
1399       <Type Name="SecurityPermissionAttribute" Kind="Class" />
1400       <Type Name="SecurityPermissionFlag" Kind="Enumeration" />
1401       <Type Name="SiteIdentityPermission" Kind="Class" />
1402       <Type Name="SiteIdentityPermissionAttribute" Kind="Class" />
1403       <Type Name="StrongNameIdentityPermission" Kind="Class" />
1404       <Type Name="StrongNameIdentityPermissionAttribute" Kind="Class" />
1405       <Type Name="StrongNamePublicKeyBlob" Kind="Class" />
1406       <Type Name="UIPermission" Kind="Class" />
1407       <Type Name="UIPermissionAttribute" Kind="Class" />
1408       <Type Name="UIPermissionClipboard" Kind="Enumeration" />
1409       <Type Name="UIPermissionWindow" Kind="Enumeration" />
1410       <Type Name="UrlIdentityPermission" Kind="Class" />
1411       <Type Name="UrlIdentityPermissionAttribute" Kind="Class" />
1412       <Type Name="ZoneIdentityPermission" Kind="Class" />
1413       <Type Name="ZoneIdentityPermissionAttribute" Kind="Class" />
1414     </Namespace>
1415     <Namespace Name="System.Security.Policy">
1416       <Type Name="AllMembershipCondition" Kind="Class" />
1417       <Type Name="ApplicationDirectory" Kind="Class" />
1418       <Type Name="ApplicationDirectoryMembershipCondition" Kind="Class" />
1419       <Type Name="ApplicationSecurityInfo" Kind="Class" />
1420       <Type Name="ApplicationSecurityManager" Kind="Class" />
1421       <Type Name="ApplicationTrust" Kind="Class" />
1422       <Type Name="ApplicationTrustCollection" Kind="Class" />
1423       <Type Name="ApplicationTrustEnumerator" Kind="Class" />
1424       <Type Name="ApplicationVersionMatch" Kind="Enumeration" />
1425       <Type Name="CodeConnectAccess" Kind="Class" />
1426       <Type Name="CodeGroup" Kind="Class" />
1427       <Type Name="Evidence" Kind="Class" />
1428       <Type Name="EvidenceBase" Kind="Class" />
1429       <Type Name="FileCodeGroup" Kind="Class" />
1430       <Type Name="FirstMatchCodeGroup" Kind="Class" />
1431       <Type Name="GacInstalled" Kind="Class" />
1432       <Type Name="GacMembershipCondition" Kind="Class" />
1433       <Type Name="Hash" Kind="Class" />
1434       <Type Name="HashMembershipCondition" Kind="Class" />
1435       <Type Name="IApplicationTrustManager" Kind="Interface" />
1436       <Type Name="IIdentityPermissionFactory" Kind="Interface" />
1437       <Type Name="IMembershipCondition" Kind="Interface" />
1438       <Type Name="NetCodeGroup" Kind="Class" />
1439       <Type Name="PermissionRequestEvidence" Kind="Class" />
1440       <Type Name="PolicyException" Kind="Class" />
1441       <Type Name="PolicyLevel" Kind="Class" />
1442       <Type Name="PolicyStatement" Kind="Class" />
1443       <Type Name="PolicyStatementAttribute" Kind="Enumeration" />
1444       <Type Name="Publisher" Kind="Class" />
1445       <Type Name="PublisherMembershipCondition" Kind="Class" />
1446       <Type Name="Site" Kind="Class" />
1447       <Type Name="SiteMembershipCondition" Kind="Class" />
1448       <Type Name="StrongName" Kind="Class" />
1449       <Type Name="StrongNameMembershipCondition" Kind="Class" />
1450       <Type Name="TrustManagerContext" Kind="Class" />
1451       <Type Name="TrustManagerUIContext" Kind="Enumeration" />
1452       <Type Name="UnionCodeGroup" Kind="Class" />
1453       <Type Name="Url" Kind="Class" />
1454       <Type Name="UrlMembershipCondition" Kind="Class" />
1455       <Type Name="Zone" Kind="Class" />
1456       <Type Name="ZoneMembershipCondition" Kind="Class" />
1457     </Namespace>
1458     <Namespace Name="System.Security.Principal">
1459       <Type Name="GenericIdentity" Kind="Class" />
1460       <Type Name="GenericPrincipal" Kind="Class" />
1461       <Type Name="IdentityNotMappedException" Kind="Class" />
1462       <Type Name="IdentityReference" Kind="Class" />
1463       <Type Name="IdentityReferenceCollection" Kind="Class" />
1464       <Type Name="IIdentity" Kind="Interface" />
1465       <Type Name="IPrincipal" Kind="Interface" />
1466       <Type Name="NTAccount" Kind="Class" />
1467       <Type Name="PrincipalPolicy" Kind="Enumeration" />
1468       <Type Name="SecurityIdentifier" Kind="Class" />
1469       <Type Name="TokenAccessLevels" Kind="Enumeration" />
1470       <Type Name="TokenImpersonationLevel" Kind="Enumeration" />
1471       <Type Name="WellKnownSidType" Kind="Enumeration" />
1472       <Type Name="WindowsAccountType" Kind="Enumeration" />
1473       <Type Name="WindowsBuiltInRole" Kind="Enumeration" />
1474       <Type Name="WindowsIdentity" Kind="Class" />
1475       <Type Name="WindowsImpersonationContext" Kind="Class" />
1476       <Type Name="WindowsPrincipal" Kind="Class" />
1477     </Namespace>
1478     <Namespace Name="System.Text">
1479       <Type Name="ASCIIEncoding" Kind="Class" />
1480       <Type Name="Decoder" Kind="Class" />
1481       <Type Name="DecoderExceptionFallback" Kind="Class" />
1482       <Type Name="DecoderExceptionFallbackBuffer" Kind="Class" />
1483       <Type Name="DecoderFallback" Kind="Class" />
1484       <Type Name="DecoderFallbackBuffer" Kind="Class" />
1485       <Type Name="DecoderFallbackException" Kind="Class" />
1486       <Type Name="DecoderReplacementFallback" Kind="Class" />
1487       <Type Name="DecoderReplacementFallbackBuffer" Kind="Class" />
1488       <Type Name="Encoder" Kind="Class" />
1489       <Type Name="EncoderExceptionFallback" Kind="Class" />
1490       <Type Name="EncoderExceptionFallbackBuffer" Kind="Class" />
1491       <Type Name="EncoderFallback" Kind="Class" />
1492       <Type Name="EncoderFallbackBuffer" Kind="Class" />
1493       <Type Name="EncoderFallbackException" Kind="Class" />
1494       <Type Name="EncoderReplacementFallback" Kind="Class" />
1495       <Type Name="EncoderReplacementFallbackBuffer" Kind="Class" />
1496       <Type Name="Encoding" Kind="Class" />
1497       <Type Name="EncodingInfo" Kind="Class" />
1498       <Type Name="NormalizationForm" Kind="Enumeration" />
1499       <Type Name="StringBuilder" Kind="Class" />
1500       <Type Name="UnicodeEncoding" Kind="Class" />
1501       <Type Name="UTF32Encoding" Kind="Class" />
1502       <Type Name="UTF7Encoding" Kind="Class" />
1503       <Type Name="UTF8Encoding" Kind="Class" />
1504     </Namespace>
1505     <Namespace Name="System.Threading">
1506       <Type Name="AbandonedMutexException" Kind="Class" />
1507       <Type Name="ApartmentState" Kind="Enumeration" />
1508       <Type Name="AsyncFlowControl" Kind="Structure" />
1509       <Type Name="AutoResetEvent" Kind="Class" />
1510       <Type Name="CancellationToken" Kind="Structure" />
1511       <Type Name="CancellationTokenRegistration" Kind="Structure" />
1512       <Type Name="CancellationTokenSource" Kind="Class" />
1513       <Type Name="CompressedStack" Kind="Class" />
1514       <Type Name="ContextCallback" Kind="Delegate" />
1515       <Type Name="CountdownEvent" Kind="Class" />
1516       <Type Name="EventResetMode" Kind="Enumeration" />
1517       <Type Name="EventWaitHandle" Kind="Class" />
1518       <Type Name="ExecutionContext" Kind="Class" />
1519       <Type Name="HostExecutionContext" Kind="Class" />
1520       <Type Name="HostExecutionContextManager" Kind="Class" />
1521       <Type Name="Interlocked" Kind="Class" />
1522       <Type Name="IOCompletionCallback" Kind="Delegate" />
1523       <Type Name="LazyInitializer" Kind="Class" />
1524       <Type Name="LazyThreadSafetyMode" Kind="Enumeration" />
1525       <Type Name="LockCookie" Kind="Structure" />
1526       <Type Name="LockRecursionException" Kind="Class" />
1527       <Type Name="ManualResetEvent" Kind="Class" />
1528       <Type Name="ManualResetEventSlim" Kind="Class" />
1529       <Type Name="Monitor" Kind="Class" />
1530       <Type Name="Mutex" Kind="Class" />
1531       <Type Name="NativeOverlapped" Kind="Structure" />
1532       <Type Name="Overlapped" Kind="Class" />
1533       <Type Name="ParameterizedThreadStart" Kind="Delegate" />
1534       <Type Name="ReaderWriterLock" Kind="Class" />
1535       <Type Name="RegisteredWaitHandle" Kind="Class" />
1536       <Type Name="SemaphoreFullException" Kind="Class" />
1537       <Type Name="SemaphoreSlim" Kind="Class" />
1538       <Type Name="SendOrPostCallback" Kind="Delegate" />
1539       <Type Name="SpinLock" Kind="Structure" />
1540       <Type Name="SpinWait" Kind="Structure" />
1541       <Type Name="SynchronizationContext" Kind="Class" />
1542       <Type Name="SynchronizationLockException" Kind="Class" />
1543       <Type Name="Thread" Kind="Class" />
1544       <Type Name="ThreadAbortException" Kind="Class" />
1545       <Type Name="ThreadInterruptedException" Kind="Class" />
1546       <Type Name="ThreadLocal`1" DisplayName="ThreadLocal&lt;T&gt;" Kind="Class" />
1547       <Type Name="ThreadPool" Kind="Class" />
1548       <Type Name="ThreadPriority" Kind="Enumeration" />
1549       <Type Name="ThreadStart" Kind="Delegate" />
1550       <Type Name="ThreadStartException" Kind="Class" />
1551       <Type Name="ThreadState" Kind="Enumeration" />
1552       <Type Name="ThreadStateException" Kind="Class" />
1553       <Type Name="Timeout" Kind="Class" />
1554       <Type Name="Timer" Kind="Class" />
1555       <Type Name="TimerCallback" Kind="Delegate" />
1556       <Type Name="Volatile" Kind="Class" />
1557       <Type Name="WaitCallback" Kind="Delegate" />
1558       <Type Name="WaitHandle" Kind="Class" />
1559       <Type Name="WaitHandleCannotBeOpenedException" Kind="Class" />
1560       <Type Name="WaitOrTimerCallback" Kind="Delegate" />
1561     </Namespace>
1562     <Namespace Name="System.Threading.Tasks">
1563       <Type Name="ConcurrentExclusiveSchedulerPair" Kind="Class" />
1564       <Type Name="Parallel" Kind="Class" />
1565       <Type Name="ParallelLoopResult" Kind="Structure" />
1566       <Type Name="ParallelLoopState" Kind="Class" />
1567       <Type Name="ParallelOptions" Kind="Class" />
1568       <Type Name="Task" Kind="Class" />
1569       <Type Name="Task`1" DisplayName="Task&lt;TResult&gt;" Kind="Class" />
1570       <Type Name="TaskCanceledException" Kind="Class" />
1571       <Type Name="TaskCompletionSource`1" DisplayName="TaskCompletionSource&lt;TResult&gt;" Kind="Class" />
1572       <Type Name="TaskContinuationOptions" Kind="Enumeration" />
1573       <Type Name="TaskCreationOptions" Kind="Enumeration" />
1574       <Type Name="TaskFactory" Kind="Class" />
1575       <Type Name="TaskFactory`1" DisplayName="TaskFactory&lt;TResult&gt;" Kind="Class" />
1576       <Type Name="TaskScheduler" Kind="Class" />
1577       <Type Name="TaskSchedulerException" Kind="Class" />
1578       <Type Name="TaskStatus" Kind="Enumeration" />
1579       <Type Name="UnobservedTaskExceptionEventArgs" Kind="Class" />
1580     </Namespace>
1581   </Types>
1582   <Title>mscorlib</Title>
1583   <Assemblies>
1584     <Assembly Name="mscorlib" Version="4.0.0.0">
1585       <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey>
1586       <Attributes>
1587         <Attribute>
1588           <AttributeName>System.CLSCompliant(true)</AttributeName>
1589         </Attribute>
1590         <Attribute>
1591           <AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
1592         </Attribute>
1593         <Attribute>
1594           <AttributeName>System.Reflection.AssemblyCompany("Mono development team")</AttributeName>
1595         </Attribute>
1596         <Attribute>
1597           <AttributeName>System.Reflection.AssemblyCopyright("(c) Various Mono authors")</AttributeName>
1598         </Attribute>
1599         <Attribute>
1600           <AttributeName>System.Reflection.AssemblyDefaultAlias("mscorlib.dll")</AttributeName>
1601         </Attribute>
1602         <Attribute>
1603           <AttributeName>System.Reflection.AssemblyDescription("mscorlib.dll")</AttributeName>
1604         </Attribute>
1605         <Attribute>
1606           <AttributeName>System.Reflection.AssemblyFileVersion("4.0.30319.17020")</AttributeName>
1607         </Attribute>
1608         <Attribute>
1609           <AttributeName>System.Reflection.AssemblyInformationalVersion("4.0.30319.17020")</AttributeName>
1610         </Attribute>
1611         <Attribute>
1612           <AttributeName>System.Reflection.AssemblyProduct("Mono Common Language Infrastructure")</AttributeName>
1613         </Attribute>
1614         <Attribute>
1615           <AttributeName>System.Reflection.AssemblyTitle("mscorlib.dll")</AttributeName>
1616         </Attribute>
1617         <Attribute>
1618           <AttributeName>System.Resources.NeutralResourcesLanguage("en-US")</AttributeName>
1619         </Attribute>
1620         <Attribute>
1621           <AttributeName>System.Resources.SatelliteContractVersion("4.0.0.0")</AttributeName>
1622         </Attribute>
1623         <Attribute>
1624           <AttributeName>System.Runtime.CompilerServices.CompilationRelaxations(System.Runtime.CompilerServices.CompilationRelaxations.NoStringInterning)</AttributeName>
1625         </Attribute>
1626         <Attribute>
1627           <AttributeName>System.Runtime.CompilerServices.DefaultDependency(System.Runtime.CompilerServices.LoadHint.Always)</AttributeName>
1628         </Attribute>
1629         <Attribute>
1630           <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("System, PublicKey=00000000000000000400000000000000")</AttributeName>
1631         </Attribute>
1632         <Attribute>
1633           <AttributeName>System.Runtime.CompilerServices.InternalsVisibleTo("System.Core, PublicKey=00000000000000000400000000000000")</AttributeName>
1634         </Attribute>
1635         <Attribute>
1636           <AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
1637         </Attribute>
1638         <Attribute>
1639           <AttributeName>System.Runtime.CompilerServices.StringFreezing</AttributeName>
1640         </Attribute>
1641         <Attribute>
1642           <AttributeName>System.Runtime.InteropServices.ComCompatibleVersion(1, 0, 3300, 0)</AttributeName>
1643         </Attribute>
1644         <Attribute>
1645           <AttributeName>System.Runtime.InteropServices.ComVisible(false)</AttributeName>
1646         </Attribute>
1647         <Attribute>
1648           <AttributeName>System.Runtime.InteropServices.Guid("BED7F4EA-1A96-11D2-8F08-00A0C9A6186D")</AttributeName>
1649         </Attribute>
1650         <Attribute>
1651           <AttributeName>System.Runtime.InteropServices.TypeLibVersion(2, 4)</AttributeName>
1652         </Attribute>
1653         <Attribute>
1654           <AttributeName>System.Security.AllowPartiallyTrustedCallers</AttributeName>
1655         </Attribute>
1656       </Attributes>
1657     </Assembly>
1658   </Assemblies>
1659   <ExtensionMethods>
1660     <ExtensionMethod>
1661       <Targets>
1662         <Target Type="T:System.Reflection.Assembly" />
1663       </Targets>
1664       <Member MemberName="GetCustomAttribute">
1665         <MemberSignature Language="C#" Value="public static Attribute GetCustomAttribute (this System.Reflection.Assembly element, Type attributeType);" />
1666         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Attribute GetCustomAttribute(class System.Reflection.Assembly element, class System.Type attributeType) cil managed" />
1667         <MemberType>ExtensionMethod</MemberType>
1668         <ReturnValue>
1669           <ReturnType>System.Attribute</ReturnType>
1670         </ReturnValue>
1671         <Parameters>
1672           <Parameter Name="element" Type="System.Reflection.Assembly" RefType="this" />
1673           <Parameter Name="attributeType" Type="System.Type" />
1674         </Parameters>
1675         <Docs>
1676           <param name="element">To be added.</param>
1677           <param name="attributeType">To be added.</param>
1678           <summary>To be added.</summary>
1679         </Docs>
1680         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.Assembly,System.Type)" />
1681       </Member>
1682     </ExtensionMethod>
1683     <ExtensionMethod>
1684       <Targets>
1685         <Target Type="T:System.Reflection.MemberInfo" />
1686       </Targets>
1687       <Member MemberName="GetCustomAttribute">
1688         <MemberSignature Language="C#" Value="public static Attribute GetCustomAttribute (this System.Reflection.MemberInfo element, Type attributeType);" />
1689         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Attribute GetCustomAttribute(class System.Reflection.MemberInfo element, class System.Type attributeType) cil managed" />
1690         <MemberType>ExtensionMethod</MemberType>
1691         <ReturnValue>
1692           <ReturnType>System.Attribute</ReturnType>
1693         </ReturnValue>
1694         <Parameters>
1695           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
1696           <Parameter Name="attributeType" Type="System.Type" />
1697         </Parameters>
1698         <Docs>
1699           <param name="element">To be added.</param>
1700           <param name="attributeType">To be added.</param>
1701           <summary>To be added.</summary>
1702         </Docs>
1703         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.MemberInfo,System.Type)" />
1704       </Member>
1705     </ExtensionMethod>
1706     <ExtensionMethod>
1707       <Targets>
1708         <Target Type="T:System.Reflection.MemberInfo" />
1709       </Targets>
1710       <Member MemberName="GetCustomAttribute">
1711         <MemberSignature Language="C#" Value="public static Attribute GetCustomAttribute (this System.Reflection.MemberInfo element, Type attributeType, bool inherit);" />
1712         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Attribute GetCustomAttribute(class System.Reflection.MemberInfo element, class System.Type attributeType, bool inherit) cil managed" />
1713         <MemberType>ExtensionMethod</MemberType>
1714         <ReturnValue>
1715           <ReturnType>System.Attribute</ReturnType>
1716         </ReturnValue>
1717         <Parameters>
1718           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
1719           <Parameter Name="attributeType" Type="System.Type" />
1720           <Parameter Name="inherit" Type="System.Boolean" />
1721         </Parameters>
1722         <Docs>
1723           <param name="element">To be added.</param>
1724           <param name="attributeType">To be added.</param>
1725           <param name="inherit">To be added.</param>
1726           <summary>To be added.</summary>
1727         </Docs>
1728         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.MemberInfo,System.Type,System.Boolean)" />
1729       </Member>
1730     </ExtensionMethod>
1731     <ExtensionMethod>
1732       <Targets>
1733         <Target Type="T:System.Reflection.Module" />
1734       </Targets>
1735       <Member MemberName="GetCustomAttribute">
1736         <MemberSignature Language="C#" Value="public static Attribute GetCustomAttribute (this System.Reflection.Module element, Type attributeType);" />
1737         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Attribute GetCustomAttribute(class System.Reflection.Module element, class System.Type attributeType) cil managed" />
1738         <MemberType>ExtensionMethod</MemberType>
1739         <ReturnValue>
1740           <ReturnType>System.Attribute</ReturnType>
1741         </ReturnValue>
1742         <Parameters>
1743           <Parameter Name="element" Type="System.Reflection.Module" RefType="this" />
1744           <Parameter Name="attributeType" Type="System.Type" />
1745         </Parameters>
1746         <Docs>
1747           <param name="element">To be added.</param>
1748           <param name="attributeType">To be added.</param>
1749           <summary>To be added.</summary>
1750         </Docs>
1751         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.Module,System.Type)" />
1752       </Member>
1753     </ExtensionMethod>
1754     <ExtensionMethod>
1755       <Targets>
1756         <Target Type="T:System.Reflection.ParameterInfo" />
1757       </Targets>
1758       <Member MemberName="GetCustomAttribute">
1759         <MemberSignature Language="C#" Value="public static Attribute GetCustomAttribute (this System.Reflection.ParameterInfo element, Type attributeType);" />
1760         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Attribute GetCustomAttribute(class System.Reflection.ParameterInfo element, class System.Type attributeType) cil managed" />
1761         <MemberType>ExtensionMethod</MemberType>
1762         <ReturnValue>
1763           <ReturnType>System.Attribute</ReturnType>
1764         </ReturnValue>
1765         <Parameters>
1766           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
1767           <Parameter Name="attributeType" Type="System.Type" />
1768         </Parameters>
1769         <Docs>
1770           <param name="element">To be added.</param>
1771           <param name="attributeType">To be added.</param>
1772           <summary>To be added.</summary>
1773         </Docs>
1774         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type)" />
1775       </Member>
1776     </ExtensionMethod>
1777     <ExtensionMethod>
1778       <Targets>
1779         <Target Type="T:System.Reflection.ParameterInfo" />
1780       </Targets>
1781       <Member MemberName="GetCustomAttribute">
1782         <MemberSignature Language="C#" Value="public static Attribute GetCustomAttribute (this System.Reflection.ParameterInfo element, Type attributeType, bool inherit);" />
1783         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Attribute GetCustomAttribute(class System.Reflection.ParameterInfo element, class System.Type attributeType, bool inherit) cil managed" />
1784         <MemberType>ExtensionMethod</MemberType>
1785         <ReturnValue>
1786           <ReturnType>System.Attribute</ReturnType>
1787         </ReturnValue>
1788         <Parameters>
1789           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
1790           <Parameter Name="attributeType" Type="System.Type" />
1791           <Parameter Name="inherit" Type="System.Boolean" />
1792         </Parameters>
1793         <Docs>
1794           <param name="element">To be added.</param>
1795           <param name="attributeType">To be added.</param>
1796           <param name="inherit">To be added.</param>
1797           <summary>To be added.</summary>
1798         </Docs>
1799         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute(System.Reflection.ParameterInfo,System.Type,System.Boolean)" />
1800       </Member>
1801     </ExtensionMethod>
1802     <ExtensionMethod>
1803       <Targets>
1804         <Target Type="T:System.Reflection.Assembly" />
1805       </Targets>
1806       <Member MemberName="GetCustomAttribute&lt;T&gt;">
1807         <MemberSignature Language="C#" Value="public static T GetCustomAttribute&lt;T&gt; (this System.Reflection.Assembly element) where T : Attribute;" />
1808         <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T GetCustomAttribute&lt;(class System.Attribute) T&gt;(class System.Reflection.Assembly element) cil managed" />
1809         <MemberType>ExtensionMethod</MemberType>
1810         <ReturnValue>
1811           <ReturnType>T</ReturnType>
1812         </ReturnValue>
1813         <TypeParameters>
1814           <TypeParameter Name="T">
1815             <Constraints>
1816               <BaseTypeName>System.Attribute</BaseTypeName>
1817             </Constraints>
1818           </TypeParameter>
1819         </TypeParameters>
1820         <Parameters>
1821           <Parameter Name="element" Type="System.Reflection.Assembly" RefType="this" />
1822         </Parameters>
1823         <Docs>
1824           <typeparam name="T">To be added.</typeparam>
1825           <param name="element">To be added.</param>
1826           <summary>To be added.</summary>
1827         </Docs>
1828         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.Assembly)" />
1829       </Member>
1830     </ExtensionMethod>
1831     <ExtensionMethod>
1832       <Targets>
1833         <Target Type="T:System.Reflection.MemberInfo" />
1834       </Targets>
1835       <Member MemberName="GetCustomAttribute&lt;T&gt;">
1836         <MemberSignature Language="C#" Value="public static T GetCustomAttribute&lt;T&gt; (this System.Reflection.MemberInfo element) where T : Attribute;" />
1837         <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T GetCustomAttribute&lt;(class System.Attribute) T&gt;(class System.Reflection.MemberInfo element) cil managed" />
1838         <MemberType>ExtensionMethod</MemberType>
1839         <ReturnValue>
1840           <ReturnType>T</ReturnType>
1841         </ReturnValue>
1842         <TypeParameters>
1843           <TypeParameter Name="T">
1844             <Constraints>
1845               <BaseTypeName>System.Attribute</BaseTypeName>
1846             </Constraints>
1847           </TypeParameter>
1848         </TypeParameters>
1849         <Parameters>
1850           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
1851         </Parameters>
1852         <Docs>
1853           <typeparam name="T">To be added.</typeparam>
1854           <param name="element">To be added.</param>
1855           <summary>To be added.</summary>
1856         </Docs>
1857         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.MemberInfo)" />
1858       </Member>
1859     </ExtensionMethod>
1860     <ExtensionMethod>
1861       <Targets>
1862         <Target Type="T:System.Reflection.MemberInfo" />
1863       </Targets>
1864       <Member MemberName="GetCustomAttribute&lt;T&gt;">
1865         <MemberSignature Language="C#" Value="public static T GetCustomAttribute&lt;T&gt; (this System.Reflection.MemberInfo element, bool inherit) where T : Attribute;" />
1866         <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T GetCustomAttribute&lt;(class System.Attribute) T&gt;(class System.Reflection.MemberInfo element, bool inherit) cil managed" />
1867         <MemberType>ExtensionMethod</MemberType>
1868         <ReturnValue>
1869           <ReturnType>T</ReturnType>
1870         </ReturnValue>
1871         <TypeParameters>
1872           <TypeParameter Name="T">
1873             <Constraints>
1874               <BaseTypeName>System.Attribute</BaseTypeName>
1875             </Constraints>
1876           </TypeParameter>
1877         </TypeParameters>
1878         <Parameters>
1879           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
1880           <Parameter Name="inherit" Type="System.Boolean" />
1881         </Parameters>
1882         <Docs>
1883           <typeparam name="T">To be added.</typeparam>
1884           <param name="element">To be added.</param>
1885           <param name="inherit">To be added.</param>
1886           <summary>To be added.</summary>
1887         </Docs>
1888         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.MemberInfo,System.Boolean)" />
1889       </Member>
1890     </ExtensionMethod>
1891     <ExtensionMethod>
1892       <Targets>
1893         <Target Type="T:System.Reflection.Module" />
1894       </Targets>
1895       <Member MemberName="GetCustomAttribute&lt;T&gt;">
1896         <MemberSignature Language="C#" Value="public static T GetCustomAttribute&lt;T&gt; (this System.Reflection.Module element) where T : Attribute;" />
1897         <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T GetCustomAttribute&lt;(class System.Attribute) T&gt;(class System.Reflection.Module element) cil managed" />
1898         <MemberType>ExtensionMethod</MemberType>
1899         <ReturnValue>
1900           <ReturnType>T</ReturnType>
1901         </ReturnValue>
1902         <TypeParameters>
1903           <TypeParameter Name="T">
1904             <Constraints>
1905               <BaseTypeName>System.Attribute</BaseTypeName>
1906             </Constraints>
1907           </TypeParameter>
1908         </TypeParameters>
1909         <Parameters>
1910           <Parameter Name="element" Type="System.Reflection.Module" RefType="this" />
1911         </Parameters>
1912         <Docs>
1913           <typeparam name="T">To be added.</typeparam>
1914           <param name="element">To be added.</param>
1915           <summary>To be added.</summary>
1916         </Docs>
1917         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.Module)" />
1918       </Member>
1919     </ExtensionMethod>
1920     <ExtensionMethod>
1921       <Targets>
1922         <Target Type="T:System.Reflection.ParameterInfo" />
1923       </Targets>
1924       <Member MemberName="GetCustomAttribute&lt;T&gt;">
1925         <MemberSignature Language="C#" Value="public static T GetCustomAttribute&lt;T&gt; (this System.Reflection.ParameterInfo element) where T : Attribute;" />
1926         <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T GetCustomAttribute&lt;(class System.Attribute) T&gt;(class System.Reflection.ParameterInfo element) cil managed" />
1927         <MemberType>ExtensionMethod</MemberType>
1928         <ReturnValue>
1929           <ReturnType>T</ReturnType>
1930         </ReturnValue>
1931         <TypeParameters>
1932           <TypeParameter Name="T">
1933             <Constraints>
1934               <BaseTypeName>System.Attribute</BaseTypeName>
1935             </Constraints>
1936           </TypeParameter>
1937         </TypeParameters>
1938         <Parameters>
1939           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
1940         </Parameters>
1941         <Docs>
1942           <typeparam name="T">To be added.</typeparam>
1943           <param name="element">To be added.</param>
1944           <summary>To be added.</summary>
1945         </Docs>
1946         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.ParameterInfo)" />
1947       </Member>
1948     </ExtensionMethod>
1949     <ExtensionMethod>
1950       <Targets>
1951         <Target Type="T:System.Reflection.ParameterInfo" />
1952       </Targets>
1953       <Member MemberName="GetCustomAttribute&lt;T&gt;">
1954         <MemberSignature Language="C#" Value="public static T GetCustomAttribute&lt;T&gt; (this System.Reflection.ParameterInfo element, bool inherit) where T : Attribute;" />
1955         <MemberSignature Language="ILAsm" Value=".method public static hidebysig !!T GetCustomAttribute&lt;(class System.Attribute) T&gt;(class System.Reflection.ParameterInfo element, bool inherit) cil managed" />
1956         <MemberType>ExtensionMethod</MemberType>
1957         <ReturnValue>
1958           <ReturnType>T</ReturnType>
1959         </ReturnValue>
1960         <TypeParameters>
1961           <TypeParameter Name="T">
1962             <Constraints>
1963               <BaseTypeName>System.Attribute</BaseTypeName>
1964             </Constraints>
1965           </TypeParameter>
1966         </TypeParameters>
1967         <Parameters>
1968           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
1969           <Parameter Name="inherit" Type="System.Boolean" />
1970         </Parameters>
1971         <Docs>
1972           <typeparam name="T">To be added.</typeparam>
1973           <param name="element">To be added.</param>
1974           <param name="inherit">To be added.</param>
1975           <summary>To be added.</summary>
1976         </Docs>
1977         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttribute``1(System.Reflection.ParameterInfo,System.Boolean)" />
1978       </Member>
1979     </ExtensionMethod>
1980     <ExtensionMethod>
1981       <Targets>
1982         <Target Type="T:System.Reflection.Assembly" />
1983       </Targets>
1984       <Member MemberName="GetCustomAttributes">
1985         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.Assembly element);" />
1986         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.Assembly element) cil managed" />
1987         <MemberType>ExtensionMethod</MemberType>
1988         <ReturnValue>
1989           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
1990         </ReturnValue>
1991         <Parameters>
1992           <Parameter Name="element" Type="System.Reflection.Assembly" RefType="this" />
1993         </Parameters>
1994         <Docs>
1995           <param name="element">To be added.</param>
1996           <summary>To be added.</summary>
1997         </Docs>
1998         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Assembly)" />
1999       </Member>
2000     </ExtensionMethod>
2001     <ExtensionMethod>
2002       <Targets>
2003         <Target Type="T:System.Reflection.Assembly" />
2004       </Targets>
2005       <Member MemberName="GetCustomAttributes">
2006         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.Assembly element, Type attributeType);" />
2007         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.Assembly element, class System.Type attributeType) cil managed" />
2008         <MemberType>ExtensionMethod</MemberType>
2009         <ReturnValue>
2010           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2011         </ReturnValue>
2012         <Parameters>
2013           <Parameter Name="element" Type="System.Reflection.Assembly" RefType="this" />
2014           <Parameter Name="attributeType" Type="System.Type" />
2015         </Parameters>
2016         <Docs>
2017           <param name="element">To be added.</param>
2018           <param name="attributeType">To be added.</param>
2019           <summary>To be added.</summary>
2020         </Docs>
2021         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Assembly,System.Type)" />
2022       </Member>
2023     </ExtensionMethod>
2024     <ExtensionMethod>
2025       <Targets>
2026         <Target Type="T:System.Reflection.MemberInfo" />
2027       </Targets>
2028       <Member MemberName="GetCustomAttributes">
2029         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.MemberInfo element);" />
2030         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.MemberInfo element) cil managed" />
2031         <MemberType>ExtensionMethod</MemberType>
2032         <ReturnValue>
2033           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2034         </ReturnValue>
2035         <Parameters>
2036           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2037         </Parameters>
2038         <Docs>
2039           <param name="element">To be added.</param>
2040           <summary>To be added.</summary>
2041         </Docs>
2042         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo)" />
2043       </Member>
2044     </ExtensionMethod>
2045     <ExtensionMethod>
2046       <Targets>
2047         <Target Type="T:System.Reflection.MemberInfo" />
2048       </Targets>
2049       <Member MemberName="GetCustomAttributes">
2050         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.MemberInfo element, bool inherit);" />
2051         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.MemberInfo element, bool inherit) cil managed" />
2052         <MemberType>ExtensionMethod</MemberType>
2053         <ReturnValue>
2054           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2055         </ReturnValue>
2056         <Parameters>
2057           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2058           <Parameter Name="inherit" Type="System.Boolean" />
2059         </Parameters>
2060         <Docs>
2061           <param name="element">To be added.</param>
2062           <param name="inherit">To be added.</param>
2063           <summary>To be added.</summary>
2064         </Docs>
2065         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Boolean)" />
2066       </Member>
2067     </ExtensionMethod>
2068     <ExtensionMethod>
2069       <Targets>
2070         <Target Type="T:System.Reflection.MemberInfo" />
2071       </Targets>
2072       <Member MemberName="GetCustomAttributes">
2073         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.MemberInfo element, Type attributeType);" />
2074         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.MemberInfo element, class System.Type attributeType) cil managed" />
2075         <MemberType>ExtensionMethod</MemberType>
2076         <ReturnValue>
2077           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2078         </ReturnValue>
2079         <Parameters>
2080           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2081           <Parameter Name="attributeType" Type="System.Type" />
2082         </Parameters>
2083         <Docs>
2084           <param name="element">To be added.</param>
2085           <param name="attributeType">To be added.</param>
2086           <summary>To be added.</summary>
2087         </Docs>
2088         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Type)" />
2089       </Member>
2090     </ExtensionMethod>
2091     <ExtensionMethod>
2092       <Targets>
2093         <Target Type="T:System.Reflection.MemberInfo" />
2094       </Targets>
2095       <Member MemberName="GetCustomAttributes">
2096         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.MemberInfo element, Type attributeType, bool inherit);" />
2097         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.MemberInfo element, class System.Type attributeType, bool inherit) cil managed" />
2098         <MemberType>ExtensionMethod</MemberType>
2099         <ReturnValue>
2100           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2101         </ReturnValue>
2102         <Parameters>
2103           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2104           <Parameter Name="attributeType" Type="System.Type" />
2105           <Parameter Name="inherit" Type="System.Boolean" />
2106         </Parameters>
2107         <Docs>
2108           <param name="element">To be added.</param>
2109           <param name="attributeType">To be added.</param>
2110           <param name="inherit">To be added.</param>
2111           <summary>To be added.</summary>
2112         </Docs>
2113         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.MemberInfo,System.Type,System.Boolean)" />
2114       </Member>
2115     </ExtensionMethod>
2116     <ExtensionMethod>
2117       <Targets>
2118         <Target Type="T:System.Reflection.Module" />
2119       </Targets>
2120       <Member MemberName="GetCustomAttributes">
2121         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.Module element);" />
2122         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.Module element) cil managed" />
2123         <MemberType>ExtensionMethod</MemberType>
2124         <ReturnValue>
2125           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2126         </ReturnValue>
2127         <Parameters>
2128           <Parameter Name="element" Type="System.Reflection.Module" RefType="this" />
2129         </Parameters>
2130         <Docs>
2131           <param name="element">To be added.</param>
2132           <summary>To be added.</summary>
2133         </Docs>
2134         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Module)" />
2135       </Member>
2136     </ExtensionMethod>
2137     <ExtensionMethod>
2138       <Targets>
2139         <Target Type="T:System.Reflection.Module" />
2140       </Targets>
2141       <Member MemberName="GetCustomAttributes">
2142         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.Module element, Type attributeType);" />
2143         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.Module element, class System.Type attributeType) cil managed" />
2144         <MemberType>ExtensionMethod</MemberType>
2145         <ReturnValue>
2146           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2147         </ReturnValue>
2148         <Parameters>
2149           <Parameter Name="element" Type="System.Reflection.Module" RefType="this" />
2150           <Parameter Name="attributeType" Type="System.Type" />
2151         </Parameters>
2152         <Docs>
2153           <param name="element">To be added.</param>
2154           <param name="attributeType">To be added.</param>
2155           <summary>To be added.</summary>
2156         </Docs>
2157         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.Module,System.Type)" />
2158       </Member>
2159     </ExtensionMethod>
2160     <ExtensionMethod>
2161       <Targets>
2162         <Target Type="T:System.Reflection.ParameterInfo" />
2163       </Targets>
2164       <Member MemberName="GetCustomAttributes">
2165         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.ParameterInfo element);" />
2166         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.ParameterInfo element) cil managed" />
2167         <MemberType>ExtensionMethod</MemberType>
2168         <ReturnValue>
2169           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2170         </ReturnValue>
2171         <Parameters>
2172           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2173         </Parameters>
2174         <Docs>
2175           <param name="element">To be added.</param>
2176           <summary>To be added.</summary>
2177         </Docs>
2178         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo)" />
2179       </Member>
2180     </ExtensionMethod>
2181     <ExtensionMethod>
2182       <Targets>
2183         <Target Type="T:System.Reflection.ParameterInfo" />
2184       </Targets>
2185       <Member MemberName="GetCustomAttributes">
2186         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.ParameterInfo element, bool inherit);" />
2187         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.ParameterInfo element, bool inherit) cil managed" />
2188         <MemberType>ExtensionMethod</MemberType>
2189         <ReturnValue>
2190           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2191         </ReturnValue>
2192         <Parameters>
2193           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2194           <Parameter Name="inherit" Type="System.Boolean" />
2195         </Parameters>
2196         <Docs>
2197           <param name="element">To be added.</param>
2198           <param name="inherit">To be added.</param>
2199           <summary>To be added.</summary>
2200         </Docs>
2201         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Boolean)" />
2202       </Member>
2203     </ExtensionMethod>
2204     <ExtensionMethod>
2205       <Targets>
2206         <Target Type="T:System.Reflection.ParameterInfo" />
2207       </Targets>
2208       <Member MemberName="GetCustomAttributes">
2209         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.ParameterInfo element, Type attributeType);" />
2210         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.ParameterInfo element, class System.Type attributeType) cil managed" />
2211         <MemberType>ExtensionMethod</MemberType>
2212         <ReturnValue>
2213           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2214         </ReturnValue>
2215         <Parameters>
2216           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2217           <Parameter Name="attributeType" Type="System.Type" />
2218         </Parameters>
2219         <Docs>
2220           <param name="element">To be added.</param>
2221           <param name="attributeType">To be added.</param>
2222           <summary>To be added.</summary>
2223         </Docs>
2224         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type)" />
2225       </Member>
2226     </ExtensionMethod>
2227     <ExtensionMethod>
2228       <Targets>
2229         <Target Type="T:System.Reflection.ParameterInfo" />
2230       </Targets>
2231       <Member MemberName="GetCustomAttributes">
2232         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;Attribute&gt; GetCustomAttributes (this System.Reflection.ParameterInfo element, Type attributeType, bool inherit);" />
2233         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Attribute&gt; GetCustomAttributes(class System.Reflection.ParameterInfo element, class System.Type attributeType, bool inherit) cil managed" />
2234         <MemberType>ExtensionMethod</MemberType>
2235         <ReturnValue>
2236           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Attribute&gt;</ReturnType>
2237         </ReturnValue>
2238         <Parameters>
2239           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2240           <Parameter Name="attributeType" Type="System.Type" />
2241           <Parameter Name="inherit" Type="System.Boolean" />
2242         </Parameters>
2243         <Docs>
2244           <param name="element">To be added.</param>
2245           <param name="attributeType">To be added.</param>
2246           <param name="inherit">To be added.</param>
2247           <summary>To be added.</summary>
2248         </Docs>
2249         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes(System.Reflection.ParameterInfo,System.Type,System.Boolean)" />
2250       </Member>
2251     </ExtensionMethod>
2252     <ExtensionMethod>
2253       <Targets>
2254         <Target Type="T:System.Reflection.Assembly" />
2255       </Targets>
2256       <Member MemberName="GetCustomAttributes&lt;T&gt;">
2257         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;T&gt; GetCustomAttributes&lt;T&gt; (this System.Reflection.Assembly element) where T : Attribute;" />
2258         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;!!T&gt; GetCustomAttributes&lt;(class System.Attribute) T&gt;(class System.Reflection.Assembly element) cil managed" />
2259         <MemberType>ExtensionMethod</MemberType>
2260         <ReturnValue>
2261           <ReturnType>System.Collections.Generic.IEnumerable&lt;T&gt;</ReturnType>
2262         </ReturnValue>
2263         <TypeParameters>
2264           <TypeParameter Name="T">
2265             <Constraints>
2266               <BaseTypeName>System.Attribute</BaseTypeName>
2267             </Constraints>
2268           </TypeParameter>
2269         </TypeParameters>
2270         <Parameters>
2271           <Parameter Name="element" Type="System.Reflection.Assembly" RefType="this" />
2272         </Parameters>
2273         <Docs>
2274           <typeparam name="T">To be added.</typeparam>
2275           <param name="element">To be added.</param>
2276           <summary>To be added.</summary>
2277         </Docs>
2278         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.Assembly)" />
2279       </Member>
2280     </ExtensionMethod>
2281     <ExtensionMethod>
2282       <Targets>
2283         <Target Type="T:System.Reflection.MemberInfo" />
2284       </Targets>
2285       <Member MemberName="GetCustomAttributes&lt;T&gt;">
2286         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;T&gt; GetCustomAttributes&lt;T&gt; (this System.Reflection.MemberInfo element) where T : Attribute;" />
2287         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;!!T&gt; GetCustomAttributes&lt;(class System.Attribute) T&gt;(class System.Reflection.MemberInfo element) cil managed" />
2288         <MemberType>ExtensionMethod</MemberType>
2289         <ReturnValue>
2290           <ReturnType>System.Collections.Generic.IEnumerable&lt;T&gt;</ReturnType>
2291         </ReturnValue>
2292         <TypeParameters>
2293           <TypeParameter Name="T">
2294             <Constraints>
2295               <BaseTypeName>System.Attribute</BaseTypeName>
2296             </Constraints>
2297           </TypeParameter>
2298         </TypeParameters>
2299         <Parameters>
2300           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2301         </Parameters>
2302         <Docs>
2303           <typeparam name="T">To be added.</typeparam>
2304           <param name="element">To be added.</param>
2305           <summary>To be added.</summary>
2306         </Docs>
2307         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.MemberInfo)" />
2308       </Member>
2309     </ExtensionMethod>
2310     <ExtensionMethod>
2311       <Targets>
2312         <Target Type="T:System.Reflection.MemberInfo" />
2313       </Targets>
2314       <Member MemberName="GetCustomAttributes&lt;T&gt;">
2315         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;T&gt; GetCustomAttributes&lt;T&gt; (this System.Reflection.MemberInfo element, bool inherit) where T : Attribute;" />
2316         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;!!T&gt; GetCustomAttributes&lt;(class System.Attribute) T&gt;(class System.Reflection.MemberInfo element, bool inherit) cil managed" />
2317         <MemberType>ExtensionMethod</MemberType>
2318         <ReturnValue>
2319           <ReturnType>System.Collections.Generic.IEnumerable&lt;T&gt;</ReturnType>
2320         </ReturnValue>
2321         <TypeParameters>
2322           <TypeParameter Name="T">
2323             <Constraints>
2324               <BaseTypeName>System.Attribute</BaseTypeName>
2325             </Constraints>
2326           </TypeParameter>
2327         </TypeParameters>
2328         <Parameters>
2329           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2330           <Parameter Name="inherit" Type="System.Boolean" />
2331         </Parameters>
2332         <Docs>
2333           <typeparam name="T">To be added.</typeparam>
2334           <param name="element">To be added.</param>
2335           <param name="inherit">To be added.</param>
2336           <summary>To be added.</summary>
2337         </Docs>
2338         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.MemberInfo,System.Boolean)" />
2339       </Member>
2340     </ExtensionMethod>
2341     <ExtensionMethod>
2342       <Targets>
2343         <Target Type="T:System.Reflection.Module" />
2344       </Targets>
2345       <Member MemberName="GetCustomAttributes&lt;T&gt;">
2346         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;T&gt; GetCustomAttributes&lt;T&gt; (this System.Reflection.Module element) where T : Attribute;" />
2347         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;!!T&gt; GetCustomAttributes&lt;(class System.Attribute) T&gt;(class System.Reflection.Module element) cil managed" />
2348         <MemberType>ExtensionMethod</MemberType>
2349         <ReturnValue>
2350           <ReturnType>System.Collections.Generic.IEnumerable&lt;T&gt;</ReturnType>
2351         </ReturnValue>
2352         <TypeParameters>
2353           <TypeParameter Name="T">
2354             <Constraints>
2355               <BaseTypeName>System.Attribute</BaseTypeName>
2356             </Constraints>
2357           </TypeParameter>
2358         </TypeParameters>
2359         <Parameters>
2360           <Parameter Name="element" Type="System.Reflection.Module" RefType="this" />
2361         </Parameters>
2362         <Docs>
2363           <typeparam name="T">To be added.</typeparam>
2364           <param name="element">To be added.</param>
2365           <summary>To be added.</summary>
2366         </Docs>
2367         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.Module)" />
2368       </Member>
2369     </ExtensionMethod>
2370     <ExtensionMethod>
2371       <Targets>
2372         <Target Type="T:System.Reflection.ParameterInfo" />
2373       </Targets>
2374       <Member MemberName="GetCustomAttributes&lt;T&gt;">
2375         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;T&gt; GetCustomAttributes&lt;T&gt; (this System.Reflection.ParameterInfo element) where T : Attribute;" />
2376         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;!!T&gt; GetCustomAttributes&lt;(class System.Attribute) T&gt;(class System.Reflection.ParameterInfo element) cil managed" />
2377         <MemberType>ExtensionMethod</MemberType>
2378         <ReturnValue>
2379           <ReturnType>System.Collections.Generic.IEnumerable&lt;T&gt;</ReturnType>
2380         </ReturnValue>
2381         <TypeParameters>
2382           <TypeParameter Name="T">
2383             <Constraints>
2384               <BaseTypeName>System.Attribute</BaseTypeName>
2385             </Constraints>
2386           </TypeParameter>
2387         </TypeParameters>
2388         <Parameters>
2389           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2390         </Parameters>
2391         <Docs>
2392           <typeparam name="T">To be added.</typeparam>
2393           <param name="element">To be added.</param>
2394           <summary>To be added.</summary>
2395         </Docs>
2396         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.ParameterInfo)" />
2397       </Member>
2398     </ExtensionMethod>
2399     <ExtensionMethod>
2400       <Targets>
2401         <Target Type="T:System.Reflection.ParameterInfo" />
2402       </Targets>
2403       <Member MemberName="GetCustomAttributes&lt;T&gt;">
2404         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;T&gt; GetCustomAttributes&lt;T&gt; (this System.Reflection.ParameterInfo element, bool inherit) where T : Attribute;" />
2405         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;!!T&gt; GetCustomAttributes&lt;(class System.Attribute) T&gt;(class System.Reflection.ParameterInfo element, bool inherit) cil managed" />
2406         <MemberType>ExtensionMethod</MemberType>
2407         <ReturnValue>
2408           <ReturnType>System.Collections.Generic.IEnumerable&lt;T&gt;</ReturnType>
2409         </ReturnValue>
2410         <TypeParameters>
2411           <TypeParameter Name="T">
2412             <Constraints>
2413               <BaseTypeName>System.Attribute</BaseTypeName>
2414             </Constraints>
2415           </TypeParameter>
2416         </TypeParameters>
2417         <Parameters>
2418           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2419           <Parameter Name="inherit" Type="System.Boolean" />
2420         </Parameters>
2421         <Docs>
2422           <typeparam name="T">To be added.</typeparam>
2423           <param name="element">To be added.</param>
2424           <param name="inherit">To be added.</param>
2425           <summary>To be added.</summary>
2426         </Docs>
2427         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.GetCustomAttributes``1(System.Reflection.ParameterInfo,System.Boolean)" />
2428       </Member>
2429     </ExtensionMethod>
2430     <ExtensionMethod>
2431       <Targets>
2432         <Target Type="T:System.Reflection.Assembly" />
2433       </Targets>
2434       <Member MemberName="IsDefined">
2435         <MemberSignature Language="C#" Value="public static bool IsDefined (this System.Reflection.Assembly element, Type attributeType);" />
2436         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsDefined(class System.Reflection.Assembly element, class System.Type attributeType) cil managed" />
2437         <MemberType>ExtensionMethod</MemberType>
2438         <ReturnValue>
2439           <ReturnType>System.Boolean</ReturnType>
2440         </ReturnValue>
2441         <Parameters>
2442           <Parameter Name="element" Type="System.Reflection.Assembly" RefType="this" />
2443           <Parameter Name="attributeType" Type="System.Type" />
2444         </Parameters>
2445         <Docs>
2446           <param name="element">To be added.</param>
2447           <param name="attributeType">To be added.</param>
2448           <summary>To be added.</summary>
2449         </Docs>
2450         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.Assembly,System.Type)" />
2451       </Member>
2452     </ExtensionMethod>
2453     <ExtensionMethod>
2454       <Targets>
2455         <Target Type="T:System.Reflection.MemberInfo" />
2456       </Targets>
2457       <Member MemberName="IsDefined">
2458         <MemberSignature Language="C#" Value="public static bool IsDefined (this System.Reflection.MemberInfo element, Type attributeType);" />
2459         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsDefined(class System.Reflection.MemberInfo element, class System.Type attributeType) cil managed" />
2460         <MemberType>ExtensionMethod</MemberType>
2461         <ReturnValue>
2462           <ReturnType>System.Boolean</ReturnType>
2463         </ReturnValue>
2464         <Parameters>
2465           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2466           <Parameter Name="attributeType" Type="System.Type" />
2467         </Parameters>
2468         <Docs>
2469           <param name="element">To be added.</param>
2470           <param name="attributeType">To be added.</param>
2471           <summary>To be added.</summary>
2472         </Docs>
2473         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.MemberInfo,System.Type)" />
2474       </Member>
2475     </ExtensionMethod>
2476     <ExtensionMethod>
2477       <Targets>
2478         <Target Type="T:System.Reflection.MemberInfo" />
2479       </Targets>
2480       <Member MemberName="IsDefined">
2481         <MemberSignature Language="C#" Value="public static bool IsDefined (this System.Reflection.MemberInfo element, Type attributeType, bool inherit);" />
2482         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsDefined(class System.Reflection.MemberInfo element, class System.Type attributeType, bool inherit) cil managed" />
2483         <MemberType>ExtensionMethod</MemberType>
2484         <ReturnValue>
2485           <ReturnType>System.Boolean</ReturnType>
2486         </ReturnValue>
2487         <Parameters>
2488           <Parameter Name="element" Type="System.Reflection.MemberInfo" RefType="this" />
2489           <Parameter Name="attributeType" Type="System.Type" />
2490           <Parameter Name="inherit" Type="System.Boolean" />
2491         </Parameters>
2492         <Docs>
2493           <param name="element">To be added.</param>
2494           <param name="attributeType">To be added.</param>
2495           <param name="inherit">To be added.</param>
2496           <summary>To be added.</summary>
2497         </Docs>
2498         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.MemberInfo,System.Type,System.Boolean)" />
2499       </Member>
2500     </ExtensionMethod>
2501     <ExtensionMethod>
2502       <Targets>
2503         <Target Type="T:System.Reflection.Module" />
2504       </Targets>
2505       <Member MemberName="IsDefined">
2506         <MemberSignature Language="C#" Value="public static bool IsDefined (this System.Reflection.Module element, Type attributeType);" />
2507         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsDefined(class System.Reflection.Module element, class System.Type attributeType) cil managed" />
2508         <MemberType>ExtensionMethod</MemberType>
2509         <ReturnValue>
2510           <ReturnType>System.Boolean</ReturnType>
2511         </ReturnValue>
2512         <Parameters>
2513           <Parameter Name="element" Type="System.Reflection.Module" RefType="this" />
2514           <Parameter Name="attributeType" Type="System.Type" />
2515         </Parameters>
2516         <Docs>
2517           <param name="element">To be added.</param>
2518           <param name="attributeType">To be added.</param>
2519           <summary>To be added.</summary>
2520         </Docs>
2521         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.Module,System.Type)" />
2522       </Member>
2523     </ExtensionMethod>
2524     <ExtensionMethod>
2525       <Targets>
2526         <Target Type="T:System.Reflection.ParameterInfo" />
2527       </Targets>
2528       <Member MemberName="IsDefined">
2529         <MemberSignature Language="C#" Value="public static bool IsDefined (this System.Reflection.ParameterInfo element, Type attributeType);" />
2530         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsDefined(class System.Reflection.ParameterInfo element, class System.Type attributeType) cil managed" />
2531         <MemberType>ExtensionMethod</MemberType>
2532         <ReturnValue>
2533           <ReturnType>System.Boolean</ReturnType>
2534         </ReturnValue>
2535         <Parameters>
2536           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2537           <Parameter Name="attributeType" Type="System.Type" />
2538         </Parameters>
2539         <Docs>
2540           <param name="element">To be added.</param>
2541           <param name="attributeType">To be added.</param>
2542           <summary>To be added.</summary>
2543         </Docs>
2544         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.ParameterInfo,System.Type)" />
2545       </Member>
2546     </ExtensionMethod>
2547     <ExtensionMethod>
2548       <Targets>
2549         <Target Type="T:System.Reflection.ParameterInfo" />
2550       </Targets>
2551       <Member MemberName="IsDefined">
2552         <MemberSignature Language="C#" Value="public static bool IsDefined (this System.Reflection.ParameterInfo element, Type attributeType, bool inherit);" />
2553         <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsDefined(class System.Reflection.ParameterInfo element, class System.Type attributeType, bool inherit) cil managed" />
2554         <MemberType>ExtensionMethod</MemberType>
2555         <ReturnValue>
2556           <ReturnType>System.Boolean</ReturnType>
2557         </ReturnValue>
2558         <Parameters>
2559           <Parameter Name="element" Type="System.Reflection.ParameterInfo" RefType="this" />
2560           <Parameter Name="attributeType" Type="System.Type" />
2561           <Parameter Name="inherit" Type="System.Boolean" />
2562         </Parameters>
2563         <Docs>
2564           <param name="element">To be added.</param>
2565           <param name="attributeType">To be added.</param>
2566           <param name="inherit">To be added.</param>
2567           <summary>To be added.</summary>
2568         </Docs>
2569         <Link Type="System.Reflection.CustomAttributeExtensions" Member="M:System.Reflection.CustomAttributeExtensions.IsDefined(System.Reflection.ParameterInfo,System.Type,System.Boolean)" />
2570       </Member>
2571     </ExtensionMethod>
2572     <ExtensionMethod>
2573       <Targets>
2574         <Target Type="T:System.Type" />
2575       </Targets>
2576       <Member MemberName="GetTypeInfo">
2577         <MemberSignature Language="C#" Value="public static System.Reflection.TypeInfo GetTypeInfo (this Type type);" />
2578         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Reflection.TypeInfo GetTypeInfo(class System.Type type) cil managed" />
2579         <MemberType>ExtensionMethod</MemberType>
2580         <ReturnValue>
2581           <ReturnType>System.Reflection.TypeInfo</ReturnType>
2582         </ReturnValue>
2583         <Parameters>
2584           <Parameter Name="type" Type="System.Type" RefType="this" />
2585         </Parameters>
2586         <Docs>
2587           <param name="type">To be added.</param>
2588           <summary>To be added.</summary>
2589         </Docs>
2590         <Link Type="System.Reflection.IntrospectionExtensions" Member="M:System.Reflection.IntrospectionExtensions.GetTypeInfo(System.Type)" />
2591       </Member>
2592     </ExtensionMethod>
2593     <ExtensionMethod>
2594       <Targets>
2595         <Target Type="T:System.Delegate" />
2596       </Targets>
2597       <Member MemberName="GetMethodInfo">
2598         <MemberSignature Language="C#" Value="public static System.Reflection.MethodInfo GetMethodInfo (this Delegate del);" />
2599         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Reflection.MethodInfo GetMethodInfo(class System.Delegate del) cil managed" />
2600         <MemberType>ExtensionMethod</MemberType>
2601         <ReturnValue>
2602           <ReturnType>System.Reflection.MethodInfo</ReturnType>
2603         </ReturnValue>
2604         <Parameters>
2605           <Parameter Name="del" Type="System.Delegate" RefType="this" />
2606         </Parameters>
2607         <Docs>
2608           <param name="del">To be added.</param>
2609           <summary>To be added.</summary>
2610         </Docs>
2611         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetMethodInfo(System.Delegate)" />
2612       </Member>
2613     </ExtensionMethod>
2614     <ExtensionMethod>
2615       <Targets>
2616         <Target Type="T:System.Reflection.MethodInfo" />
2617       </Targets>
2618       <Member MemberName="GetRuntimeBaseDefinition">
2619         <MemberSignature Language="C#" Value="public static System.Reflection.MethodInfo GetRuntimeBaseDefinition (this System.Reflection.MethodInfo method);" />
2620         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Reflection.MethodInfo GetRuntimeBaseDefinition(class System.Reflection.MethodInfo method) cil managed" />
2621         <MemberType>ExtensionMethod</MemberType>
2622         <ReturnValue>
2623           <ReturnType>System.Reflection.MethodInfo</ReturnType>
2624         </ReturnValue>
2625         <Parameters>
2626           <Parameter Name="method" Type="System.Reflection.MethodInfo" RefType="this" />
2627         </Parameters>
2628         <Docs>
2629           <param name="method">To be added.</param>
2630           <summary>To be added.</summary>
2631         </Docs>
2632         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeBaseDefinition(System.Reflection.MethodInfo)" />
2633       </Member>
2634     </ExtensionMethod>
2635     <ExtensionMethod>
2636       <Targets>
2637         <Target Type="T:System.Type" />
2638       </Targets>
2639       <Member MemberName="GetRuntimeEvent">
2640         <MemberSignature Language="C#" Value="public static System.Reflection.EventInfo GetRuntimeEvent (this Type type, string name);" />
2641         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Reflection.EventInfo GetRuntimeEvent(class System.Type type, string name) cil managed" />
2642         <MemberType>ExtensionMethod</MemberType>
2643         <ReturnValue>
2644           <ReturnType>System.Reflection.EventInfo</ReturnType>
2645         </ReturnValue>
2646         <Parameters>
2647           <Parameter Name="type" Type="System.Type" RefType="this" />
2648           <Parameter Name="name" Type="System.String" />
2649         </Parameters>
2650         <Docs>
2651           <param name="type">To be added.</param>
2652           <param name="name">To be added.</param>
2653           <summary>To be added.</summary>
2654         </Docs>
2655         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvent(System.Type,System.String)" />
2656       </Member>
2657     </ExtensionMethod>
2658     <ExtensionMethod>
2659       <Targets>
2660         <Target Type="T:System.Type" />
2661       </Targets>
2662       <Member MemberName="GetRuntimeEvents">
2663         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;System.Reflection.EventInfo&gt; GetRuntimeEvents (this Type type);" />
2664         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Reflection.EventInfo&gt; GetRuntimeEvents(class System.Type type) cil managed" />
2665         <MemberType>ExtensionMethod</MemberType>
2666         <ReturnValue>
2667           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Reflection.EventInfo&gt;</ReturnType>
2668         </ReturnValue>
2669         <Parameters>
2670           <Parameter Name="type" Type="System.Type" RefType="this" />
2671         </Parameters>
2672         <Docs>
2673           <param name="type">To be added.</param>
2674           <summary>To be added.</summary>
2675         </Docs>
2676         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeEvents(System.Type)" />
2677       </Member>
2678     </ExtensionMethod>
2679     <ExtensionMethod>
2680       <Targets>
2681         <Target Type="T:System.Type" />
2682       </Targets>
2683       <Member MemberName="GetRuntimeField">
2684         <MemberSignature Language="C#" Value="public static System.Reflection.FieldInfo GetRuntimeField (this Type type, string name);" />
2685         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Reflection.FieldInfo GetRuntimeField(class System.Type type, string name) cil managed" />
2686         <MemberType>ExtensionMethod</MemberType>
2687         <ReturnValue>
2688           <ReturnType>System.Reflection.FieldInfo</ReturnType>
2689         </ReturnValue>
2690         <Parameters>
2691           <Parameter Name="type" Type="System.Type" RefType="this" />
2692           <Parameter Name="name" Type="System.String" />
2693         </Parameters>
2694         <Docs>
2695           <param name="type">To be added.</param>
2696           <param name="name">To be added.</param>
2697           <summary>To be added.</summary>
2698         </Docs>
2699         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeField(System.Type,System.String)" />
2700       </Member>
2701     </ExtensionMethod>
2702     <ExtensionMethod>
2703       <Targets>
2704         <Target Type="T:System.Type" />
2705       </Targets>
2706       <Member MemberName="GetRuntimeFields">
2707         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;System.Reflection.FieldInfo&gt; GetRuntimeFields (this Type type);" />
2708         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Reflection.FieldInfo&gt; GetRuntimeFields(class System.Type type) cil managed" />
2709         <MemberType>ExtensionMethod</MemberType>
2710         <ReturnValue>
2711           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Reflection.FieldInfo&gt;</ReturnType>
2712         </ReturnValue>
2713         <Parameters>
2714           <Parameter Name="type" Type="System.Type" RefType="this" />
2715         </Parameters>
2716         <Docs>
2717           <param name="type">To be added.</param>
2718           <summary>To be added.</summary>
2719         </Docs>
2720         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeFields(System.Type)" />
2721       </Member>
2722     </ExtensionMethod>
2723     <ExtensionMethod>
2724       <Targets>
2725         <Target Type="T:System.Reflection.TypeInfo" />
2726       </Targets>
2727       <Member MemberName="GetRuntimeInterfaceMap">
2728         <MemberSignature Language="C#" Value="public static System.Reflection.InterfaceMapping GetRuntimeInterfaceMap (this System.Reflection.TypeInfo typeInfo, Type interfaceType);" />
2729         <MemberSignature Language="ILAsm" Value=".method public static hidebysig valuetype System.Reflection.InterfaceMapping GetRuntimeInterfaceMap(class System.Reflection.TypeInfo typeInfo, class System.Type interfaceType) cil managed" />
2730         <MemberType>ExtensionMethod</MemberType>
2731         <ReturnValue>
2732           <ReturnType>System.Reflection.InterfaceMapping</ReturnType>
2733         </ReturnValue>
2734         <Parameters>
2735           <Parameter Name="typeInfo" Type="System.Reflection.TypeInfo" RefType="this" />
2736           <Parameter Name="interfaceType" Type="System.Type" />
2737         </Parameters>
2738         <Docs>
2739           <param name="typeInfo">To be added.</param>
2740           <param name="interfaceType">To be added.</param>
2741           <summary>To be added.</summary>
2742         </Docs>
2743         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeInterfaceMap(System.Reflection.TypeInfo,System.Type)" />
2744       </Member>
2745     </ExtensionMethod>
2746     <ExtensionMethod>
2747       <Targets>
2748         <Target Type="T:System.Type" />
2749       </Targets>
2750       <Member MemberName="GetRuntimeMethod">
2751         <MemberSignature Language="C#" Value="public static System.Reflection.MethodInfo GetRuntimeMethod (this Type type, string name, Type[] parameters);" />
2752         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Reflection.MethodInfo GetRuntimeMethod(class System.Type type, string name, class System.Type[] parameters) cil managed" />
2753         <MemberType>ExtensionMethod</MemberType>
2754         <ReturnValue>
2755           <ReturnType>System.Reflection.MethodInfo</ReturnType>
2756         </ReturnValue>
2757         <Parameters>
2758           <Parameter Name="type" Type="System.Type" RefType="this" />
2759           <Parameter Name="name" Type="System.String" />
2760           <Parameter Name="parameters" Type="System.Type[]" />
2761         </Parameters>
2762         <Docs>
2763           <param name="type">To be added.</param>
2764           <param name="name">To be added.</param>
2765           <param name="parameters">To be added.</param>
2766           <summary>To be added.</summary>
2767         </Docs>
2768         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethod(System.Type,System.String,System.Type[])" />
2769       </Member>
2770     </ExtensionMethod>
2771     <ExtensionMethod>
2772       <Targets>
2773         <Target Type="T:System.Type" />
2774       </Targets>
2775       <Member MemberName="GetRuntimeMethods">
2776         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;System.Reflection.MethodInfo&gt; GetRuntimeMethods (this Type type);" />
2777         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Reflection.MethodInfo&gt; GetRuntimeMethods(class System.Type type) cil managed" />
2778         <MemberType>ExtensionMethod</MemberType>
2779         <ReturnValue>
2780           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Reflection.MethodInfo&gt;</ReturnType>
2781         </ReturnValue>
2782         <Parameters>
2783           <Parameter Name="type" Type="System.Type" RefType="this" />
2784         </Parameters>
2785         <Docs>
2786           <param name="type">To be added.</param>
2787           <summary>To be added.</summary>
2788         </Docs>
2789         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeMethods(System.Type)" />
2790       </Member>
2791     </ExtensionMethod>
2792     <ExtensionMethod>
2793       <Targets>
2794         <Target Type="T:System.Type" />
2795       </Targets>
2796       <Member MemberName="GetRuntimeProperties">
2797         <MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable&lt;System.Reflection.PropertyInfo&gt; GetRuntimeProperties (this Type type);" />
2798         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Collections.Generic.IEnumerable`1&lt;class System.Reflection.PropertyInfo&gt; GetRuntimeProperties(class System.Type type) cil managed" />
2799         <MemberType>ExtensionMethod</MemberType>
2800         <ReturnValue>
2801           <ReturnType>System.Collections.Generic.IEnumerable&lt;System.Reflection.PropertyInfo&gt;</ReturnType>
2802         </ReturnValue>
2803         <Parameters>
2804           <Parameter Name="type" Type="System.Type" RefType="this" />
2805         </Parameters>
2806         <Docs>
2807           <param name="type">To be added.</param>
2808           <summary>To be added.</summary>
2809         </Docs>
2810         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperties(System.Type)" />
2811       </Member>
2812     </ExtensionMethod>
2813     <ExtensionMethod>
2814       <Targets>
2815         <Target Type="T:System.Type" />
2816       </Targets>
2817       <Member MemberName="GetRuntimeProperty">
2818         <MemberSignature Language="C#" Value="public static System.Reflection.PropertyInfo GetRuntimeProperty (this Type type, string name);" />
2819         <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Reflection.PropertyInfo GetRuntimeProperty(class System.Type type, string name) cil managed" />
2820         <MemberType>ExtensionMethod</MemberType>
2821         <ReturnValue>
2822           <ReturnType>System.Reflection.PropertyInfo</ReturnType>
2823         </ReturnValue>
2824         <Parameters>
2825           <Parameter Name="type" Type="System.Type" RefType="this" />
2826           <Parameter Name="name" Type="System.String" />
2827         </Parameters>
2828         <Docs>
2829           <param name="type">To be added.</param>
2830           <param name="name">To be added.</param>
2831           <summary>To be added.</summary>
2832         </Docs>
2833         <Link Type="System.Reflection.RuntimeReflectionExtensions" Member="M:System.Reflection.RuntimeReflectionExtensions.GetRuntimeProperty(System.Type,System.String)" />
2834       </Member>
2835     </ExtensionMethod>
2836   </ExtensionMethods>
2837 </Overview>