Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.unix « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a5cb7f912966f6403df56cdef481a6dfc796d43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
-r mscorlib -r System.Xml -r System.Drawing --noconfig --target library -o System.dll
System.Collections.Specialized/StringEnumerator.cs
System.Collections.Specialized/StringDictionary.cs
System.Collections.Specialized/StringCollection.cs
System.Collections.Specialized/NameObjectCollectionBase.cs
System.Collections.Specialized/BitVector32.cs
System.Collections.Specialized/CollectionsUtil.cs
System.Collections.Specialized/HybridDictionary.cs
System.Collections.Specialized/ListDictionary.cs
System.Collections.Specialized/NameValueCollection.cs
System.CodeDom/CodeAssignStatement.cs
System.CodeDom/CodeStatementCollection.cs
System.CodeDom/CodeAttributeDeclaration.cs
System.CodeDom/CodeParameterDeclarationExpressionCollection.cs
System.CodeDom/CodeComment.cs
System.CodeDom/CodeBinaryOperatorType.cs
System.CodeDom/CodeBaseReferenceExpression.cs
System.CodeDom/CodeBinaryOperatorExpression.cs
System.CodeDom/CodeCompileUnit.cs
System.CodeDom/CodeTypeConstructor.cs
System.CodeDom/CodeTypeDeclaration.cs
System.CodeDom/CodeDirectionExpression.cs
System.CodeDom/CodeExpressionStatement.cs
System.CodeDom/CodeDelegateCreateExpression.cs
System.CodeDom/CodeCommentStatement.cs
System.CodeDom/CodeTypeDelegate.cs
System.CodeDom/CodeConditionStatement.cs
System.CodeDom/CodeTypeReference.cs
System.CodeDom/CodeDelegateInvokeExpression.cs
System.CodeDom/CodeEntryPointMethod.cs
System.CodeDom/CodeIterationStatement.cs
System.CodeDom/CodeObject.cs
System.CodeDom/CodeFieldReferenceExpression.cs
System.CodeDom/CodeMemberEvent.cs
System.CodeDom/CodeExpression.cs
System.CodeDom/CodeEventReferenceExpression.cs
System.CodeDom/CodeMemberField.cs
System.CodeDom/CodeTypeDeclarationCollection.cs
System.CodeDom/CodeMemberProperty.cs
System.CodeDom/CodeGotoStatement.cs
System.CodeDom/CodeIndexerExpression.cs
System.CodeDom/CodeTypeMemberCollection.cs
System.CodeDom/MemberAttributes.cs
System.CodeDom/CodeMethodInvokeExpression.cs
System.CodeDom/CodeMethodReferenceExpression.cs
System.CodeDom/CodePrimitiveExpression.cs
System.CodeDom/CodeMethodReturnStatement.cs
System.CodeDom/CodeNamespaceImport.cs
System.CodeDom/CodeSnippetCompileUnit.cs
System.CodeDom/CodeNamespaceImportCollection.cs
System.CodeDom/CodeObjectCreateExpression.cs
System.CodeDom/CodeParameterDeclarationExpression.cs
System.CodeDom/CodeTypeReferenceCollection.cs
System.CodeDom/CodePropertyReferenceExpression.cs
System.CodeDom/CodePropertySetValueReferenceExpression.cs
System.CodeDom/CodeRemoveEventStatement.cs
System.CodeDom/CodeThisReferenceExpression.cs
System.CodeDom/CodeThrowExceptionStatement.cs
System.CodeDom/CodeTryCatchFinallyStatement.cs
System.CodeDom/CodeCastExpression.cs
System.CodeDom/CodeArgumentReferenceExpression.cs
System.CodeDom/CodeArrayIndexerExpression.cs
System.CodeDom/CodeAttributeArgument.cs
System.CodeDom/CodeAttachEventStatement.cs
System.CodeDom/CodeLabeledStatement.cs
System.CodeDom/CodeLinePragma.cs
System.CodeDom/CodeSnippetExpression.cs
System.CodeDom/CodeSnippetStatement.cs
System.CodeDom/CodeSnippetTypeMember.cs
System.CodeDom/CodeStatement.cs
System.CodeDom/CodeTypeMember.cs
System.CodeDom/CodeTypeOfExpression.cs
System.CodeDom/CodeTypeReferenceExpression.cs
System.CodeDom/CodeVariableDeclarationStatement.cs
System.CodeDom/CodeVariableReferenceExpression.cs
System.CodeDom/FieldDirection.cs
System.CodeDom/CodeArrayCreateExpression.cs
System.CodeDom/CodeAttributeArgumentCollection.cs
System.CodeDom/CodeAttributeDeclarationCollection.cs
System.CodeDom/CodeCatchClause.cs
System.CodeDom/CodeCatchClauseCollection.cs
System.CodeDom/CodeCommentStatementCollection.cs
System.CodeDom/CodeConstructor.cs
System.CodeDom/CodeExpressionCollection.cs
System.CodeDom/CodeMemberMethod.cs
System.CodeDom/CodeNamespace.cs
System.CodeDom/CodeNamespaceCollection.cs
System.CodeDom.Compiler/CodeDomProvider.cs
System.CodeDom.Compiler/CodeGenerator.cs
System.CodeDom.Compiler/CodeGeneratorOptions.cs
System.CodeDom.Compiler/CompilerErrorCollection.cs
System.CodeDom.Compiler/CompilerOptions.cs
System.CodeDom.Compiler/CompilerParameters.cs
System.CodeDom.Compiler/CompilerResults.cs
System.CodeDom.Compiler/GeneratorSupport.cs
System.CodeDom.Compiler/ICodeCompiler.cs
System.CodeDom.Compiler/ICodeGenerator.cs
System.CodeDom.Compiler/ICodeParser.cs
System.CodeDom.Compiler/IndentedTextWriter.cs
System.CodeDom.Compiler/LanguageOptions.cs
System.CodeDom.Compiler/TempFileCollection.cs
System.Net/CookieContainer.cs
System.Net/EndPoint.cs
System.Net/CookieCollection.cs
System.Net/IPAddress.cs
System.Net/Cookie.cs
System.Net/CookieException.cs
System.Net/HttpStatusCode.cs
System.Net/NetworkAccess.cs
System.Net/TransportType.cs
System.Net/WebExceptionStatus.cs
System.Net/ConnectionModes.cs
System.Net/ProxyUseType.cs
System.Net/WebStatus.cs
System.Net/IPHostEntry.cs
System.Net/EndpointPermission.cs
System.Net/Dns.cs
System.Net/ProtocolViolationException.cs
System.Net/IWebProxy.cs
System.Net/ICredentialLookup.cs
System.Net/NetworkCredential.cs
System.Net/SocketPermissionAttribute.cs
System.Net/DnsPermissionAttribute.cs
System.Net/Authorization.cs
System.Net/CredentialCache.cs
System.Net/HttpContinueDelegate.cs
System.Net/HttpVersion.cs
System.Net/ICertificatePolicy.cs
System.Net/IPv6Address.cs
System.Net/SocketAddress.cs
System.Net/IWebRequestCreate.cs
System.Net/WebException.cs
System.Net/GlobalProxySelection.cs
System.Net/WebHeaderCollection.cs
System.Net/WebRequest.cs
System.Net/WebResponse.cs
System.Net/IPEndPoint.cs
System.Net/FileWebRequest.cs
System.Net/FileWebResponse.cs
System.Net/ServicePoint.cs
System.Net/ServicePointManager.cs
System.Net/WebClient.cs
System.Net/WebProxy.cs
System.Net/DnsPermission.cs
System.Net/HttpWebRequest.cs
System.Net/HttpWebResponse.cs
System.Net/MonoHttpDate.cs
System.Net/SocketPermission.cs
System.Net.Sockets/AddressFamily.cs
System.Net.Sockets/TcpListener.cs
System.Net.Sockets/TcpClient.cs
System.Net.Sockets/UdpClient.cs
System.Net.Sockets/ProtocolType.cs
System.Net.Sockets/SelectMode.cs
System.Net.Sockets/SocketException.cs
System.Net.Sockets/SocketFlags.cs
System.Net.Sockets/SocketOptionLevel.cs
System.Net.Sockets/SocketOptionName.cs
System.Net.Sockets/SocketShutdown.cs
System.Net.Sockets/SocketType.cs
System.Net.Sockets/LingerOption.cs
System.Net.Sockets/MulticastOption.cs
System.Net.Sockets/Socket.cs
System.Net.Sockets/ProtocolFamily.cs
System.Net.Sockets/NetworkStream.cs
System.ComponentModel/ITypedList.cs
System.ComponentModel/Component.cs
System.ComponentModel/ComponentCollection.cs
System.ComponentModel/IContainer.cs
System.ComponentModel/BrowsableAttribute.cs
System.ComponentModel/DescriptionAttribute.cs
System.ComponentModel/IBindingList.cs
System.ComponentModel/DesignerSerializationVisibility.cs
System.ComponentModel/PropertyChangedEventArgs.cs
System.ComponentModel/LocalizableAttribute.cs
System.ComponentModel/ListChangedEventArgs.cs
System.ComponentModel/ListChangedEventHandler.cs
System.ComponentModel/ListChangedType.cs
System.ComponentModel/ListSortDirection.cs
System.ComponentModel/AttributeCollection.cs
System.ComponentModel/DesignerSerializationVisibilityAttribute.cs
System.ComponentModel/PropertyDescriptor.cs
System.ComponentModel/Container.cs
System.ComponentModel/DesignOnlyAttribute.cs
System.ComponentModel/EventHandlerList.cs
System.ComponentModel/MemberDescriptor.cs
System.ComponentModel/PropertyDescriptorCollection.cs
System.ComponentModel/ISynchronizeInvoke.cs
System.ComponentModel/CategoryAttribute.cs
System.ComponentModel/CollectionChangeAction.cs
System.ComponentModel/CollectionChangeEventArgs.cs
System.ComponentModel/CollectionChangeEventHandler.cs
System.ComponentModel/IListSource.cs
System.ComponentModel/ISupportInitialize.cs
System.ComponentModel/ICustomTypeDescriptor.cs
System.ComponentModel/IDataErrorInfo.cs
System.ComponentModel/IEditableObject.cs
System.ComponentModel/EventDescriptor.cs
System.ComponentModel/DefaultValueAttribute.cs
System.ComponentModel/EditorBrowsableAttribute.cs
System.ComponentModel/EditorBrowsableState.cs
System.ComponentModel/EventDescriptorCollection.cs
System.ComponentModel/IComponent.cs
System.ComponentModel/ISite.cs
System.ComponentModel/MarshalByValueComponent.cs
System.ComponentModel/ReadOnlyAttribute.cs
System.ComponentModel/Win32Exception.cs
System.ComponentModel/ITypeDescriptorContext.cs
System.ComponentModel/TypeConverter.cs
System.ComponentModel/TypeConverterAttribute.cs
System/UriPartial.cs
System/TODOAttribute.cs
System/UriFormatException.cs
System/UriBuilder.cs
System/UriHostNameType.cs
System/Uri.cs
System.Configuration/IConfigurationSectionHandler.cs
System.Configuration/IgnoreSectionHandler.cs
System.Configuration/NameValueSectionHandler.cs
System.Configuration/ConfigurationException.cs
System.Configuration/ConfigurationSettings.cs
System.Configuration/DictionarySectionHandler.cs
System.Configuration/SingleTagSectionHandler.cs
System.Diagnostics/BooleanSwitch.cs
System.Diagnostics/Switch.cs
System.Diagnostics/TraceLevel.cs
System.Diagnostics/EntryWrittenEventArgs.cs
System.Diagnostics/TraceSwitch.cs
System.Diagnostics/Debug.cs
System.Diagnostics/DiagnosticsConfigurationHandler.cs
System.Diagnostics/ProcessStartInfo.cs
System.Diagnostics/DefaultTraceListener.cs
System.Diagnostics/TextWriterTraceListener.cs
System.Diagnostics/Trace.cs
System.Diagnostics/TraceListenerCollection.cs
System.Diagnostics/EventLogEntry.cs
System.Diagnostics/EventLog.cs
System.Diagnostics/TraceImpl.cs
System.Diagnostics/EntryWrittenEventHandler.cs
System.Diagnostics/EventLogEntryCollection.cs
System.Diagnostics/EventLogEntryType.cs
System.Diagnostics/EventLogInstaller.cs
System.Diagnostics/EventLogPermission.cs
System.Diagnostics/EventLogPermissionEntry.cs
System.Diagnostics/ProcessModule.cs
System.Diagnostics/ProcessPriorityClass.cs
System.Diagnostics/EventLogPermissionAccess.cs
System.Diagnostics/FileVersionInfo.cs
System.Diagnostics/EventLogPermissionAttribute.cs
System.Diagnostics/EventLogTraceListener.cs
System.Diagnostics/Process.cs
System.Diagnostics/ProcessModuleCollection.cs
System.Diagnostics/ICollectData.cs
System.Diagnostics/ProcessThread.cs
System.Diagnostics/ProcessThreadCollection.cs
System.Diagnostics/ProcessWindowStyle.cs
System.Diagnostics/ThreadPriorityLevel.cs
System.Diagnostics/ThreadState.cs
System.Diagnostics/ThreadWaitReason.cs
System.Diagnostics/EventLogPermissionEntryCollection.cs
System.Diagnostics/TraceListener.cs
System.Threading/ThreadExceptionEventArgs.cs
System.Threading/ThreadExceptionEventHandler.cs
System.Globalization/Locale.cs
System.Text.RegularExpressions/arch.cs
System.Text.RegularExpressions/collections.cs
System.Text.RegularExpressions/interpreter.cs
System.Text.RegularExpressions/category.cs
System.Text.RegularExpressions/match.cs
System.Text.RegularExpressions/regex.cs
System.Text.RegularExpressions/compiler.cs
System.Text.RegularExpressions/debug.cs
System.Text.RegularExpressions/interval.cs
System.Text.RegularExpressions/quicksearch.cs
System.Text.RegularExpressions/replace.cs
System.Text.RegularExpressions/syntax.cs
System.Text.RegularExpressions/parser.cs
System.Text.RegularExpressions/RegexRunner.cs
System.Text.RegularExpressions/RegexRunnerFactory.cs
System.Text.RegularExpressions/cache.cs
System.Security.Cryptography.X509Certificates/X509CertificateCollection.cs
Microsoft.CSharp/CSharpCodeGenerator.cs
Microsoft.CSharp/CSharpCodeProvider.cs