1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
8 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
9 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.dll")]
10 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.dll")]
11 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.30319.1")]
12 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.1")]
13 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
14 [assembly:System.Reflection.AssemblyTitleAttribute("System.dll")]
15 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
16 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
17 [assembly:System.Runtime.CompilerServices.DefaultDependencyAttribute((System.Runtime.CompilerServices.LoadHint)(1))]
18 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ComponentModel.DataAnnotations, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
19 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Net.Http, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
20 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
21 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
22 [assembly:System.Runtime.CompilerServices.StringFreezingAttribute]
23 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
24 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
25 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
26 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
27 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
28 namespace Microsoft.CSharp
29 {
30     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
31     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
32     public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider
33     {
CSharpCodeProvider()34         public CSharpCodeProvider() { }
CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)35         public CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { }
36         public override string FileExtension { get { throw null; } }
37         [System.ObsoleteAttribute("Use CodeDomProvider class")]
CreateCompiler()38         public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; }
39         [System.ObsoleteAttribute("Use CodeDomProvider class")]
CreateGenerator()40         public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; }
41         [System.MonoTODOAttribute]
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)42         public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
43         [System.MonoTODOAttribute]
GetConverter(System.Type type)44         public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
45     }
46 }
47 namespace Microsoft.VisualBasic
48 {
49     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
50     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
51     public partial class VBCodeProvider : System.CodeDom.Compiler.CodeDomProvider
52     {
VBCodeProvider()53         public VBCodeProvider() { }
VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)54         public VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { }
55         public override string FileExtension { get { throw null; } }
56         public override System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } }
57         [System.ObsoleteAttribute("Use CodeDomProvider class")]
CreateCompiler()58         public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; }
59         [System.ObsoleteAttribute("Use CodeDomProvider class")]
CreateGenerator()60         public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; }
61         [System.MonoTODOAttribute]
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)62         public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GetConverter(System.Type type)63         public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
64     }
65 }
66 namespace Microsoft.Win32
67 {
68     public partial class IntranetZoneCredentialPolicy : System.Net.ICredentialPolicy
69     {
70         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlPolicy=true)]
IntranetZoneCredentialPolicy()71         public IntranetZoneCredentialPolicy() { }
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule)72         public virtual bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule) { throw null; }
73     }
74     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
75     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
76     public partial class PowerModeChangedEventArgs : System.EventArgs
77     {
PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode)78         public PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode) { }
79         public Microsoft.Win32.PowerModes Mode { get { throw null; } }
80     }
PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e)81     public delegate void PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e);
82     public enum PowerModes
83     {
84         Resume = 1,
85         StatusChange = 2,
86         Suspend = 3,
87     }
88     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
89     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
90     public partial class SessionEndedEventArgs : System.EventArgs
91     {
SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason)92         public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason) { }
93         public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } }
94     }
SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e)95     public delegate void SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e);
96     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
97     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
98     public partial class SessionEndingEventArgs : System.EventArgs
99     {
SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason)100         public SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason) { }
101         public bool Cancel { get { throw null; } set { } }
102         public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } }
103     }
SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e)104     public delegate void SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e);
105     public enum SessionEndReasons
106     {
107         Logoff = 1,
108         SystemShutdown = 2,
109     }
110     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
111     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
112     public partial class SessionSwitchEventArgs : System.EventArgs
113     {
SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason)114         public SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason) { }
115         public Microsoft.Win32.SessionSwitchReason Reason { get { throw null; } }
116     }
SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e)117     public delegate void SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e);
118     public enum SessionSwitchReason
119     {
120         ConsoleConnect = 1,
121         ConsoleDisconnect = 2,
122         RemoteConnect = 3,
123         RemoteDisconnect = 4,
124         SessionLock = 7,
125         SessionLogoff = 6,
126         SessionLogon = 5,
127         SessionRemoteControl = 9,
128         SessionUnlock = 8,
129     }
130     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
131     public sealed partial class SystemEvents
132     {
SystemEvents()133         internal SystemEvents() { }
134         [System.MonoTODOAttribute]
135         public static event System.EventHandler DisplaySettingsChanged { add { } remove { } }
136         [System.MonoTODOAttribute("Currently does nothing on Mono")]
137         public static event System.EventHandler DisplaySettingsChanging { add { } remove { } }
138         [System.MonoTODOAttribute("Currently does nothing on Mono")]
139         public static event System.EventHandler EventsThreadShutdown { add { } remove { } }
140         [System.MonoTODOAttribute("Currently does nothing on Mono")]
141         public static event System.EventHandler InstalledFontsChanged { add { } remove { } }
142         [System.ComponentModel.BrowsableAttribute(false)]
143         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
144         [System.MonoTODOAttribute("Currently does nothing on Mono")]
145         [System.ObsoleteAttribute("")]
146         public static event System.EventHandler LowMemory { add { } remove { } }
147         [System.MonoTODOAttribute("Currently does nothing on Mono")]
148         public static event System.EventHandler PaletteChanged { add { } remove { } }
149         [System.MonoTODOAttribute("Currently does nothing on Mono")]
150         public static event Microsoft.Win32.PowerModeChangedEventHandler PowerModeChanged { add { } remove { } }
151         [System.MonoTODOAttribute("Currently does nothing on Mono")]
152         public static event Microsoft.Win32.SessionEndedEventHandler SessionEnded { add { } remove { } }
153         [System.MonoTODOAttribute("Currently does nothing on Mono")]
154         public static event Microsoft.Win32.SessionEndingEventHandler SessionEnding { add { } remove { } }
155         [System.MonoTODOAttribute("Currently does nothing on Mono")]
156         public static event Microsoft.Win32.SessionSwitchEventHandler SessionSwitch { add { } remove { } }
157         [System.MonoTODOAttribute("Currently does nothing on Mono")]
158         public static event System.EventHandler TimeChanged { add { } remove { } }
159         public static event Microsoft.Win32.TimerElapsedEventHandler TimerElapsed { add { } remove { } }
160         [System.MonoTODOAttribute("Currently does nothing on Mono")]
161         public static event Microsoft.Win32.UserPreferenceChangedEventHandler UserPreferenceChanged { add { } remove { } }
162         [System.MonoTODOAttribute("Currently does nothing on Mono")]
163         public static event Microsoft.Win32.UserPreferenceChangingEventHandler UserPreferenceChanging { add { } remove { } }
CreateTimer(int interval)164         public static System.IntPtr CreateTimer(int interval) { throw null; }
165         [System.MonoTODOAttribute]
InvokeOnEventsThread(System.Delegate method)166         public static void InvokeOnEventsThread(System.Delegate method) { }
KillTimer(System.IntPtr timerId)167         public static void KillTimer(System.IntPtr timerId) { }
168     }
169     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
170     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
171     public partial class TimerElapsedEventArgs : System.EventArgs
172     {
TimerElapsedEventArgs(System.IntPtr timerId)173         public TimerElapsedEventArgs(System.IntPtr timerId) { }
174         public System.IntPtr TimerId { get { throw null; } }
175     }
TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e)176     public delegate void TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e);
177     public enum UserPreferenceCategory
178     {
179         Accessibility = 1,
180         Color = 2,
181         Desktop = 3,
182         General = 4,
183         Icon = 5,
184         Keyboard = 6,
185         Locale = 13,
186         Menu = 7,
187         Mouse = 8,
188         Policy = 9,
189         Power = 10,
190         Screensaver = 11,
191         VisualStyle = 14,
192         Window = 12,
193     }
194     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
195     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
196     public partial class UserPreferenceChangedEventArgs : System.EventArgs
197     {
UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category)198         public UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category) { }
199         public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } }
200     }
UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e)201     public delegate void UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e);
202     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
203     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
204     public partial class UserPreferenceChangingEventArgs : System.EventArgs
205     {
UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category)206         public UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category) { }
207         public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } }
208     }
UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e)209     public delegate void UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e);
210 }
211 namespace System
212 {
213     public partial class FileStyleUriParser : System.UriParser
214     {
FileStyleUriParser()215         public FileStyleUriParser() { }
216     }
217     public partial class FtpStyleUriParser : System.UriParser
218     {
FtpStyleUriParser()219         public FtpStyleUriParser() { }
220     }
221     public partial class GenericUriParser : System.UriParser
222     {
GenericUriParser(System.GenericUriParserOptions options)223         public GenericUriParser(System.GenericUriParserOptions options) { }
224     }
225     [System.FlagsAttribute]
226     public enum GenericUriParserOptions
227     {
228         AllowEmptyAuthority = 2,
229         Default = 0,
230         DontCompressPath = 128,
231         DontConvertPathBackslashes = 64,
232         DontUnescapePathDotsAndSlashes = 256,
233         GenericAuthority = 1,
234         Idn = 512,
235         IriParsing = 1024,
236         NoFragment = 32,
237         NoPort = 8,
238         NoQuery = 16,
239         NoUserInfo = 4,
240     }
241     public partial class GopherStyleUriParser : System.UriParser
242     {
GopherStyleUriParser()243         public GopherStyleUriParser() { }
244     }
245     public partial class HttpStyleUriParser : System.UriParser
246     {
HttpStyleUriParser()247         public HttpStyleUriParser() { }
248     }
249     public partial class LdapStyleUriParser : System.UriParser
250     {
LdapStyleUriParser()251         public LdapStyleUriParser() { }
252     }
253     [System.MonoTODOAttribute]
254     public partial class NetPipeStyleUriParser : System.UriParser
255     {
NetPipeStyleUriParser()256         public NetPipeStyleUriParser() { }
257     }
258     [System.MonoTODOAttribute]
259     public partial class NetTcpStyleUriParser : System.UriParser
260     {
NetTcpStyleUriParser()261         public NetTcpStyleUriParser() { }
262     }
263     [System.MonoTODOAttribute]
264     public partial class NewsStyleUriParser : System.UriParser
265     {
NewsStyleUriParser()266         public NewsStyleUriParser() { }
267     }
268     [System.ComponentModel.TypeConverterAttribute(typeof(System.UriTypeConverter))]
269     [System.SerializableAttribute]
270     public partial class Uri : System.Runtime.Serialization.ISerializable
271     {
272         public static readonly string SchemeDelimiter;
273         public static readonly string UriSchemeFile;
274         public static readonly string UriSchemeFtp;
275         public static readonly string UriSchemeGopher;
276         public static readonly string UriSchemeHttp;
277         public static readonly string UriSchemeHttps;
278         public static readonly string UriSchemeMailto;
279         public static readonly string UriSchemeNetPipe;
280         public static readonly string UriSchemeNetTcp;
281         public static readonly string UriSchemeNews;
282         public static readonly string UriSchemeNntp;
Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)283         protected Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
Uri(string uriString)284         public Uri(string uriString) { }
285         [System.ObsoleteAttribute]
Uri(string uriString, bool dontEscape)286         public Uri(string uriString, bool dontEscape) { }
Uri(string uriString, System.UriKind uriKind)287         public Uri(string uriString, System.UriKind uriKind) { }
Uri(System.Uri baseUri, string relativeUri)288         public Uri(System.Uri baseUri, string relativeUri) { }
289         [System.ObsoleteAttribute("dontEscape is always false")]
Uri(System.Uri baseUri, string relativeUri, bool dontEscape)290         public Uri(System.Uri baseUri, string relativeUri, bool dontEscape) { }
Uri(System.Uri baseUri, System.Uri relativeUri)291         public Uri(System.Uri baseUri, System.Uri relativeUri) { }
292         public string AbsolutePath { get { throw null; } }
293         public string AbsoluteUri { get { throw null; } }
294         public string Authority { get { throw null; } }
295         public string DnsSafeHost { get { throw null; } }
296         public string Fragment { get { throw null; } }
297         public string Host { get { throw null; } }
298         public System.UriHostNameType HostNameType { get { throw null; } }
299         public bool IsAbsoluteUri { get { throw null; } }
300         public bool IsDefaultPort { get { throw null; } }
301         public bool IsFile { get { throw null; } }
302         public bool IsLoopback { get { throw null; } }
303         public bool IsUnc { get { throw null; } }
304         public string LocalPath { get { throw null; } }
305         public string OriginalString { get { throw null; } }
306         public string PathAndQuery { get { throw null; } }
307         public int Port { get { throw null; } }
308         public string Query { get { throw null; } }
309         public string Scheme { get { throw null; } }
310         public string[] Segments { get { throw null; } }
311         public bool UserEscaped { get { throw null; } }
312         public string UserInfo { get { throw null; } }
313         [System.ObsoleteAttribute("This method does nothing, it has been obsoleted")]
Canonicalize()314         protected virtual void Canonicalize() { }
CheckHostName(string name)315         public static System.UriHostNameType CheckHostName(string name) { throw null; }
CheckSchemeName(string schemeName)316         public static bool CheckSchemeName(string schemeName) { throw null; }
317         [System.MonoTODOAttribute("Find out what this should do")]
318         [System.ObsoleteAttribute]
CheckSecurity()319         protected virtual void CheckSecurity() { }
Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType)320         public static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType) { throw null; }
Equals(object comparand)321         public override bool Equals(object comparand) { throw null; }
322         [System.ObsoleteAttribute]
Escape()323         protected virtual void Escape() { }
EscapeDataString(string stringToEscape)324         public static string EscapeDataString(string stringToEscape) { throw null; }
325         [System.ObsoleteAttribute]
EscapeString(string str)326         protected static string EscapeString(string str) { throw null; }
EscapeUriString(string stringToEscape)327         public static string EscapeUriString(string stringToEscape) { throw null; }
FromHex(char digit)328         public static int FromHex(char digit) { throw null; }
GetComponents(System.UriComponents components, System.UriFormat format)329         public string GetComponents(System.UriComponents components, System.UriFormat format) { throw null; }
GetHashCode()330         public override int GetHashCode() { throw null; }
GetLeftPart(System.UriPartial part)331         public string GetLeftPart(System.UriPartial part) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)332         protected void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
HexEscape(char character)333         public static string HexEscape(char character) { throw null; }
HexUnescape(string pattern, ref int index)334         public static char HexUnescape(string pattern, ref int index) { throw null; }
335         [System.ObsoleteAttribute]
IsBadFileSystemCharacter(char character)336         protected virtual bool IsBadFileSystemCharacter(char character) { throw null; }
IsBaseOf(System.Uri uri)337         public bool IsBaseOf(System.Uri uri) { throw null; }
338         [System.ObsoleteAttribute]
IsExcludedCharacter(char character)339         protected static bool IsExcludedCharacter(char character) { throw null; }
IsHexDigit(char character)340         public static bool IsHexDigit(char character) { throw null; }
IsHexEncoding(string pattern, int index)341         public static bool IsHexEncoding(string pattern, int index) { throw null; }
342         [System.ObsoleteAttribute]
IsReservedCharacter(char character)343         protected virtual bool IsReservedCharacter(char character) { throw null; }
IsWellFormedOriginalString()344         public bool IsWellFormedOriginalString() { throw null; }
IsWellFormedUriString(string uriString, System.UriKind uriKind)345         public static bool IsWellFormedUriString(string uriString, System.UriKind uriKind) { throw null; }
346         [System.ObsoleteAttribute("Use MakeRelativeUri(Uri uri) instead.")]
MakeRelative(System.Uri toUri)347         public string MakeRelative(System.Uri toUri) { throw null; }
MakeRelativeUri(System.Uri uri)348         public System.Uri MakeRelativeUri(System.Uri uri) { throw null; }
operator ==(System.Uri uri1, System.Uri uri2)349         public static bool operator ==(System.Uri uri1, System.Uri uri2) { throw null; }
operator !=(System.Uri uri1, System.Uri uri2)350         public static bool operator !=(System.Uri uri1, System.Uri uri2) { throw null; }
351         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system.")]
Parse()352         protected virtual void Parse() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)353         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()354         public override string ToString() { throw null; }
TryCreate(string uriString, System.UriKind uriKind, out System.Uri result)355         public static bool TryCreate(string uriString, System.UriKind uriKind, out System.Uri result) { result = default(System.Uri); throw null; }
TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result)356         public static bool TryCreate(System.Uri baseUri, string relativeUri, out System.Uri result) { result = default(System.Uri); throw null; }
TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result)357         public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { result = default(System.Uri); throw null; }
358         [System.ObsoleteAttribute]
Unescape(string path)359         protected virtual string Unescape(string path) { throw null; }
UnescapeDataString(string stringToUnescape)360         public static string UnescapeDataString(string stringToUnescape) { throw null; }
361     }
362     public partial class UriBuilder
363     {
UriBuilder()364         public UriBuilder() { }
UriBuilder(string uri)365         public UriBuilder(string uri) { }
UriBuilder(string schemeName, string hostName)366         public UriBuilder(string schemeName, string hostName) { }
UriBuilder(string scheme, string host, int portNumber)367         public UriBuilder(string scheme, string host, int portNumber) { }
UriBuilder(string scheme, string host, int port, string pathValue)368         public UriBuilder(string scheme, string host, int port, string pathValue) { }
UriBuilder(string scheme, string host, int port, string path, string extraValue)369         public UriBuilder(string scheme, string host, int port, string path, string extraValue) { }
UriBuilder(System.Uri uri)370         public UriBuilder(System.Uri uri) { }
371         public string Fragment { get { throw null; } set { } }
372         public string Host { get { throw null; } set { } }
373         public string Password { get { throw null; } set { } }
374         public string Path { get { throw null; } set { } }
375         public int Port { get { throw null; } set { } }
376         public string Query { get { throw null; } set { } }
377         public string Scheme { get { throw null; } set { } }
378         public System.Uri Uri { get { throw null; } }
379         public string UserName { get { throw null; } set { } }
Equals(object rparam)380         public override bool Equals(object rparam) { throw null; }
GetHashCode()381         public override int GetHashCode() { throw null; }
ToString()382         public override string ToString() { throw null; }
383     }
384     [System.FlagsAttribute]
385     public enum UriComponents
386     {
387         AbsoluteUri = 127,
388         Fragment = 64,
389         Host = 4,
390         HostAndPort = 132,
391         HttpRequestUrl = 61,
392         KeepDelimiter = 1073741824,
393         Path = 16,
394         PathAndQuery = 48,
395         Port = 8,
396         Query = 32,
397         Scheme = 1,
398         SchemeAndServer = 13,
399         SerializationInfoString = -2147483648,
400         StrongAuthority = 134,
401         StrongPort = 128,
402         UserInfo = 2,
403     }
404     public enum UriFormat
405     {
406         SafeUnescaped = 3,
407         Unescaped = 2,
408         UriEscaped = 1,
409     }
410     [System.SerializableAttribute]
411     public partial class UriFormatException : System.FormatException, System.Runtime.Serialization.ISerializable
412     {
UriFormatException()413         public UriFormatException() { }
UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)414         protected UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
UriFormatException(string textString)415         public UriFormatException(string textString) { }
UriFormatException(string textString, System.Exception e)416         public UriFormatException(string textString, System.Exception e) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)417         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
418     }
419     public enum UriHostNameType
420     {
421         Basic = 1,
422         Dns = 2,
423         IPv4 = 3,
424         IPv6 = 4,
425         Unknown = 0,
426     }
427     public enum UriIdnScope
428     {
429         All = 2,
430         AllExceptIntranet = 1,
431         None = 0,
432     }
433     public enum UriKind
434     {
435         Absolute = 1,
436         Relative = 2,
437         RelativeOrAbsolute = 0,
438     }
439     public abstract partial class UriParser
440     {
UriParser()441         protected UriParser() { }
GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format)442         protected internal virtual string GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format) { throw null; }
InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError)443         protected internal virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); }
IsBaseOf(System.Uri baseUri, System.Uri relativeUri)444         protected internal virtual bool IsBaseOf(System.Uri baseUri, System.Uri relativeUri) { throw null; }
IsKnownScheme(string schemeName)445         public static bool IsKnownScheme(string schemeName) { throw null; }
IsWellFormedOriginalString(System.Uri uri)446         protected internal virtual bool IsWellFormedOriginalString(System.Uri uri) { throw null; }
OnNewUri()447         protected internal virtual System.UriParser OnNewUri() { throw null; }
448         [System.MonoTODOAttribute]
OnRegister(string schemeName, int defaultPort)449         protected virtual void OnRegister(string schemeName, int defaultPort) { }
450         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Infrastructure=true)]
Register(System.UriParser uriParser, string schemeName, int defaultPort)451         public static void Register(System.UriParser uriParser, string schemeName, int defaultPort) { }
452         [System.MonoTODOAttribute]
Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError)453         protected internal virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); throw null; }
454     }
455     public enum UriPartial
456     {
457         Authority = 1,
458         Path = 2,
459         Query = 3,
460         Scheme = 0,
461     }
462     public partial class UriTypeConverter : System.ComponentModel.TypeConverter
463     {
UriTypeConverter()464         public UriTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)465         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)466         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)467         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)468         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)469         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
470     }
471 }
472 namespace System.CodeDom
473 {
474     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
475     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
476     [System.SerializableAttribute]
477     public partial class CodeArgumentReferenceExpression : System.CodeDom.CodeExpression
478     {
CodeArgumentReferenceExpression()479         public CodeArgumentReferenceExpression() { }
CodeArgumentReferenceExpression(string name)480         public CodeArgumentReferenceExpression(string name) { }
481         public string ParameterName { get { throw null; } set { } }
482     }
483     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
484     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
485     [System.SerializableAttribute]
486     public partial class CodeArrayCreateExpression : System.CodeDom.CodeExpression
487     {
CodeArrayCreateExpression()488         public CodeArrayCreateExpression() { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size)489         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers)490         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size)491         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) { }
CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size)492         public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers)493         public CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(string createType, int size)494         public CodeArrayCreateExpression(string createType, int size) { }
CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size)495         public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers)496         public CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.Type createType, int size)497         public CodeArrayCreateExpression(System.Type createType, int size) { }
498         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
499         public System.CodeDom.CodeExpressionCollection Initializers { get { throw null; } }
500         public int Size { get { throw null; } set { } }
501         public System.CodeDom.CodeExpression SizeExpression { get { throw null; } set { } }
502     }
503     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
504     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
505     [System.SerializableAttribute]
506     public partial class CodeArrayIndexerExpression : System.CodeDom.CodeExpression
507     {
CodeArrayIndexerExpression()508         public CodeArrayIndexerExpression() { }
CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)509         public CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
510         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
511         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
512     }
513     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
514     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
515     [System.SerializableAttribute]
516     public partial class CodeAssignStatement : System.CodeDom.CodeStatement
517     {
CodeAssignStatement()518         public CodeAssignStatement() { }
CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right)519         public CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right) { }
520         public System.CodeDom.CodeExpression Left { get { throw null; } set { } }
521         public System.CodeDom.CodeExpression Right { get { throw null; } set { } }
522     }
523     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
524     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
525     [System.SerializableAttribute]
526     public partial class CodeAttachEventStatement : System.CodeDom.CodeStatement
527     {
CodeAttachEventStatement()528         public CodeAttachEventStatement() { }
CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)529         public CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)530         public CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
531         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
532         public System.CodeDom.CodeExpression Listener { get { throw null; } set { } }
533     }
534     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
535     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
536     [System.SerializableAttribute]
537     public partial class CodeAttributeArgument
538     {
CodeAttributeArgument()539         public CodeAttributeArgument() { }
CodeAttributeArgument(System.CodeDom.CodeExpression value)540         public CodeAttributeArgument(System.CodeDom.CodeExpression value) { }
CodeAttributeArgument(string name, System.CodeDom.CodeExpression value)541         public CodeAttributeArgument(string name, System.CodeDom.CodeExpression value) { }
542         public string Name { get { throw null; } set { } }
543         public System.CodeDom.CodeExpression Value { get { throw null; } set { } }
544     }
545     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
546     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
547     [System.SerializableAttribute]
548     public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase
549     {
CodeAttributeArgumentCollection()550         public CodeAttributeArgumentCollection() { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value)551         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value)552         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { }
553         public System.CodeDom.CodeAttributeArgument this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeArgument value)554         public int Add(System.CodeDom.CodeAttributeArgument value) { throw null; }
AddRange(System.CodeDom.CodeAttributeArgumentCollection value)555         public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { }
AddRange(System.CodeDom.CodeAttributeArgument[] value)556         public void AddRange(System.CodeDom.CodeAttributeArgument[] value) { }
Contains(System.CodeDom.CodeAttributeArgument value)557         public bool Contains(System.CodeDom.CodeAttributeArgument value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index)558         public void CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeArgument value)559         public int IndexOf(System.CodeDom.CodeAttributeArgument value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeArgument value)560         public void Insert(int index, System.CodeDom.CodeAttributeArgument value) { }
Remove(System.CodeDom.CodeAttributeArgument value)561         public void Remove(System.CodeDom.CodeAttributeArgument value) { }
562     }
563     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
564     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
565     [System.SerializableAttribute]
566     public partial class CodeAttributeDeclaration
567     {
CodeAttributeDeclaration()568         public CodeAttributeDeclaration() { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType)569         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments)570         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) { }
CodeAttributeDeclaration(string name)571         public CodeAttributeDeclaration(string name) { }
CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments)572         public CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments) { }
573         public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
574         public System.CodeDom.CodeTypeReference AttributeType { get { throw null; } }
575         public string Name { get { throw null; } set { } }
576     }
577     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
578     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
579     [System.SerializableAttribute]
580     public partial class CodeAttributeDeclarationCollection : System.Collections.CollectionBase
581     {
CodeAttributeDeclarationCollection()582         public CodeAttributeDeclarationCollection() { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value)583         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value) { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value)584         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value) { }
585         public System.CodeDom.CodeAttributeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeDeclaration value)586         public int Add(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeAttributeDeclarationCollection value)587         public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeAttributeDeclaration[] value)588         public void AddRange(System.CodeDom.CodeAttributeDeclaration[] value) { }
Contains(System.CodeDom.CodeAttributeDeclaration value)589         public bool Contains(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index)590         public void CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeDeclaration value)591         public int IndexOf(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeDeclaration value)592         public void Insert(int index, System.CodeDom.CodeAttributeDeclaration value) { }
Remove(System.CodeDom.CodeAttributeDeclaration value)593         public void Remove(System.CodeDom.CodeAttributeDeclaration value) { }
594     }
595     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
596     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
597     [System.SerializableAttribute]
598     public partial class CodeBaseReferenceExpression : System.CodeDom.CodeExpression
599     {
CodeBaseReferenceExpression()600         public CodeBaseReferenceExpression() { }
601     }
602     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
603     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
604     [System.SerializableAttribute]
605     public partial class CodeBinaryOperatorExpression : System.CodeDom.CodeExpression
606     {
CodeBinaryOperatorExpression()607         public CodeBinaryOperatorExpression() { }
CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right)608         public CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right) { }
609         public System.CodeDom.CodeExpression Left { get { throw null; } set { } }
610         public System.CodeDom.CodeBinaryOperatorType Operator { get { throw null; } set { } }
611         public System.CodeDom.CodeExpression Right { get { throw null; } set { } }
612     }
613     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
614     [System.SerializableAttribute]
615     public enum CodeBinaryOperatorType
616     {
617         Add = 0,
618         Assign = 5,
619         BitwiseAnd = 10,
620         BitwiseOr = 9,
621         BooleanAnd = 12,
622         BooleanOr = 11,
623         Divide = 3,
624         GreaterThan = 15,
625         GreaterThanOrEqual = 16,
626         IdentityEquality = 7,
627         IdentityInequality = 6,
628         LessThan = 13,
629         LessThanOrEqual = 14,
630         Modulus = 4,
631         Multiply = 2,
632         Subtract = 1,
633         ValueEquality = 8,
634     }
635     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
636     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
637     [System.SerializableAttribute]
638     public partial class CodeCastExpression : System.CodeDom.CodeExpression
639     {
CodeCastExpression()640         public CodeCastExpression() { }
CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression)641         public CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression)642         public CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression)643         public CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression) { }
644         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
645         public System.CodeDom.CodeTypeReference TargetType { get { throw null; } set { } }
646     }
647     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
648     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
649     [System.SerializableAttribute]
650     public partial class CodeCatchClause
651     {
CodeCatchClause()652         public CodeCatchClause() { }
CodeCatchClause(string localName)653         public CodeCatchClause(string localName) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType)654         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements)655         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements) { }
656         public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } }
657         public string LocalName { get { throw null; } set { } }
658         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
659     }
660     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
661     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
662     [System.SerializableAttribute]
663     public partial class CodeCatchClauseCollection : System.Collections.CollectionBase
664     {
CodeCatchClauseCollection()665         public CodeCatchClauseCollection() { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value)666         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value) { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value)667         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value) { }
668         public System.CodeDom.CodeCatchClause this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCatchClause value)669         public int Add(System.CodeDom.CodeCatchClause value) { throw null; }
AddRange(System.CodeDom.CodeCatchClauseCollection value)670         public void AddRange(System.CodeDom.CodeCatchClauseCollection value) { }
AddRange(System.CodeDom.CodeCatchClause[] value)671         public void AddRange(System.CodeDom.CodeCatchClause[] value) { }
Contains(System.CodeDom.CodeCatchClause value)672         public bool Contains(System.CodeDom.CodeCatchClause value) { throw null; }
CopyTo(System.CodeDom.CodeCatchClause[] array, int index)673         public void CopyTo(System.CodeDom.CodeCatchClause[] array, int index) { }
IndexOf(System.CodeDom.CodeCatchClause value)674         public int IndexOf(System.CodeDom.CodeCatchClause value) { throw null; }
Insert(int index, System.CodeDom.CodeCatchClause value)675         public void Insert(int index, System.CodeDom.CodeCatchClause value) { }
Remove(System.CodeDom.CodeCatchClause value)676         public void Remove(System.CodeDom.CodeCatchClause value) { }
677     }
678     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
679     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
680     [System.SerializableAttribute]
681     public partial class CodeChecksumPragma : System.CodeDom.CodeDirective
682     {
CodeChecksumPragma()683         public CodeChecksumPragma() { }
CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData)684         public CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData) { }
685         public System.Guid ChecksumAlgorithmId { get { throw null; } set { } }
686         public byte[] ChecksumData { get { throw null; } set { } }
687         public string FileName { get { throw null; } set { } }
688     }
689     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
690     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
691     [System.SerializableAttribute]
692     public partial class CodeComment : System.CodeDom.CodeObject
693     {
CodeComment()694         public CodeComment() { }
CodeComment(string text)695         public CodeComment(string text) { }
CodeComment(string text, bool docComment)696         public CodeComment(string text, bool docComment) { }
697         public bool DocComment { get { throw null; } set { } }
698         public string Text { get { throw null; } set { } }
699     }
700     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
701     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
702     [System.SerializableAttribute]
703     public partial class CodeCommentStatement : System.CodeDom.CodeStatement
704     {
CodeCommentStatement()705         public CodeCommentStatement() { }
CodeCommentStatement(System.CodeDom.CodeComment comment)706         public CodeCommentStatement(System.CodeDom.CodeComment comment) { }
CodeCommentStatement(string text)707         public CodeCommentStatement(string text) { }
CodeCommentStatement(string text, bool docComment)708         public CodeCommentStatement(string text, bool docComment) { }
709         public System.CodeDom.CodeComment Comment { get { throw null; } set { } }
710     }
711     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
712     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
713     [System.SerializableAttribute]
714     public partial class CodeCommentStatementCollection : System.Collections.CollectionBase
715     {
CodeCommentStatementCollection()716         public CodeCommentStatementCollection() { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value)717         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value)718         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { }
719         public System.CodeDom.CodeCommentStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCommentStatement value)720         public int Add(System.CodeDom.CodeCommentStatement value) { throw null; }
AddRange(System.CodeDom.CodeCommentStatementCollection value)721         public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { }
AddRange(System.CodeDom.CodeCommentStatement[] value)722         public void AddRange(System.CodeDom.CodeCommentStatement[] value) { }
Contains(System.CodeDom.CodeCommentStatement value)723         public bool Contains(System.CodeDom.CodeCommentStatement value) { throw null; }
CopyTo(System.CodeDom.CodeCommentStatement[] array, int index)724         public void CopyTo(System.CodeDom.CodeCommentStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeCommentStatement value)725         public int IndexOf(System.CodeDom.CodeCommentStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeCommentStatement value)726         public void Insert(int index, System.CodeDom.CodeCommentStatement value) { }
Remove(System.CodeDom.CodeCommentStatement value)727         public void Remove(System.CodeDom.CodeCommentStatement value) { }
728     }
729     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
730     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
731     [System.SerializableAttribute]
732     public partial class CodeCompileUnit : System.CodeDom.CodeObject
733     {
CodeCompileUnit()734         public CodeCompileUnit() { }
735         public System.CodeDom.CodeAttributeDeclarationCollection AssemblyCustomAttributes { get { throw null; } }
736         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
737         public System.CodeDom.CodeNamespaceCollection Namespaces { get { throw null; } }
738         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
739         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
740     }
741     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
742     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
743     [System.SerializableAttribute]
744     public partial class CodeConditionStatement : System.CodeDom.CodeStatement
745     {
CodeConditionStatement()746         public CodeConditionStatement() { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements)747         public CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements) { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements)748         public CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements) { }
749         public System.CodeDom.CodeExpression Condition { get { throw null; } set { } }
750         public System.CodeDom.CodeStatementCollection FalseStatements { get { throw null; } }
751         public System.CodeDom.CodeStatementCollection TrueStatements { get { throw null; } }
752     }
753     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
754     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
755     [System.SerializableAttribute]
756     public partial class CodeConstructor : System.CodeDom.CodeMemberMethod
757     {
CodeConstructor()758         public CodeConstructor() { }
759         public System.CodeDom.CodeExpressionCollection BaseConstructorArgs { get { throw null; } }
760         public System.CodeDom.CodeExpressionCollection ChainedConstructorArgs { get { throw null; } }
761     }
762     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
763     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
764     [System.SerializableAttribute]
765     public partial class CodeDefaultValueExpression : System.CodeDom.CodeExpression
766     {
CodeDefaultValueExpression()767         public CodeDefaultValueExpression() { }
CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type)768         public CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type) { }
769         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
770     }
771     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
772     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
773     [System.SerializableAttribute]
774     public partial class CodeDelegateCreateExpression : System.CodeDom.CodeExpression
775     {
CodeDelegateCreateExpression()776         public CodeDelegateCreateExpression() { }
CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName)777         public CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName) { }
778         public System.CodeDom.CodeTypeReference DelegateType { get { throw null; } set { } }
779         public string MethodName { get { throw null; } set { } }
780         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
781     }
782     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
783     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
784     [System.SerializableAttribute]
785     public partial class CodeDelegateInvokeExpression : System.CodeDom.CodeExpression
786     {
CodeDelegateInvokeExpression()787         public CodeDelegateInvokeExpression() { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject)788         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject) { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters)789         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters) { }
790         public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
791         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
792     }
793     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
794     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
795     [System.SerializableAttribute]
796     public partial class CodeDirectionExpression : System.CodeDom.CodeExpression
797     {
CodeDirectionExpression()798         public CodeDirectionExpression() { }
CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression)799         public CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression) { }
800         public System.CodeDom.FieldDirection Direction { get { throw null; } set { } }
801         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
802     }
803     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
804     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
805     [System.SerializableAttribute]
806     public partial class CodeDirective : System.CodeDom.CodeObject
807     {
CodeDirective()808         public CodeDirective() { }
809     }
810     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
811     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
812     [System.SerializableAttribute]
813     public partial class CodeDirectiveCollection : System.Collections.CollectionBase
814     {
CodeDirectiveCollection()815         public CodeDirectiveCollection() { }
CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value)816         public CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value) { }
CodeDirectiveCollection(System.CodeDom.CodeDirective[] value)817         public CodeDirectiveCollection(System.CodeDom.CodeDirective[] value) { }
818         public System.CodeDom.CodeDirective this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeDirective value)819         public int Add(System.CodeDom.CodeDirective value) { throw null; }
AddRange(System.CodeDom.CodeDirectiveCollection value)820         public void AddRange(System.CodeDom.CodeDirectiveCollection value) { }
AddRange(System.CodeDom.CodeDirective[] value)821         public void AddRange(System.CodeDom.CodeDirective[] value) { }
Contains(System.CodeDom.CodeDirective value)822         public bool Contains(System.CodeDom.CodeDirective value) { throw null; }
CopyTo(System.CodeDom.CodeDirective[] array, int index)823         public void CopyTo(System.CodeDom.CodeDirective[] array, int index) { }
IndexOf(System.CodeDom.CodeDirective value)824         public int IndexOf(System.CodeDom.CodeDirective value) { throw null; }
Insert(int index, System.CodeDom.CodeDirective value)825         public void Insert(int index, System.CodeDom.CodeDirective value) { }
Remove(System.CodeDom.CodeDirective value)826         public void Remove(System.CodeDom.CodeDirective value) { }
827     }
828     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
829     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
830     [System.SerializableAttribute]
831     public partial class CodeEntryPointMethod : System.CodeDom.CodeMemberMethod
832     {
CodeEntryPointMethod()833         public CodeEntryPointMethod() { }
834     }
835     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
836     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
837     [System.SerializableAttribute]
838     public partial class CodeEventReferenceExpression : System.CodeDom.CodeExpression
839     {
CodeEventReferenceExpression()840         public CodeEventReferenceExpression() { }
CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName)841         public CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName) { }
842         public string EventName { get { throw null; } set { } }
843         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
844     }
845     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
846     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
847     [System.SerializableAttribute]
848     public partial class CodeExpression : System.CodeDom.CodeObject
849     {
CodeExpression()850         public CodeExpression() { }
851     }
852     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
853     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
854     [System.SerializableAttribute]
855     public partial class CodeExpressionCollection : System.Collections.CollectionBase
856     {
CodeExpressionCollection()857         public CodeExpressionCollection() { }
CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value)858         public CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value) { }
CodeExpressionCollection(System.CodeDom.CodeExpression[] value)859         public CodeExpressionCollection(System.CodeDom.CodeExpression[] value) { }
860         public System.CodeDom.CodeExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)861         public int Add(System.CodeDom.CodeExpression value) { throw null; }
AddRange(System.CodeDom.CodeExpressionCollection value)862         public void AddRange(System.CodeDom.CodeExpressionCollection value) { }
AddRange(System.CodeDom.CodeExpression[] value)863         public void AddRange(System.CodeDom.CodeExpression[] value) { }
Contains(System.CodeDom.CodeExpression value)864         public bool Contains(System.CodeDom.CodeExpression value) { throw null; }
CopyTo(System.CodeDom.CodeExpression[] array, int index)865         public void CopyTo(System.CodeDom.CodeExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeExpression value)866         public int IndexOf(System.CodeDom.CodeExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeExpression value)867         public void Insert(int index, System.CodeDom.CodeExpression value) { }
Remove(System.CodeDom.CodeExpression value)868         public void Remove(System.CodeDom.CodeExpression value) { }
869     }
870     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
871     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
872     [System.SerializableAttribute]
873     public partial class CodeExpressionStatement : System.CodeDom.CodeStatement
874     {
CodeExpressionStatement()875         public CodeExpressionStatement() { }
CodeExpressionStatement(System.CodeDom.CodeExpression expression)876         public CodeExpressionStatement(System.CodeDom.CodeExpression expression) { }
877         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
878     }
879     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
880     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
881     [System.SerializableAttribute]
882     public partial class CodeFieldReferenceExpression : System.CodeDom.CodeExpression
883     {
CodeFieldReferenceExpression()884         public CodeFieldReferenceExpression() { }
CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName)885         public CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName) { }
886         public string FieldName { get { throw null; } set { } }
887         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
888     }
889     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
890     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
891     [System.SerializableAttribute]
892     public partial class CodeGotoStatement : System.CodeDom.CodeStatement
893     {
CodeGotoStatement()894         public CodeGotoStatement() { }
CodeGotoStatement(string label)895         public CodeGotoStatement(string label) { }
896         public string Label { get { throw null; } set { } }
897     }
898     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
899     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
900     [System.SerializableAttribute]
901     public partial class CodeIndexerExpression : System.CodeDom.CodeExpression
902     {
CodeIndexerExpression()903         public CodeIndexerExpression() { }
CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)904         public CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
905         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
906         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
907     }
908     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
909     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
910     [System.SerializableAttribute]
911     public partial class CodeIterationStatement : System.CodeDom.CodeStatement
912     {
CodeIterationStatement()913         public CodeIterationStatement() { }
CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements)914         public CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements) { }
915         public System.CodeDom.CodeStatement IncrementStatement { get { throw null; } set { } }
916         public System.CodeDom.CodeStatement InitStatement { get { throw null; } set { } }
917         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
918         public System.CodeDom.CodeExpression TestExpression { get { throw null; } set { } }
919     }
920     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
921     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
922     [System.SerializableAttribute]
923     public partial class CodeLabeledStatement : System.CodeDom.CodeStatement
924     {
CodeLabeledStatement()925         public CodeLabeledStatement() { }
CodeLabeledStatement(string label)926         public CodeLabeledStatement(string label) { }
CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement)927         public CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement) { }
928         public string Label { get { throw null; } set { } }
929         public System.CodeDom.CodeStatement Statement { get { throw null; } set { } }
930     }
931     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
932     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
933     [System.SerializableAttribute]
934     public partial class CodeLinePragma
935     {
CodeLinePragma()936         public CodeLinePragma() { }
CodeLinePragma(string fileName, int lineNumber)937         public CodeLinePragma(string fileName, int lineNumber) { }
938         public string FileName { get { throw null; } set { } }
939         public int LineNumber { get { throw null; } set { } }
940     }
941     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
942     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
943     [System.SerializableAttribute]
944     public partial class CodeMemberEvent : System.CodeDom.CodeTypeMember
945     {
CodeMemberEvent()946         public CodeMemberEvent() { }
947         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
948         public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } }
949         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
950     }
951     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
952     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
953     [System.SerializableAttribute]
954     public partial class CodeMemberField : System.CodeDom.CodeTypeMember
955     {
CodeMemberField()956         public CodeMemberField() { }
CodeMemberField(System.CodeDom.CodeTypeReference type, string name)957         public CodeMemberField(System.CodeDom.CodeTypeReference type, string name) { }
CodeMemberField(string type, string name)958         public CodeMemberField(string type, string name) { }
CodeMemberField(System.Type type, string name)959         public CodeMemberField(System.Type type, string name) { }
960         public System.CodeDom.CodeExpression InitExpression { get { throw null; } set { } }
961         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
962     }
963     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
964     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
965     [System.SerializableAttribute]
966     public partial class CodeMemberMethod : System.CodeDom.CodeTypeMember
967     {
CodeMemberMethod()968         public CodeMemberMethod() { }
969         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
970         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
971         public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } }
972         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
973         public System.CodeDom.CodeAttributeDeclarationCollection ReturnTypeCustomAttributes { get { throw null; } }
974         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
975         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
976         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
977         public event System.EventHandler PopulateImplementationTypes { add { } remove { } }
978         public event System.EventHandler PopulateParameters { add { } remove { } }
979         public event System.EventHandler PopulateStatements { add { } remove { } }
980     }
981     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
982     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
983     [System.SerializableAttribute]
984     public partial class CodeMemberProperty : System.CodeDom.CodeTypeMember
985     {
CodeMemberProperty()986         public CodeMemberProperty() { }
987         public System.CodeDom.CodeStatementCollection GetStatements { get { throw null; } }
988         public bool HasGet { get { throw null; } set { } }
989         public bool HasSet { get { throw null; } set { } }
990         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
991         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
992         public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } }
993         public System.CodeDom.CodeStatementCollection SetStatements { get { throw null; } }
994         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
995     }
996     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
997     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
998     [System.SerializableAttribute]
999     public partial class CodeMethodInvokeExpression : System.CodeDom.CodeExpression
1000     {
CodeMethodInvokeExpression()1001         public CodeMethodInvokeExpression() { }
CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters)1002         public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) { }
CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters)1003         public CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters) { }
1004         public System.CodeDom.CodeMethodReferenceExpression Method { get { throw null; } set { } }
1005         public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
1006     }
1007     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1008     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1009     [System.SerializableAttribute]
1010     public partial class CodeMethodReferenceExpression : System.CodeDom.CodeExpression
1011     {
CodeMethodReferenceExpression()1012         public CodeMethodReferenceExpression() { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName)1013         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName) { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters)1014         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters) { }
1015         public string MethodName { get { throw null; } set { } }
1016         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
1017         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1018         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
1019     }
1020     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1021     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1022     [System.SerializableAttribute]
1023     public partial class CodeMethodReturnStatement : System.CodeDom.CodeStatement
1024     {
CodeMethodReturnStatement()1025         public CodeMethodReturnStatement() { }
CodeMethodReturnStatement(System.CodeDom.CodeExpression expression)1026         public CodeMethodReturnStatement(System.CodeDom.CodeExpression expression) { }
1027         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
1028     }
1029     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1030     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1031     [System.SerializableAttribute]
1032     public partial class CodeNamespace : System.CodeDom.CodeObject
1033     {
CodeNamespace()1034         public CodeNamespace() { }
CodeNamespace(string name)1035         public CodeNamespace(string name) { }
1036         public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1037         public System.CodeDom.CodeNamespaceImportCollection Imports { get { throw null; } }
1038         public string Name { get { throw null; } set { } }
1039         public System.CodeDom.CodeTypeDeclarationCollection Types { get { throw null; } }
1040         public event System.EventHandler PopulateComments { add { } remove { } }
1041         public event System.EventHandler PopulateImports { add { } remove { } }
1042         public event System.EventHandler PopulateTypes { add { } remove { } }
1043     }
1044     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1045     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1046     [System.SerializableAttribute]
1047     public partial class CodeNamespaceCollection : System.Collections.CollectionBase
1048     {
CodeNamespaceCollection()1049         public CodeNamespaceCollection() { }
CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value)1050         public CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value) { }
CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value)1051         public CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value) { }
1052         public System.CodeDom.CodeNamespace this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespace value)1053         public int Add(System.CodeDom.CodeNamespace value) { throw null; }
AddRange(System.CodeDom.CodeNamespaceCollection value)1054         public void AddRange(System.CodeDom.CodeNamespaceCollection value) { }
AddRange(System.CodeDom.CodeNamespace[] value)1055         public void AddRange(System.CodeDom.CodeNamespace[] value) { }
Contains(System.CodeDom.CodeNamespace value)1056         public bool Contains(System.CodeDom.CodeNamespace value) { throw null; }
CopyTo(System.CodeDom.CodeNamespace[] array, int index)1057         public void CopyTo(System.CodeDom.CodeNamespace[] array, int index) { }
IndexOf(System.CodeDom.CodeNamespace value)1058         public int IndexOf(System.CodeDom.CodeNamespace value) { throw null; }
Insert(int index, System.CodeDom.CodeNamespace value)1059         public void Insert(int index, System.CodeDom.CodeNamespace value) { }
Remove(System.CodeDom.CodeNamespace value)1060         public void Remove(System.CodeDom.CodeNamespace value) { }
1061     }
1062     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1063     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1064     [System.SerializableAttribute]
1065     public partial class CodeNamespaceImport : System.CodeDom.CodeObject
1066     {
CodeNamespaceImport()1067         public CodeNamespaceImport() { }
CodeNamespaceImport(string nameSpace)1068         public CodeNamespaceImport(string nameSpace) { }
1069         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1070         public string Namespace { get { throw null; } set { } }
1071     }
1072     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1073     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1074     [System.SerializableAttribute]
1075     public partial class CodeNamespaceImportCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1076     {
CodeNamespaceImportCollection()1077         public CodeNamespaceImportCollection() { }
1078         public int Count { get { throw null; } }
1079         public System.CodeDom.CodeNamespaceImport this[int index] { get { throw null; } set { } }
1080         int System.Collections.ICollection.Count { get { throw null; } }
1081         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1082         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1083         bool System.Collections.IList.IsFixedSize { get { throw null; } }
1084         bool System.Collections.IList.IsReadOnly { get { throw null; } }
1085         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespaceImport value)1086         public void Add(System.CodeDom.CodeNamespaceImport value) { }
AddRange(System.CodeDom.CodeNamespaceImport[] value)1087         public void AddRange(System.CodeDom.CodeNamespaceImport[] value) { }
Clear()1088         public void Clear() { }
GetEnumerator()1089         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1090         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1091         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)1092         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1093         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)1094         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)1095         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)1096         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1097         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1098         void System.Collections.IList.RemoveAt(int index) { }
1099     }
1100     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1101     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1102     [System.SerializableAttribute]
1103     public partial class CodeObject
1104     {
CodeObject()1105         public CodeObject() { }
1106         public System.Collections.IDictionary UserData { get { throw null; } }
1107     }
1108     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1109     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1110     [System.SerializableAttribute]
1111     public partial class CodeObjectCreateExpression : System.CodeDom.CodeExpression
1112     {
CodeObjectCreateExpression()1113         public CodeObjectCreateExpression() { }
CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters)1114         public CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters)1115         public CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters)1116         public CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters) { }
1117         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
1118         public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
1119     }
1120     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1121     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1122     [System.SerializableAttribute]
1123     public partial class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression
1124     {
CodeParameterDeclarationExpression()1125         public CodeParameterDeclarationExpression() { }
CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name)1126         public CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name) { }
CodeParameterDeclarationExpression(string type, string name)1127         public CodeParameterDeclarationExpression(string type, string name) { }
CodeParameterDeclarationExpression(System.Type type, string name)1128         public CodeParameterDeclarationExpression(System.Type type, string name) { }
1129         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1130         public System.CodeDom.FieldDirection Direction { get { throw null; } set { } }
1131         public string Name { get { throw null; } set { } }
1132         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1133     }
1134     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1135     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1136     [System.SerializableAttribute]
1137     public partial class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase
1138     {
CodeParameterDeclarationExpressionCollection()1139         public CodeParameterDeclarationExpressionCollection() { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1140         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value)1141         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
1142         public System.CodeDom.CodeParameterDeclarationExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeParameterDeclarationExpression value)1143         public int Add(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1144         public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value)1145         public void AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
Contains(System.CodeDom.CodeParameterDeclarationExpression value)1146         public bool Contains(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index)1147         public void CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeParameterDeclarationExpression value)1148         public int IndexOf(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value)1149         public void Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value) { }
Remove(System.CodeDom.CodeParameterDeclarationExpression value)1150         public void Remove(System.CodeDom.CodeParameterDeclarationExpression value) { }
1151     }
1152     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1153     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1154     [System.SerializableAttribute]
1155     public partial class CodePrimitiveExpression : System.CodeDom.CodeExpression
1156     {
CodePrimitiveExpression()1157         public CodePrimitiveExpression() { }
CodePrimitiveExpression(object value)1158         public CodePrimitiveExpression(object value) { }
1159         public object Value { get { throw null; } set { } }
1160     }
1161     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1162     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1163     [System.SerializableAttribute]
1164     public partial class CodePropertyReferenceExpression : System.CodeDom.CodeExpression
1165     {
CodePropertyReferenceExpression()1166         public CodePropertyReferenceExpression() { }
CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName)1167         public CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName) { }
1168         public string PropertyName { get { throw null; } set { } }
1169         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
1170     }
1171     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1172     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1173     [System.SerializableAttribute]
1174     public partial class CodePropertySetValueReferenceExpression : System.CodeDom.CodeExpression
1175     {
CodePropertySetValueReferenceExpression()1176         public CodePropertySetValueReferenceExpression() { }
1177     }
1178     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1179     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1180     [System.SerializableAttribute]
1181     public partial class CodeRegionDirective : System.CodeDom.CodeDirective
1182     {
CodeRegionDirective()1183         public CodeRegionDirective() { }
CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText)1184         public CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText) { }
1185         public System.CodeDom.CodeRegionMode RegionMode { get { throw null; } set { } }
1186         public string RegionText { get { throw null; } set { } }
1187     }
1188     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1189     [System.SerializableAttribute]
1190     public enum CodeRegionMode
1191     {
1192         End = 2,
1193         None = 0,
1194         Start = 1,
1195     }
1196     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1197     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1198     [System.SerializableAttribute]
1199     public partial class CodeRemoveEventStatement : System.CodeDom.CodeStatement
1200     {
CodeRemoveEventStatement()1201         public CodeRemoveEventStatement() { }
CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)1202         public CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)1203         public CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
1204         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
1205         public System.CodeDom.CodeExpression Listener { get { throw null; } set { } }
1206     }
1207     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1208     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1209     [System.SerializableAttribute]
1210     public partial class CodeSnippetCompileUnit : System.CodeDom.CodeCompileUnit
1211     {
CodeSnippetCompileUnit()1212         public CodeSnippetCompileUnit() { }
CodeSnippetCompileUnit(string value)1213         public CodeSnippetCompileUnit(string value) { }
1214         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1215         public string Value { get { throw null; } set { } }
1216     }
1217     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1218     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1219     [System.SerializableAttribute]
1220     public partial class CodeSnippetExpression : System.CodeDom.CodeExpression
1221     {
CodeSnippetExpression()1222         public CodeSnippetExpression() { }
CodeSnippetExpression(string value)1223         public CodeSnippetExpression(string value) { }
1224         public string Value { get { throw null; } set { } }
1225     }
1226     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1227     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1228     [System.SerializableAttribute]
1229     public partial class CodeSnippetStatement : System.CodeDom.CodeStatement
1230     {
CodeSnippetStatement()1231         public CodeSnippetStatement() { }
CodeSnippetStatement(string value)1232         public CodeSnippetStatement(string value) { }
1233         public string Value { get { throw null; } set { } }
1234     }
1235     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1236     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1237     [System.SerializableAttribute]
1238     public partial class CodeSnippetTypeMember : System.CodeDom.CodeTypeMember
1239     {
CodeSnippetTypeMember()1240         public CodeSnippetTypeMember() { }
CodeSnippetTypeMember(string text)1241         public CodeSnippetTypeMember(string text) { }
1242         public string Text { get { throw null; } set { } }
1243     }
1244     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1245     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1246     [System.SerializableAttribute]
1247     public partial class CodeStatement : System.CodeDom.CodeObject
1248     {
CodeStatement()1249         public CodeStatement() { }
1250         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1251         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1252         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1253     }
1254     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1255     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1256     [System.SerializableAttribute]
1257     public partial class CodeStatementCollection : System.Collections.CollectionBase
1258     {
CodeStatementCollection()1259         public CodeStatementCollection() { }
CodeStatementCollection(System.CodeDom.CodeStatementCollection value)1260         public CodeStatementCollection(System.CodeDom.CodeStatementCollection value) { }
CodeStatementCollection(System.CodeDom.CodeStatement[] value)1261         public CodeStatementCollection(System.CodeDom.CodeStatement[] value) { }
1262         public System.CodeDom.CodeStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)1263         public int Add(System.CodeDom.CodeExpression value) { throw null; }
Add(System.CodeDom.CodeStatement value)1264         public int Add(System.CodeDom.CodeStatement value) { throw null; }
AddRange(System.CodeDom.CodeStatementCollection value)1265         public void AddRange(System.CodeDom.CodeStatementCollection value) { }
AddRange(System.CodeDom.CodeStatement[] value)1266         public void AddRange(System.CodeDom.CodeStatement[] value) { }
Contains(System.CodeDom.CodeStatement value)1267         public bool Contains(System.CodeDom.CodeStatement value) { throw null; }
CopyTo(System.CodeDom.CodeStatement[] array, int index)1268         public void CopyTo(System.CodeDom.CodeStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeStatement value)1269         public int IndexOf(System.CodeDom.CodeStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeStatement value)1270         public void Insert(int index, System.CodeDom.CodeStatement value) { }
Remove(System.CodeDom.CodeStatement value)1271         public void Remove(System.CodeDom.CodeStatement value) { }
1272     }
1273     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1274     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1275     [System.SerializableAttribute]
1276     public partial class CodeThisReferenceExpression : System.CodeDom.CodeExpression
1277     {
CodeThisReferenceExpression()1278         public CodeThisReferenceExpression() { }
1279     }
1280     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1281     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1282     [System.SerializableAttribute]
1283     public partial class CodeThrowExceptionStatement : System.CodeDom.CodeStatement
1284     {
CodeThrowExceptionStatement()1285         public CodeThrowExceptionStatement() { }
CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow)1286         public CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow) { }
1287         public System.CodeDom.CodeExpression ToThrow { get { throw null; } set { } }
1288     }
1289     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1290     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1291     [System.SerializableAttribute]
1292     public partial class CodeTryCatchFinallyStatement : System.CodeDom.CodeStatement
1293     {
CodeTryCatchFinallyStatement()1294         public CodeTryCatchFinallyStatement() { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses)1295         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses) { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements)1296         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements) { }
1297         public System.CodeDom.CodeCatchClauseCollection CatchClauses { get { throw null; } }
1298         public System.CodeDom.CodeStatementCollection FinallyStatements { get { throw null; } }
1299         public System.CodeDom.CodeStatementCollection TryStatements { get { throw null; } }
1300     }
1301     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1302     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1303     [System.SerializableAttribute]
1304     public partial class CodeTypeConstructor : System.CodeDom.CodeMemberMethod
1305     {
CodeTypeConstructor()1306         public CodeTypeConstructor() { }
1307     }
1308     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1309     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1310     [System.SerializableAttribute]
1311     public partial class CodeTypeDeclaration : System.CodeDom.CodeTypeMember
1312     {
CodeTypeDeclaration()1313         public CodeTypeDeclaration() { }
CodeTypeDeclaration(string name)1314         public CodeTypeDeclaration(string name) { }
1315         public System.CodeDom.CodeTypeReferenceCollection BaseTypes { get { throw null; } }
1316         public bool IsClass { get { throw null; } set { } }
1317         public bool IsEnum { get { throw null; } set { } }
1318         public bool IsInterface { get { throw null; } set { } }
1319         public bool IsPartial { get { throw null; } set { } }
1320         public bool IsStruct { get { throw null; } set { } }
1321         public System.CodeDom.CodeTypeMemberCollection Members { get { throw null; } }
1322         public System.Reflection.TypeAttributes TypeAttributes { get { throw null; } set { } }
1323         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1324         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
1325         public event System.EventHandler PopulateBaseTypes { add { } remove { } }
1326         public event System.EventHandler PopulateMembers { add { } remove { } }
1327     }
1328     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1329     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1330     [System.SerializableAttribute]
1331     public partial class CodeTypeDeclarationCollection : System.Collections.CollectionBase
1332     {
CodeTypeDeclarationCollection()1333         public CodeTypeDeclarationCollection() { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value)1334         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value) { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value)1335         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value) { }
1336         public System.CodeDom.CodeTypeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeDeclaration value)1337         public int Add(System.CodeDom.CodeTypeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeTypeDeclarationCollection value)1338         public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeTypeDeclaration[] value)1339         public void AddRange(System.CodeDom.CodeTypeDeclaration[] value) { }
Contains(System.CodeDom.CodeTypeDeclaration value)1340         public bool Contains(System.CodeDom.CodeTypeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index)1341         public void CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeDeclaration value)1342         public int IndexOf(System.CodeDom.CodeTypeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeDeclaration value)1343         public void Insert(int index, System.CodeDom.CodeTypeDeclaration value) { }
Remove(System.CodeDom.CodeTypeDeclaration value)1344         public void Remove(System.CodeDom.CodeTypeDeclaration value) { }
1345     }
1346     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1347     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1348     [System.SerializableAttribute]
1349     public partial class CodeTypeDelegate : System.CodeDom.CodeTypeDeclaration
1350     {
CodeTypeDelegate()1351         public CodeTypeDelegate() { }
CodeTypeDelegate(string name)1352         public CodeTypeDelegate(string name) { }
1353         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
1354         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
1355     }
1356     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1357     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1358     [System.SerializableAttribute]
1359     public partial class CodeTypeMember : System.CodeDom.CodeObject
1360     {
CodeTypeMember()1361         public CodeTypeMember() { }
1362         public System.CodeDom.MemberAttributes Attributes { get { throw null; } set { } }
1363         public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1364         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1365         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1366         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1367         public string Name { get { throw null; } set { } }
1368         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1369     }
1370     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1371     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1372     [System.SerializableAttribute]
1373     public partial class CodeTypeMemberCollection : System.Collections.CollectionBase
1374     {
CodeTypeMemberCollection()1375         public CodeTypeMemberCollection() { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value)1376         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value) { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value)1377         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value) { }
1378         public System.CodeDom.CodeTypeMember this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeMember value)1379         public int Add(System.CodeDom.CodeTypeMember value) { throw null; }
AddRange(System.CodeDom.CodeTypeMemberCollection value)1380         public void AddRange(System.CodeDom.CodeTypeMemberCollection value) { }
AddRange(System.CodeDom.CodeTypeMember[] value)1381         public void AddRange(System.CodeDom.CodeTypeMember[] value) { }
Contains(System.CodeDom.CodeTypeMember value)1382         public bool Contains(System.CodeDom.CodeTypeMember value) { throw null; }
CopyTo(System.CodeDom.CodeTypeMember[] array, int index)1383         public void CopyTo(System.CodeDom.CodeTypeMember[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeMember value)1384         public int IndexOf(System.CodeDom.CodeTypeMember value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeMember value)1385         public void Insert(int index, System.CodeDom.CodeTypeMember value) { }
Remove(System.CodeDom.CodeTypeMember value)1386         public void Remove(System.CodeDom.CodeTypeMember value) { }
1387     }
1388     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1389     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1390     [System.SerializableAttribute]
1391     public partial class CodeTypeOfExpression : System.CodeDom.CodeExpression
1392     {
CodeTypeOfExpression()1393         public CodeTypeOfExpression() { }
CodeTypeOfExpression(System.CodeDom.CodeTypeReference type)1394         public CodeTypeOfExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeOfExpression(string type)1395         public CodeTypeOfExpression(string type) { }
CodeTypeOfExpression(System.Type type)1396         public CodeTypeOfExpression(System.Type type) { }
1397         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1398     }
1399     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1400     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1401     [System.SerializableAttribute]
1402     public partial class CodeTypeParameter : System.CodeDom.CodeObject
1403     {
CodeTypeParameter()1404         public CodeTypeParameter() { }
CodeTypeParameter(string name)1405         public CodeTypeParameter(string name) { }
1406         public System.CodeDom.CodeTypeReferenceCollection Constraints { get { throw null; } }
1407         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } }
1408         public bool HasConstructorConstraint { get { throw null; } set { } }
1409         public string Name { get { throw null; } set { } }
1410     }
1411     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1412     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1413     [System.SerializableAttribute]
1414     public partial class CodeTypeParameterCollection : System.Collections.CollectionBase
1415     {
CodeTypeParameterCollection()1416         public CodeTypeParameterCollection() { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value)1417         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value) { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value)1418         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value) { }
1419         public System.CodeDom.CodeTypeParameter this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeParameter value)1420         public int Add(System.CodeDom.CodeTypeParameter value) { throw null; }
Add(string value)1421         public void Add(string value) { }
AddRange(System.CodeDom.CodeTypeParameterCollection value)1422         public void AddRange(System.CodeDom.CodeTypeParameterCollection value) { }
AddRange(System.CodeDom.CodeTypeParameter[] value)1423         public void AddRange(System.CodeDom.CodeTypeParameter[] value) { }
Contains(System.CodeDom.CodeTypeParameter value)1424         public bool Contains(System.CodeDom.CodeTypeParameter value) { throw null; }
CopyTo(System.CodeDom.CodeTypeParameter[] array, int index)1425         public void CopyTo(System.CodeDom.CodeTypeParameter[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeParameter value)1426         public int IndexOf(System.CodeDom.CodeTypeParameter value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeParameter value)1427         public void Insert(int index, System.CodeDom.CodeTypeParameter value) { }
Remove(System.CodeDom.CodeTypeParameter value)1428         public void Remove(System.CodeDom.CodeTypeParameter value) { }
1429     }
1430     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1431     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1432     [System.SerializableAttribute]
1433     public partial class CodeTypeReference : System.CodeDom.CodeObject
1434     {
CodeTypeReference()1435         public CodeTypeReference() { }
CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter)1436         public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) { }
CodeTypeReference(System.CodeDom.CodeTypeReference arrayElementType, int arrayRank)1437         public CodeTypeReference(System.CodeDom.CodeTypeReference arrayElementType, int arrayRank) { }
1438         [System.MonoTODOAttribute("We should parse basetype from right to left in 2.0 profile.")]
CodeTypeReference(string baseType)1439         public CodeTypeReference(string baseType) { }
CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions referenceOptions)1440         public CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions referenceOptions) { }
CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments)1441         public CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments) { }
1442         [System.MonoTODOAttribute("We should parse basetype from right to left in 2.0 profile.")]
CodeTypeReference(string baseType, int arrayRank)1443         public CodeTypeReference(string baseType, int arrayRank) { }
1444         [System.MonoTODOAttribute("We should parse basetype from right to left in 2.0 profile.")]
CodeTypeReference(System.Type baseType)1445         public CodeTypeReference(System.Type baseType) { }
CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions referenceOptions)1446         public CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions referenceOptions) { }
1447         public System.CodeDom.CodeTypeReference ArrayElementType { get { throw null; } set { } }
1448         public int ArrayRank { get { throw null; } set { } }
1449         public string BaseType { get { throw null; } set { } }
1450         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1451         public System.CodeDom.CodeTypeReferenceOptions Options { get { throw null; } set { } }
1452         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1453         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
1454     }
1455     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1456     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1457     [System.SerializableAttribute]
1458     public partial class CodeTypeReferenceCollection : System.Collections.CollectionBase
1459     {
CodeTypeReferenceCollection()1460         public CodeTypeReferenceCollection() { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value)1461         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value) { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value)1462         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value) { }
1463         public System.CodeDom.CodeTypeReference this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeReference value)1464         public int Add(System.CodeDom.CodeTypeReference value) { throw null; }
Add(string value)1465         public void Add(string value) { }
Add(System.Type value)1466         public void Add(System.Type value) { }
AddRange(System.CodeDom.CodeTypeReferenceCollection value)1467         public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) { }
AddRange(System.CodeDom.CodeTypeReference[] value)1468         public void AddRange(System.CodeDom.CodeTypeReference[] value) { }
Contains(System.CodeDom.CodeTypeReference value)1469         public bool Contains(System.CodeDom.CodeTypeReference value) { throw null; }
CopyTo(System.CodeDom.CodeTypeReference[] array, int index)1470         public void CopyTo(System.CodeDom.CodeTypeReference[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeReference value)1471         public int IndexOf(System.CodeDom.CodeTypeReference value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeReference value)1472         public void Insert(int index, System.CodeDom.CodeTypeReference value) { }
Remove(System.CodeDom.CodeTypeReference value)1473         public void Remove(System.CodeDom.CodeTypeReference value) { }
1474     }
1475     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1476     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1477     [System.SerializableAttribute]
1478     public partial class CodeTypeReferenceExpression : System.CodeDom.CodeExpression
1479     {
CodeTypeReferenceExpression()1480         public CodeTypeReferenceExpression() { }
CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type)1481         public CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeReferenceExpression(string type)1482         public CodeTypeReferenceExpression(string type) { }
CodeTypeReferenceExpression(System.Type type)1483         public CodeTypeReferenceExpression(System.Type type) { }
1484         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1485     }
1486     [System.FlagsAttribute]
1487     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1488     [System.SerializableAttribute]
1489     public enum CodeTypeReferenceOptions
1490     {
1491         GenericTypeParameter = 2,
1492         GlobalReference = 1,
1493     }
1494     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1495     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1496     [System.SerializableAttribute]
1497     public partial class CodeVariableDeclarationStatement : System.CodeDom.CodeStatement
1498     {
CodeVariableDeclarationStatement()1499         public CodeVariableDeclarationStatement() { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name)1500         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name) { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression)1501         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(string type, string name)1502         public CodeVariableDeclarationStatement(string type, string name) { }
CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression)1503         public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(System.Type type, string name)1504         public CodeVariableDeclarationStatement(System.Type type, string name) { }
CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression)1505         public CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression) { }
1506         public System.CodeDom.CodeExpression InitExpression { get { throw null; } set { } }
1507         public string Name { get { throw null; } set { } }
1508         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1509     }
1510     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1511     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1512     [System.SerializableAttribute]
1513     public partial class CodeVariableReferenceExpression : System.CodeDom.CodeExpression
1514     {
CodeVariableReferenceExpression()1515         public CodeVariableReferenceExpression() { }
CodeVariableReferenceExpression(string variableName)1516         public CodeVariableReferenceExpression(string variableName) { }
1517         public string VariableName { get { throw null; } set { } }
1518     }
1519     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1520     [System.SerializableAttribute]
1521     public enum FieldDirection
1522     {
1523         In = 0,
1524         Out = 1,
1525         Ref = 2,
1526     }
1527     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1528     [System.SerializableAttribute]
1529     public enum MemberAttributes
1530     {
1531         Abstract = 1,
1532         AccessMask = 61440,
1533         Assembly = 4096,
1534         Const = 5,
1535         Family = 12288,
1536         FamilyAndAssembly = 8192,
1537         FamilyOrAssembly = 16384,
1538         Final = 2,
1539         New = 16,
1540         Overloaded = 256,
1541         Override = 4,
1542         Private = 20480,
1543         Public = 24576,
1544         ScopeMask = 15,
1545         Static = 3,
1546         VTableMask = 240,
1547     }
1548 }
1549 namespace System.CodeDom.Compiler
1550 {
1551     public abstract partial class CodeCompiler : System.CodeDom.Compiler.CodeGenerator, System.CodeDom.Compiler.ICodeCompiler
1552     {
CodeCompiler()1553         protected CodeCompiler() { }
1554         protected abstract string CompilerName { get; }
1555         protected abstract string FileExtension { get; }
CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options)1556         protected abstract string CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options);
FromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e)1557         protected virtual System.CodeDom.Compiler.CompilerResults FromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e) { throw null; }
FromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] ea)1558         protected virtual System.CodeDom.Compiler.CompilerResults FromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] ea) { throw null; }
FromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName)1559         protected virtual System.CodeDom.Compiler.CompilerResults FromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName) { throw null; }
FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1560         protected virtual System.CodeDom.Compiler.CompilerResults FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames) { throw null; }
FromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1561         protected virtual System.CodeDom.Compiler.CompilerResults FromSource(System.CodeDom.Compiler.CompilerParameters options, string source) { throw null; }
FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1562         protected virtual System.CodeDom.Compiler.CompilerResults FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
1563         [System.MonoTODOAttribute]
GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs)1564         protected virtual string GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs) { throw null; }
JoinStringArray(string[] sa, string separator)1565         protected static string JoinStringArray(string[] sa, string separator) { throw null; }
ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults results, string line)1566         protected abstract void ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults results, string line);
System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e)1567         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e) { throw null; }
System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] ea)1568         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] ea) { throw null; }
System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName)1569         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName) { throw null; }
System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1570         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames) { throw null; }
System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1571         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source) { throw null; }
System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1572         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
1573     }
1574     [System.ComponentModel.ToolboxItemAttribute(false)]
1575     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1576     public abstract partial class CodeDomProvider : System.ComponentModel.Component
1577     {
CodeDomProvider()1578         protected CodeDomProvider() { }
1579         public virtual string FileExtension { get { throw null; } }
1580         public virtual System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } }
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, params System.CodeDom.CodeCompileUnit[] compilationUnits)1581         public virtual System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, params System.CodeDom.CodeCompileUnit[] compilationUnits) { throw null; }
CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, params string[] fileNames)1582         public virtual System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, params string[] fileNames) { throw null; }
CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, params string[] sources)1583         public virtual System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, params string[] sources) { throw null; }
1584         [System.ObsoleteAttribute("ICodeCompiler is obsolete")]
CreateCompiler()1585         public abstract System.CodeDom.Compiler.ICodeCompiler CreateCompiler();
CreateEscapedIdentifier(string value)1586         public virtual string CreateEscapedIdentifier(string value) { throw null; }
1587         [System.ObsoleteAttribute("ICodeGenerator is obsolete")]
CreateGenerator()1588         public abstract System.CodeDom.Compiler.ICodeGenerator CreateGenerator();
CreateGenerator(System.IO.TextWriter output)1589         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(System.IO.TextWriter output) { throw null; }
CreateGenerator(string fileName)1590         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(string fileName) { throw null; }
1591         [System.ObsoleteAttribute("ICodeParser is obsolete")]
CreateParser()1592         public virtual System.CodeDom.Compiler.ICodeParser CreateParser() { throw null; }
1593         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1594         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
CreateProvider(string language)1595         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) { throw null; }
1596         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions)1597         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
CreateValidIdentifier(string value)1598         public virtual string CreateValidIdentifier(string value) { throw null; }
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1599         public virtual void GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateCodeFromExpression(System.CodeDom.CodeExpression expression, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1600         public virtual void GenerateCodeFromExpression(System.CodeDom.CodeExpression expression, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1601         public virtual void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateCodeFromNamespace(System.CodeDom.CodeNamespace codeNamespace, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1602         public virtual void GenerateCodeFromNamespace(System.CodeDom.CodeNamespace codeNamespace, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateCodeFromStatement(System.CodeDom.CodeStatement statement, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1603         public virtual void GenerateCodeFromStatement(System.CodeDom.CodeStatement statement, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration codeType, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1604         public virtual void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration codeType, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
1605         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1606         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
GetAllCompilerInfo()1607         public static System.CodeDom.Compiler.CompilerInfo[] GetAllCompilerInfo() { throw null; }
1608         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1609         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
GetCompilerInfo(string language)1610         public static System.CodeDom.Compiler.CompilerInfo GetCompilerInfo(string language) { throw null; }
GetConverter(System.Type type)1611         public virtual System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
1612         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1613         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
GetLanguageFromExtension(string extension)1614         public static string GetLanguageFromExtension(string extension) { throw null; }
GetTypeOutput(System.CodeDom.CodeTypeReference type)1615         public virtual string GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
1616         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1617         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
IsDefinedExtension(string extension)1618         public static bool IsDefinedExtension(string extension) { throw null; }
1619         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1620         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
IsDefinedLanguage(string language)1621         public static bool IsDefinedLanguage(string language) { throw null; }
IsValidIdentifier(string value)1622         public virtual bool IsValidIdentifier(string value) { throw null; }
Parse(System.IO.TextReader codeStream)1623         public virtual System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream) { throw null; }
Supports(System.CodeDom.Compiler.GeneratorSupport supports)1624         public virtual bool Supports(System.CodeDom.Compiler.GeneratorSupport supports) { throw null; }
1625     }
1626     public abstract partial class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator
1627     {
CodeGenerator()1628         protected CodeGenerator() { }
1629         protected System.CodeDom.CodeTypeDeclaration CurrentClass { get { throw null; } }
1630         protected System.CodeDom.CodeTypeMember CurrentMember { get { throw null; } }
1631         protected string CurrentMemberName { get { throw null; } }
1632         protected string CurrentTypeName { get { throw null; } }
1633         protected int Indent { get { throw null; } set { } }
1634         protected bool IsCurrentClass { get { throw null; } }
1635         protected bool IsCurrentDelegate { get { throw null; } }
1636         protected bool IsCurrentEnum { get { throw null; } }
1637         protected bool IsCurrentInterface { get { throw null; } }
1638         protected bool IsCurrentStruct { get { throw null; } }
1639         protected abstract string NullToken { get; }
1640         protected System.CodeDom.Compiler.CodeGeneratorOptions Options { get { throw null; } }
1641         protected System.IO.TextWriter Output { get { throw null; } }
ContinueOnNewLine(string st)1642         protected virtual void ContinueOnNewLine(string st) { }
CreateEscapedIdentifier(string value)1643         protected abstract string CreateEscapedIdentifier(string value);
CreateValidIdentifier(string value)1644         protected abstract string CreateValidIdentifier(string value);
GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e)1645         protected abstract void GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e);
GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e)1646         protected abstract void GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e);
GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e)1647         protected abstract void GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e);
GenerateAssignStatement(System.CodeDom.CodeAssignStatement s)1648         protected abstract void GenerateAssignStatement(System.CodeDom.CodeAssignStatement s);
GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement s)1649         protected abstract void GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement s);
GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes)1650         protected abstract void GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes)1651         protected abstract void GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e)1652         protected abstract void GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e);
GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e)1653         protected virtual void GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e) { }
GenerateCastExpression(System.CodeDom.CodeCastExpression e)1654         protected abstract void GenerateCastExpression(System.CodeDom.CodeCastExpression e);
1655         [System.MonoTODOAttribute]
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1656         public virtual void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateComment(System.CodeDom.CodeComment comment)1657         protected abstract void GenerateComment(System.CodeDom.CodeComment comment);
GenerateCommentStatement(System.CodeDom.CodeCommentStatement statement)1658         protected virtual void GenerateCommentStatement(System.CodeDom.CodeCommentStatement statement) { }
GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection statements)1659         protected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection statements) { }
GenerateCompileUnit(System.CodeDom.CodeCompileUnit compileUnit)1660         protected virtual void GenerateCompileUnit(System.CodeDom.CodeCompileUnit compileUnit) { }
GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit compileUnit)1661         protected virtual void GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit compileUnit) { }
GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit compileUnit)1662         protected virtual void GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit compileUnit) { }
GenerateConditionStatement(System.CodeDom.CodeConditionStatement s)1663         protected abstract void GenerateConditionStatement(System.CodeDom.CodeConditionStatement s);
GenerateConstructor(System.CodeDom.CodeConstructor x, System.CodeDom.CodeTypeDeclaration d)1664         protected abstract void GenerateConstructor(System.CodeDom.CodeConstructor x, System.CodeDom.CodeTypeDeclaration d);
GenerateDecimalValue(decimal d)1665         protected virtual void GenerateDecimalValue(decimal d) { }
1666         [System.MonoTODOAttribute]
GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e)1667         protected virtual void GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e) { }
GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e)1668         protected abstract void GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e);
GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e)1669         protected abstract void GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e);
GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e)1670         protected virtual void GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e) { }
GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives)1671         protected virtual void GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives) { }
GenerateDoubleValue(double d)1672         protected virtual void GenerateDoubleValue(double d) { }
GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod m, System.CodeDom.CodeTypeDeclaration d)1673         protected abstract void GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod m, System.CodeDom.CodeTypeDeclaration d);
GenerateEvent(System.CodeDom.CodeMemberEvent ev, System.CodeDom.CodeTypeDeclaration d)1674         protected abstract void GenerateEvent(System.CodeDom.CodeMemberEvent ev, System.CodeDom.CodeTypeDeclaration d);
GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e)1675         protected abstract void GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e);
GenerateExpression(System.CodeDom.CodeExpression e)1676         protected void GenerateExpression(System.CodeDom.CodeExpression e) { }
GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement statement)1677         protected abstract void GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement statement);
GenerateField(System.CodeDom.CodeMemberField f)1678         protected abstract void GenerateField(System.CodeDom.CodeMemberField f);
GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e)1679         protected abstract void GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e);
GenerateGotoStatement(System.CodeDom.CodeGotoStatement statement)1680         protected abstract void GenerateGotoStatement(System.CodeDom.CodeGotoStatement statement);
GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e)1681         protected abstract void GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e);
GenerateIterationStatement(System.CodeDom.CodeIterationStatement s)1682         protected abstract void GenerateIterationStatement(System.CodeDom.CodeIterationStatement s);
GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement statement)1683         protected abstract void GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement statement);
GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma p)1684         protected abstract void GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma p);
GenerateLinePragmaStart(System.CodeDom.CodeLinePragma p)1685         protected abstract void GenerateLinePragmaStart(System.CodeDom.CodeLinePragma p);
GenerateMethod(System.CodeDom.CodeMemberMethod m, System.CodeDom.CodeTypeDeclaration d)1686         protected abstract void GenerateMethod(System.CodeDom.CodeMemberMethod m, System.CodeDom.CodeTypeDeclaration d);
GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e)1687         protected abstract void GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e);
GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e)1688         protected abstract void GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e);
GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e)1689         protected abstract void GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e);
GenerateNamespace(System.CodeDom.CodeNamespace ns)1690         protected virtual void GenerateNamespace(System.CodeDom.CodeNamespace ns) { }
GenerateNamespaceEnd(System.CodeDom.CodeNamespace ns)1691         protected abstract void GenerateNamespaceEnd(System.CodeDom.CodeNamespace ns);
GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport i)1692         protected abstract void GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport i);
GenerateNamespaceImports(System.CodeDom.CodeNamespace e)1693         protected void GenerateNamespaceImports(System.CodeDom.CodeNamespace e) { }
GenerateNamespaces(System.CodeDom.CodeCompileUnit e)1694         protected void GenerateNamespaces(System.CodeDom.CodeCompileUnit e) { }
GenerateNamespaceStart(System.CodeDom.CodeNamespace ns)1695         protected abstract void GenerateNamespaceStart(System.CodeDom.CodeNamespace ns);
GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e)1696         protected abstract void GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e);
GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e)1697         protected virtual void GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e) { }
GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e)1698         protected virtual void GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e) { }
GenerateProperty(System.CodeDom.CodeMemberProperty p, System.CodeDom.CodeTypeDeclaration d)1699         protected abstract void GenerateProperty(System.CodeDom.CodeMemberProperty p, System.CodeDom.CodeTypeDeclaration d);
GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e)1700         protected abstract void GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e);
GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e)1701         protected abstract void GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e);
GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement statement)1702         protected abstract void GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement statement);
GenerateSingleFloatValue(float s)1703         protected virtual void GenerateSingleFloatValue(float s) { }
GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e)1704         protected virtual void GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e) { }
GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e)1705         protected abstract void GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e);
GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember m)1706         protected abstract void GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember m);
GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement s)1707         protected virtual void GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement s) { }
GenerateStatement(System.CodeDom.CodeStatement s)1708         protected void GenerateStatement(System.CodeDom.CodeStatement s) { }
GenerateStatements(System.CodeDom.CodeStatementCollection c)1709         protected void GenerateStatements(System.CodeDom.CodeStatementCollection c) { }
GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e)1710         protected abstract void GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e);
GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement s)1711         protected abstract void GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement s);
GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement s)1712         protected abstract void GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement s);
GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor constructor)1713         protected abstract void GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor constructor);
GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration declaration)1714         protected abstract void GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration declaration);
GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e)1715         protected virtual void GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e) { }
GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e)1716         protected virtual void GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e) { }
GenerateTypes(System.CodeDom.CodeNamespace e)1717         protected void GenerateTypes(System.CodeDom.CodeNamespace e) { }
GenerateTypeStart(System.CodeDom.CodeTypeDeclaration declaration)1718         protected abstract void GenerateTypeStart(System.CodeDom.CodeTypeDeclaration declaration);
GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e)1719         protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e);
GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e)1720         protected abstract void GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e);
GetTypeOutput(System.CodeDom.CodeTypeReference type)1721         protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference type);
IsValidIdentifier(string value)1722         protected abstract bool IsValidIdentifier(string value);
IsValidLanguageIndependentIdentifier(string value)1723         public static bool IsValidLanguageIndependentIdentifier(string value) { throw null; }
OutputAttributeArgument(System.CodeDom.CodeAttributeArgument argument)1724         protected virtual void OutputAttributeArgument(System.CodeDom.CodeAttributeArgument argument) { }
OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes)1725         protected virtual void OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes) { }
OutputDirection(System.CodeDom.FieldDirection direction)1726         protected virtual void OutputDirection(System.CodeDom.FieldDirection direction) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions)1727         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newLineBetweenItems)1728         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newLineBetweenItems) { }
OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes)1729         protected virtual void OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputIdentifier(string ident)1730         protected virtual void OutputIdentifier(string ident) { }
OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes)1731         protected virtual void OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes) { }
OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes)1732         protected virtual void OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputOperator(System.CodeDom.CodeBinaryOperatorType op)1733         protected virtual void OutputOperator(System.CodeDom.CodeBinaryOperatorType op) { }
OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters)1734         protected virtual void OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters) { }
OutputType(System.CodeDom.CodeTypeReference t)1735         protected abstract void OutputType(System.CodeDom.CodeTypeReference t);
OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum)1736         protected virtual void OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum) { }
OutputTypeNamePair(System.CodeDom.CodeTypeReference type, string name)1737         protected virtual void OutputTypeNamePair(System.CodeDom.CodeTypeReference type, string name) { }
QuoteSnippetString(string value)1738         protected abstract string QuoteSnippetString(string value);
Supports(System.CodeDom.Compiler.GeneratorSupport supports)1739         protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport supports);
System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value)1740         string System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value)1741         string System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1742         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression expression, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1743         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression expression, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace ns, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1744         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace ns, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement statement, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1745         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement statement, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration type, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1746         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration type, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type)1747         string System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value)1748         bool System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport value)1749         bool System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value)1750         void System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value) { }
ValidateIdentifier(string value)1751         protected virtual void ValidateIdentifier(string value) { }
1752         [System.MonoTODOAttribute]
ValidateIdentifiers(System.CodeDom.CodeObject e)1753         public static void ValidateIdentifiers(System.CodeDom.CodeObject e) { }
1754     }
1755     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1756     public partial class CodeGeneratorOptions
1757     {
CodeGeneratorOptions()1758         public CodeGeneratorOptions() { }
1759         public bool BlankLinesBetweenMembers { get { throw null; } set { } }
1760         public string BracingStyle { get { throw null; } set { } }
1761         public bool ElseOnClosing { get { throw null; } set { } }
1762         public string IndentString { get { throw null; } set { } }
1763         public object this[string index] { get { throw null; } set { } }
1764         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1765         public bool VerbatimOrder { get { throw null; } set { } }
1766     }
1767     public abstract partial class CodeParser : System.CodeDom.Compiler.ICodeParser
1768     {
CodeParser()1769         protected CodeParser() { }
Parse(System.IO.TextReader codeStream)1770         public abstract System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1771     }
1772     [System.SerializableAttribute]
1773     public partial class CompilerError
1774     {
CompilerError()1775         public CompilerError() { }
CompilerError(string fileName, int line, int column, string errorNumber, string errorText)1776         public CompilerError(string fileName, int line, int column, string errorNumber, string errorText) { }
1777         public int Column { get { throw null; } set { } }
1778         public string ErrorNumber { get { throw null; } set { } }
1779         public string ErrorText { get { throw null; } set { } }
1780         public string FileName { get { throw null; } set { } }
1781         public bool IsWarning { get { throw null; } set { } }
1782         public int Line { get { throw null; } set { } }
ToString()1783         public override string ToString() { throw null; }
1784     }
1785     [System.SerializableAttribute]
1786     public partial class CompilerErrorCollection : System.Collections.CollectionBase
1787     {
CompilerErrorCollection()1788         public CompilerErrorCollection() { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value)1789         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value) { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value)1790         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value) { }
1791         public bool HasErrors { get { throw null; } }
1792         public bool HasWarnings { get { throw null; } }
1793         public System.CodeDom.Compiler.CompilerError this[int index] { get { throw null; } set { } }
Add(System.CodeDom.Compiler.CompilerError value)1794         public int Add(System.CodeDom.Compiler.CompilerError value) { throw null; }
AddRange(System.CodeDom.Compiler.CompilerErrorCollection value)1795         public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) { }
AddRange(System.CodeDom.Compiler.CompilerError[] value)1796         public void AddRange(System.CodeDom.Compiler.CompilerError[] value) { }
Contains(System.CodeDom.Compiler.CompilerError value)1797         public bool Contains(System.CodeDom.Compiler.CompilerError value) { throw null; }
CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index)1798         public void CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index) { }
IndexOf(System.CodeDom.Compiler.CompilerError value)1799         public int IndexOf(System.CodeDom.Compiler.CompilerError value) { throw null; }
Insert(int index, System.CodeDom.Compiler.CompilerError value)1800         public void Insert(int index, System.CodeDom.Compiler.CompilerError value) { }
Remove(System.CodeDom.Compiler.CompilerError value)1801         public void Remove(System.CodeDom.Compiler.CompilerError value) { }
1802     }
1803     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1804     public sealed partial class CompilerInfo
1805     {
CompilerInfo()1806         internal CompilerInfo() { }
1807         public System.Type CodeDomProviderType { get { throw null; } }
1808         public bool IsCodeDomProviderTypeValid { get { throw null; } }
CreateDefaultCompilerParameters()1809         public System.CodeDom.Compiler.CompilerParameters CreateDefaultCompilerParameters() { throw null; }
CreateProvider()1810         public System.CodeDom.Compiler.CodeDomProvider CreateProvider() { throw null; }
CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)1811         public System.CodeDom.Compiler.CodeDomProvider CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
Equals(object o)1812         public override bool Equals(object o) { throw null; }
GetExtensions()1813         public string[] GetExtensions() { throw null; }
GetHashCode()1814         public override int GetHashCode() { throw null; }
GetLanguages()1815         public string[] GetLanguages() { throw null; }
1816     }
1817     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
1818     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1819     [System.SerializableAttribute]
1820     public partial class CompilerParameters
1821     {
CompilerParameters()1822         public CompilerParameters() { }
CompilerParameters(string[] assemblyNames)1823         public CompilerParameters(string[] assemblyNames) { }
CompilerParameters(string[] assemblyNames, string output)1824         public CompilerParameters(string[] assemblyNames, string output) { }
CompilerParameters(string[] assemblyNames, string output, bool includeDebugInfo)1825         public CompilerParameters(string[] assemblyNames, string output, bool includeDebugInfo) { }
1826         public string CompilerOptions { get { throw null; } set { } }
1827         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1828         public System.Collections.Specialized.StringCollection EmbeddedResources { get { throw null; } }
1829         [System.ObsoleteAttribute]
1830         public System.Security.Policy.Evidence Evidence { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]set { } }
1831         public bool GenerateExecutable { get { throw null; } set { } }
1832         public bool GenerateInMemory { get { throw null; } set { } }
1833         public bool IncludeDebugInformation { get { throw null; } set { } }
1834         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1835         public System.Collections.Specialized.StringCollection LinkedResources { get { throw null; } }
1836         public string MainClass { get { throw null; } set { } }
1837         public string OutputAssembly { get { throw null; } set { } }
1838         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
1839         public System.CodeDom.Compiler.TempFileCollection TempFiles { get { throw null; } set { } }
1840         public bool TreatWarningsAsErrors { get { throw null; } set { } }
1841         public System.IntPtr UserToken { get { throw null; } set { } }
1842         public int WarningLevel { get { throw null; } set { } }
1843         public string Win32Resource { get { throw null; } set { } }
1844     }
1845     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
1846     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1847     [System.SerializableAttribute]
1848     public partial class CompilerResults
1849     {
CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles)1850         public CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles) { }
1851         public System.Reflection.Assembly CompiledAssembly { get { throw null; } set { } }
1852         public System.CodeDom.Compiler.CompilerErrorCollection Errors { get { throw null; } }
1853         [System.ObsoleteAttribute]
1854         public System.Security.Policy.Evidence Evidence { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]set { } }
1855         public int NativeCompilerReturnValue { get { throw null; } set { } }
1856         public System.Collections.Specialized.StringCollection Output { get { throw null; } }
1857         public string PathToAssembly { get { throw null; } set { } }
1858         public System.CodeDom.Compiler.TempFileCollection TempFiles { get { throw null; } set { } }
1859     }
1860     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1861     public static partial class Executor
1862     {
ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles)1863         public static void ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles) { }
ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName)1864         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1865         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, ControlPrincipal=true)]
1866         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, UnmanagedCode=true)]
ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName)1867         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1868         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, UnmanagedCode=true)]
ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName)1869         public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1870         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, UnmanagedCode=true)]
ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName)1871         public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1872     }
1873     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), Inherited=false, AllowMultiple=false)]
1874     public sealed partial class GeneratedCodeAttribute : System.Attribute
1875     {
GeneratedCodeAttribute(string tool, string version)1876         public GeneratedCodeAttribute(string tool, string version) { }
1877         public string Tool { get { throw null; } }
1878         public string Version { get { throw null; } }
1879     }
1880     [System.FlagsAttribute]
1881     [System.SerializableAttribute]
1882     public enum GeneratorSupport
1883     {
1884         ArraysOfArrays = 1,
1885         AssemblyAttributes = 4096,
1886         ChainedConstructorArguments = 32768,
1887         ComplexExpressions = 524288,
1888         DeclareDelegates = 512,
1889         DeclareEnums = 256,
1890         DeclareEvents = 2048,
1891         DeclareIndexerProperties = 33554432,
1892         DeclareInterfaces = 1024,
1893         DeclareValueTypes = 128,
1894         EntryPointMethod = 2,
1895         GenericTypeDeclaration = 16777216,
1896         GenericTypeReference = 8388608,
1897         GotoStatements = 4,
1898         MultidimensionalArrays = 8,
1899         MultipleInterfaceMembers = 131072,
1900         NestedTypes = 65536,
1901         ParameterAttributes = 8192,
1902         PartialTypes = 4194304,
1903         PublicStaticMembers = 262144,
1904         ReferenceParameters = 16384,
1905         Resources = 2097152,
1906         ReturnTypeAttributes = 64,
1907         StaticConstructors = 16,
1908         TryCatchStatements = 32,
1909         Win32Resources = 1048576,
1910     }
1911     public partial interface ICodeCompiler
1912     {
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit)1913         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit);
CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] batch)1914         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] batch);
CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName)1915         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName);
CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] batch)1916         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] batch);
CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1917         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source);
CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] batch)1918         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] batch);
1919     }
1920     public partial interface ICodeGenerator
1921     {
CreateEscapedIdentifier(string value)1922         string CreateEscapedIdentifier(string value);
CreateValidIdentifier(string value)1923         string CreateValidIdentifier(string value);
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1924         void GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options);
GenerateCodeFromExpression(System.CodeDom.CodeExpression expression, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1925         void GenerateCodeFromExpression(System.CodeDom.CodeExpression expression, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options);
GenerateCodeFromNamespace(System.CodeDom.CodeNamespace ns, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1926         void GenerateCodeFromNamespace(System.CodeDom.CodeNamespace ns, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options);
GenerateCodeFromStatement(System.CodeDom.CodeStatement statement, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1927         void GenerateCodeFromStatement(System.CodeDom.CodeStatement statement, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options);
GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration typeDeclaration, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options)1928         void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration typeDeclaration, System.IO.TextWriter output, System.CodeDom.Compiler.CodeGeneratorOptions options);
GetTypeOutput(System.CodeDom.CodeTypeReference type)1929         string GetTypeOutput(System.CodeDom.CodeTypeReference type);
IsValidIdentifier(string value)1930         bool IsValidIdentifier(string value);
Supports(System.CodeDom.Compiler.GeneratorSupport supports)1931         bool Supports(System.CodeDom.Compiler.GeneratorSupport supports);
ValidateIdentifier(string value)1932         void ValidateIdentifier(string value);
1933     }
1934     public partial interface ICodeParser
1935     {
Parse(System.IO.TextReader codeStream)1936         System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1937     }
1938     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
1939     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1940     public partial class IndentedTextWriter : System.IO.TextWriter
1941     {
1942         public const string DefaultTabString = "    ";
IndentedTextWriter(System.IO.TextWriter writer)1943         public IndentedTextWriter(System.IO.TextWriter writer) { }
IndentedTextWriter(System.IO.TextWriter writer, string tabString)1944         public IndentedTextWriter(System.IO.TextWriter writer, string tabString) { }
1945         public override System.Text.Encoding Encoding { get { throw null; } }
1946         public int Indent { get { throw null; } set { } }
1947         public System.IO.TextWriter InnerWriter { get { throw null; } }
1948         public override string NewLine { get { throw null; } set { } }
Close()1949         public override void Close() { }
Flush()1950         public override void Flush() { }
OutputTabs()1951         protected virtual void OutputTabs() { }
Write(bool value)1952         public override void Write(bool value) { }
Write(char value)1953         public override void Write(char value) { }
Write(char[] value)1954         public override void Write(char[] value) { }
Write(char[] buffer, int index, int count)1955         public override void Write(char[] buffer, int index, int count) { }
Write(double value)1956         public override void Write(double value) { }
Write(int value)1957         public override void Write(int value) { }
Write(long value)1958         public override void Write(long value) { }
Write(object value)1959         public override void Write(object value) { }
Write(float value)1960         public override void Write(float value) { }
Write(string value)1961         public override void Write(string value) { }
Write(string format, object arg)1962         public override void Write(string format, object arg) { }
Write(string format, object arg0, object arg1)1963         public override void Write(string format, object arg0, object arg1) { }
Write(string format, params object[] args)1964         public override void Write(string format, params object[] args) { }
WriteLine()1965         public override void WriteLine() { }
WriteLine(bool value)1966         public override void WriteLine(bool value) { }
WriteLine(char value)1967         public override void WriteLine(char value) { }
WriteLine(char[] value)1968         public override void WriteLine(char[] value) { }
WriteLine(char[] buffer, int index, int count)1969         public override void WriteLine(char[] buffer, int index, int count) { }
WriteLine(double value)1970         public override void WriteLine(double value) { }
WriteLine(int value)1971         public override void WriteLine(int value) { }
WriteLine(long value)1972         public override void WriteLine(long value) { }
WriteLine(object value)1973         public override void WriteLine(object value) { }
WriteLine(float value)1974         public override void WriteLine(float value) { }
WriteLine(string value)1975         public override void WriteLine(string value) { }
WriteLine(string format, object arg)1976         public override void WriteLine(string format, object arg) { }
WriteLine(string format, object arg0, object arg1)1977         public override void WriteLine(string format, object arg0, object arg1) { }
WriteLine(string format, params object[] args)1978         public override void WriteLine(string format, params object[] args) { }
1979         [System.CLSCompliantAttribute(false)]
WriteLine(uint value)1980         public override void WriteLine(uint value) { }
WriteLineNoTabs(string value)1981         public void WriteLineNoTabs(string value) { }
1982     }
1983     [System.FlagsAttribute]
1984     [System.SerializableAttribute]
1985     public enum LanguageOptions
1986     {
1987         CaseInsensitive = 1,
1988         None = 0,
1989     }
1990     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1991     [System.SerializableAttribute]
1992     public partial class TempFileCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
1993     {
TempFileCollection()1994         public TempFileCollection() { }
TempFileCollection(string tempDir)1995         public TempFileCollection(string tempDir) { }
TempFileCollection(string tempDir, bool keepFiles)1996         public TempFileCollection(string tempDir, bool keepFiles) { }
1997         public string BasePath { get { throw null; } }
1998         public int Count { get { throw null; } }
1999         public bool KeepFiles { get { throw null; } set { } }
2000         int System.Collections.ICollection.Count { get { throw null; } }
2001         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2002         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2003         public string TempDir { get { throw null; } }
AddExtension(string fileExtension)2004         public string AddExtension(string fileExtension) { throw null; }
AddExtension(string fileExtension, bool keepFile)2005         public string AddExtension(string fileExtension, bool keepFile) { throw null; }
AddFile(string fileName, bool keepFile)2006         public void AddFile(string fileName, bool keepFile) { }
CopyTo(string[] fileNames, int start)2007         public void CopyTo(string[] fileNames, int start) { }
Delete()2008         public void Delete() { }
Dispose(bool disposing)2009         protected virtual void Dispose(bool disposing) { }
~TempFileCollection()2010         ~TempFileCollection() { }
GetEnumerator()2011         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int start)2012         void System.Collections.ICollection.CopyTo(System.Array array, int start) { }
System.Collections.IEnumerable.GetEnumerator()2013         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.IDisposable.Dispose()2014         void System.IDisposable.Dispose() { }
2015     }
2016 }
2017 namespace System.Collections.Concurrent
2018 {
2019     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2020     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.CollectionDebuggerView<T>")]
2021     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2022     public partial class BlockingCollection<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
2023     {
BlockingCollection()2024         public BlockingCollection() { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection)2025         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection) { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity)2026         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity) { }
BlockingCollection(int boundedCapacity)2027         public BlockingCollection(int boundedCapacity) { }
2028         public int BoundedCapacity { get { throw null; } }
2029         public int Count { get { throw null; } }
2030         public bool IsAddingCompleted { get { throw null; } }
2031         public bool IsCompleted { get { throw null; } }
2032         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2033         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2034         public void Add(T item) { }
Add(T item, System.Threading.CancellationToken cancellationToken)2035         public void Add(T item, System.Threading.CancellationToken cancellationToken) { }
AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)2036         public static int AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item) { throw null; }
AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.Threading.CancellationToken cancellationToken)2037         public static int AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.Threading.CancellationToken cancellationToken) { throw null; }
CompleteAdding()2038         public void CompleteAdding() { }
CopyTo(T[] array, int index)2039         public void CopyTo(T[] array, int index) { }
Dispose()2040         public void Dispose() { }
Dispose(bool disposing)2041         protected virtual void Dispose(bool disposing) { }
GetConsumingEnumerable()2042         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable() { throw null; }
2043         [System.Diagnostics.DebuggerHiddenAttribute]
GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken)2044         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken) { throw null; }
GetEnumerator()2045         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2046         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2047         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
Take()2048         public T Take() { throw null; }
Take(System.Threading.CancellationToken cancellationToken)2049         public T Take(System.Threading.CancellationToken cancellationToken) { throw null; }
TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)2050         public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item) { item = default(T); throw null; }
TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.Threading.CancellationToken cancellationToken)2051         public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
ToArray()2052         public T[] ToArray() { throw null; }
TryAdd(T item)2053         public bool TryAdd(T item) { throw null; }
TryAdd(T item, int millisecondsTimeout)2054         public bool TryAdd(T item, int millisecondsTimeout) { throw null; }
TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)2055         public bool TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
TryAdd(T item, System.TimeSpan timeout)2056         public bool TryAdd(T item, System.TimeSpan timeout) { throw null; }
TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)2057         public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item) { throw null; }
TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, int millisecondsTimeout)2058         public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, int millisecondsTimeout) { throw null; }
TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)2059         public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.TimeSpan timeout)2060         public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.TimeSpan timeout) { throw null; }
TryTake(out T item)2061         public bool TryTake(out T item) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout)2062         public bool TryTake(out T item, int millisecondsTimeout) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)2063         public bool TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
TryTake(out T item, System.TimeSpan timeout)2064         public bool TryTake(out T item, System.TimeSpan timeout) { item = default(T); throw null; }
TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)2065         public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item) { item = default(T); throw null; }
TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout)2066         public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout) { item = default(T); throw null; }
TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)2067         public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.TimeSpan timeout)2068         public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.TimeSpan timeout) { item = default(T); throw null; }
2069     }
2070     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2071     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.CollectionDebuggerView<T>")]
2072     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2073     public partial class ConcurrentBag<T> : System.Collections.Concurrent.IProducerConsumerCollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable
2074     {
ConcurrentBag()2075         public ConcurrentBag() { }
ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection)2076         public ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection) { }
2077         public int Count { get { throw null; } }
2078         public bool IsEmpty { get { throw null; } }
2079         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2080         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2081         public void Add(T item) { }
CopyTo(T[] array, int index)2082         public void CopyTo(T[] array, int index) { }
GetEnumerator()2083         public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
TryAdd(T element)2084         bool System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd(T element) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2085         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2086         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2087         public T[] ToArray() { throw null; }
TryPeek(out T result)2088         public bool TryPeek(out T result) { result = default(T); throw null; }
TryTake(out T result)2089         public bool TryTake(out T result) { result = default(T); throw null; }
2090     }
2091 }
2092 namespace System.Collections.Generic
2093 {
2094     public partial interface ISet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
2095     {
Add(T item)2096         new bool Add(T item);
ExceptWith(System.Collections.Generic.IEnumerable<T> other)2097         void ExceptWith(System.Collections.Generic.IEnumerable<T> other);
IntersectWith(System.Collections.Generic.IEnumerable<T> other)2098         void IntersectWith(System.Collections.Generic.IEnumerable<T> other);
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)2099         bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)2100         bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other);
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)2101         bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)2102         bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other);
Overlaps(System.Collections.Generic.IEnumerable<T> other)2103         bool Overlaps(System.Collections.Generic.IEnumerable<T> other);
SetEquals(System.Collections.Generic.IEnumerable<T> other)2104         bool SetEquals(System.Collections.Generic.IEnumerable<T> other);
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)2105         void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other);
UnionWith(System.Collections.Generic.IEnumerable<T> other)2106         void UnionWith(System.Collections.Generic.IEnumerable<T> other);
2107     }
2108     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2109     public sealed partial class LinkedListNode<T>
2110     {
LinkedListNode(T value)2111         public LinkedListNode(T value) { }
2112         public System.Collections.Generic.LinkedList<T> List { get { throw null; } }
2113         public System.Collections.Generic.LinkedListNode<T> Next { get { throw null; } }
2114         public System.Collections.Generic.LinkedListNode<T> Previous { get { throw null; } }
2115         public T Value { get { throw null; } set { } }
2116     }
2117     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2118     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.CollectionDebuggerView<T>")]
2119     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2120     [System.SerializableAttribute]
2121     public partial class LinkedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2122     {
LinkedList()2123         public LinkedList() { }
LinkedList(System.Collections.Generic.IEnumerable<T> collection)2124         public LinkedList(System.Collections.Generic.IEnumerable<T> collection) { }
LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2125         protected LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2126         public int Count { get { throw null; } }
2127         public System.Collections.Generic.LinkedListNode<T> First { get { throw null; } }
2128         public System.Collections.Generic.LinkedListNode<T> Last { get { throw null; } }
2129         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
2130         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2131         object System.Collections.ICollection.SyncRoot { get { throw null; } }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode)2132         public void AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, T value)2133         public System.Collections.Generic.LinkedListNode<T> AddAfter(System.Collections.Generic.LinkedListNode<T> node, T value) { throw null; }
AddBefore(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode)2134         public void AddBefore(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value)2135         public System.Collections.Generic.LinkedListNode<T> AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value) { throw null; }
AddFirst(System.Collections.Generic.LinkedListNode<T> node)2136         public void AddFirst(System.Collections.Generic.LinkedListNode<T> node) { }
AddFirst(T value)2137         public System.Collections.Generic.LinkedListNode<T> AddFirst(T value) { throw null; }
AddLast(System.Collections.Generic.LinkedListNode<T> node)2138         public void AddLast(System.Collections.Generic.LinkedListNode<T> node) { }
AddLast(T value)2139         public System.Collections.Generic.LinkedListNode<T> AddLast(T value) { throw null; }
Clear()2140         public void Clear() { }
Contains(T value)2141         public bool Contains(T value) { throw null; }
CopyTo(T[] array, int index)2142         public void CopyTo(T[] array, int index) { }
Find(T value)2143         public System.Collections.Generic.LinkedListNode<T> Find(T value) { throw null; }
FindLast(T value)2144         public System.Collections.Generic.LinkedListNode<T> FindLast(T value) { throw null; }
GetEnumerator()2145         public System.Collections.Generic.LinkedList<T>.Enumerator GetEnumerator() { throw null; }
2146         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2147         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)2148         public virtual void OnDeserialization(object sender) { }
Remove(System.Collections.Generic.LinkedListNode<T> node)2149         public void Remove(System.Collections.Generic.LinkedListNode<T> node) { }
Remove(T value)2150         public bool Remove(T value) { throw null; }
RemoveFirst()2151         public void RemoveFirst() { }
RemoveLast()2152         public void RemoveLast() { }
Add(T value)2153         void System.Collections.Generic.ICollection<T>.Add(T value) { }
GetEnumerator()2154         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2155         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2156         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2157         [System.SerializableAttribute]
2158         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2159         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2160         {
2161             public T Current { get { throw null; } }
2162             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.LinkedList.Enumerator2163             public void Dispose() { }
MoveNextSystem.Collections.Generic.LinkedList.Enumerator2164             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.LinkedList.Enumerator2165             void System.Collections.IEnumerator.Reset() { }
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationSystem.Collections.Generic.LinkedList.Enumerator2166             void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
2167             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectDataSystem.Collections.Generic.LinkedList.Enumerator2168             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2169         }
2170     }
2171     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2172     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.CollectionDebuggerView")]
2173     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2174     [System.SerializableAttribute]
2175     public partial class Queue<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable
2176     {
Queue()2177         public Queue() { }
Queue(System.Collections.Generic.IEnumerable<T> collection)2178         public Queue(System.Collections.Generic.IEnumerable<T> collection) { }
Queue(int capacity)2179         public Queue(int capacity) { }
2180         public int Count { get { throw null; } }
2181         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2182         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()2183         public void Clear() { }
Contains(T item)2184         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)2185         public void CopyTo(T[] array, int arrayIndex) { }
Dequeue()2186         public T Dequeue() { throw null; }
Enqueue(T item)2187         public void Enqueue(T item) { }
GetEnumerator()2188         public System.Collections.Generic.Queue<T>.Enumerator GetEnumerator() { throw null; }
Peek()2189         public T Peek() { throw null; }
GetEnumerator()2190         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int idx)2191         void System.Collections.ICollection.CopyTo(System.Array array, int idx) { }
System.Collections.IEnumerable.GetEnumerator()2192         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2193         public T[] ToArray() { throw null; }
TrimExcess()2194         public void TrimExcess() { }
2195         [System.SerializableAttribute]
2196         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2197         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2198         {
2199             public T Current { get { throw null; } }
2200             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Queue.Enumerator2201             public void Dispose() { }
MoveNextSystem.Collections.Generic.Queue.Enumerator2202             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Queue.Enumerator2203             void System.Collections.IEnumerator.Reset() { }
2204         }
2205     }
2206     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2207     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.CollectionDebuggerView<T, U>")]
2208     [System.SerializableAttribute]
2209     public partial class SortedDictionary<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Runtime.Serialization.ISerializable
2210     {
SortedDictionary()2211         public SortedDictionary() { }
SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer)2212         public SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)2213         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)2214         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
SortedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2215         protected SortedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2216         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
2217         public int Count { get { throw null; } }
2218         public TValue this[TKey key] { get { throw null; } set { } }
2219         public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection Keys { get { throw null; } }
2220         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2221         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2222         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2223         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2224         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2225         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2226         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2227         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2228         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2229         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2230         public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection Values { get { throw null; } }
Add(TKey key, TValue value)2231         public void Add(TKey key, TValue value) { }
Clear()2232         public void Clear() { }
ContainsKey(TKey key)2233         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2234         public bool ContainsValue(TValue value) { throw null; }
CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index)2235         public void CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index) { }
GetEnumerator()2236         public System.Collections.Generic.SortedDictionary<TKey, TValue>.Enumerator GetEnumerator() { throw null; }
2237         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2238         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Remove(TKey key)2239         public bool Remove(TKey key) { throw null; }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item)2240         void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { }
Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item)2241         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item)2242         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> item) { throw null; }
GetEnumerator()2243         System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2244         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IDictionary.Add(object key, object value)2245         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2246         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2247         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2248         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2249         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TryGetValue(TKey key, out TValue value)2250         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2251         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2252         public partial struct Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IDictionaryEnumerator, System.Collections.IEnumerator, System.IDisposable
2253         {
2254             public System.Collections.Generic.KeyValuePair<TKey, TValue> Current { get { throw null; } }
2255             System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get { throw null; } }
2256             object System.Collections.IDictionaryEnumerator.Key { get { throw null; } }
2257             object System.Collections.IDictionaryEnumerator.Value { get { throw null; } }
2258             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.Enumerator2259             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.Enumerator2260             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.Enumerator2261             void System.Collections.IEnumerator.Reset() { }
2262         }
2263         [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2264         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.CollectionDebuggerView<T, U>")]
2265         [System.SerializableAttribute]
2266         public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.Collections.Generic.IEnumerable<TKey>, System.Collections.ICollection, System.Collections.IEnumerable
2267         {
KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2268             public KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2269             public int Count { get { throw null; } }
2270             bool System.Collections.Generic.ICollection<TKey>.IsReadOnly { get { throw null; } }
2271             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2272             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TKey[] array, int index)2273             public void CopyTo(TKey[] array, int index) { }
GetEnumerator()2274             public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection.Enumerator GetEnumerator() { throw null; }
Add(TKey item)2275             void System.Collections.Generic.ICollection<TKey>.Add(TKey item) { }
Clear()2276             void System.Collections.Generic.ICollection<TKey>.Clear() { }
Contains(TKey item)2277             bool System.Collections.Generic.ICollection<TKey>.Contains(TKey item) { throw null; }
Remove(TKey item)2278             bool System.Collections.Generic.ICollection<TKey>.Remove(TKey item) { throw null; }
GetEnumerator()2279             System.Collections.Generic.IEnumerator<TKey> System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2280             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2281             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2282             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2283             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TKey>, System.Collections.IEnumerator, System.IDisposable
2284             {
2285                 public TKey Current { get { throw null; } }
2286                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2287                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2288                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2289                 void System.Collections.IEnumerator.Reset() { }
2290             }
2291         }
2292         [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2293         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.CollectionDebuggerView<T, U>")]
2294         [System.SerializableAttribute]
2295         public sealed partial class ValueCollection : System.Collections.Generic.ICollection<TValue>, System.Collections.Generic.IEnumerable<TValue>, System.Collections.ICollection, System.Collections.IEnumerable
2296         {
ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2297             public ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2298             public int Count { get { throw null; } }
2299             bool System.Collections.Generic.ICollection<TValue>.IsReadOnly { get { throw null; } }
2300             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2301             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TValue[] array, int index)2302             public void CopyTo(TValue[] array, int index) { }
GetEnumerator()2303             public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection.Enumerator GetEnumerator() { throw null; }
Add(TValue item)2304             void System.Collections.Generic.ICollection<TValue>.Add(TValue item) { }
Clear()2305             void System.Collections.Generic.ICollection<TValue>.Clear() { }
Contains(TValue item)2306             bool System.Collections.Generic.ICollection<TValue>.Contains(TValue item) { throw null; }
Remove(TValue item)2307             bool System.Collections.Generic.ICollection<TValue>.Remove(TValue item) { throw null; }
GetEnumerator()2308             System.Collections.Generic.IEnumerator<TValue> System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2309             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2310             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2311             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2312             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TValue>, System.Collections.IEnumerator, System.IDisposable
2313             {
2314                 public TValue Current { get { throw null; } }
2315                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2316                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2317                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2318                 void System.Collections.IEnumerator.Reset() { }
2319             }
2320         }
2321     }
2322     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2323     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.CollectionDebuggerView<T, U>")]
2324     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2325     [System.SerializableAttribute]
2326     public partial class SortedList<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2327     {
SortedList()2328         public SortedList() { }
SortedList(System.Collections.Generic.IComparer<TKey> comparer)2329         public SortedList(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)2330         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)2331         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(int capacity)2332         public SortedList(int capacity) { }
SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer)2333         public SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer) { }
2334         public int Capacity { get { throw null; } set { } }
2335         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
2336         public int Count { get { throw null; } }
2337         public TValue this[TKey key] { get { throw null; } set { } }
2338         public System.Collections.Generic.IList<TKey> Keys { get { throw null; } }
2339         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2340         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2341         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2342         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2343         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2344         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2345         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2346         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2347         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2348         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2349         public System.Collections.Generic.IList<TValue> Values { get { throw null; } }
Add(TKey key, TValue value)2350         public void Add(TKey key, TValue value) { }
Clear()2351         public void Clear() { }
ContainsKey(TKey key)2352         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2353         public bool ContainsValue(TValue value) { throw null; }
2354         [System.Diagnostics.DebuggerHiddenAttribute]
GetEnumerator()2355         public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
IndexOfKey(TKey key)2356         public int IndexOfKey(TKey key) { throw null; }
IndexOfValue(TValue value)2357         public int IndexOfValue(TValue value) { throw null; }
Remove(TKey key)2358         public bool Remove(TKey key) { throw null; }
RemoveAt(int index)2359         public void RemoveAt(int index) { }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2360         void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { }
Clear()2361         void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Clear() { }
Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2362         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex)2363         void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int arrayIndex) { }
Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2364         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
2365         [System.Diagnostics.DebuggerHiddenAttribute]
GetEnumerator()2366         System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex)2367         void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
System.Collections.IDictionary.Add(object key, object value)2368         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2369         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2370         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2371         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2372         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TrimExcess()2373         public void TrimExcess() { }
TryGetValue(TKey key, out TValue value)2374         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2375     }
2376     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2377     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.CollectionDebuggerView")]
2378     [System.SerializableAttribute]
2379     public partial class SortedSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.ISet<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2380     {
SortedSet()2381         public SortedSet() { }
SortedSet(System.Collections.Generic.IComparer<T> comparer)2382         public SortedSet(System.Collections.Generic.IComparer<T> comparer) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection)2383         public SortedSet(System.Collections.Generic.IEnumerable<T> collection) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection, System.Collections.Generic.IComparer<T> comparer)2384         public SortedSet(System.Collections.Generic.IEnumerable<T> collection, System.Collections.Generic.IComparer<T> comparer) { }
SortedSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2385         protected SortedSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2386         public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
2387         public int Count { get { throw null; } }
2388         public T Max { get { throw null; } }
2389         public T Min { get { throw null; } }
2390         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
2391         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2392         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2393         public bool Add(T item) { throw null; }
Clear()2394         public virtual void Clear() { }
Contains(T item)2395         public virtual bool Contains(T item) { throw null; }
CopyTo(T[] array)2396         public void CopyTo(T[] array) { }
CopyTo(T[] array, int index)2397         public void CopyTo(T[] array, int index) { }
CopyTo(T[] array, int index, int count)2398         public void CopyTo(T[] array, int index, int count) { }
CreateSetComparer()2399         public static System.Collections.Generic.IEqualityComparer<System.Collections.Generic.SortedSet<T>> CreateSetComparer() { throw null; }
2400         [System.MonoTODOAttribute]
CreateSetComparer(System.Collections.Generic.IEqualityComparer<T> memberEqualityComparer)2401         public static System.Collections.Generic.IEqualityComparer<System.Collections.Generic.SortedSet<T>> CreateSetComparer(System.Collections.Generic.IEqualityComparer<T> memberEqualityComparer) { throw null; }
2402         [System.MonoLimitationAttribute("Isn't O(n) when other is SortedSet<T>")]
ExceptWith(System.Collections.Generic.IEnumerable<T> other)2403         public void ExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
GetEnumerator()2404         public System.Collections.Generic.SortedSet<T>.Enumerator GetEnumerator() { throw null; }
2405         [System.MonoTODOAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2406         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetViewBetween(T lowerValue, T upperValue)2407         public virtual System.Collections.Generic.SortedSet<T> GetViewBetween(T lowerValue, T upperValue) { throw null; }
2408         [System.MonoLimitationAttribute("Isn't O(n) when other is SortedSet<T>")]
IntersectWith(System.Collections.Generic.IEnumerable<T> other)2409         public virtual void IntersectWith(System.Collections.Generic.IEnumerable<T> other) { }
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)2410         public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)2411         public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)2412         public bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)2413         public bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
2414         [System.MonoTODOAttribute]
OnDeserialization(object sender)2415         protected virtual void OnDeserialization(object sender) { }
Overlaps(System.Collections.Generic.IEnumerable<T> other)2416         public bool Overlaps(System.Collections.Generic.IEnumerable<T> other) { throw null; }
Remove(T item)2417         public bool Remove(T item) { throw null; }
RemoveWhere(System.Predicate<T> match)2418         public int RemoveWhere(System.Predicate<T> match) { throw null; }
2419         [System.Diagnostics.DebuggerHiddenAttribute]
Reverse()2420         public System.Collections.Generic.IEnumerable<T> Reverse() { throw null; }
SetEquals(System.Collections.Generic.IEnumerable<T> other)2421         public bool SetEquals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
2422         [System.MonoLimitationAttribute("Isn't O(n) when other is SortedSet<T>")]
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)2423         public void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
Add(T item)2424         void System.Collections.Generic.ICollection<T>.Add(T item) { }
GetEnumerator()2425         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2426         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2427         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2428         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2429         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2430         [System.MonoLimitationAttribute("Isn't O(n) when other is SortedSet<T>")]
UnionWith(System.Collections.Generic.IEnumerable<T> other)2431         public void UnionWith(System.Collections.Generic.IEnumerable<T> other) { }
2432         [System.SerializableAttribute]
2433         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2434         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2435         {
2436             public T Current { get { throw null; } }
2437             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedSet.Enumerator2438             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedSet.Enumerator2439             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedSet.Enumerator2440             void System.Collections.IEnumerator.Reset() { }
2441         }
2442     }
2443     [System.Diagnostics.DebuggerDisplayAttribute("Count={Count}")]
2444     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.CollectionDebuggerView")]
2445     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2446     [System.SerializableAttribute]
2447     public partial class Stack<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable
2448     {
Stack()2449         public Stack() { }
Stack(System.Collections.Generic.IEnumerable<T> collection)2450         public Stack(System.Collections.Generic.IEnumerable<T> collection) { }
Stack(int capacity)2451         public Stack(int capacity) { }
2452         public int Count { get { throw null; } }
2453         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2454         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()2455         public void Clear() { }
Contains(T item)2456         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)2457         public void CopyTo(T[] array, int arrayIndex) { }
GetEnumerator()2458         public System.Collections.Generic.Stack<T>.Enumerator GetEnumerator() { throw null; }
Peek()2459         public T Peek() { throw null; }
Pop()2460         public T Pop() { throw null; }
Push(T item)2461         public void Push(T item) { }
GetEnumerator()2462         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int idx)2463         void System.Collections.ICollection.CopyTo(System.Array dest, int idx) { }
System.Collections.IEnumerable.GetEnumerator()2464         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2465         public T[] ToArray() { throw null; }
TrimExcess()2466         public void TrimExcess() { }
2467         [System.SerializableAttribute]
2468         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2469         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2470         {
2471             public T Current { get { throw null; } }
2472             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Stack.Enumerator2473             public void Dispose() { }
MoveNextSystem.Collections.Generic.Stack.Enumerator2474             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Stack.Enumerator2475             void System.Collections.IEnumerator.Reset() { }
2476         }
2477     }
2478 }
2479 namespace System.Collections.ObjectModel
2480 {
2481     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
2482     [System.SerializableAttribute]
2483     public partial class ObservableCollection<T> : System.Collections.ObjectModel.Collection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2484     {
ObservableCollection()2485         public ObservableCollection() { }
ObservableCollection(System.Collections.Generic.IEnumerable<T> collection)2486         public ObservableCollection(System.Collections.Generic.IEnumerable<T> collection) { }
ObservableCollection(System.Collections.Generic.List<T> list)2487         public ObservableCollection(System.Collections.Generic.List<T> list) { }
2488         public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2489         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2490         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
BlockReentrancy()2491         protected System.IDisposable BlockReentrancy() { throw null; }
CheckReentrancy()2492         protected void CheckReentrancy() { }
ClearItems()2493         protected override void ClearItems() { }
InsertItem(int index, T item)2494         protected override void InsertItem(int index, T item) { }
Move(int oldIndex, int newIndex)2495         public void Move(int oldIndex, int newIndex) { }
MoveItem(int oldIndex, int newIndex)2496         protected virtual void MoveItem(int oldIndex, int newIndex) { }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2497         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e)2498         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) { }
RemoveItem(int index)2499         protected override void RemoveItem(int index) { }
SetItem(int index, T item)2500         protected override void SetItem(int index, T item) { }
2501     }
2502     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
2503     public partial class ReadOnlyObservableCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2504     {
ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list)2505         public ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list) : base (default(System.Collections.Generic.IList<T>)) { }
2506         protected virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2507         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2508         event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged { add { } remove { } }
2509         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args)2510         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args)2511         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args) { }
2512     }
2513 }
2514 namespace System.Collections.Specialized
2515 {
2516     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2517     public partial struct BitVector32
2518     {
BitVector32System.Collections.Specialized.BitVector322519         public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;}
BitVector32System.Collections.Specialized.BitVector322520         public BitVector32(int data) { throw null;}
2521         public int Data { get { throw null; } }
2522         public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } set { } }
2523         public bool this[int bit] { get { throw null; } set { } }
CreateMaskSystem.Collections.Specialized.BitVector322524         public static int CreateMask() { throw null; }
CreateMaskSystem.Collections.Specialized.BitVector322525         public static int CreateMask(int previous) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322526         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322527         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections.Specialized.BitVector32.Section previous) { throw null; }
EqualsSystem.Collections.Specialized.BitVector322528         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector322529         public override int GetHashCode() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322530         public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322531         public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; }
2532         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2533         public partial struct Section
2534         {
2535             public short Mask { get { throw null; } }
2536             public short Offset { get { throw null; } }
EqualsSystem.Collections.Specialized.BitVector32.Section2537             public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; }
EqualsSystem.Collections.Specialized.BitVector32.Section2538             public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector32.Section2539             public override int GetHashCode() { throw null; }
operator ==System.Collections.Specialized.BitVector32.Section2540             public static bool operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
operator !=System.Collections.Specialized.BitVector32.Section2541             public static bool operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2542             public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2543             public static string ToString(System.Collections.Specialized.BitVector32.Section value) { throw null; }
2544         }
2545     }
2546     public partial class CollectionsUtil
2547     {
CollectionsUtil()2548         public CollectionsUtil() { }
CreateCaseInsensitiveHashtable()2549         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable() { throw null; }
CreateCaseInsensitiveHashtable(System.Collections.IDictionary d)2550         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(System.Collections.IDictionary d) { throw null; }
CreateCaseInsensitiveHashtable(int capacity)2551         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(int capacity) { throw null; }
CreateCaseInsensitiveSortedList()2552         public static System.Collections.SortedList CreateCaseInsensitiveSortedList() { throw null; }
2553     }
2554     [System.SerializableAttribute]
2555     public partial class HybridDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2556     {
HybridDictionary()2557         public HybridDictionary() { }
HybridDictionary(bool caseInsensitive)2558         public HybridDictionary(bool caseInsensitive) { }
HybridDictionary(int initialSize)2559         public HybridDictionary(int initialSize) { }
HybridDictionary(int initialSize, bool caseInsensitive)2560         public HybridDictionary(int initialSize, bool caseInsensitive) { }
2561         public int Count { get { throw null; } }
2562         public bool IsFixedSize { get { throw null; } }
2563         public bool IsReadOnly { get { throw null; } }
2564         public bool IsSynchronized { get { throw null; } }
2565         public object this[object key] { get { throw null; } set { } }
2566         public System.Collections.ICollection Keys { get { throw null; } }
2567         public object SyncRoot { get { throw null; } }
2568         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2569         public void Add(object key, object value) { }
Clear()2570         public void Clear() { }
Contains(object key)2571         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2572         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2573         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2574         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2575         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2576     }
2577     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
2578     public partial interface INotifyCollectionChanged
2579     {
2580         event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
2581     }
2582     public partial interface IOrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2583     {
2584         object this[int index] { get; set; }
GetEnumerator()2585         new System.Collections.IDictionaryEnumerator GetEnumerator();
Insert(int index, object key, object value)2586         void Insert(int index, object key, object value);
RemoveAt(int index)2587         void RemoveAt(int index);
2588     }
2589     [System.SerializableAttribute]
2590     public partial class ListDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2591     {
ListDictionary()2592         public ListDictionary() { }
ListDictionary(System.Collections.IComparer comparer)2593         public ListDictionary(System.Collections.IComparer comparer) { }
2594         public int Count { get { throw null; } }
2595         public bool IsFixedSize { get { throw null; } }
2596         public bool IsReadOnly { get { throw null; } }
2597         public bool IsSynchronized { get { throw null; } }
2598         public object this[object key] { get { throw null; } set { } }
2599         public System.Collections.ICollection Keys { get { throw null; } }
2600         public object SyncRoot { get { throw null; } }
2601         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2602         public void Add(object key, object value) { }
Clear()2603         public void Clear() { }
Contains(object key)2604         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2605         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2606         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2607         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2608         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2609     }
2610     [System.SerializableAttribute]
2611     public abstract partial class NameObjectCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2612     {
NameObjectCollectionBase()2613         protected NameObjectCollectionBase() { }
NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer)2614         protected NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer) { }
2615         [System.ObsoleteAttribute("Use NameObjectCollectionBase(IEqualityComparer)")]
NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2616         protected NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(int capacity)2617         protected NameObjectCollectionBase(int capacity) { }
NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer)2618         protected NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2619         [System.ObsoleteAttribute("Use NameObjectCollectionBase(int,IEqualityComparer)")]
NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2620         protected NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2621         protected NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2622         public virtual int Count { get { throw null; } }
2623         protected bool IsReadOnly { get { throw null; } set { } }
2624         public virtual System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
2625         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2626         object System.Collections.ICollection.SyncRoot { get { throw null; } }
BaseAdd(string name, object value)2627         protected void BaseAdd(string name, object value) { }
BaseClear()2628         protected void BaseClear() { }
BaseGet(int index)2629         protected object BaseGet(int index) { throw null; }
BaseGet(string name)2630         protected object BaseGet(string name) { throw null; }
BaseGetAllKeys()2631         protected string[] BaseGetAllKeys() { throw null; }
BaseGetAllValues()2632         protected object[] BaseGetAllValues() { throw null; }
BaseGetAllValues(System.Type type)2633         protected object[] BaseGetAllValues(System.Type type) { throw null; }
BaseGetKey(int index)2634         protected string BaseGetKey(int index) { throw null; }
BaseHasKeys()2635         protected bool BaseHasKeys() { throw null; }
BaseRemove(string name)2636         protected void BaseRemove(string name) { }
BaseRemoveAt(int index)2637         protected void BaseRemoveAt(int index) { }
BaseSet(int index, object value)2638         protected void BaseSet(int index, object value) { }
BaseSet(string name, object value)2639         protected void BaseSet(string name, object value) { }
GetEnumerator()2640         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2641         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)2642         public virtual void OnDeserialization(object sender) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2643         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
2644         [System.SerializableAttribute]
2645         public partial class KeysCollection : System.Collections.ICollection, System.Collections.IEnumerable
2646         {
KeysCollection()2647             internal KeysCollection() { }
2648             public int Count { get { throw null; } }
2649             public string this[int index] { get { throw null; } }
2650             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2651             object System.Collections.ICollection.SyncRoot { get { throw null; } }
Get(int index)2652             public virtual string Get(int index) { throw null; }
GetEnumerator()2653             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex)2654             void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
2655         }
2656     }
2657     [System.SerializableAttribute]
2658     public partial class NameValueCollection : System.Collections.Specialized.NameObjectCollectionBase
2659     {
NameValueCollection()2660         public NameValueCollection() { }
NameValueCollection(System.Collections.IEqualityComparer equalityComparer)2661         public NameValueCollection(System.Collections.IEqualityComparer equalityComparer) { }
2662         [System.ObsoleteAttribute("Use NameValueCollection (IEqualityComparer)")]
NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2663         public NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(System.Collections.Specialized.NameValueCollection col)2664         public NameValueCollection(System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(int capacity)2665         public NameValueCollection(int capacity) { }
NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer)2666         public NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2667         [System.ObsoleteAttribute("Use NameValueCollection (IEqualityComparer)")]
NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2668         public NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col)2669         public NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2670         protected NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2671         public virtual string[] AllKeys { get { throw null; } }
2672         public string this[int index] { get { throw null; } }
2673         public string this[string name] { get { throw null; } set { } }
Add(System.Collections.Specialized.NameValueCollection c)2674         public void Add(System.Collections.Specialized.NameValueCollection c) { }
Add(string name, string value)2675         public virtual void Add(string name, string value) { }
Clear()2676         public virtual void Clear() { }
CopyTo(System.Array dest, int index)2677         public void CopyTo(System.Array dest, int index) { }
Get(int index)2678         public virtual string Get(int index) { throw null; }
Get(string name)2679         public virtual string Get(string name) { throw null; }
GetKey(int index)2680         public virtual string GetKey(int index) { throw null; }
GetValues(int index)2681         public virtual string[] GetValues(int index) { throw null; }
GetValues(string name)2682         public virtual string[] GetValues(string name) { throw null; }
HasKeys()2683         public bool HasKeys() { throw null; }
InvalidateCachedArrays()2684         protected void InvalidateCachedArrays() { }
Remove(string name)2685         public virtual void Remove(string name) { }
Set(string name, string value)2686         public virtual void Set(string name, string value) { }
2687     }
2688     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
2689     public enum NotifyCollectionChangedAction
2690     {
2691         Add = 0,
2692         Move = 3,
2693         Remove = 1,
2694         Replace = 2,
2695         Reset = 4,
2696     }
2697     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
2698     public partial class NotifyCollectionChangedEventArgs : System.EventArgs
2699     {
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action)2700         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems)2701         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems)2702         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex)2703         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList newItems, System.Collections.IList oldItems, int startingIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex)2704         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int startingIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex)2705         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem)2706         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index)2707         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)2708         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem)2709         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index)2710         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index) { }
2711         public System.Collections.Specialized.NotifyCollectionChangedAction Action { get { throw null; } }
2712         public System.Collections.IList NewItems { get { throw null; } }
2713         public int NewStartingIndex { get { throw null; } }
2714         public System.Collections.IList OldItems { get { throw null; } }
2715         public int OldStartingIndex { get { throw null; } }
2716     }
2717     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, PublicKeyToken=31bf3856ad364e35")]
NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2718     public delegate void NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
2719     [System.SerializableAttribute]
2720     public partial class OrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.Specialized.IOrderedDictionary, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2721     {
OrderedDictionary()2722         public OrderedDictionary() { }
OrderedDictionary(System.Collections.IEqualityComparer comparer)2723         public OrderedDictionary(System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(int capacity)2724         public OrderedDictionary(int capacity) { }
OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer)2725         public OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2726         protected OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2727         public int Count { get { throw null; } }
2728         public bool IsReadOnly { get { throw null; } }
2729         public object this[int index] { get { throw null; } set { } }
2730         public object this[object key] { get { throw null; } set { } }
2731         public System.Collections.ICollection Keys { get { throw null; } }
2732         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2733         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2734         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2735         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2736         public void Add(object key, object value) { }
AsReadOnly()2737         public System.Collections.Specialized.OrderedDictionary AsReadOnly() { throw null; }
Clear()2738         public void Clear() { }
Contains(object key)2739         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2740         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2741         public virtual System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2742         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Insert(int index, object key, object value)2743         public void Insert(int index, object key, object value) { }
OnDeserialization(object sender)2744         protected virtual void OnDeserialization(object sender) { }
Remove(object key)2745         public void Remove(object key) { }
RemoveAt(int index)2746         public void RemoveAt(int index) { }
System.Collections.IEnumerable.GetEnumerator()2747         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2748         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
2749     }
2750     [System.SerializableAttribute]
2751     public partial class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
2752     {
StringCollection()2753         public StringCollection() { }
2754         public int Count { get { throw null; } }
2755         public bool IsReadOnly { get { throw null; } }
2756         public bool IsSynchronized { get { throw null; } }
2757         public string this[int index] { get { throw null; } set { } }
2758         public object SyncRoot { get { throw null; } }
2759         bool System.Collections.IList.IsFixedSize { get { throw null; } }
2760         bool System.Collections.IList.IsReadOnly { get { throw null; } }
2761         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string value)2762         public int Add(string value) { throw null; }
AddRange(string[] value)2763         public void AddRange(string[] value) { }
Clear()2764         public void Clear() { }
Contains(string value)2765         public bool Contains(string value) { throw null; }
CopyTo(string[] array, int index)2766         public void CopyTo(string[] array, int index) { }
GetEnumerator()2767         public System.Collections.Specialized.StringEnumerator GetEnumerator() { throw null; }
IndexOf(string value)2768         public int IndexOf(string value) { throw null; }
Insert(int index, string value)2769         public void Insert(int index, string value) { }
Remove(string value)2770         public void Remove(string value) { }
RemoveAt(int index)2771         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2772         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2773         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)2774         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)2775         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)2776         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)2777         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)2778         void System.Collections.IList.Remove(object value) { }
2779     }
2780     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Diagnostics.Design.StringDictionaryCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
2781     [System.SerializableAttribute]
2782     public partial class StringDictionary : System.Collections.IEnumerable
2783     {
StringDictionary()2784         public StringDictionary() { }
2785         public virtual int Count { get { throw null; } }
2786         public virtual bool IsSynchronized { get { throw null; } }
2787         public virtual string this[string key] { get { throw null; } set { } }
2788         public virtual System.Collections.ICollection Keys { get { throw null; } }
2789         public virtual object SyncRoot { get { throw null; } }
2790         public virtual System.Collections.ICollection Values { get { throw null; } }
Add(string key, string value)2791         public virtual void Add(string key, string value) { }
Clear()2792         public virtual void Clear() { }
ContainsKey(string key)2793         public virtual bool ContainsKey(string key) { throw null; }
ContainsValue(string value)2794         public virtual bool ContainsValue(string value) { throw null; }
CopyTo(System.Array array, int index)2795         public virtual void CopyTo(System.Array array, int index) { }
GetEnumerator()2796         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string key)2797         public virtual void Remove(string key) { }
2798     }
2799     public partial class StringEnumerator
2800     {
StringEnumerator()2801         internal StringEnumerator() { }
2802         public string Current { get { throw null; } }
MoveNext()2803         public bool MoveNext() { throw null; }
Reset()2804         public void Reset() { }
2805     }
2806 }
2807 namespace System.ComponentModel
2808 {
2809     public partial class AddingNewEventArgs : System.EventArgs
2810     {
AddingNewEventArgs()2811         public AddingNewEventArgs() { }
AddingNewEventArgs(object newObject)2812         public AddingNewEventArgs(object newObject) { }
2813         public object NewObject { get { throw null; } set { } }
2814     }
AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e)2815     public delegate void AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e);
2816     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2817     public sealed partial class AmbientValueAttribute : System.Attribute
2818     {
AmbientValueAttribute(bool value)2819         public AmbientValueAttribute(bool value) { }
AmbientValueAttribute(byte value)2820         public AmbientValueAttribute(byte value) { }
AmbientValueAttribute(char value)2821         public AmbientValueAttribute(char value) { }
AmbientValueAttribute(double value)2822         public AmbientValueAttribute(double value) { }
AmbientValueAttribute(short value)2823         public AmbientValueAttribute(short value) { }
AmbientValueAttribute(int value)2824         public AmbientValueAttribute(int value) { }
AmbientValueAttribute(long value)2825         public AmbientValueAttribute(long value) { }
AmbientValueAttribute(object value)2826         public AmbientValueAttribute(object value) { }
AmbientValueAttribute(float value)2827         public AmbientValueAttribute(float value) { }
AmbientValueAttribute(string value)2828         public AmbientValueAttribute(string value) { }
AmbientValueAttribute(System.Type type, string value)2829         public AmbientValueAttribute(System.Type type, string value) { }
2830         public object Value { get { throw null; } }
Equals(object obj)2831         public override bool Equals(object obj) { throw null; }
GetHashCode()2832         public override int GetHashCode() { throw null; }
2833     }
2834     public partial class ArrayConverter : System.ComponentModel.CollectionConverter
2835     {
ArrayConverter()2836         public ArrayConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)2837         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)2838         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2839         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2840     }
2841     public partial class AsyncCompletedEventArgs : System.EventArgs
2842     {
AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState)2843         public AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState) { }
2844         public bool Cancelled { get { throw null; } }
2845         public System.Exception Error { get { throw null; } }
2846         public object UserState { get { throw null; } }
RaiseExceptionIfNecessary()2847         protected void RaiseExceptionIfNecessary() { }
2848     }
AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)2849     public delegate void AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
2850     public sealed partial class AsyncOperation
2851     {
AsyncOperation()2852         internal AsyncOperation() { }
2853         public System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } }
2854         public object UserSuppliedState { get { throw null; } }
~AsyncOperation()2855         ~AsyncOperation() { }
OperationCompleted()2856         public void OperationCompleted() { }
Post(System.Threading.SendOrPostCallback d, object arg)2857         public void Post(System.Threading.SendOrPostCallback d, object arg) { }
PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg)2858         public void PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg) { }
2859     }
2860     public static partial class AsyncOperationManager
2861     {
2862         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2863         public static System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand)]set { } }
CreateOperation(object userSuppliedState)2864         public static System.ComponentModel.AsyncOperation CreateOperation(object userSuppliedState) { throw null; }
2865     }
2866     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2867     public partial class AttributeCollection : System.Collections.ICollection, System.Collections.IEnumerable
2868     {
2869         public static readonly System.ComponentModel.AttributeCollection Empty;
AttributeCollection()2870         protected AttributeCollection() { }
AttributeCollection(params System.Attribute[] attributes)2871         public AttributeCollection(params System.Attribute[] attributes) { }
2872         protected virtual System.Attribute[] Attributes { get { throw null; } }
2873         public int Count { get { throw null; } }
2874         public virtual System.Attribute this[int index] { get { throw null; } }
2875         public virtual System.Attribute this[System.Type type] { get { throw null; } }
2876         int System.Collections.ICollection.Count { get { throw null; } }
2877         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2878         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Contains(System.Attribute attr)2879         public bool Contains(System.Attribute attr) { throw null; }
Contains(System.Attribute[] attributes)2880         public bool Contains(System.Attribute[] attributes) { throw null; }
CopyTo(System.Array array, int index)2881         public void CopyTo(System.Array array, int index) { }
FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes)2882         public static System.ComponentModel.AttributeCollection FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes) { throw null; }
GetDefaultAttribute(System.Type attributeType)2883         protected System.Attribute GetDefaultAttribute(System.Type attributeType) { throw null; }
GetEnumerator()2884         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Matches(System.Attribute attr)2885         public bool Matches(System.Attribute attr) { throw null; }
Matches(System.Attribute[] attributes)2886         public bool Matches(System.Attribute[] attributes) { throw null; }
System.Collections.IEnumerable.GetEnumerator()2887         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2888     }
2889     [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=true)]
2890     public partial class AttributeProviderAttribute : System.Attribute
2891     {
AttributeProviderAttribute(string typeName)2892         public AttributeProviderAttribute(string typeName) { }
AttributeProviderAttribute(string typeName, string propertyName)2893         public AttributeProviderAttribute(string typeName, string propertyName) { }
AttributeProviderAttribute(System.Type type)2894         public AttributeProviderAttribute(System.Type type) { }
2895         public string PropertyName { get { throw null; } }
2896         public string TypeName { get { throw null; } }
2897     }
2898     [System.ComponentModel.DefaultEventAttribute("DoWork")]
2899     public partial class BackgroundWorker : System.ComponentModel.Component
2900     {
BackgroundWorker()2901         public BackgroundWorker() { }
2902         [System.ComponentModel.BrowsableAttribute(false)]
2903         public bool CancellationPending { get { throw null; } }
2904         [System.ComponentModel.BrowsableAttribute(false)]
2905         public bool IsBusy { get { throw null; } }
2906         [System.ComponentModel.DefaultValueAttribute(false)]
2907         public bool WorkerReportsProgress { get { throw null; } set { } }
2908         [System.ComponentModel.DefaultValueAttribute(false)]
2909         public bool WorkerSupportsCancellation { get { throw null; } set { } }
2910         public event System.ComponentModel.DoWorkEventHandler DoWork { add { } remove { } }
2911         public event System.ComponentModel.ProgressChangedEventHandler ProgressChanged { add { } remove { } }
2912         public event System.ComponentModel.RunWorkerCompletedEventHandler RunWorkerCompleted { add { } remove { } }
CancelAsync()2913         public void CancelAsync() { }
OnDoWork(System.ComponentModel.DoWorkEventArgs e)2914         protected virtual void OnDoWork(System.ComponentModel.DoWorkEventArgs e) { }
OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e)2915         protected virtual void OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { }
OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e)2916         protected virtual void OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e) { }
ReportProgress(int percentProgress)2917         public void ReportProgress(int percentProgress) { }
ReportProgress(int percentProgress, object userState)2918         public void ReportProgress(int percentProgress, object userState) { }
RunWorkerAsync()2919         public void RunWorkerAsync() { }
RunWorkerAsync(object argument)2920         public void RunWorkerAsync(object argument) { }
2921     }
2922     public abstract partial class BaseNumberConverter : System.ComponentModel.TypeConverter
2923     {
BaseNumberConverter()2924         protected BaseNumberConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2925         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t)2926         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2927         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)2928         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
2929     }
2930     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2931     public sealed partial class BindableAttribute : System.Attribute
2932     {
2933         public static readonly System.ComponentModel.BindableAttribute Default;
2934         public static readonly System.ComponentModel.BindableAttribute No;
2935         public static readonly System.ComponentModel.BindableAttribute Yes;
BindableAttribute(bool bindable)2936         public BindableAttribute(bool bindable) { }
BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction)2937         public BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction) { }
BindableAttribute(System.ComponentModel.BindableSupport flags)2938         public BindableAttribute(System.ComponentModel.BindableSupport flags) { }
BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction)2939         public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction) { }
2940         public bool Bindable { get { throw null; } }
2941         public System.ComponentModel.BindingDirection Direction { get { throw null; } }
Equals(object obj)2942         public override bool Equals(object obj) { throw null; }
GetHashCode()2943         public override int GetHashCode() { throw null; }
IsDefaultAttribute()2944         public override bool IsDefaultAttribute() { throw null; }
2945     }
2946     public enum BindableSupport
2947     {
2948         Default = 2,
2949         No = 0,
2950         Yes = 1,
2951     }
2952     public enum BindingDirection
2953     {
2954         OneWay = 0,
2955         TwoWay = 1,
2956     }
2957     [System.SerializableAttribute]
2958     public partial class BindingList<T> : System.Collections.ObjectModel.Collection<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.ICancelAddNew, System.ComponentModel.IRaiseItemChangedEvents
2959     {
BindingList()2960         public BindingList() { }
BindingList(System.Collections.Generic.IList<T> list)2961         public BindingList(System.Collections.Generic.IList<T> list) { }
2962         public bool AllowEdit { get { throw null; } set { } }
2963         public bool AllowNew { get { throw null; } set { } }
2964         public bool AllowRemove { get { throw null; } set { } }
2965         protected virtual bool IsSortedCore { get { throw null; } }
2966         public bool RaiseListChangedEvents { get { throw null; } set { } }
2967         protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get { throw null; } }
2968         protected virtual System.ComponentModel.PropertyDescriptor SortPropertyCore { get { throw null; } }
2969         protected virtual bool SupportsChangeNotificationCore { get { throw null; } }
2970         protected virtual bool SupportsSearchingCore { get { throw null; } }
2971         protected virtual bool SupportsSortingCore { get { throw null; } }
2972         bool System.ComponentModel.IBindingList.AllowEdit { get { throw null; } }
2973         bool System.ComponentModel.IBindingList.AllowNew { get { throw null; } }
2974         bool System.ComponentModel.IBindingList.AllowRemove { get { throw null; } }
2975         bool System.ComponentModel.IBindingList.IsSorted { get { throw null; } }
2976         System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get { throw null; } }
2977         System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get { throw null; } }
2978         bool System.ComponentModel.IBindingList.SupportsChangeNotification { get { throw null; } }
2979         bool System.ComponentModel.IBindingList.SupportsSearching { get { throw null; } }
2980         bool System.ComponentModel.IBindingList.SupportsSorting { get { throw null; } }
2981         bool System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents { get { throw null; } }
2982         public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } }
2983         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
AddNew()2984         public T AddNew() { throw null; }
AddNewCore()2985         protected virtual object AddNewCore() { throw null; }
ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction)2986         protected virtual void ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) { }
CancelNew(int itemIndex)2987         public virtual void CancelNew(int itemIndex) { }
ClearItems()2988         protected override void ClearItems() { }
EndNew(int itemIndex)2989         public virtual void EndNew(int itemIndex) { }
FindCore(System.ComponentModel.PropertyDescriptor prop, object key)2990         protected virtual int FindCore(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
InsertItem(int index, T item)2991         protected override void InsertItem(int index, T item) { }
OnAddingNew(System.ComponentModel.AddingNewEventArgs e)2992         protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)2993         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
RemoveItem(int index)2994         protected override void RemoveItem(int index) { }
RemoveSortCore()2995         protected virtual void RemoveSortCore() { }
ResetBindings()2996         public void ResetBindings() { }
ResetItem(int position)2997         public void ResetItem(int position) { }
SetItem(int index, T item)2998         protected override void SetItem(int index, T item) { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor index)2999         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor index) { }
System.ComponentModel.IBindingList.AddNew()3000         object System.ComponentModel.IBindingList.AddNew() { throw null; }
System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)3001         void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key)3002         int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key) { throw null; }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property)3003         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property) { }
System.ComponentModel.IBindingList.RemoveSort()3004         void System.ComponentModel.IBindingList.RemoveSort() { }
3005     }
3006     public partial class BooleanConverter : System.ComponentModel.TypeConverter
3007     {
BooleanConverter()3008         public BooleanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3009         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3010         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3011         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3012         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3013         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3014     }
3015     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3016     public sealed partial class BrowsableAttribute : System.Attribute
3017     {
3018         public static readonly System.ComponentModel.BrowsableAttribute Default;
3019         public static readonly System.ComponentModel.BrowsableAttribute No;
3020         public static readonly System.ComponentModel.BrowsableAttribute Yes;
BrowsableAttribute(bool browsable)3021         public BrowsableAttribute(bool browsable) { }
3022         public bool Browsable { get { throw null; } }
Equals(object obj)3023         public override bool Equals(object obj) { throw null; }
GetHashCode()3024         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3025         public override bool IsDefaultAttribute() { throw null; }
3026     }
3027     public partial class ByteConverter : System.ComponentModel.BaseNumberConverter
3028     {
ByteConverter()3029         public ByteConverter() { }
3030     }
3031     public partial class CancelEventArgs : System.EventArgs
3032     {
CancelEventArgs()3033         public CancelEventArgs() { }
CancelEventArgs(bool cancel)3034         public CancelEventArgs(bool cancel) { }
3035         public bool Cancel { get { throw null; } set { } }
3036     }
CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e)3037     public delegate void CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
3038     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3039     public partial class CategoryAttribute : System.Attribute
3040     {
CategoryAttribute()3041         public CategoryAttribute() { }
CategoryAttribute(string category)3042         public CategoryAttribute(string category) { }
3043         public static System.ComponentModel.CategoryAttribute Action { get { throw null; } }
3044         public static System.ComponentModel.CategoryAttribute Appearance { get { throw null; } }
3045         public static System.ComponentModel.CategoryAttribute Asynchronous { get { throw null; } }
3046         public static System.ComponentModel.CategoryAttribute Behavior { get { throw null; } }
3047         public string Category { get { throw null; } }
3048         public static System.ComponentModel.CategoryAttribute Data { get { throw null; } }
3049         public static System.ComponentModel.CategoryAttribute Default { get { throw null; } }
3050         public static System.ComponentModel.CategoryAttribute Design { get { throw null; } }
3051         public static System.ComponentModel.CategoryAttribute DragDrop { get { throw null; } }
3052         public static System.ComponentModel.CategoryAttribute Focus { get { throw null; } }
3053         public static System.ComponentModel.CategoryAttribute Format { get { throw null; } }
3054         public static System.ComponentModel.CategoryAttribute Key { get { throw null; } }
3055         public static System.ComponentModel.CategoryAttribute Layout { get { throw null; } }
3056         public static System.ComponentModel.CategoryAttribute Mouse { get { throw null; } }
3057         public static System.ComponentModel.CategoryAttribute WindowStyle { get { throw null; } }
Equals(object obj)3058         public override bool Equals(object obj) { throw null; }
GetHashCode()3059         public override int GetHashCode() { throw null; }
GetLocalizedString(string value)3060         protected virtual string GetLocalizedString(string value) { throw null; }
IsDefaultAttribute()3061         public override bool IsDefaultAttribute() { throw null; }
3062     }
3063     public partial class CharConverter : System.ComponentModel.TypeConverter
3064     {
CharConverter()3065         public CharConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3066         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3067         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3068         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3069     }
3070     public enum CollectionChangeAction
3071     {
3072         Add = 1,
3073         Refresh = 3,
3074         Remove = 2,
3075     }
3076     public partial class CollectionChangeEventArgs : System.EventArgs
3077     {
CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element)3078         public CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element) { }
3079         public virtual System.ComponentModel.CollectionChangeAction Action { get { throw null; } }
3080         public virtual object Element { get { throw null; } }
3081     }
CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e)3082     public delegate void CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e);
3083     public partial class CollectionConverter : System.ComponentModel.TypeConverter
3084     {
CollectionConverter()3085         public CollectionConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3086         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)3087         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3088         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3089     }
3090     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
3091     public sealed partial class ComplexBindingPropertiesAttribute : System.Attribute
3092     {
3093         public static readonly System.ComponentModel.ComplexBindingPropertiesAttribute Default;
ComplexBindingPropertiesAttribute()3094         public ComplexBindingPropertiesAttribute() { }
ComplexBindingPropertiesAttribute(string dataSource)3095         public ComplexBindingPropertiesAttribute(string dataSource) { }
ComplexBindingPropertiesAttribute(string dataSource, string dataMember)3096         public ComplexBindingPropertiesAttribute(string dataSource, string dataMember) { }
3097         public string DataMember { get { throw null; } }
3098         public string DataSource { get { throw null; } }
Equals(object obj)3099         public override bool Equals(object obj) { throw null; }
GetHashCode()3100         public override int GetHashCode() { throw null; }
3101     }
3102     [System.ComponentModel.DesignerCategoryAttribute("Component")]
3103     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
3104     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3105     public partial class Component : System.MarshalByRefObject, System.ComponentModel.IComponent, System.IDisposable
3106     {
Component()3107         public Component() { }
3108         protected virtual bool CanRaiseEvents { get { throw null; } }
3109         [System.ComponentModel.BrowsableAttribute(false)]
3110         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3111         public System.ComponentModel.IContainer Container { get { throw null; } }
3112         [System.ComponentModel.BrowsableAttribute(false)]
3113         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3114         protected bool DesignMode { get { throw null; } }
3115         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
3116         [System.ComponentModel.BrowsableAttribute(false)]
3117         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3118         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
3119         [System.ComponentModel.BrowsableAttribute(false)]
3120         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3121         public event System.EventHandler Disposed { add { } remove { } }
Dispose()3122         public void Dispose() { }
Dispose(bool release_all)3123         protected virtual void Dispose(bool release_all) { }
~Component()3124         ~Component() { }
GetService(System.Type service)3125         protected virtual object GetService(System.Type service) { throw null; }
ToString()3126         public override string ToString() { throw null; }
3127     }
3128     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3129     public partial class ComponentCollection : System.Collections.ReadOnlyCollectionBase
3130     {
ComponentCollection(System.ComponentModel.IComponent[] components)3131         public ComponentCollection(System.ComponentModel.IComponent[] components) { }
3132         public virtual System.ComponentModel.IComponent this[int index] { get { throw null; } }
3133         public virtual System.ComponentModel.IComponent this[string name] { get { throw null; } }
CopyTo(System.ComponentModel.IComponent[] array, int index)3134         public void CopyTo(System.ComponentModel.IComponent[] array, int index) { }
3135     }
3136     public partial class ComponentConverter : System.ComponentModel.ReferenceConverter
3137     {
ComponentConverter(System.Type type)3138         public ComponentConverter(System.Type type) : base (default(System.Type)) { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)3139         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3140         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3141     }
3142     public abstract partial class ComponentEditor
3143     {
ComponentEditor()3144         protected ComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component)3145         public abstract bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component);
EditComponent(object component)3146         public bool EditComponent(object component) { throw null; }
3147     }
3148     public partial class ComponentResourceManager : System.Resources.ResourceManager
3149     {
ComponentResourceManager()3150         public ComponentResourceManager() { }
ComponentResourceManager(System.Type t)3151         public ComponentResourceManager(System.Type t) { }
ApplyResources(object value, string objectName)3152         public void ApplyResources(object value, string objectName) { }
ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture)3153         public virtual void ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture) { }
3154     }
3155     public partial class Container : System.ComponentModel.IContainer, System.IDisposable
3156     {
Container()3157         public Container() { }
3158         public virtual System.ComponentModel.ComponentCollection Components { get { throw null; } }
Add(System.ComponentModel.IComponent component)3159         public virtual void Add(System.ComponentModel.IComponent component) { }
Add(System.ComponentModel.IComponent component, string name)3160         public virtual void Add(System.ComponentModel.IComponent component, string name) { }
CreateSite(System.ComponentModel.IComponent component, string name)3161         protected virtual System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose()3162         public void Dispose() { }
Dispose(bool disposing)3163         protected virtual void Dispose(bool disposing) { }
~Container()3164         ~Container() { }
GetService(System.Type service)3165         protected virtual object GetService(System.Type service) { throw null; }
Remove(System.ComponentModel.IComponent component)3166         public virtual void Remove(System.ComponentModel.IComponent component) { }
RemoveWithoutUnsiting(System.ComponentModel.IComponent component)3167         protected void RemoveWithoutUnsiting(System.ComponentModel.IComponent component) { }
ValidateName(System.ComponentModel.IComponent component, string name)3168         protected virtual void ValidateName(System.ComponentModel.IComponent component, string name) { }
3169     }
3170     public abstract partial class ContainerFilterService
3171     {
ContainerFilterService()3172         protected ContainerFilterService() { }
FilterComponents(System.ComponentModel.ComponentCollection components)3173         public virtual System.ComponentModel.ComponentCollection FilterComponents(System.ComponentModel.ComponentCollection components) { throw null; }
3174     }
3175     public partial class CultureInfoConverter : System.ComponentModel.TypeConverter
3176     {
CultureInfoConverter()3177         public CultureInfoConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3178         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3179         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3180         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3181         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetCultureName(System.Globalization.CultureInfo culture)3182         protected virtual string GetCultureName(System.Globalization.CultureInfo culture) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3183         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3184         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3185         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3186     }
3187     public abstract partial class CustomTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor
3188     {
CustomTypeDescriptor()3189         protected CustomTypeDescriptor() { }
CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent)3190         protected CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent) { }
GetAttributes()3191         public virtual System.ComponentModel.AttributeCollection GetAttributes() { throw null; }
GetClassName()3192         public virtual string GetClassName() { throw null; }
GetComponentName()3193         public virtual string GetComponentName() { throw null; }
GetConverter()3194         public virtual System.ComponentModel.TypeConverter GetConverter() { throw null; }
GetDefaultEvent()3195         public virtual System.ComponentModel.EventDescriptor GetDefaultEvent() { throw null; }
GetDefaultProperty()3196         public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty() { throw null; }
GetEditor(System.Type editorBaseType)3197         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetEvents()3198         public virtual System.ComponentModel.EventDescriptorCollection GetEvents() { throw null; }
GetEvents(System.Attribute[] attributes)3199         public virtual System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes) { throw null; }
GetProperties()3200         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties() { throw null; }
GetProperties(System.Attribute[] attributes)3201         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes) { throw null; }
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3202         public virtual object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
3203     }
3204     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3205     public sealed partial class DataObjectAttribute : System.Attribute
3206     {
3207         public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3208         public static readonly System.ComponentModel.DataObjectAttribute Default;
3209         public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
DataObjectAttribute()3210         public DataObjectAttribute() { }
DataObjectAttribute(bool isDataObject)3211         public DataObjectAttribute(bool isDataObject) { }
3212         public bool IsDataObject { get { throw null; } }
Equals(object obj)3213         public override bool Equals(object obj) { throw null; }
GetHashCode()3214         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3215         public override bool IsDefaultAttribute() { throw null; }
3216     }
3217     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
3218     public sealed partial class DataObjectFieldAttribute : System.Attribute
3219     {
DataObjectFieldAttribute(bool primaryKey)3220         public DataObjectFieldAttribute(bool primaryKey) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity)3221         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable)3222         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length)3223         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length) { }
3224         public bool IsIdentity { get { throw null; } }
3225         public bool IsNullable { get { throw null; } }
3226         public int Length { get { throw null; } }
3227         public bool PrimaryKey { get { throw null; } }
Equals(object obj)3228         public override bool Equals(object obj) { throw null; }
GetHashCode()3229         public override int GetHashCode() { throw null; }
3230     }
3231     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
3232     public sealed partial class DataObjectMethodAttribute : System.Attribute
3233     {
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType)3234         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType) { }
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault)3235         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault) { }
3236         public bool IsDefault { get { throw null; } }
3237         public System.ComponentModel.DataObjectMethodType MethodType { get { throw null; } }
Equals(object obj)3238         public override bool Equals(object obj) { throw null; }
GetHashCode()3239         public override int GetHashCode() { throw null; }
Match(object obj)3240         public override bool Match(object obj) { throw null; }
3241     }
3242     public enum DataObjectMethodType
3243     {
3244         Delete = 4,
3245         Fill = 0,
3246         Insert = 3,
3247         Select = 1,
3248         Update = 2,
3249     }
3250     public partial class DateTimeConverter : System.ComponentModel.TypeConverter
3251     {
DateTimeConverter()3252         public DateTimeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3253         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3254         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3255         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3256         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3257     }
3258     public partial class DateTimeOffsetConverter : System.ComponentModel.TypeConverter
3259     {
DateTimeOffsetConverter()3260         public DateTimeOffsetConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3261         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3262         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3263         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3264         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3265     }
3266     public partial class DecimalConverter : System.ComponentModel.BaseNumberConverter
3267     {
DecimalConverter()3268         public DecimalConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3269         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3270         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3271     }
3272     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3273     public sealed partial class DefaultBindingPropertyAttribute : System.Attribute
3274     {
3275         public static readonly System.ComponentModel.DefaultBindingPropertyAttribute Default;
DefaultBindingPropertyAttribute()3276         public DefaultBindingPropertyAttribute() { }
DefaultBindingPropertyAttribute(string name)3277         public DefaultBindingPropertyAttribute(string name) { }
3278         public string Name { get { throw null; } }
Equals(object obj)3279         public override bool Equals(object obj) { throw null; }
GetHashCode()3280         public override int GetHashCode() { throw null; }
3281     }
3282     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3283     public sealed partial class DefaultEventAttribute : System.Attribute
3284     {
3285         public static readonly System.ComponentModel.DefaultEventAttribute Default;
DefaultEventAttribute(string name)3286         public DefaultEventAttribute(string name) { }
3287         public string Name { get { throw null; } }
Equals(object obj)3288         public override bool Equals(object obj) { throw null; }
GetHashCode()3289         public override int GetHashCode() { throw null; }
3290     }
3291     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3292     public sealed partial class DefaultPropertyAttribute : System.Attribute
3293     {
3294         public static readonly System.ComponentModel.DefaultPropertyAttribute Default;
DefaultPropertyAttribute(string name)3295         public DefaultPropertyAttribute(string name) { }
3296         public string Name { get { throw null; } }
Equals(object obj)3297         public override bool Equals(object obj) { throw null; }
GetHashCode()3298         public override int GetHashCode() { throw null; }
3299     }
3300     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3301     public partial class DefaultValueAttribute : System.Attribute
3302     {
DefaultValueAttribute(bool value)3303         public DefaultValueAttribute(bool value) { }
DefaultValueAttribute(byte value)3304         public DefaultValueAttribute(byte value) { }
DefaultValueAttribute(char value)3305         public DefaultValueAttribute(char value) { }
DefaultValueAttribute(double value)3306         public DefaultValueAttribute(double value) { }
DefaultValueAttribute(short value)3307         public DefaultValueAttribute(short value) { }
DefaultValueAttribute(int value)3308         public DefaultValueAttribute(int value) { }
DefaultValueAttribute(long value)3309         public DefaultValueAttribute(long value) { }
DefaultValueAttribute(object value)3310         public DefaultValueAttribute(object value) { }
DefaultValueAttribute(float value)3311         public DefaultValueAttribute(float value) { }
DefaultValueAttribute(string value)3312         public DefaultValueAttribute(string value) { }
DefaultValueAttribute(System.Type type, string value)3313         public DefaultValueAttribute(System.Type type, string value) { }
3314         public virtual object Value { get { throw null; } }
Equals(object obj)3315         public override bool Equals(object obj) { throw null; }
GetHashCode()3316         public override int GetHashCode() { throw null; }
SetValue(object value)3317         protected void SetValue(object value) { }
3318     }
3319     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3320     public partial class DescriptionAttribute : System.Attribute
3321     {
3322         public static readonly System.ComponentModel.DescriptionAttribute Default;
DescriptionAttribute()3323         public DescriptionAttribute() { }
DescriptionAttribute(string description)3324         public DescriptionAttribute(string description) { }
3325         public virtual string Description { get { throw null; } }
3326         protected string DescriptionValue { get { throw null; } set { } }
Equals(object obj)3327         public override bool Equals(object obj) { throw null; }
GetHashCode()3328         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3329         public override bool IsDefaultAttribute() { throw null; }
3330     }
3331     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
3332     public sealed partial class DesignerAttribute : System.Attribute
3333     {
DesignerAttribute(string designerTypeName)3334         public DesignerAttribute(string designerTypeName) { }
DesignerAttribute(string designerTypeName, string designerBaseTypeName)3335         public DesignerAttribute(string designerTypeName, string designerBaseTypeName) { }
DesignerAttribute(string designerTypeName, System.Type designerBaseType)3336         public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { }
DesignerAttribute(System.Type designerType)3337         public DesignerAttribute(System.Type designerType) { }
DesignerAttribute(System.Type designerType, System.Type designerBaseType)3338         public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { }
3339         public string DesignerBaseTypeName { get { throw null; } }
3340         public string DesignerTypeName { get { throw null; } }
3341         public override object TypeId { get { throw null; } }
Equals(object obj)3342         public override bool Equals(object obj) { throw null; }
GetHashCode()3343         public override int GetHashCode() { throw null; }
3344     }
3345     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3346     public sealed partial class DesignerCategoryAttribute : System.Attribute
3347     {
3348         public static readonly System.ComponentModel.DesignerCategoryAttribute Component;
3349         public static readonly System.ComponentModel.DesignerCategoryAttribute Default;
3350         public static readonly System.ComponentModel.DesignerCategoryAttribute Form;
3351         public static readonly System.ComponentModel.DesignerCategoryAttribute Generic;
DesignerCategoryAttribute()3352         public DesignerCategoryAttribute() { }
DesignerCategoryAttribute(string category)3353         public DesignerCategoryAttribute(string category) { }
3354         public string Category { get { throw null; } }
3355         public override object TypeId { get { throw null; } }
Equals(object obj)3356         public override bool Equals(object obj) { throw null; }
GetHashCode()3357         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3358         public override bool IsDefaultAttribute() { throw null; }
3359     }
3360     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3361     public enum DesignerSerializationVisibility
3362     {
3363         Content = 2,
3364         Hidden = 0,
3365         Visible = 1,
3366     }
3367     [System.AttributeUsageAttribute((System.AttributeTargets)(960))]
3368     public sealed partial class DesignerSerializationVisibilityAttribute : System.Attribute
3369     {
3370         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Content;
3371         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Default;
3372         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Hidden;
3373         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Visible;
DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility vis)3374         public DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility vis) { }
3375         public System.ComponentModel.DesignerSerializationVisibility Visibility { get { throw null; } }
Equals(object obj)3376         public override bool Equals(object obj) { throw null; }
GetHashCode()3377         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3378         public override bool IsDefaultAttribute() { throw null; }
3379     }
3380     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3381     public sealed partial class DesignOnlyAttribute : System.Attribute
3382     {
3383         public static readonly System.ComponentModel.DesignOnlyAttribute Default;
3384         public static readonly System.ComponentModel.DesignOnlyAttribute No;
3385         public static readonly System.ComponentModel.DesignOnlyAttribute Yes;
DesignOnlyAttribute(bool design_only)3386         public DesignOnlyAttribute(bool design_only) { }
3387         public bool IsDesignOnly { get { throw null; } }
Equals(object obj)3388         public override bool Equals(object obj) { throw null; }
GetHashCode()3389         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3390         public override bool IsDefaultAttribute() { throw null; }
3391     }
3392     [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
3393     public sealed partial class DesignTimeVisibleAttribute : System.Attribute
3394     {
3395         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Default;
3396         public static readonly System.ComponentModel.DesignTimeVisibleAttribute No;
3397         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Yes;
DesignTimeVisibleAttribute()3398         public DesignTimeVisibleAttribute() { }
DesignTimeVisibleAttribute(bool visible)3399         public DesignTimeVisibleAttribute(bool visible) { }
3400         public bool Visible { get { throw null; } }
Equals(object obj)3401         public override bool Equals(object obj) { throw null; }
GetHashCode()3402         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3403         public override bool IsDefaultAttribute() { throw null; }
3404     }
3405     [System.AttributeUsageAttribute((System.AttributeTargets)(708))]
3406     public partial class DisplayNameAttribute : System.Attribute
3407     {
3408         public static readonly System.ComponentModel.DisplayNameAttribute Default;
DisplayNameAttribute()3409         public DisplayNameAttribute() { }
DisplayNameAttribute(string displayName)3410         public DisplayNameAttribute(string displayName) { }
3411         public virtual string DisplayName { get { throw null; } }
3412         protected string DisplayNameValue { get { throw null; } set { } }
Equals(object obj)3413         public override bool Equals(object obj) { throw null; }
GetHashCode()3414         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3415         public override bool IsDefaultAttribute() { throw null; }
3416     }
3417     public partial class DoubleConverter : System.ComponentModel.BaseNumberConverter
3418     {
DoubleConverter()3419         public DoubleConverter() { }
3420     }
3421     public partial class DoWorkEventArgs : System.ComponentModel.CancelEventArgs
3422     {
DoWorkEventArgs(object argument)3423         public DoWorkEventArgs(object argument) { }
3424         public object Argument { get { throw null; } }
3425         public object Result { get { throw null; } set { } }
3426     }
DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e)3427     public delegate void DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e);
3428     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=true)]
3429     public sealed partial class EditorAttribute : System.Attribute
3430     {
EditorAttribute()3431         public EditorAttribute() { }
EditorAttribute(string typeName, string baseTypeName)3432         public EditorAttribute(string typeName, string baseTypeName) { }
EditorAttribute(string typeName, System.Type baseType)3433         public EditorAttribute(string typeName, System.Type baseType) { }
EditorAttribute(System.Type type, System.Type baseType)3434         public EditorAttribute(System.Type type, System.Type baseType) { }
3435         public string EditorBaseTypeName { get { throw null; } }
3436         public string EditorTypeName { get { throw null; } }
3437         public override object TypeId { get { throw null; } }
Equals(object obj)3438         public override bool Equals(object obj) { throw null; }
GetHashCode()3439         public override int GetHashCode() { throw null; }
3440     }
3441     [System.AttributeUsageAttribute((System.AttributeTargets)(6140))]
3442     public sealed partial class EditorBrowsableAttribute : System.Attribute
3443     {
EditorBrowsableAttribute()3444         public EditorBrowsableAttribute() { }
EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state)3445         public EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state) { }
3446         public System.ComponentModel.EditorBrowsableState State { get { throw null; } }
Equals(object obj)3447         public override bool Equals(object obj) { throw null; }
GetHashCode()3448         public override int GetHashCode() { throw null; }
3449     }
3450     public enum EditorBrowsableState
3451     {
3452         Advanced = 2,
3453         Always = 0,
3454         Never = 1,
3455     }
3456     public partial class EnumConverter : System.ComponentModel.TypeConverter
3457     {
EnumConverter(System.Type type)3458         public EnumConverter(System.Type type) { }
3459         protected virtual System.Collections.IComparer Comparer { get { throw null; } }
3460         protected System.Type EnumType { get { throw null; } }
3461         protected System.ComponentModel.TypeConverter.StandardValuesCollection Values { get { throw null; } set { } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3462         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3463         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3464         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3465         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3466         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3467         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3468         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)3469         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
3470     }
3471     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3472     public abstract partial class EventDescriptor : System.ComponentModel.MemberDescriptor
3473     {
EventDescriptor(System.ComponentModel.MemberDescriptor desc)3474         protected EventDescriptor(System.ComponentModel.MemberDescriptor desc) : base (default(string), default(System.Attribute[])) { }
EventDescriptor(System.ComponentModel.MemberDescriptor desc, System.Attribute[] attrs)3475         protected EventDescriptor(System.ComponentModel.MemberDescriptor desc, System.Attribute[] attrs) : base (default(string), default(System.Attribute[])) { }
EventDescriptor(string str, System.Attribute[] attrs)3476         protected EventDescriptor(string str, System.Attribute[] attrs) : base (default(string), default(System.Attribute[])) { }
3477         public abstract System.Type ComponentType { get; }
3478         public abstract System.Type EventType { get; }
3479         public abstract bool IsMulticast { get; }
AddEventHandler(object component, System.Delegate value)3480         public abstract void AddEventHandler(object component, System.Delegate value);
RemoveEventHandler(object component, System.Delegate value)3481         public abstract void RemoveEventHandler(object component, System.Delegate value);
3482     }
3483     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3484     public partial class EventDescriptorCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3485     {
3486         public static readonly System.ComponentModel.EventDescriptorCollection Empty;
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events)3487         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events) { }
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly)3488         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly) { }
3489         public int Count { get { throw null; } }
3490         public virtual System.ComponentModel.EventDescriptor this[int index] { get { throw null; } }
3491         public virtual System.ComponentModel.EventDescriptor this[string name] { get { throw null; } }
3492         int System.Collections.ICollection.Count { get { throw null; } }
3493         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3494         object System.Collections.ICollection.SyncRoot { get { throw null; } }
3495         bool System.Collections.IList.IsFixedSize { get { throw null; } }
3496         bool System.Collections.IList.IsReadOnly { get { throw null; } }
3497         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.EventDescriptor value)3498         public int Add(System.ComponentModel.EventDescriptor value) { throw null; }
Clear()3499         public void Clear() { }
Contains(System.ComponentModel.EventDescriptor value)3500         public bool Contains(System.ComponentModel.EventDescriptor value) { throw null; }
Find(string name, bool ignoreCase)3501         public virtual System.ComponentModel.EventDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()3502         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.EventDescriptor value)3503         public int IndexOf(System.ComponentModel.EventDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.EventDescriptor value)3504         public void Insert(int index, System.ComponentModel.EventDescriptor value) { }
InternalSort(System.Collections.IComparer comparer)3505         protected void InternalSort(System.Collections.IComparer comparer) { }
InternalSort(string[] order)3506         protected void InternalSort(string[] order) { }
Remove(System.ComponentModel.EventDescriptor value)3507         public void Remove(System.ComponentModel.EventDescriptor value) { }
RemoveAt(int index)3508         public void RemoveAt(int index) { }
Sort()3509         public virtual System.ComponentModel.EventDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)3510         public virtual System.ComponentModel.EventDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] order)3511         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] order) { throw null; }
Sort(string[] order, System.Collections.IComparer comparer)3512         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] order, System.Collections.IComparer comparer) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3513         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3514         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)3515         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()3516         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)3517         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)3518         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)3519         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)3520         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)3521         void System.Collections.IList.RemoveAt(int index) { }
3522     }
3523     public sealed partial class EventHandlerList : System.IDisposable
3524     {
EventHandlerList()3525         public EventHandlerList() { }
3526         public System.Delegate this[object key] { get { throw null; } set { } }
AddHandler(object key, System.Delegate value)3527         public void AddHandler(object key, System.Delegate value) { }
AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom)3528         public void AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom) { }
Dispose()3529         public void Dispose() { }
RemoveHandler(object key, System.Delegate value)3530         public void RemoveHandler(object key, System.Delegate value) { }
3531     }
3532     public partial class ExpandableObjectConverter : System.ComponentModel.TypeConverter
3533     {
ExpandableObjectConverter()3534         public ExpandableObjectConverter() { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)3535         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3536         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3537     }
3538     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3539     public sealed partial class ExtenderProvidedPropertyAttribute : System.Attribute
3540     {
ExtenderProvidedPropertyAttribute()3541         public ExtenderProvidedPropertyAttribute() { }
3542         public System.ComponentModel.PropertyDescriptor ExtenderProperty { get { throw null; } }
3543         public System.ComponentModel.IExtenderProvider Provider { get { throw null; } }
3544         public System.Type ReceiverType { get { throw null; } }
Equals(object obj)3545         public override bool Equals(object obj) { throw null; }
GetHashCode()3546         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3547         public override bool IsDefaultAttribute() { throw null; }
3548     }
3549     public partial class GuidConverter : System.ComponentModel.TypeConverter
3550     {
GuidConverter()3551         public GuidConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3552         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3553         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3554         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3555         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3556     }
3557     public partial class HandledEventArgs : System.EventArgs
3558     {
HandledEventArgs()3559         public HandledEventArgs() { }
HandledEventArgs(bool defaultHandledValue)3560         public HandledEventArgs(bool defaultHandledValue) { }
3561         public bool Handled { get { throw null; } set { } }
3562     }
HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e)3563     public delegate void HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e);
3564     public partial interface IBindingList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3565     {
3566         bool AllowEdit { get; }
3567         bool AllowNew { get; }
3568         bool AllowRemove { get; }
3569         bool IsSorted { get; }
3570         System.ComponentModel.ListSortDirection SortDirection { get; }
3571         System.ComponentModel.PropertyDescriptor SortProperty { get; }
3572         bool SupportsChangeNotification { get; }
3573         bool SupportsSearching { get; }
3574         bool SupportsSorting { get; }
3575         event System.ComponentModel.ListChangedEventHandler ListChanged;
AddIndex(System.ComponentModel.PropertyDescriptor property)3576         void AddIndex(System.ComponentModel.PropertyDescriptor property);
AddNew()3577         object AddNew();
ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)3578         void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction);
Find(System.ComponentModel.PropertyDescriptor property, object key)3579         int Find(System.ComponentModel.PropertyDescriptor property, object key);
RemoveIndex(System.ComponentModel.PropertyDescriptor property)3580         void RemoveIndex(System.ComponentModel.PropertyDescriptor property);
RemoveSort()3581         void RemoveSort();
3582     }
3583     public partial interface IBindingListView : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList
3584     {
3585         string Filter { get; set; }
3586         System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
3587         bool SupportsAdvancedSorting { get; }
3588         bool SupportsFiltering { get; }
ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)3589         void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts);
RemoveFilter()3590         void RemoveFilter();
3591     }
3592     public partial interface ICancelAddNew
3593     {
CancelNew(int itemIndex)3594         void CancelNew(int itemIndex);
EndNew(int itemIndex)3595         void EndNew(int itemIndex);
3596     }
3597     public partial interface IChangeTracking
3598     {
3599         bool IsChanged { get; }
AcceptChanges()3600         void AcceptChanges();
3601     }
3602     [System.ObsoleteAttribute("Use TypeDescriptionProvider and TypeDescriptor.ComObjectType instead")]
3603     public partial interface IComNativeDescriptorHandler
3604     {
GetAttributes(object component)3605         System.ComponentModel.AttributeCollection GetAttributes(object component);
GetClassName(object component)3606         string GetClassName(object component);
GetConverter(object component)3607         System.ComponentModel.TypeConverter GetConverter(object component);
GetDefaultEvent(object component)3608         System.ComponentModel.EventDescriptor GetDefaultEvent(object component);
GetDefaultProperty(object component)3609         System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component);
GetEditor(object component, System.Type baseEditorType)3610         object GetEditor(object component, System.Type baseEditorType);
GetEvents(object component)3611         System.ComponentModel.EventDescriptorCollection GetEvents(object component);
GetEvents(object component, System.Attribute[] attributes)3612         System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes);
GetName(object component)3613         string GetName(object component);
GetProperties(object component, System.Attribute[] attributes)3614         System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes);
GetPropertyValue(object component, int dispid, ref bool success)3615         object GetPropertyValue(object component, int dispid, ref bool success);
GetPropertyValue(object component, string propertyName, ref bool success)3616         object GetPropertyValue(object component, string propertyName, ref bool success);
3617     }
3618     [System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute("System.ComponentModel.Design.Serialization.RootCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", true)]
3619     [System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IDesigner))]
3620     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
3621     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
3622     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3623     public partial interface IComponent : System.IDisposable
3624     {
3625         System.ComponentModel.ISite Site { get; set; }
3626         event System.EventHandler Disposed;
3627     }
3628     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3629     public partial interface IContainer : System.IDisposable
3630     {
3631         System.ComponentModel.ComponentCollection Components { get; }
Add(System.ComponentModel.IComponent component)3632         void Add(System.ComponentModel.IComponent component);
Add(System.ComponentModel.IComponent component, string name)3633         void Add(System.ComponentModel.IComponent component, string name);
Remove(System.ComponentModel.IComponent component)3634         void Remove(System.ComponentModel.IComponent component);
3635     }
3636     public partial interface ICustomTypeDescriptor
3637     {
GetAttributes()3638         System.ComponentModel.AttributeCollection GetAttributes();
GetClassName()3639         string GetClassName();
GetComponentName()3640         string GetComponentName();
GetConverter()3641         System.ComponentModel.TypeConverter GetConverter();
GetDefaultEvent()3642         System.ComponentModel.EventDescriptor GetDefaultEvent();
GetDefaultProperty()3643         System.ComponentModel.PropertyDescriptor GetDefaultProperty();
GetEditor(System.Type editorBaseType)3644         object GetEditor(System.Type editorBaseType);
GetEvents()3645         System.ComponentModel.EventDescriptorCollection GetEvents();
GetEvents(System.Attribute[] arr)3646         System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] arr);
GetProperties()3647         System.ComponentModel.PropertyDescriptorCollection GetProperties();
GetProperties(System.Attribute[] arr)3648         System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] arr);
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3649         object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd);
3650     }
3651     public partial interface IDataErrorInfo
3652     {
3653         string Error { get; }
3654         string this[string columnName] { get; }
3655     }
3656     public partial interface IEditableObject
3657     {
BeginEdit()3658         void BeginEdit();
CancelEdit()3659         void CancelEdit();
EndEdit()3660         void EndEdit();
3661     }
3662     public partial interface IExtenderProvider
3663     {
CanExtend(object extendee)3664         bool CanExtend(object extendee);
3665     }
3666     public partial interface IIntellisenseBuilder
3667     {
3668         string Name { get; }
Show(string language, string value, ref string newValue)3669         bool Show(string language, string value, ref string newValue);
3670     }
3671     [System.ComponentModel.MergablePropertyAttribute(false)]
3672     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3673     public partial interface IListSource
3674     {
3675         bool ContainsListCollection { get; }
GetList()3676         System.Collections.IList GetList();
3677     }
3678     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3679     public sealed partial class ImmutableObjectAttribute : System.Attribute
3680     {
3681         public static readonly System.ComponentModel.ImmutableObjectAttribute Default;
3682         public static readonly System.ComponentModel.ImmutableObjectAttribute No;
3683         public static readonly System.ComponentModel.ImmutableObjectAttribute Yes;
ImmutableObjectAttribute(bool immutable)3684         public ImmutableObjectAttribute(bool immutable) { }
3685         public bool Immutable { get { throw null; } }
Equals(object obj)3686         public override bool Equals(object obj) { throw null; }
GetHashCode()3687         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3688         public override bool IsDefaultAttribute() { throw null; }
3689     }
3690     public partial interface INestedContainer : System.ComponentModel.IContainer, System.IDisposable
3691     {
3692         System.ComponentModel.IComponent Owner { get; }
3693     }
3694     public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider
3695     {
3696         string FullName { get; }
3697     }
3698     [System.AttributeUsageAttribute((System.AttributeTargets)(896))]
3699     public sealed partial class InheritanceAttribute : System.Attribute
3700     {
3701         public static readonly System.ComponentModel.InheritanceAttribute Default;
3702         public static readonly System.ComponentModel.InheritanceAttribute Inherited;
3703         public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
3704         public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
InheritanceAttribute()3705         public InheritanceAttribute() { }
InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel)3706         public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { }
3707         public System.ComponentModel.InheritanceLevel InheritanceLevel { get { throw null; } }
Equals(object obj)3708         public override bool Equals(object obj) { throw null; }
GetHashCode()3709         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3710         public override bool IsDefaultAttribute() { throw null; }
ToString()3711         public override string ToString() { throw null; }
3712     }
3713     public enum InheritanceLevel
3714     {
3715         Inherited = 1,
3716         InheritedReadOnly = 2,
3717         NotInherited = 3,
3718     }
3719     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3720     public sealed partial class InitializationEventAttribute : System.Attribute
3721     {
InitializationEventAttribute(string eventName)3722         public InitializationEventAttribute(string eventName) { }
3723         public string EventName { get { throw null; } }
3724     }
3725     public partial interface INotifyPropertyChanged
3726     {
3727         event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3728     }
3729     public partial interface INotifyPropertyChanging
3730     {
3731         event System.ComponentModel.PropertyChangingEventHandler PropertyChanging;
3732     }
3733     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3734     public partial class InstallerTypeAttribute : System.Attribute
3735     {
InstallerTypeAttribute(string typeName)3736         public InstallerTypeAttribute(string typeName) { }
InstallerTypeAttribute(System.Type installerType)3737         public InstallerTypeAttribute(System.Type installerType) { }
3738         public virtual System.Type InstallerType { get { throw null; } }
Equals(object obj)3739         public override bool Equals(object obj) { throw null; }
GetHashCode()3740         public override int GetHashCode() { throw null; }
3741     }
3742     public abstract partial class InstanceCreationEditor
3743     {
InstanceCreationEditor()3744         protected InstanceCreationEditor() { }
3745         public virtual string Text { get { throw null; } }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type type)3746         public abstract object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type type);
3747     }
3748     public partial class Int16Converter : System.ComponentModel.BaseNumberConverter
3749     {
Int16Converter()3750         public Int16Converter() { }
3751     }
3752     public partial class Int32Converter : System.ComponentModel.BaseNumberConverter
3753     {
Int32Converter()3754         public Int32Converter() { }
3755     }
3756     public partial class Int64Converter : System.ComponentModel.BaseNumberConverter
3757     {
Int64Converter()3758         public Int64Converter() { }
3759     }
3760     [System.SerializableAttribute]
3761     public partial class InvalidAsynchronousStateException : System.ArgumentException
3762     {
InvalidAsynchronousStateException()3763         public InvalidAsynchronousStateException() { }
InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3764         protected InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidAsynchronousStateException(string message)3765         public InvalidAsynchronousStateException(string message) { }
InvalidAsynchronousStateException(string message, System.Exception innerException)3766         public InvalidAsynchronousStateException(string message, System.Exception innerException) { }
3767     }
3768     [System.SerializableAttribute]
3769     public partial class InvalidEnumArgumentException : System.ArgumentException
3770     {
InvalidEnumArgumentException()3771         public InvalidEnumArgumentException() { }
InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3772         protected InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidEnumArgumentException(string message)3773         public InvalidEnumArgumentException(string message) { }
InvalidEnumArgumentException(string message, System.Exception innerException)3774         public InvalidEnumArgumentException(string message, System.Exception innerException) { }
InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass)3775         public InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass) { }
3776     }
3777     public partial interface IRaiseItemChangedEvents
3778     {
3779         bool RaisesItemChangedEvents { get; }
3780     }
3781     public partial interface IRevertibleChangeTracking : System.ComponentModel.IChangeTracking
3782     {
RejectChanges()3783         void RejectChanges();
3784     }
3785     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3786     public partial interface ISite : System.IServiceProvider
3787     {
3788         System.ComponentModel.IComponent Component { get; }
3789         System.ComponentModel.IContainer Container { get; }
3790         bool DesignMode { get; }
3791         string Name { get; set; }
3792     }
3793     public partial interface ISupportInitialize
3794     {
BeginInit()3795         void BeginInit();
EndInit()3796         void EndInit();
3797     }
3798     public partial interface ISupportInitializeNotification : System.ComponentModel.ISupportInitialize
3799     {
3800         bool IsInitialized { get; }
3801         event System.EventHandler Initialized;
3802     }
3803     public partial interface ISynchronizeInvoke
3804     {
3805         bool InvokeRequired { get; }
BeginInvoke(System.Delegate method, object[] args)3806         System.IAsyncResult BeginInvoke(System.Delegate method, object[] args);
EndInvoke(System.IAsyncResult result)3807         object EndInvoke(System.IAsyncResult result);
Invoke(System.Delegate method, object[] args)3808         object Invoke(System.Delegate method, object[] args);
3809     }
3810     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3811     public partial interface ITypeDescriptorContext : System.IServiceProvider
3812     {
3813         System.ComponentModel.IContainer Container { get; }
3814         object Instance { get; }
3815         System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
OnComponentChanged()3816         void OnComponentChanged();
OnComponentChanging()3817         bool OnComponentChanging();
3818     }
3819     public partial interface ITypedList
3820     {
GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)3821         System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors);
GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)3822         string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors);
3823     }
3824     public abstract partial class License : System.IDisposable
3825     {
License()3826         protected License() { }
3827         public abstract string LicenseKey { get; }
Dispose()3828         public abstract void Dispose();
3829     }
3830     public partial class LicenseContext : System.IServiceProvider
3831     {
LicenseContext()3832         public LicenseContext() { }
3833         public virtual System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)3834         public virtual string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
GetService(System.Type type)3835         public virtual object GetService(System.Type type) { throw null; }
SetSavedLicenseKey(System.Type type, string key)3836         public virtual void SetSavedLicenseKey(System.Type type, string key) { }
3837     }
3838     [System.SerializableAttribute]
3839     public partial class LicenseException : System.SystemException
3840     {
LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3841         protected LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
LicenseException(System.Type type)3842         public LicenseException(System.Type type) { }
LicenseException(System.Type type, object instance)3843         public LicenseException(System.Type type, object instance) { }
LicenseException(System.Type type, object instance, string message)3844         public LicenseException(System.Type type, object instance, string message) { }
LicenseException(System.Type type, object instance, string message, System.Exception innerException)3845         public LicenseException(System.Type type, object instance, string message, System.Exception innerException) { }
3846         public System.Type LicensedType { get { throw null; } }
3847         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3848         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3849     }
3850     public sealed partial class LicenseManager
3851     {
LicenseManager()3852         internal LicenseManager() { }
3853         public static System.ComponentModel.LicenseContext CurrentContext { get { throw null; } set { } }
3854         public static System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext)3855         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext) { throw null; }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args)3856         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args) { throw null; }
IsLicensed(System.Type type)3857         public static bool IsLicensed(System.Type type) { throw null; }
IsValid(System.Type type)3858         public static bool IsValid(System.Type type) { throw null; }
IsValid(System.Type type, object instance, out System.ComponentModel.License license)3859         public static bool IsValid(System.Type type, object instance, out System.ComponentModel.License license) { license = default(System.ComponentModel.License); throw null; }
LockContext(object contextUser)3860         public static void LockContext(object contextUser) { }
UnlockContext(object contextUser)3861         public static void UnlockContext(object contextUser) { }
Validate(System.Type type)3862         public static void Validate(System.Type type) { }
Validate(System.Type type, object instance)3863         public static System.ComponentModel.License Validate(System.Type type, object instance) { throw null; }
3864     }
3865     public abstract partial class LicenseProvider
3866     {
LicenseProvider()3867         protected LicenseProvider() { }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)3868         public abstract System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions);
3869     }
3870     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
3871     public sealed partial class LicenseProviderAttribute : System.Attribute
3872     {
3873         public static readonly System.ComponentModel.LicenseProviderAttribute Default;
LicenseProviderAttribute()3874         public LicenseProviderAttribute() { }
LicenseProviderAttribute(string typeName)3875         public LicenseProviderAttribute(string typeName) { }
LicenseProviderAttribute(System.Type type)3876         public LicenseProviderAttribute(System.Type type) { }
3877         public System.Type LicenseProvider { get { throw null; } }
3878         public override object TypeId { get { throw null; } }
Equals(object obj)3879         public override bool Equals(object obj) { throw null; }
GetHashCode()3880         public override int GetHashCode() { throw null; }
3881     }
3882     [System.SerializableAttribute]
3883     public enum LicenseUsageMode
3884     {
3885         Designtime = 1,
3886         Runtime = 0,
3887     }
3888     public partial class LicFileLicenseProvider : System.ComponentModel.LicenseProvider
3889     {
LicFileLicenseProvider()3890         public LicFileLicenseProvider() { }
GetKey(System.Type type)3891         protected virtual string GetKey(System.Type type) { throw null; }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)3892         public override System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions) { throw null; }
IsKeyValid(string key, System.Type type)3893         protected virtual bool IsKeyValid(string key, System.Type type) { throw null; }
3894     }
3895     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=false, Inherited=true)]
3896     public sealed partial class ListBindableAttribute : System.Attribute
3897     {
3898         public static readonly System.ComponentModel.ListBindableAttribute Default;
3899         public static readonly System.ComponentModel.ListBindableAttribute No;
3900         public static readonly System.ComponentModel.ListBindableAttribute Yes;
ListBindableAttribute(bool listBindable)3901         public ListBindableAttribute(bool listBindable) { }
ListBindableAttribute(System.ComponentModel.BindableSupport flags)3902         public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { }
3903         public bool ListBindable { get { throw null; } }
Equals(object obj)3904         public override bool Equals(object obj) { throw null; }
GetHashCode()3905         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3906         public override bool IsDefaultAttribute() { throw null; }
3907     }
3908     public partial class ListChangedEventArgs : System.EventArgs
3909     {
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc)3910         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex)3911         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc)3912         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex)3913         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex) { }
3914         public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
3915         public int NewIndex { get { throw null; } }
3916         public int OldIndex { get { throw null; } }
3917         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } }
3918     }
ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e)3919     public delegate void ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e);
3920     public enum ListChangedType
3921     {
3922         ItemAdded = 1,
3923         ItemChanged = 4,
3924         ItemDeleted = 2,
3925         ItemMoved = 3,
3926         PropertyDescriptorAdded = 5,
3927         PropertyDescriptorChanged = 7,
3928         PropertyDescriptorDeleted = 6,
3929         Reset = 0,
3930     }
3931     public partial class ListSortDescription
3932     {
ListSortDescription(System.ComponentModel.PropertyDescriptor propertyDescriptor, System.ComponentModel.ListSortDirection sortDirection)3933         public ListSortDescription(System.ComponentModel.PropertyDescriptor propertyDescriptor, System.ComponentModel.ListSortDirection sortDirection) { }
3934         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } set { } }
3935         public System.ComponentModel.ListSortDirection SortDirection { get { throw null; } set { } }
3936     }
3937     public partial class ListSortDescriptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3938     {
ListSortDescriptionCollection()3939         public ListSortDescriptionCollection() { }
ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts)3940         public ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts) { }
3941         public int Count { get { throw null; } }
3942         public System.ComponentModel.ListSortDescription this[int index] { get { throw null; } set { } }
3943         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3944         object System.Collections.ICollection.SyncRoot { get { throw null; } }
3945         bool System.Collections.IList.IsFixedSize { get { throw null; } }
3946         bool System.Collections.IList.IsReadOnly { get { throw null; } }
3947         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(object value)3948         public bool Contains(object value) { throw null; }
CopyTo(System.Array array, int index)3949         public void CopyTo(System.Array array, int index) { }
IndexOf(object value)3950         public int IndexOf(object value) { throw null; }
System.Collections.IEnumerable.GetEnumerator()3951         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)3952         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()3953         void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)3954         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)3955         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)3956         void System.Collections.IList.RemoveAt(int index) { }
3957     }
3958     public enum ListSortDirection
3959     {
3960         Ascending = 0,
3961         Descending = 1,
3962     }
3963     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3964     public sealed partial class LocalizableAttribute : System.Attribute
3965     {
3966         public static readonly System.ComponentModel.LocalizableAttribute Default;
3967         public static readonly System.ComponentModel.LocalizableAttribute No;
3968         public static readonly System.ComponentModel.LocalizableAttribute Yes;
LocalizableAttribute(bool localizable)3969         public LocalizableAttribute(bool localizable) { }
3970         public bool IsLocalizable { get { throw null; } }
Equals(object obj)3971         public override bool Equals(object obj) { throw null; }
GetHashCode()3972         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3973         public override bool IsDefaultAttribute() { throw null; }
3974     }
3975     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3976     public sealed partial class LookupBindingPropertiesAttribute : System.Attribute
3977     {
3978         public static readonly System.ComponentModel.LookupBindingPropertiesAttribute Default;
LookupBindingPropertiesAttribute()3979         public LookupBindingPropertiesAttribute() { }
LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember)3980         public LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember) { }
3981         public string DataSource { get { throw null; } }
3982         public string DisplayMember { get { throw null; } }
3983         public string LookupMember { get { throw null; } }
3984         public string ValueMember { get { throw null; } }
Equals(object obj)3985         public override bool Equals(object obj) { throw null; }
GetHashCode()3986         public override int GetHashCode() { throw null; }
3987     }
3988     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
3989     [System.ComponentModel.DesignerCategoryAttribute("Component")]
3990     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
3991     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3992     public partial class MarshalByValueComponent : System.ComponentModel.IComponent, System.IDisposable, System.IServiceProvider
3993     {
MarshalByValueComponent()3994         public MarshalByValueComponent() { }
3995         [System.ComponentModel.BrowsableAttribute(false)]
3996         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3997         public virtual System.ComponentModel.IContainer Container { get { throw null; } }
3998         [System.ComponentModel.BrowsableAttribute(false)]
3999         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4000         public virtual bool DesignMode { get { throw null; } }
4001         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
4002         [System.ComponentModel.BrowsableAttribute(false)]
4003         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4004         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
4005         public event System.EventHandler Disposed { add { } remove { } }
Dispose()4006         public void Dispose() { }
4007         [System.MonoTODOAttribute]
Dispose(bool disposing)4008         protected virtual void Dispose(bool disposing) { }
~MarshalByValueComponent()4009         ~MarshalByValueComponent() { }
GetService(System.Type service)4010         public virtual object GetService(System.Type service) { throw null; }
ToString()4011         public override string ToString() { throw null; }
4012     }
4013     public partial class MaskedTextProvider : System.ICloneable
4014     {
MaskedTextProvider(string mask)4015         public MaskedTextProvider(string mask) { }
MaskedTextProvider(string mask, bool restrictToAscii)4016         public MaskedTextProvider(string mask, bool restrictToAscii) { }
MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput)4017         public MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture)4018         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool restrictToAscii)4019         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool restrictToAscii) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool allowPromptAsInput, char promptChar, char passwordChar, bool restrictToAscii)4020         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool allowPromptAsInput, char promptChar, char passwordChar, bool restrictToAscii) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, char passwordChar, bool allowPromptAsInput)4021         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, char passwordChar, bool allowPromptAsInput) { }
4022         public bool AllowPromptAsInput { get { throw null; } }
4023         public bool AsciiOnly { get { throw null; } }
4024         public int AssignedEditPositionCount { get { throw null; } }
4025         public int AvailableEditPositionCount { get { throw null; } }
4026         public System.Globalization.CultureInfo Culture { get { throw null; } }
4027         public static char DefaultPasswordChar { get { throw null; } }
4028         public int EditPositionCount { get { throw null; } }
4029         public System.Collections.IEnumerator EditPositions { get { throw null; } }
4030         public bool IncludeLiterals { get { throw null; } set { } }
4031         public bool IncludePrompt { get { throw null; } set { } }
4032         public static int InvalidIndex { get { throw null; } }
4033         public bool IsPassword { get { throw null; } set { } }
4034         public char this[int index] { get { throw null; } }
4035         public int LastAssignedPosition { get { throw null; } }
4036         public int Length { get { throw null; } }
4037         public string Mask { get { throw null; } }
4038         public bool MaskCompleted { get { throw null; } }
4039         public bool MaskFull { get { throw null; } }
4040         public char PasswordChar { get { throw null; } set { } }
4041         public char PromptChar { get { throw null; } set { } }
4042         public bool ResetOnPrompt { get { throw null; } set { } }
4043         public bool ResetOnSpace { get { throw null; } set { } }
4044         public bool SkipLiterals { get { throw null; } set { } }
Add(char input)4045         public bool Add(char input) { throw null; }
Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4046         public bool Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Add(string input)4047         public bool Add(string input) { throw null; }
Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4048         public bool Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Clear()4049         public void Clear() { }
Clear(out System.ComponentModel.MaskedTextResultHint resultHint)4050         public void Clear(out System.ComponentModel.MaskedTextResultHint resultHint) { resultHint = default(System.ComponentModel.MaskedTextResultHint); }
Clone()4051         public object Clone() { throw null; }
FindAssignedEditPositionFrom(int position, bool direction)4052         public int FindAssignedEditPositionFrom(int position, bool direction) { throw null; }
FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction)4053         public int FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindEditPositionFrom(int position, bool direction)4054         public int FindEditPositionFrom(int position, bool direction) { throw null; }
FindEditPositionInRange(int startPosition, int endPosition, bool direction)4055         public int FindEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindNonEditPositionFrom(int position, bool direction)4056         public int FindNonEditPositionFrom(int position, bool direction) { throw null; }
FindNonEditPositionInRange(int startPosition, int endPosition, bool direction)4057         public int FindNonEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindUnassignedEditPositionFrom(int position, bool direction)4058         public int FindUnassignedEditPositionFrom(int position, bool direction) { throw null; }
FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction)4059         public int FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint)4060         public static bool GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint) { throw null; }
InsertAt(char input, int position)4061         public bool InsertAt(char input, int position) { throw null; }
InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4062         public bool InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
InsertAt(string input, int position)4063         public bool InsertAt(string input, int position) { throw null; }
InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4064         public bool InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
IsAvailablePosition(int position)4065         public bool IsAvailablePosition(int position) { throw null; }
IsEditPosition(int position)4066         public bool IsEditPosition(int position) { throw null; }
IsValidInputChar(char c)4067         public static bool IsValidInputChar(char c) { throw null; }
IsValidMaskChar(char c)4068         public static bool IsValidMaskChar(char c) { throw null; }
IsValidPasswordChar(char c)4069         public static bool IsValidPasswordChar(char c) { throw null; }
Remove()4070         public bool Remove() { throw null; }
Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4071         public bool Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
RemoveAt(int position)4072         public bool RemoveAt(int position) { throw null; }
RemoveAt(int startPosition, int endPosition)4073         public bool RemoveAt(int startPosition, int endPosition) { throw null; }
RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4074         public bool RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Replace(char input, int position)4075         public bool Replace(char input, int position) { throw null; }
Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4076         public bool Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Replace(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4077         public bool Replace(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Replace(string input, int position)4078         public bool Replace(string input, int position) { throw null; }
Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4079         public bool Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Replace(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4080         public bool Replace(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Set(string input)4081         public bool Set(string input) { throw null; }
Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4082         public bool Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
ToDisplayString()4083         public string ToDisplayString() { throw null; }
ToString()4084         public override string ToString() { throw null; }
ToString(bool ignorePasswordChar)4085         public string ToString(bool ignorePasswordChar) { throw null; }
ToString(bool includePrompt, bool includeLiterals)4086         public string ToString(bool includePrompt, bool includeLiterals) { throw null; }
ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length)4087         public string ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool includePrompt, bool includeLiterals, int startPosition, int length)4088         public string ToString(bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool ignorePasswordChar, int startPosition, int length)4089         public string ToString(bool ignorePasswordChar, int startPosition, int length) { throw null; }
ToString(int startPosition, int length)4090         public string ToString(int startPosition, int length) { throw null; }
VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint)4091         public bool VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint) { hint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
VerifyEscapeChar(char input, int position)4092         public bool VerifyEscapeChar(char input, int position) { throw null; }
VerifyString(string input)4093         public bool VerifyString(string input) { throw null; }
VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4094         public bool VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
4095     }
4096     public enum MaskedTextResultHint
4097     {
4098         AlphanumericCharacterExpected = -2,
4099         AsciiCharacterExpected = -1,
4100         CharacterEscaped = 1,
4101         DigitExpected = -3,
4102         InvalidInput = -51,
4103         LetterExpected = -4,
4104         NoEffect = 2,
4105         NonEditPosition = -54,
4106         PositionOutOfRange = -55,
4107         PromptCharNotAllowed = -52,
4108         SideEffect = 3,
4109         SignedDigitExpected = -5,
4110         Success = 4,
4111         UnavailableEditPosition = -53,
4112         Unknown = 0,
4113     }
4114     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4115     public abstract partial class MemberDescriptor
4116     {
MemberDescriptor(System.ComponentModel.MemberDescriptor reference)4117         protected MemberDescriptor(System.ComponentModel.MemberDescriptor reference) { }
MemberDescriptor(System.ComponentModel.MemberDescriptor reference, System.Attribute[] attrs)4118         protected MemberDescriptor(System.ComponentModel.MemberDescriptor reference, System.Attribute[] attrs) { }
MemberDescriptor(string name)4119         protected MemberDescriptor(string name) { }
MemberDescriptor(string name, System.Attribute[] attrs)4120         protected MemberDescriptor(string name, System.Attribute[] attrs) { }
4121         protected virtual System.Attribute[] AttributeArray { get { throw null; } set { } }
4122         public virtual System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
4123         public virtual string Category { get { throw null; } }
4124         public virtual string Description { get { throw null; } }
4125         public virtual bool DesignTimeOnly { get { throw null; } }
4126         public virtual string DisplayName { get { throw null; } }
4127         public virtual bool IsBrowsable { get { throw null; } }
4128         public virtual string Name { get { throw null; } }
4129         protected virtual int NameHashCode { get { throw null; } }
CreateAttributeCollection()4130         protected virtual System.ComponentModel.AttributeCollection CreateAttributeCollection() { throw null; }
Equals(object obj)4131         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)4132         protected virtual void FillAttributes(System.Collections.IList attributeList) { }
FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType)4133         protected static System.Reflection.MethodInfo FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType) { throw null; }
FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType, bool publicOnly)4134         protected static System.Reflection.MethodInfo FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType, bool publicOnly) { throw null; }
GetHashCode()4135         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)4136         protected virtual object GetInvocationTarget(System.Type type, object instance) { throw null; }
4137         [System.ObsoleteAttribute("Use GetInvocationTarget")]
GetInvokee(System.Type componentClass, object component)4138         protected static object GetInvokee(System.Type componentClass, object component) { throw null; }
GetSite(object component)4139         protected static System.ComponentModel.ISite GetSite(object component) { throw null; }
4140     }
4141     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4142     public sealed partial class MergablePropertyAttribute : System.Attribute
4143     {
4144         public static readonly System.ComponentModel.MergablePropertyAttribute Default;
4145         public static readonly System.ComponentModel.MergablePropertyAttribute No;
4146         public static readonly System.ComponentModel.MergablePropertyAttribute Yes;
MergablePropertyAttribute(bool allowMerge)4147         public MergablePropertyAttribute(bool allowMerge) { }
4148         public bool AllowMerge { get { throw null; } }
Equals(object obj)4149         public override bool Equals(object obj) { throw null; }
GetHashCode()4150         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4151         public override bool IsDefaultAttribute() { throw null; }
4152     }
4153     public partial class MultilineStringConverter : System.ComponentModel.TypeConverter
4154     {
MultilineStringConverter()4155         public MultilineStringConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4156         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4157         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4158         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4159     }
4160     public partial class NestedContainer : System.ComponentModel.Container, System.ComponentModel.IContainer, System.ComponentModel.INestedContainer, System.IDisposable
4161     {
NestedContainer(System.ComponentModel.IComponent owner)4162         public NestedContainer(System.ComponentModel.IComponent owner) { }
4163         public System.ComponentModel.IComponent Owner { get { throw null; } }
4164         protected virtual string OwnerName { get { throw null; } }
CreateSite(System.ComponentModel.IComponent component, string name)4165         protected override System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose(bool disposing)4166         protected override void Dispose(bool disposing) { }
GetService(System.Type service)4167         protected override object GetService(System.Type service) { throw null; }
4168     }
4169     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4170     public sealed partial class NotifyParentPropertyAttribute : System.Attribute
4171     {
4172         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Default;
4173         public static readonly System.ComponentModel.NotifyParentPropertyAttribute No;
4174         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Yes;
NotifyParentPropertyAttribute(bool notifyParent)4175         public NotifyParentPropertyAttribute(bool notifyParent) { }
4176         public bool NotifyParent { get { throw null; } }
Equals(object obj)4177         public override bool Equals(object obj) { throw null; }
GetHashCode()4178         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4179         public override bool IsDefaultAttribute() { throw null; }
4180     }
4181     public partial class NullableConverter : System.ComponentModel.TypeConverter
4182     {
NullableConverter(System.Type nullableType)4183         public NullableConverter(System.Type nullableType) { }
4184         public System.Type NullableType { get { throw null; } }
4185         public System.Type UnderlyingType { get { throw null; } }
4186         public System.ComponentModel.TypeConverter UnderlyingTypeConverter { get { throw null; } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4187         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4188         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4189         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4190         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)4191         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4192         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4193         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4194         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4195         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4196         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4197         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4198         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4199     }
4200     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4201     public sealed partial class ParenthesizePropertyNameAttribute : System.Attribute
4202     {
4203         public static readonly System.ComponentModel.ParenthesizePropertyNameAttribute Default;
ParenthesizePropertyNameAttribute()4204         public ParenthesizePropertyNameAttribute() { }
ParenthesizePropertyNameAttribute(bool needParenthesis)4205         public ParenthesizePropertyNameAttribute(bool needParenthesis) { }
4206         public bool NeedParenthesis { get { throw null; } }
Equals(object o)4207         public override bool Equals(object o) { throw null; }
GetHashCode()4208         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4209         public override bool IsDefaultAttribute() { throw null; }
4210     }
4211     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4212     public sealed partial class PasswordPropertyTextAttribute : System.Attribute
4213     {
4214         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Default;
4215         public static readonly System.ComponentModel.PasswordPropertyTextAttribute No;
4216         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Yes;
PasswordPropertyTextAttribute()4217         public PasswordPropertyTextAttribute() { }
PasswordPropertyTextAttribute(bool password)4218         public PasswordPropertyTextAttribute(bool password) { }
4219         public bool Password { get { throw null; } }
Equals(object o)4220         public override bool Equals(object o) { throw null; }
GetHashCode()4221         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4222         public override bool IsDefaultAttribute() { throw null; }
4223     }
4224     public partial class ProgressChangedEventArgs : System.EventArgs
4225     {
ProgressChangedEventArgs(int progressPercentage, object userState)4226         public ProgressChangedEventArgs(int progressPercentage, object userState) { }
4227         public int ProgressPercentage { get { throw null; } }
4228         public object UserState { get { throw null; } }
4229     }
ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e)4230     public delegate void ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e);
4231     public partial class PropertyChangedEventArgs : System.EventArgs
4232     {
PropertyChangedEventArgs(string propertyName)4233         public PropertyChangedEventArgs(string propertyName) { }
4234         public virtual string PropertyName { get { throw null; } }
4235     }
PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e)4236     public delegate void PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e);
4237     public partial class PropertyChangingEventArgs : System.EventArgs
4238     {
PropertyChangingEventArgs(string propertyName)4239         public PropertyChangingEventArgs(string propertyName) { }
4240         public virtual string PropertyName { get { throw null; } }
4241     }
PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e)4242     public delegate void PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e);
4243     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4244     public abstract partial class PropertyDescriptor : System.ComponentModel.MemberDescriptor
4245     {
PropertyDescriptor(System.ComponentModel.MemberDescriptor reference)4246         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor reference) : base (default(string), default(System.Attribute[])) { }
PropertyDescriptor(System.ComponentModel.MemberDescriptor reference, System.Attribute[] attrs)4247         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor reference, System.Attribute[] attrs) : base (default(string), default(System.Attribute[])) { }
PropertyDescriptor(string name, System.Attribute[] attrs)4248         protected PropertyDescriptor(string name, System.Attribute[] attrs) : base (default(string), default(System.Attribute[])) { }
4249         public abstract System.Type ComponentType { get; }
4250         public virtual System.ComponentModel.TypeConverter Converter { get { throw null; } }
4251         public virtual bool IsLocalizable { get { throw null; } }
4252         public abstract bool IsReadOnly { get; }
4253         public abstract System.Type PropertyType { get; }
4254         public System.ComponentModel.DesignerSerializationVisibility SerializationVisibility { get { throw null; } }
4255         public virtual bool SupportsChangeEvents { get { throw null; } }
AddValueChanged(object component, System.EventHandler handler)4256         public virtual void AddValueChanged(object component, System.EventHandler handler) { }
CanResetValue(object component)4257         public abstract bool CanResetValue(object component);
CreateInstance(System.Type type)4258         protected object CreateInstance(System.Type type) { throw null; }
Equals(object obj)4259         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)4260         protected override void FillAttributes(System.Collections.IList attributeList) { }
GetChildProperties()4261         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties() { throw null; }
GetChildProperties(System.Attribute[] filter)4262         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(System.Attribute[] filter) { throw null; }
GetChildProperties(object instance)4263         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance) { throw null; }
GetChildProperties(object instance, System.Attribute[] filter)4264         public virtual System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance, System.Attribute[] filter) { throw null; }
GetEditor(System.Type editorBaseType)4265         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetHashCode()4266         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)4267         protected override object GetInvocationTarget(System.Type type, object instance) { throw null; }
GetTypeFromName(string typeName)4268         protected System.Type GetTypeFromName(string typeName) { throw null; }
GetValue(object component)4269         public abstract object GetValue(object component);
GetValueChangedHandler(object component)4270         protected internal System.EventHandler GetValueChangedHandler(object component) { throw null; }
OnValueChanged(object component, System.EventArgs e)4271         protected virtual void OnValueChanged(object component, System.EventArgs e) { }
RemoveValueChanged(object component, System.EventHandler handler)4272         public virtual void RemoveValueChanged(object component, System.EventHandler handler) { }
ResetValue(object component)4273         public abstract void ResetValue(object component);
SetValue(object component, object value)4274         public abstract void SetValue(object component, object value);
ShouldSerializeValue(object component)4275         public abstract bool ShouldSerializeValue(object component);
4276     }
4277     public partial class PropertyDescriptorCollection : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.IList
4278     {
4279         public static readonly System.ComponentModel.PropertyDescriptorCollection Empty;
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties)4280         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties) { }
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly)4281         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly) { }
4282         public int Count { get { throw null; } }
4283         public virtual System.ComponentModel.PropertyDescriptor this[int index] { get { throw null; } }
4284         public virtual System.ComponentModel.PropertyDescriptor this[string s] { get { throw null; } }
4285         int System.Collections.ICollection.Count { get { throw null; } }
4286         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4287         object System.Collections.ICollection.SyncRoot { get { throw null; } }
4288         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
4289         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
4290         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
4291         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
4292         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
4293         bool System.Collections.IList.IsFixedSize { get { throw null; } }
4294         bool System.Collections.IList.IsReadOnly { get { throw null; } }
4295         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.PropertyDescriptor value)4296         public int Add(System.ComponentModel.PropertyDescriptor value) { throw null; }
Clear()4297         public void Clear() { }
Contains(System.ComponentModel.PropertyDescriptor value)4298         public bool Contains(System.ComponentModel.PropertyDescriptor value) { throw null; }
CopyTo(System.Array array, int index)4299         public void CopyTo(System.Array array, int index) { }
Find(string name, bool ignoreCase)4300         public virtual System.ComponentModel.PropertyDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()4301         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.PropertyDescriptor value)4302         public int IndexOf(System.ComponentModel.PropertyDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.PropertyDescriptor value)4303         public void Insert(int index, System.ComponentModel.PropertyDescriptor value) { }
InternalSort(System.Collections.IComparer ic)4304         protected void InternalSort(System.Collections.IComparer ic) { }
InternalSort(string[] order)4305         protected void InternalSort(string[] order) { }
Remove(System.ComponentModel.PropertyDescriptor value)4306         public void Remove(System.ComponentModel.PropertyDescriptor value) { }
RemoveAt(int index)4307         public void RemoveAt(int index) { }
Sort()4308         public virtual System.ComponentModel.PropertyDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)4309         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] order)4310         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] order) { throw null; }
Sort(string[] order, System.Collections.IComparer comparer)4311         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] order, System.Collections.IComparer comparer) { throw null; }
System.Collections.IDictionary.Add(object key, object value)4312         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Clear()4313         void System.Collections.IDictionary.Clear() { }
System.Collections.IDictionary.Contains(object value)4314         bool System.Collections.IDictionary.Contains(object value) { throw null; }
4315         [System.MonoTODOAttribute]
System.Collections.IDictionary.GetEnumerator()4316         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object value)4317         void System.Collections.IDictionary.Remove(object value) { }
System.Collections.IEnumerable.GetEnumerator()4318         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)4319         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()4320         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)4321         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)4322         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)4323         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)4324         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)4325         void System.Collections.IList.RemoveAt(int index) { }
4326     }
4327     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4328     public partial class PropertyTabAttribute : System.Attribute
4329     {
PropertyTabAttribute()4330         public PropertyTabAttribute() { }
PropertyTabAttribute(string tabClassName)4331         public PropertyTabAttribute(string tabClassName) { }
PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope)4332         public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) { }
PropertyTabAttribute(System.Type tabClass)4333         public PropertyTabAttribute(System.Type tabClass) { }
PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)4334         public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope) { }
4335         public System.Type[] TabClasses { get { throw null; } }
4336         protected string[] TabClassNames { get { throw null; } }
4337         public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
Equals(System.ComponentModel.PropertyTabAttribute other)4338         public bool Equals(System.ComponentModel.PropertyTabAttribute other) { throw null; }
Equals(object other)4339         public override bool Equals(object other) { throw null; }
GetHashCode()4340         public override int GetHashCode() { throw null; }
InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes)4341         protected void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { }
InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes)4342         protected void InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { }
4343     }
4344     public enum PropertyTabScope
4345     {
4346         Component = 3,
4347         Document = 2,
4348         Global = 1,
4349         Static = 0,
4350     }
4351     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
4352     public sealed partial class ProvidePropertyAttribute : System.Attribute
4353     {
ProvidePropertyAttribute(string propertyName, string receiverTypeName)4354         public ProvidePropertyAttribute(string propertyName, string receiverTypeName) { }
ProvidePropertyAttribute(string propertyName, System.Type receiverType)4355         public ProvidePropertyAttribute(string propertyName, System.Type receiverType) { }
4356         public string PropertyName { get { throw null; } }
4357         public string ReceiverTypeName { get { throw null; } }
4358         public override object TypeId { get { throw null; } }
Equals(object obj)4359         public override bool Equals(object obj) { throw null; }
GetHashCode()4360         public override int GetHashCode() { throw null; }
4361     }
4362     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4363     public sealed partial class ReadOnlyAttribute : System.Attribute
4364     {
4365         public static readonly System.ComponentModel.ReadOnlyAttribute Default;
4366         public static readonly System.ComponentModel.ReadOnlyAttribute No;
4367         public static readonly System.ComponentModel.ReadOnlyAttribute Yes;
ReadOnlyAttribute(bool isReadOnly)4368         public ReadOnlyAttribute(bool isReadOnly) { }
4369         public bool IsReadOnly { get { throw null; } }
Equals(object obj)4370         public override bool Equals(object obj) { throw null; }
GetHashCode()4371         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4372         public override bool IsDefaultAttribute() { throw null; }
4373     }
4374     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4375     [System.ObsoleteAttribute("Use SettingsBindableAttribute instead of RecommendedAsConfigurableAttribute")]
4376     public partial class RecommendedAsConfigurableAttribute : System.Attribute
4377     {
4378         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Default;
4379         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute No;
4380         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Yes;
RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable)4381         public RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable) { }
4382         public bool RecommendedAsConfigurable { get { throw null; } }
Equals(object obj)4383         public override bool Equals(object obj) { throw null; }
GetHashCode()4384         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4385         public override bool IsDefaultAttribute() { throw null; }
4386     }
4387     public partial class ReferenceConverter : System.ComponentModel.TypeConverter
4388     {
ReferenceConverter(System.Type type)4389         public ReferenceConverter(System.Type type) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4390         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4391         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4392         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4393         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4394         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4395         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value)4396         protected virtual bool IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4397     }
4398     public partial class RefreshEventArgs : System.EventArgs
4399     {
RefreshEventArgs(object componentChanged)4400         public RefreshEventArgs(object componentChanged) { }
RefreshEventArgs(System.Type typeChanged)4401         public RefreshEventArgs(System.Type typeChanged) { }
4402         public object ComponentChanged { get { throw null; } }
4403         public System.Type TypeChanged { get { throw null; } }
4404     }
RefreshEventHandler(System.ComponentModel.RefreshEventArgs e)4405     public delegate void RefreshEventHandler(System.ComponentModel.RefreshEventArgs e);
4406     public enum RefreshProperties
4407     {
4408         All = 1,
4409         None = 0,
4410         Repaint = 2,
4411     }
4412     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4413     public sealed partial class RefreshPropertiesAttribute : System.Attribute
4414     {
4415         public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
4416         public static readonly System.ComponentModel.RefreshPropertiesAttribute Default;
4417         public static readonly System.ComponentModel.RefreshPropertiesAttribute Repaint;
RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh)4418         public RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh) { }
4419         public System.ComponentModel.RefreshProperties RefreshProperties { get { throw null; } }
Equals(object obj)4420         public override bool Equals(object obj) { throw null; }
GetHashCode()4421         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4422         public override bool IsDefaultAttribute() { throw null; }
4423     }
4424     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
4425     public partial class RunInstallerAttribute : System.Attribute
4426     {
4427         public static readonly System.ComponentModel.RunInstallerAttribute Default;
4428         public static readonly System.ComponentModel.RunInstallerAttribute No;
4429         public static readonly System.ComponentModel.RunInstallerAttribute Yes;
RunInstallerAttribute(bool runInstaller)4430         public RunInstallerAttribute(bool runInstaller) { }
4431         public bool RunInstaller { get { throw null; } }
Equals(object obj)4432         public override bool Equals(object obj) { throw null; }
GetHashCode()4433         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4434         public override bool IsDefaultAttribute() { throw null; }
4435     }
4436     public partial class RunWorkerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
4437     {
RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled)4438         public RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled) : base (default(System.Exception), default(bool), default(object)) { }
4439         public object Result { get { throw null; } }
4440         [System.ComponentModel.BrowsableAttribute(false)]
4441         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4442         public new object UserState { get { throw null; } }
4443     }
RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e)4444     public delegate void RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e);
4445     public partial class SByteConverter : System.ComponentModel.BaseNumberConverter
4446     {
SByteConverter()4447         public SByteConverter() { }
4448     }
4449     [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=true)]
4450     public sealed partial class SettingsBindableAttribute : System.Attribute
4451     {
4452         public static readonly System.ComponentModel.SettingsBindableAttribute No;
4453         public static readonly System.ComponentModel.SettingsBindableAttribute Yes;
SettingsBindableAttribute(bool bindable)4454         public SettingsBindableAttribute(bool bindable) { }
4455         public bool Bindable { get { throw null; } }
Equals(object obj)4456         public override bool Equals(object obj) { throw null; }
GetHashCode()4457         public override int GetHashCode() { throw null; }
4458     }
4459     public partial class SingleConverter : System.ComponentModel.BaseNumberConverter
4460     {
SingleConverter()4461         public SingleConverter() { }
4462     }
4463     public partial class StringConverter : System.ComponentModel.TypeConverter
4464     {
StringConverter()4465         public StringConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4466         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4467         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
4468     }
4469     public static partial class SyntaxCheck
4470     {
CheckMachineName(string value)4471         public static bool CheckMachineName(string value) { throw null; }
CheckPath(string value)4472         public static bool CheckPath(string value) { throw null; }
CheckRootedPath(string value)4473         public static bool CheckRootedPath(string value) { throw null; }
4474     }
4475     public partial class TimeSpanConverter : System.ComponentModel.TypeConverter
4476     {
TimeSpanConverter()4477         public TimeSpanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4478         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4479         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4480         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4481         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
4482     }
4483     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4484     public partial class ToolboxItemAttribute : System.Attribute
4485     {
4486         public static readonly System.ComponentModel.ToolboxItemAttribute Default;
4487         public static readonly System.ComponentModel.ToolboxItemAttribute None;
ToolboxItemAttribute(bool defaultType)4488         public ToolboxItemAttribute(bool defaultType) { }
ToolboxItemAttribute(string toolboxItemName)4489         public ToolboxItemAttribute(string toolboxItemName) { }
ToolboxItemAttribute(System.Type toolboxItemType)4490         public ToolboxItemAttribute(System.Type toolboxItemType) { }
4491         public System.Type ToolboxItemType { get { throw null; } }
4492         public string ToolboxItemTypeName { get { throw null; } }
Equals(object o)4493         public override bool Equals(object o) { throw null; }
GetHashCode()4494         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4495         public override bool IsDefaultAttribute() { throw null; }
4496     }
4497     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
4498     [System.SerializableAttribute]
4499     public sealed partial class ToolboxItemFilterAttribute : System.Attribute
4500     {
ToolboxItemFilterAttribute(string filterString)4501         public ToolboxItemFilterAttribute(string filterString) { }
ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType)4502         public ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType) { }
4503         public string FilterString { get { throw null; } }
4504         public System.ComponentModel.ToolboxItemFilterType FilterType { get { throw null; } }
4505         public override object TypeId { get { throw null; } }
Equals(object obj)4506         public override bool Equals(object obj) { throw null; }
GetHashCode()4507         public override int GetHashCode() { throw null; }
Match(object obj)4508         public override bool Match(object obj) { throw null; }
ToString()4509         public override string ToString() { throw null; }
4510     }
4511     public enum ToolboxItemFilterType
4512     {
4513         Allow = 0,
4514         Custom = 1,
4515         Prevent = 2,
4516         Require = 3,
4517     }
4518     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4519     public partial class TypeConverter
4520     {
TypeConverter()4521         public TypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4522         public virtual bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertFrom(System.Type sourceType)4523         public bool CanConvertFrom(System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4524         public virtual bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
CanConvertTo(System.Type destinationType)4525         public bool CanConvertTo(System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4526         public virtual object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertFrom(object o)4527         public object ConvertFrom(object o) { throw null; }
ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text)4528         public object ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromInvariantString(string text)4529         public object ConvertFromInvariantString(string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text)4530         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text)4531         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromString(string text)4532         public object ConvertFromString(string text) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4533         public virtual object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
ConvertTo(object value, System.Type destinationType)4534         public object ConvertTo(object value, System.Type destinationType) { throw null; }
ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value)4535         public string ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToInvariantString(object value)4536         public string ConvertToInvariantString(object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4537         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value)4538         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToString(object value)4539         public string ConvertToString(object value) { throw null; }
CreateInstance(System.Collections.IDictionary propertyValues)4540         public object CreateInstance(System.Collections.IDictionary propertyValues) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)4541         public virtual object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetConvertFromException(object value)4542         protected System.Exception GetConvertFromException(object value) { throw null; }
GetConvertToException(object value, System.Type destinationType)4543         protected System.Exception GetConvertToException(object value, System.Type destinationType) { throw null; }
GetCreateInstanceSupported()4544         public bool GetCreateInstanceSupported() { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4545         public virtual bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value)4546         public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4547         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetProperties(object value)4548         public System.ComponentModel.PropertyDescriptorCollection GetProperties(object value) { throw null; }
GetPropertiesSupported()4549         public bool GetPropertiesSupported() { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4550         public virtual bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues()4551         public System.Collections.ICollection GetStandardValues() { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4552         public virtual System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive()4553         public bool GetStandardValuesExclusive() { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4554         public virtual bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported()4555         public bool GetStandardValuesSupported() { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4556         public virtual bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4557         public virtual bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
IsValid(object value)4558         public bool IsValid(object value) { throw null; }
SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names)4559         protected System.ComponentModel.PropertyDescriptorCollection SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names) { throw null; }
4560         protected abstract partial class SimplePropertyDescriptor : System.ComponentModel.PropertyDescriptor
4561         {
SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType)4562             protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType) : base (default(System.ComponentModel.MemberDescriptor)) { }
SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType, System.Attribute[] attributes)4563             protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType, System.Attribute[] attributes) : base (default(System.ComponentModel.MemberDescriptor)) { }
4564             public override System.Type ComponentType { get { throw null; } }
4565             public override bool IsReadOnly { get { throw null; } }
4566             public override System.Type PropertyType { get { throw null; } }
CanResetValue(object component)4567             public override bool CanResetValue(object component) { throw null; }
ResetValue(object component)4568             public override void ResetValue(object component) { }
ShouldSerializeValue(object component)4569             public override bool ShouldSerializeValue(object component) { throw null; }
4570         }
4571         public partial class StandardValuesCollection : System.Collections.ICollection, System.Collections.IEnumerable
4572         {
StandardValuesCollection(System.Collections.ICollection values)4573             public StandardValuesCollection(System.Collections.ICollection values) { }
4574             public int Count { get { throw null; } }
4575             public object this[int index] { get { throw null; } }
4576             int System.Collections.ICollection.Count { get { throw null; } }
4577             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4578             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Array array, int index)4579             public void CopyTo(System.Array array, int index) { }
GetEnumerator()4580             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)4581             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()4582             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
4583         }
4584     }
4585     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4586     public sealed partial class TypeConverterAttribute : System.Attribute
4587     {
4588         public static readonly System.ComponentModel.TypeConverterAttribute Default;
TypeConverterAttribute()4589         public TypeConverterAttribute() { }
TypeConverterAttribute(string typeName)4590         public TypeConverterAttribute(string typeName) { }
TypeConverterAttribute(System.Type type)4591         public TypeConverterAttribute(System.Type type) { }
4592         public string ConverterTypeName { get { throw null; } }
Equals(object obj)4593         public override bool Equals(object obj) { throw null; }
GetHashCode()4594         public override int GetHashCode() { throw null; }
4595     }
4596     public abstract partial class TypeDescriptionProvider
4597     {
TypeDescriptionProvider()4598         protected TypeDescriptionProvider() { }
TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent)4599         protected TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent) { }
CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args)4600         public virtual object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
GetCache(object instance)4601         public virtual System.Collections.IDictionary GetCache(object instance) { throw null; }
GetExtendedTypeDescriptor(object instance)4602         public virtual System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptor(object instance) { throw null; }
GetExtenderProviders(object instance)4603         protected internal virtual System.ComponentModel.IExtenderProvider[] GetExtenderProviders(object instance) { throw null; }
GetFullComponentName(object component)4604         public virtual string GetFullComponentName(object component) { throw null; }
GetReflectionType(object instance)4605         public System.Type GetReflectionType(object instance) { throw null; }
GetReflectionType(System.Type objectType)4606         public System.Type GetReflectionType(System.Type objectType) { throw null; }
GetReflectionType(System.Type objectType, object instance)4607         public virtual System.Type GetReflectionType(System.Type objectType, object instance) { throw null; }
GetRuntimeType(System.Type reflectionType)4608         public virtual System.Type GetRuntimeType(System.Type reflectionType) { throw null; }
GetTypeDescriptor(object instance)4609         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(object instance) { throw null; }
GetTypeDescriptor(System.Type objectType)4610         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType) { throw null; }
GetTypeDescriptor(System.Type objectType, object instance)4611         public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) { throw null; }
IsSupportedType(System.Type type)4612         public virtual bool IsSupportedType(System.Type type) { throw null; }
4613     }
4614     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true)]
4615     public sealed partial class TypeDescriptionProviderAttribute : System.Attribute
4616     {
TypeDescriptionProviderAttribute(string typeName)4617         public TypeDescriptionProviderAttribute(string typeName) { }
TypeDescriptionProviderAttribute(System.Type type)4618         public TypeDescriptionProviderAttribute(System.Type type) { }
4619         public string TypeName { get { throw null; } }
4620     }
4621     public sealed partial class TypeDescriptor
4622     {
TypeDescriptor()4623         internal TypeDescriptor() { }
4624         [System.ObsoleteAttribute("Use ComObjectType")]
4625         public static System.ComponentModel.IComNativeDescriptorHandler ComNativeDescriptorHandler { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]set { } }
4626         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4627         [System.MonoNotSupportedAttribute("Mono does not support COM")]
4628         public static System.Type ComObjectType { get { throw null; } }
4629         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4630         public static System.Type InterfaceType { get { throw null; } }
4631         public static event System.ComponentModel.RefreshEventHandler Refreshed { add { } remove { } }
4632         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddAttributes(object instance, params System.Attribute[] attributes)4633         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(object instance, params System.Attribute[] attributes) { throw null; }
4634         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddAttributes(System.Type type, params System.Attribute[] attributes)4635         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(System.Type type, params System.Attribute[] attributes) { throw null; }
4636         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table)4637         public static void AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table) { }
4638         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4639         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4640         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4641         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4642         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4643         [System.MonoLimitationAttribute("Security not applied.")]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4644         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4645         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4646         [System.MonoLimitationAttribute("Security not applied.")]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4647         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4648         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4649         [System.MonoNotSupportedAttribute("Associations not supported")]
CreateAssociation(object primary, object secondary)4650         public static void CreateAssociation(object primary, object secondary) { }
CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType)4651         public static System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null; }
4652         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, TypeInformation=true, MemberAccess=true)]
CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes)4653         public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes) { throw null; }
4654         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, TypeInformation=true, MemberAccess=true)]
CreateEvent(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes)4655         public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
4656         [System.MonoTODOAttribute]
CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args)4657         public static object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
4658         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, TypeInformation=true, MemberAccess=true)]
CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes)4659         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes) { throw null; }
4660         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, TypeInformation=true, MemberAccess=true)]
CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes)4661         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
4662         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4663         [System.MonoNotSupportedAttribute("Associations not supported")]
GetAssociation(System.Type type, object primary)4664         public static object GetAssociation(System.Type type, object primary) { throw null; }
GetAttributes(object component)4665         public static System.ComponentModel.AttributeCollection GetAttributes(object component) { throw null; }
4666         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetAttributes(object component, bool noCustomTypeDesc)4667         public static System.ComponentModel.AttributeCollection GetAttributes(object component, bool noCustomTypeDesc) { throw null; }
GetAttributes(System.Type componentType)4668         public static System.ComponentModel.AttributeCollection GetAttributes(System.Type componentType) { throw null; }
GetClassName(object component)4669         public static string GetClassName(object component) { throw null; }
4670         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetClassName(object component, bool noCustomTypeDesc)4671         public static string GetClassName(object component, bool noCustomTypeDesc) { throw null; }
4672         [System.MonoNotSupportedAttribute("")]
GetClassName(System.Type componentType)4673         public static string GetClassName(System.Type componentType) { throw null; }
GetComponentName(object component)4674         public static string GetComponentName(object component) { throw null; }
4675         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetComponentName(object component, bool noCustomTypeDesc)4676         public static string GetComponentName(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(object component)4677         public static System.ComponentModel.TypeConverter GetConverter(object component) { throw null; }
4678         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetConverter(object component, bool noCustomTypeDesc)4679         public static System.ComponentModel.TypeConverter GetConverter(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(System.Type type)4680         public static System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
GetDefaultEvent(object component)4681         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component) { throw null; }
4682         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultEvent(object component, bool noCustomTypeDesc)4683         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultEvent(System.Type componentType)4684         public static System.ComponentModel.EventDescriptor GetDefaultEvent(System.Type componentType) { throw null; }
GetDefaultProperty(object component)4685         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
4686         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultProperty(object component, bool noCustomTypeDesc)4687         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultProperty(System.Type componentType)4688         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(System.Type componentType) { throw null; }
GetEditor(object component, System.Type editorBaseType)4689         public static object GetEditor(object component, System.Type editorBaseType) { throw null; }
4690         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc)4691         public static object GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc) { throw null; }
GetEditor(System.Type componentType, System.Type editorBaseType)4692         public static object GetEditor(System.Type componentType, System.Type editorBaseType) { throw null; }
GetEvents(object component)4693         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component) { throw null; }
GetEvents(object component, System.Attribute[] attributes)4694         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes) { throw null; }
4695         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4696         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4697         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, bool noCustomTypeDesc)4698         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, bool noCustomTypeDesc) { throw null; }
GetEvents(System.Type componentType)4699         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType) { throw null; }
GetEvents(System.Type componentType, System.Attribute[] attributes)4700         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType, System.Attribute[] attributes) { throw null; }
4701         [System.MonoNotSupportedAttribute("")]
GetFullComponentName(object component)4702         public static string GetFullComponentName(object component) { throw null; }
GetProperties(object component)4703         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
GetProperties(object component, System.Attribute[] attributes)4704         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4705         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4706         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProperties(object component, bool noCustomTypeDesc)4707         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, bool noCustomTypeDesc) { throw null; }
GetProperties(System.Type componentType)4708         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType) { throw null; }
GetProperties(System.Type componentType, System.Attribute[] attributes)4709         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType, System.Attribute[] attributes) { throw null; }
4710         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(object instance)4711         public static System.ComponentModel.TypeDescriptionProvider GetProvider(object instance) { throw null; }
4712         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(System.Type type)4713         public static System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type) { throw null; }
4714         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(object instance)4715         public static System.Type GetReflectionType(object instance) { throw null; }
4716         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(System.Type type)4717         public static System.Type GetReflectionType(System.Type type) { throw null; }
Refresh(object component)4718         public static void Refresh(object component) { }
Refresh(System.Reflection.Assembly assembly)4719         public static void Refresh(System.Reflection.Assembly assembly) { }
Refresh(System.Reflection.Module module)4720         public static void Refresh(System.Reflection.Module module) { }
Refresh(System.Type type)4721         public static void Refresh(System.Type type) { }
4722         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4723         [System.MonoNotSupportedAttribute("Associations not supported")]
RemoveAssociation(object primary, object secondary)4724         public static void RemoveAssociation(object primary, object secondary) { }
4725         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4726         [System.MonoNotSupportedAttribute("Associations not supported")]
RemoveAssociations(object primary)4727         public static void RemoveAssociations(object primary) { }
4728         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4729         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4730         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4731         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4732         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4733         [System.MonoLimitationAttribute("Security not applied.")]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4734         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4735         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4736         [System.MonoLimitationAttribute("Security not applied.")]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4737         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
SortDescriptorArray(System.Collections.IList infos)4738         public static void SortDescriptorArray(System.Collections.IList infos) { }
4739     }
4740     public abstract partial class TypeListConverter : System.ComponentModel.TypeConverter
4741     {
TypeListConverter(System.Type[] types)4742         protected TypeListConverter(System.Type[] types) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4743         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4744         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4745         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4746         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4747         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4748         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4749         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4750     }
4751     public partial class UInt16Converter : System.ComponentModel.BaseNumberConverter
4752     {
UInt16Converter()4753         public UInt16Converter() { }
4754     }
4755     public partial class UInt32Converter : System.ComponentModel.BaseNumberConverter
4756     {
UInt32Converter()4757         public UInt32Converter() { }
4758     }
4759     public partial class UInt64Converter : System.ComponentModel.BaseNumberConverter
4760     {
UInt64Converter()4761         public UInt64Converter() { }
4762     }
4763     [System.SerializableAttribute]
4764     public partial class WarningException : System.SystemException
4765     {
WarningException()4766         public WarningException() { }
WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4767         protected WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
WarningException(string message)4768         public WarningException(string message) { }
WarningException(string message, System.Exception innerException)4769         public WarningException(string message, System.Exception innerException) { }
WarningException(string message, string helpUrl)4770         public WarningException(string message, string helpUrl) { }
WarningException(string message, string helpUrl, string helpTopic)4771         public WarningException(string message, string helpUrl, string helpTopic) { }
4772         public string HelpTopic { get { throw null; } }
4773         public string HelpUrl { get { throw null; } }
4774         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4775         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4776     }
4777     [System.Security.SuppressUnmanagedCodeSecurityAttribute]
4778     [System.SerializableAttribute]
4779     public partial class Win32Exception : System.Runtime.InteropServices.ExternalException
4780     {
Win32Exception()4781         public Win32Exception() { }
Win32Exception(int error)4782         public Win32Exception(int error) { }
Win32Exception(int error, string message)4783         public Win32Exception(int error, string message) { }
Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4784         protected Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4785         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
Win32Exception(string message)4786         public Win32Exception(string message) { }
4787         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
Win32Exception(string message, System.Exception innerException)4788         public Win32Exception(string message, System.Exception innerException) { }
4789         public int NativeErrorCode { get { throw null; } }
4790         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4791         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4792     }
4793 }
4794 namespace System.ComponentModel.Design
4795 {
4796     public partial class ActiveDesignerEventArgs : System.EventArgs
4797     {
ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner)4798         public ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner) { }
4799         public System.ComponentModel.Design.IDesignerHost NewDesigner { get { throw null; } }
4800         public System.ComponentModel.Design.IDesignerHost OldDesigner { get { throw null; } }
4801     }
ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e)4802     public delegate void ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e);
4803     [System.SerializableAttribute]
4804     public partial class CheckoutException : System.Runtime.InteropServices.ExternalException
4805     {
4806         public static readonly System.ComponentModel.Design.CheckoutException Canceled;
CheckoutException()4807         public CheckoutException() { }
CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4808         protected CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
CheckoutException(string message)4809         public CheckoutException(string message) { }
CheckoutException(string message, System.Exception innerException)4810         public CheckoutException(string message, System.Exception innerException) { }
CheckoutException(string message, int errorCode)4811         public CheckoutException(string message, int errorCode) { }
4812     }
4813     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4814     public partial class CommandID
4815     {
CommandID(System.Guid menuGroup, int commandID)4816         public CommandID(System.Guid menuGroup, int commandID) { }
4817         public virtual System.Guid Guid { get { throw null; } }
4818         public virtual int ID { get { throw null; } }
Equals(object obj)4819         public override bool Equals(object obj) { throw null; }
GetHashCode()4820         public override int GetHashCode() { throw null; }
ToString()4821         public override string ToString() { throw null; }
4822     }
4823     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4824     public sealed partial class ComponentChangedEventArgs : System.EventArgs
4825     {
ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)4826         public ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue) { }
4827         public object Component { get { throw null; } }
4828         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
4829         public object NewValue { get { throw null; } }
4830         public object OldValue { get { throw null; } }
4831     }
4832     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e)4833     public delegate void ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e);
4834     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4835     public sealed partial class ComponentChangingEventArgs : System.EventArgs
4836     {
ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member)4837         public ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member) { }
4838         public object Component { get { throw null; } }
4839         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
4840     }
4841     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e)4842     public delegate void ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e);
4843     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4844     public partial class ComponentEventArgs : System.EventArgs
4845     {
ComponentEventArgs(System.ComponentModel.IComponent component)4846         public ComponentEventArgs(System.ComponentModel.IComponent component) { }
4847         public virtual System.ComponentModel.IComponent Component { get { throw null; } }
4848     }
4849     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e)4850     public delegate void ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e);
4851     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4852     public partial class ComponentRenameEventArgs : System.EventArgs
4853     {
ComponentRenameEventArgs(object component, string oldName, string newName)4854         public ComponentRenameEventArgs(object component, string oldName, string newName) { }
4855         public object Component { get { throw null; } }
4856         public virtual string NewName { get { throw null; } }
4857         public virtual string OldName { get { throw null; } }
4858     }
4859     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e)4860     public delegate void ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e);
4861     public partial class DesignerCollection : System.Collections.ICollection, System.Collections.IEnumerable
4862     {
DesignerCollection(System.Collections.IList designers)4863         public DesignerCollection(System.Collections.IList designers) { }
DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers)4864         public DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers) { }
4865         public int Count { get { throw null; } }
4866         public virtual System.ComponentModel.Design.IDesignerHost this[int index] { get { throw null; } }
4867         int System.Collections.ICollection.Count { get { throw null; } }
4868         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4869         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()4870         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)4871         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()4872         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
4873     }
4874     public partial class DesignerEventArgs : System.EventArgs
4875     {
DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host)4876         public DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host) { }
4877         public System.ComponentModel.Design.IDesignerHost Designer { get { throw null; } }
4878     }
DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e)4879     public delegate void DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e);
4880     public abstract partial class DesignerOptionService : System.ComponentModel.Design.IDesignerOptionService
4881     {
DesignerOptionService()4882         protected internal DesignerOptionService() { }
4883         public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Options { get { throw null; } }
CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection parent, string name, object value)4884         protected System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection parent, string name, object value) { throw null; }
PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options)4885         protected virtual void PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options) { }
ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject)4886         protected virtual bool ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName)4887         object System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value)4888         void System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value) { }
4889         [System.ComponentModel.EditorAttribute("", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
4890         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.TypeConverter))]
4891         [System.MonoTODOAttribute("implement own TypeConverter")]
4892         public sealed partial class DesignerOptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
4893         {
DesignerOptionCollection()4894             internal DesignerOptionCollection() { }
4895             public int Count { get { throw null; } }
4896             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[int index] { get { throw null; } }
4897             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[string index] { get { throw null; } }
4898             public string Name { get { throw null; } }
4899             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Parent { get { throw null; } }
4900             public System.ComponentModel.PropertyDescriptorCollection Properties { get { throw null; } }
4901             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4902             object System.Collections.ICollection.SyncRoot { get { throw null; } }
4903             bool System.Collections.IList.IsFixedSize { get { throw null; } }
4904             bool System.Collections.IList.IsReadOnly { get { throw null; } }
4905             object System.Collections.IList.this[int index] { get { throw null; } set { } }
CopyTo(System.Array array, int index)4906             public void CopyTo(System.Array array, int index) { }
GetEnumerator()4907             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection item)4908             public int IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection item) { throw null; }
ShowDialog()4909             public bool ShowDialog() { throw null; }
System.Collections.IList.Add(object item)4910             int System.Collections.IList.Add(object item) { throw null; }
System.Collections.IList.Clear()4911             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object item)4912             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)4913             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object item)4914             void System.Collections.IList.Insert(int index, object item) { }
System.Collections.IList.Remove(object item)4915             void System.Collections.IList.Remove(object item) { }
System.Collections.IList.RemoveAt(int index)4916             void System.Collections.IList.RemoveAt(int index) { }
4917             public sealed partial class WrappedPropertyDescriptor : System.ComponentModel.PropertyDescriptor
4918             {
WrappedPropertyDescriptor(System.ComponentModel.PropertyDescriptor property, object component)4919                 public WrappedPropertyDescriptor(System.ComponentModel.PropertyDescriptor property, object component) : base (default(System.ComponentModel.MemberDescriptor)) { }
4920                 public override System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
4921                 public override System.Type ComponentType { get { throw null; } }
4922                 public override bool IsReadOnly { get { throw null; } }
4923                 public override System.Type PropertyType { get { throw null; } }
CanResetValue(object ignored)4924                 public override bool CanResetValue(object ignored) { throw null; }
GetValue(object ignored)4925                 public override object GetValue(object ignored) { throw null; }
ResetValue(object ignored)4926                 public override void ResetValue(object ignored) { }
SetValue(object ignored, object value)4927                 public override void SetValue(object ignored, object value) { }
ShouldSerializeValue(object ignored)4928                 public override bool ShouldSerializeValue(object ignored) { throw null; }
4929             }
4930         }
4931     }
4932     public abstract partial class DesignerTransaction : System.IDisposable
4933     {
DesignerTransaction()4934         protected DesignerTransaction() { }
DesignerTransaction(string description)4935         protected DesignerTransaction(string description) { }
4936         public bool Canceled { get { throw null; } }
4937         public bool Committed { get { throw null; } }
4938         public string Description { get { throw null; } }
Cancel()4939         public void Cancel() { }
Commit()4940         public void Commit() { }
Dispose(bool disposing)4941         protected virtual void Dispose(bool disposing) { }
~DesignerTransaction()4942         ~DesignerTransaction() { }
OnCancel()4943         protected abstract void OnCancel();
OnCommit()4944         protected abstract void OnCommit();
System.IDisposable.Dispose()4945         void System.IDisposable.Dispose() { }
4946     }
4947     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4948     public partial class DesignerTransactionCloseEventArgs : System.EventArgs
4949     {
4950         [System.ObsoleteAttribute("Use another constructor that indicates lastTransaction")]
DesignerTransactionCloseEventArgs(bool commit)4951         public DesignerTransactionCloseEventArgs(bool commit) { }
DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction)4952         public DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction) { }
4953         public bool LastTransaction { get { throw null; } }
4954         public bool TransactionCommitted { get { throw null; } }
4955     }
4956     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e)4957     public delegate void DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e);
4958     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4959     public partial class DesignerVerb : System.ComponentModel.Design.MenuCommand
4960     {
DesignerVerb(string text, System.EventHandler handler)4961         public DesignerVerb(string text, System.EventHandler handler) : base (default(System.EventHandler), default(System.ComponentModel.Design.CommandID)) { }
DesignerVerb(string text, System.EventHandler handler, System.ComponentModel.Design.CommandID startCommandID)4962         public DesignerVerb(string text, System.EventHandler handler, System.ComponentModel.Design.CommandID startCommandID) : base (default(System.EventHandler), default(System.ComponentModel.Design.CommandID)) { }
4963         public string Description { get { throw null; } set { } }
4964         public string Text { get { throw null; } }
ToString()4965         public override string ToString() { throw null; }
4966     }
4967     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4968     public partial class DesignerVerbCollection : System.Collections.CollectionBase
4969     {
DesignerVerbCollection()4970         public DesignerVerbCollection() { }
DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value)4971         public DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value) { }
4972         public System.ComponentModel.Design.DesignerVerb this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.Design.DesignerVerb value)4973         public int Add(System.ComponentModel.Design.DesignerVerb value) { throw null; }
AddRange(System.ComponentModel.Design.DesignerVerbCollection value)4974         public void AddRange(System.ComponentModel.Design.DesignerVerbCollection value) { }
AddRange(System.ComponentModel.Design.DesignerVerb[] value)4975         public void AddRange(System.ComponentModel.Design.DesignerVerb[] value) { }
Contains(System.ComponentModel.Design.DesignerVerb value)4976         public bool Contains(System.ComponentModel.Design.DesignerVerb value) { throw null; }
CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index)4977         public void CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index) { }
IndexOf(System.ComponentModel.Design.DesignerVerb value)4978         public int IndexOf(System.ComponentModel.Design.DesignerVerb value) { throw null; }
Insert(int index, System.ComponentModel.Design.DesignerVerb value)4979         public void Insert(int index, System.ComponentModel.Design.DesignerVerb value) { }
OnClear()4980         protected override void OnClear() { }
OnInsert(int index, object value)4981         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)4982         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)4983         protected override void OnSet(int index, object oldValue, object newValue) { }
OnValidate(object value)4984         protected override void OnValidate(object value) { }
Remove(System.ComponentModel.Design.DesignerVerb value)4985         public void Remove(System.ComponentModel.Design.DesignerVerb value) { }
4986     }
4987     public partial class DesigntimeLicenseContext : System.ComponentModel.LicenseContext
4988     {
DesigntimeLicenseContext()4989         public DesigntimeLicenseContext() { }
4990         public override System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)4991         public override string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
SetSavedLicenseKey(System.Type type, string key)4992         public override void SetSavedLicenseKey(System.Type type, string key) { }
4993     }
4994     public partial class DesigntimeLicenseContextSerializer
4995     {
DesigntimeLicenseContextSerializer()4996         internal DesigntimeLicenseContextSerializer() { }
Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context)4997         public static void Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context) { }
4998     }
4999     public enum HelpContextType
5000     {
5001         Ambient = 0,
5002         Selection = 2,
5003         ToolWindowSelection = 3,
5004         Window = 1,
5005     }
5006     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=false, Inherited=false)]
5007     [System.SerializableAttribute]
5008     public sealed partial class HelpKeywordAttribute : System.Attribute
5009     {
5010         public static readonly System.ComponentModel.Design.HelpKeywordAttribute Default;
HelpKeywordAttribute()5011         public HelpKeywordAttribute() { }
HelpKeywordAttribute(string keyword)5012         public HelpKeywordAttribute(string keyword) { }
HelpKeywordAttribute(System.Type t)5013         public HelpKeywordAttribute(System.Type t) { }
5014         public string HelpKeyword { get { throw null; } }
Equals(object other)5015         public override bool Equals(object other) { throw null; }
GetHashCode()5016         public override int GetHashCode() { throw null; }
IsDefaultAttribute()5017         public override bool IsDefaultAttribute() { throw null; }
5018     }
5019     public enum HelpKeywordType
5020     {
5021         F1Keyword = 0,
5022         FilterKeyword = 2,
5023         GeneralKeyword = 1,
5024     }
5025     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5026     public partial interface IComponentChangeService
5027     {
5028         event System.ComponentModel.Design.ComponentEventHandler ComponentAdded;
5029         event System.ComponentModel.Design.ComponentEventHandler ComponentAdding;
5030         event System.ComponentModel.Design.ComponentChangedEventHandler ComponentChanged;
5031         event System.ComponentModel.Design.ComponentChangingEventHandler ComponentChanging;
5032         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoved;
5033         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoving;
5034         event System.ComponentModel.Design.ComponentRenameEventHandler ComponentRename;
OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)5035         void OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue);
OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member)5036         void OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member);
5037     }
5038     public partial interface IComponentDiscoveryService
5039     {
GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType)5040         System.Collections.ICollection GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType);
5041     }
5042     public partial interface IComponentInitializer
5043     {
InitializeExistingComponent(System.Collections.IDictionary defaultValues)5044         void InitializeExistingComponent(System.Collections.IDictionary defaultValues);
InitializeNewComponent(System.Collections.IDictionary defaultValues)5045         void InitializeNewComponent(System.Collections.IDictionary defaultValues);
5046     }
5047     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5048     public partial interface IDesigner : System.IDisposable
5049     {
5050         System.ComponentModel.IComponent Component { get; }
5051         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
DoDefaultAction()5052         void DoDefaultAction();
Initialize(System.ComponentModel.IComponent component)5053         void Initialize(System.ComponentModel.IComponent component);
5054     }
5055     public partial interface IDesignerEventService
5056     {
5057         System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; }
5058         System.ComponentModel.Design.DesignerCollection Designers { get; }
5059         event System.ComponentModel.Design.ActiveDesignerEventHandler ActiveDesignerChanged;
5060         event System.ComponentModel.Design.DesignerEventHandler DesignerCreated;
5061         event System.ComponentModel.Design.DesignerEventHandler DesignerDisposed;
5062         event System.EventHandler SelectionChanged;
5063     }
5064     public partial interface IDesignerFilter
5065     {
PostFilterAttributes(System.Collections.IDictionary attributes)5066         void PostFilterAttributes(System.Collections.IDictionary attributes);
PostFilterEvents(System.Collections.IDictionary events)5067         void PostFilterEvents(System.Collections.IDictionary events);
PostFilterProperties(System.Collections.IDictionary properties)5068         void PostFilterProperties(System.Collections.IDictionary properties);
PreFilterAttributes(System.Collections.IDictionary attributes)5069         void PreFilterAttributes(System.Collections.IDictionary attributes);
PreFilterEvents(System.Collections.IDictionary events)5070         void PreFilterEvents(System.Collections.IDictionary events);
PreFilterProperties(System.Collections.IDictionary properties)5071         void PreFilterProperties(System.Collections.IDictionary properties);
5072     }
5073     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5074     public partial interface IDesignerHost : System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
5075     {
5076         System.ComponentModel.IContainer Container { get; }
5077         bool InTransaction { get; }
5078         bool Loading { get; }
5079         System.ComponentModel.IComponent RootComponent { get; }
5080         string RootComponentClassName { get; }
5081         string TransactionDescription { get; }
5082         event System.EventHandler Activated;
5083         event System.EventHandler Deactivated;
5084         event System.EventHandler LoadComplete;
5085         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosed;
5086         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosing;
5087         event System.EventHandler TransactionOpened;
5088         event System.EventHandler TransactionOpening;
Activate()5089         void Activate();
CreateComponent(System.Type componentClass)5090         System.ComponentModel.IComponent CreateComponent(System.Type componentClass);
CreateComponent(System.Type componentClass, string name)5091         System.ComponentModel.IComponent CreateComponent(System.Type componentClass, string name);
CreateTransaction()5092         System.ComponentModel.Design.DesignerTransaction CreateTransaction();
CreateTransaction(string description)5093         System.ComponentModel.Design.DesignerTransaction CreateTransaction(string description);
DestroyComponent(System.ComponentModel.IComponent component)5094         void DestroyComponent(System.ComponentModel.IComponent component);
GetDesigner(System.ComponentModel.IComponent component)5095         System.ComponentModel.Design.IDesigner GetDesigner(System.ComponentModel.IComponent component);
GetType(string typeName)5096         System.Type GetType(string typeName);
5097     }
5098     public partial interface IDesignerHostTransactionState
5099     {
5100         bool IsClosingTransaction { get; }
5101     }
5102     public partial interface IDesignerOptionService
5103     {
GetOptionValue(string pageName, string valueName)5104         object GetOptionValue(string pageName, string valueName);
SetOptionValue(string pageName, string valueName, object value)5105         void SetOptionValue(string pageName, string valueName, object value);
5106     }
5107     public partial interface IDictionaryService
5108     {
GetKey(object value)5109         object GetKey(object value);
GetValue(object key)5110         object GetValue(object key);
SetValue(object key, object value)5111         void SetValue(object key, object value);
5112     }
5113     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5114     public partial interface IEventBindingService
5115     {
CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5116         string CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
GetCompatibleMethods(System.ComponentModel.EventDescriptor e)5117         System.Collections.ICollection GetCompatibleMethods(System.ComponentModel.EventDescriptor e);
GetEvent(System.ComponentModel.PropertyDescriptor property)5118         System.ComponentModel.EventDescriptor GetEvent(System.ComponentModel.PropertyDescriptor property);
GetEventProperties(System.ComponentModel.EventDescriptorCollection events)5119         System.ComponentModel.PropertyDescriptorCollection GetEventProperties(System.ComponentModel.EventDescriptorCollection events);
GetEventProperty(System.ComponentModel.EventDescriptor e)5120         System.ComponentModel.PropertyDescriptor GetEventProperty(System.ComponentModel.EventDescriptor e);
ShowCode()5121         bool ShowCode();
ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5122         bool ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
ShowCode(int lineNumber)5123         bool ShowCode(int lineNumber);
5124     }
5125     public partial interface IExtenderListService
5126     {
GetExtenderProviders()5127         System.ComponentModel.IExtenderProvider[] GetExtenderProviders();
5128     }
5129     public partial interface IExtenderProviderService
5130     {
AddExtenderProvider(System.ComponentModel.IExtenderProvider provider)5131         void AddExtenderProvider(System.ComponentModel.IExtenderProvider provider);
RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider)5132         void RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider);
5133     }
5134     public partial interface IHelpService
5135     {
AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType)5136         void AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType);
ClearContextAttributes()5137         void ClearContextAttributes();
CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType)5138         System.ComponentModel.Design.IHelpService CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType);
RemoveContextAttribute(string name, string value)5139         void RemoveContextAttribute(string name, string value);
RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext)5140         void RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext);
ShowHelpFromKeyword(string helpKeyword)5141         void ShowHelpFromKeyword(string helpKeyword);
ShowHelpFromUrl(string helpUrl)5142         void ShowHelpFromUrl(string helpUrl);
5143     }
5144     public partial interface IInheritanceService
5145     {
AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container)5146         void AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container);
GetInheritanceAttribute(System.ComponentModel.IComponent component)5147         System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponent component);
5148     }
5149     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5150     public partial interface IMenuCommandService
5151     {
5152         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
AddCommand(System.ComponentModel.Design.MenuCommand command)5153         void AddCommand(System.ComponentModel.Design.MenuCommand command);
AddVerb(System.ComponentModel.Design.DesignerVerb verb)5154         void AddVerb(System.ComponentModel.Design.DesignerVerb verb);
FindCommand(System.ComponentModel.Design.CommandID commandID)5155         System.ComponentModel.Design.MenuCommand FindCommand(System.ComponentModel.Design.CommandID commandID);
GlobalInvoke(System.ComponentModel.Design.CommandID commandID)5156         bool GlobalInvoke(System.ComponentModel.Design.CommandID commandID);
RemoveCommand(System.ComponentModel.Design.MenuCommand command)5157         void RemoveCommand(System.ComponentModel.Design.MenuCommand command);
RemoveVerb(System.ComponentModel.Design.DesignerVerb verb)5158         void RemoveVerb(System.ComponentModel.Design.DesignerVerb verb);
ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y)5159         void ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y);
5160     }
5161     public partial interface IReferenceService
5162     {
GetComponent(object reference)5163         System.ComponentModel.IComponent GetComponent(object reference);
GetName(object reference)5164         string GetName(object reference);
GetReference(string name)5165         object GetReference(string name);
GetReferences()5166         object[] GetReferences();
GetReferences(System.Type baseType)5167         object[] GetReferences(System.Type baseType);
5168     }
5169     public partial interface IResourceService
5170     {
GetResourceReader(System.Globalization.CultureInfo info)5171         System.Resources.IResourceReader GetResourceReader(System.Globalization.CultureInfo info);
GetResourceWriter(System.Globalization.CultureInfo info)5172         System.Resources.IResourceWriter GetResourceWriter(System.Globalization.CultureInfo info);
5173     }
5174     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5175     public partial interface IRootDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5176     {
5177         System.ComponentModel.Design.ViewTechnology[] SupportedTechnologies { get; }
GetView(System.ComponentModel.Design.ViewTechnology technology)5178         object GetView(System.ComponentModel.Design.ViewTechnology technology);
5179     }
5180     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5181     public partial interface ISelectionService
5182     {
5183         object PrimarySelection { get; }
5184         int SelectionCount { get; }
5185         event System.EventHandler SelectionChanged;
5186         event System.EventHandler SelectionChanging;
GetComponentSelected(object component)5187         bool GetComponentSelected(object component);
GetSelectedComponents()5188         System.Collections.ICollection GetSelectedComponents();
SetSelectedComponents(System.Collections.ICollection components)5189         void SetSelectedComponents(System.Collections.ICollection components);
SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType)5190         void SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType);
5191     }
5192     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5193     public partial interface IServiceContainer : System.IServiceProvider
5194     {
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5195         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback);
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5196         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote);
AddService(System.Type serviceType, object serviceInstance)5197         void AddService(System.Type serviceType, object serviceInstance);
AddService(System.Type serviceType, object serviceInstance, bool promote)5198         void AddService(System.Type serviceType, object serviceInstance, bool promote);
RemoveService(System.Type serviceType)5199         void RemoveService(System.Type serviceType);
RemoveService(System.Type serviceType, bool promote)5200         void RemoveService(System.Type serviceType, bool promote);
5201     }
5202     public partial interface ITreeDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5203     {
5204         System.Collections.ICollection Children { get; }
5205         System.ComponentModel.Design.IDesigner Parent { get; }
5206     }
5207     public partial interface ITypeDescriptorFilterService
5208     {
FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes)5209         bool FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes);
FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events)5210         bool FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events);
FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties)5211         bool FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties);
5212     }
5213     public partial interface ITypeDiscoveryService
5214     {
GetTypes(System.Type baseType, bool excludeGlobalTypes)5215         System.Collections.ICollection GetTypes(System.Type baseType, bool excludeGlobalTypes);
5216     }
5217     public partial interface ITypeResolutionService
5218     {
GetAssembly(System.Reflection.AssemblyName name)5219         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name);
GetAssembly(System.Reflection.AssemblyName name, bool throwOnError)5220         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name, bool throwOnError);
GetPathOfAssembly(System.Reflection.AssemblyName name)5221         string GetPathOfAssembly(System.Reflection.AssemblyName name);
GetType(string name)5222         System.Type GetType(string name);
GetType(string name, bool throwOnError)5223         System.Type GetType(string name, bool throwOnError);
GetType(string name, bool throwOnError, bool ignoreCase)5224         System.Type GetType(string name, bool throwOnError, bool ignoreCase);
ReferenceAssembly(System.Reflection.AssemblyName name)5225         void ReferenceAssembly(System.Reflection.AssemblyName name);
5226     }
5227     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5228     public partial class MenuCommand
5229     {
MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command)5230         public MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command) { }
5231         public virtual bool Checked { get { throw null; } set { } }
5232         public virtual System.ComponentModel.Design.CommandID CommandID { get { throw null; } }
5233         public virtual bool Enabled { get { throw null; } set { } }
5234         [System.MonoTODOAttribute]
5235         public virtual int OleStatus { get { throw null; } }
5236         public virtual System.Collections.IDictionary Properties { get { throw null; } }
5237         public virtual bool Supported { get { throw null; } set { } }
5238         public virtual bool Visible { get { throw null; } set { } }
5239         public event System.EventHandler CommandChanged { add { } remove { } }
Invoke()5240         public virtual void Invoke() { }
Invoke(object arg)5241         public virtual void Invoke(object arg) { }
OnCommandChanged(System.EventArgs e)5242         protected virtual void OnCommandChanged(System.EventArgs e) { }
ToString()5243         public override string ToString() { throw null; }
5244     }
5245     [System.FlagsAttribute]
5246     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5247     public enum SelectionTypes
5248     {
5249         Add = 64,
5250         Auto = 1,
5251         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Primary instead.")]
5252         Click = 16,
5253         [System.ObsoleteAttribute("This value has been deprecated. It is no longer supported.")]
5254         MouseDown = 4,
5255         [System.ObsoleteAttribute("This value has been deprecated. It is no longer supported.")]
5256         MouseUp = 8,
5257         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Auto instead.")]
5258         Normal = 1,
5259         Primary = 16,
5260         Remove = 128,
5261         Replace = 2,
5262         Toggle = 32,
5263         [System.ObsoleteAttribute("This value has been deprecated. It is no longer supported.")]
5264         Valid = 31,
5265     }
5266     public partial class ServiceContainer : System.ComponentModel.Design.IServiceContainer, System.IDisposable, System.IServiceProvider
5267     {
ServiceContainer()5268         public ServiceContainer() { }
ServiceContainer(System.IServiceProvider parentProvider)5269         public ServiceContainer(System.IServiceProvider parentProvider) { }
5270         protected virtual System.Type[] DefaultServices { get { throw null; } }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5271         public void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback) { }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5272         public virtual void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote) { }
AddService(System.Type serviceType, object serviceInstance)5273         public void AddService(System.Type serviceType, object serviceInstance) { }
AddService(System.Type serviceType, object serviceInstance, bool promote)5274         public virtual void AddService(System.Type serviceType, object serviceInstance, bool promote) { }
Dispose()5275         public void Dispose() { }
Dispose(bool disposing)5276         protected virtual void Dispose(bool disposing) { }
GetService(System.Type serviceType)5277         public virtual object GetService(System.Type serviceType) { throw null; }
RemoveService(System.Type serviceType)5278         public void RemoveService(System.Type serviceType) { }
RemoveService(System.Type serviceType, bool promote)5279         public virtual void RemoveService(System.Type serviceType, bool promote) { }
5280     }
5281     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType)5282     public delegate object ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType);
5283     public partial class StandardCommands
5284     {
5285         public static readonly System.ComponentModel.Design.CommandID AlignBottom;
5286         public static readonly System.ComponentModel.Design.CommandID AlignHorizontalCenters;
5287         public static readonly System.ComponentModel.Design.CommandID AlignLeft;
5288         public static readonly System.ComponentModel.Design.CommandID AlignRight;
5289         public static readonly System.ComponentModel.Design.CommandID AlignToGrid;
5290         public static readonly System.ComponentModel.Design.CommandID AlignTop;
5291         public static readonly System.ComponentModel.Design.CommandID AlignVerticalCenters;
5292         public static readonly System.ComponentModel.Design.CommandID ArrangeBottom;
5293         public static readonly System.ComponentModel.Design.CommandID ArrangeIcons;
5294         public static readonly System.ComponentModel.Design.CommandID ArrangeRight;
5295         public static readonly System.ComponentModel.Design.CommandID BringForward;
5296         public static readonly System.ComponentModel.Design.CommandID BringToFront;
5297         public static readonly System.ComponentModel.Design.CommandID CenterHorizontally;
5298         public static readonly System.ComponentModel.Design.CommandID CenterVertically;
5299         public static readonly System.ComponentModel.Design.CommandID Copy;
5300         public static readonly System.ComponentModel.Design.CommandID Cut;
5301         public static readonly System.ComponentModel.Design.CommandID Delete;
5302         public static readonly System.ComponentModel.Design.CommandID DocumentOutline;
5303         public static readonly System.ComponentModel.Design.CommandID F1Help;
5304         public static readonly System.ComponentModel.Design.CommandID Group;
5305         public static readonly System.ComponentModel.Design.CommandID HorizSpaceConcatenate;
5306         public static readonly System.ComponentModel.Design.CommandID HorizSpaceDecrease;
5307         public static readonly System.ComponentModel.Design.CommandID HorizSpaceIncrease;
5308         public static readonly System.ComponentModel.Design.CommandID HorizSpaceMakeEqual;
5309         public static readonly System.ComponentModel.Design.CommandID LineupIcons;
5310         public static readonly System.ComponentModel.Design.CommandID LockControls;
5311         public static readonly System.ComponentModel.Design.CommandID MultiLevelRedo;
5312         public static readonly System.ComponentModel.Design.CommandID MultiLevelUndo;
5313         public static readonly System.ComponentModel.Design.CommandID Paste;
5314         public static readonly System.ComponentModel.Design.CommandID Properties;
5315         public static readonly System.ComponentModel.Design.CommandID PropertiesWindow;
5316         public static readonly System.ComponentModel.Design.CommandID Redo;
5317         public static readonly System.ComponentModel.Design.CommandID Replace;
5318         public static readonly System.ComponentModel.Design.CommandID SelectAll;
5319         public static readonly System.ComponentModel.Design.CommandID SendBackward;
5320         public static readonly System.ComponentModel.Design.CommandID SendToBack;
5321         public static readonly System.ComponentModel.Design.CommandID ShowGrid;
5322         public static readonly System.ComponentModel.Design.CommandID ShowLargeIcons;
5323         public static readonly System.ComponentModel.Design.CommandID SizeToControl;
5324         public static readonly System.ComponentModel.Design.CommandID SizeToControlHeight;
5325         public static readonly System.ComponentModel.Design.CommandID SizeToControlWidth;
5326         public static readonly System.ComponentModel.Design.CommandID SizeToFit;
5327         public static readonly System.ComponentModel.Design.CommandID SizeToGrid;
5328         public static readonly System.ComponentModel.Design.CommandID SnapToGrid;
5329         public static readonly System.ComponentModel.Design.CommandID TabOrder;
5330         public static readonly System.ComponentModel.Design.CommandID Undo;
5331         public static readonly System.ComponentModel.Design.CommandID Ungroup;
5332         public static readonly System.ComponentModel.Design.CommandID VerbFirst;
5333         public static readonly System.ComponentModel.Design.CommandID VerbLast;
5334         public static readonly System.ComponentModel.Design.CommandID VertSpaceConcatenate;
5335         public static readonly System.ComponentModel.Design.CommandID VertSpaceDecrease;
5336         public static readonly System.ComponentModel.Design.CommandID VertSpaceIncrease;
5337         public static readonly System.ComponentModel.Design.CommandID VertSpaceMakeEqual;
5338         public static readonly System.ComponentModel.Design.CommandID ViewCode;
5339         public static readonly System.ComponentModel.Design.CommandID ViewGrid;
StandardCommands()5340         public StandardCommands() { }
5341     }
5342     public partial class StandardToolWindows
5343     {
5344         public static readonly System.Guid ObjectBrowser;
5345         public static readonly System.Guid OutputWindow;
5346         public static readonly System.Guid ProjectExplorer;
5347         public static readonly System.Guid PropertyBrowser;
5348         public static readonly System.Guid RelatedLinks;
5349         public static readonly System.Guid ServerExplorer;
5350         public static readonly System.Guid TaskList;
5351         public static readonly System.Guid Toolbox;
StandardToolWindows()5352         public StandardToolWindows() { }
5353     }
5354     public abstract partial class TypeDescriptionProviderService
5355     {
TypeDescriptionProviderService()5356         protected TypeDescriptionProviderService() { }
GetProvider(object instance)5357         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(object instance);
GetProvider(System.Type type)5358         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type);
5359     }
5360     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5361     public enum ViewTechnology
5362     {
5363         Default = 2,
5364         [System.ObsoleteAttribute("Use ViewTechnology.Default.")]
5365         Passthrough = 0,
5366         [System.ObsoleteAttribute("Use ViewTechnology.Default.")]
5367         WindowsForms = 1,
5368     }
5369 }
5370 namespace System.ComponentModel.Design.Serialization
5371 {
5372     public abstract partial class ComponentSerializationService
5373     {
ComponentSerializationService()5374         protected ComponentSerializationService() { }
CreateStore()5375         public abstract System.ComponentModel.Design.Serialization.SerializationStore CreateStore();
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store)5376         public abstract System.Collections.ICollection Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store);
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container)5377         public abstract System.Collections.ICollection Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container);
DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container)5378         public void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container) { }
DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes)5379         public void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes) { }
DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes, bool applyDefaults)5380         public abstract void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes, bool applyDefaults);
LoadStore(System.IO.Stream stream)5381         public abstract System.ComponentModel.Design.Serialization.SerializationStore LoadStore(System.IO.Stream stream);
Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5382         public abstract void Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value);
SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5383         public abstract void SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object value);
SerializeMember(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member)5384         public abstract void SerializeMember(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member);
SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member)5385         public abstract void SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member);
5386     }
5387     public sealed partial class ContextStack
5388     {
ContextStack()5389         public ContextStack() { }
5390         public object Current { get { throw null; } }
5391         public object this[int level] { get { throw null; } }
5392         public object this[System.Type type] { get { throw null; } }
Append(object context)5393         public void Append(object context) { }
Pop()5394         public object Pop() { throw null; }
Push(object context)5395         public void Push(object context) { }
5396     }
5397     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
5398     public sealed partial class DefaultSerializationProviderAttribute : System.Attribute
5399     {
DefaultSerializationProviderAttribute(string providerTypeName)5400         public DefaultSerializationProviderAttribute(string providerTypeName) { }
DefaultSerializationProviderAttribute(System.Type providerType)5401         public DefaultSerializationProviderAttribute(System.Type providerType) { }
5402         public string ProviderTypeName { get { throw null; } }
5403     }
5404     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5405     public abstract partial class DesignerLoader
5406     {
DesignerLoader()5407         protected DesignerLoader() { }
5408         public virtual bool Loading { get { throw null; } }
BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host)5409         public abstract void BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host);
Dispose()5410         public abstract void Dispose();
Flush()5411         public virtual void Flush() { }
5412     }
5413     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5414     public sealed partial class DesignerSerializerAttribute : System.Attribute
5415     {
DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName)5416         public DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName) { }
DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType)5417         public DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType) { }
DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType)5418         public DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType) { }
5419         public string SerializerBaseTypeName { get { throw null; } }
5420         public string SerializerTypeName { get { throw null; } }
5421         public override object TypeId { get { throw null; } }
5422     }
5423     public partial interface IDesignerLoaderHost : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
5424     {
EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection)5425         void EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection);
Reload()5426         void Reload();
5427     }
5428     public partial interface IDesignerLoaderHost2 : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.ComponentModel.Design.Serialization.IDesignerLoaderHost, System.IServiceProvider
5429     {
5430         bool CanReloadWithErrors { get; set; }
5431         bool IgnoreErrorsDuringReload { get; set; }
5432     }
5433     public partial interface IDesignerLoaderService
5434     {
AddLoadDependency()5435         void AddLoadDependency();
DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection)5436         void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection);
Reload()5437         bool Reload();
5438     }
5439     public partial interface IDesignerSerializationManager : System.IServiceProvider
5440     {
5441         System.ComponentModel.Design.Serialization.ContextStack Context { get; }
5442         System.ComponentModel.PropertyDescriptorCollection Properties { get; }
5443         event System.ComponentModel.Design.Serialization.ResolveNameEventHandler ResolveName;
5444         event System.EventHandler SerializationComplete;
AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5445         void AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer)5446         object CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer);
GetInstance(string name)5447         object GetInstance(string name);
GetName(object value)5448         string GetName(object value);
GetSerializer(System.Type objectType, System.Type serializerType)5449         object GetSerializer(System.Type objectType, System.Type serializerType);
GetType(string typeName)5450         System.Type GetType(string typeName);
RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5451         void RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
ReportError(object errorInformation)5452         void ReportError(object errorInformation);
SetName(object instance, string name)5453         void SetName(object instance, string name);
5454     }
5455     public partial interface IDesignerSerializationProvider
5456     {
GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType)5457         object GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType);
5458     }
5459     public partial interface IDesignerSerializationService
5460     {
Deserialize(object serializationData)5461         System.Collections.ICollection Deserialize(object serializationData);
Serialize(System.Collections.ICollection objects)5462         object Serialize(System.Collections.ICollection objects);
5463     }
5464     public partial interface INameCreationService
5465     {
CreateName(System.ComponentModel.IContainer container, System.Type dataType)5466         string CreateName(System.ComponentModel.IContainer container, System.Type dataType);
IsValidName(string name)5467         bool IsValidName(string name);
ValidateName(string name)5468         void ValidateName(string name);
5469     }
5470     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
5471     public sealed partial class InstanceDescriptor
5472     {
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments)5473         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments) { }
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete)5474         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete) { }
5475         public System.Collections.ICollection Arguments { get { throw null; } }
5476         public bool IsComplete { get { throw null; } }
5477         public System.Reflection.MemberInfo MemberInfo { get { throw null; } }
Invoke()5478         public object Invoke() { throw null; }
5479     }
5480     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5481     public partial struct MemberRelationship
5482     {
5483         public static readonly System.ComponentModel.Design.Serialization.MemberRelationship Empty;
MemberRelationshipSystem.ComponentModel.Design.Serialization.MemberRelationship5484         public MemberRelationship(object owner, System.ComponentModel.MemberDescriptor member) { throw null;}
5485         public bool IsEmpty { get { throw null; } }
5486         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
5487         public object Owner { get { throw null; } }
EqualsSystem.ComponentModel.Design.Serialization.MemberRelationship5488         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.ComponentModel.Design.Serialization.MemberRelationship5489         public override int GetHashCode() { throw null; }
operator ==System.ComponentModel.Design.Serialization.MemberRelationship5490         public static bool operator ==(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
operator !=System.ComponentModel.Design.Serialization.MemberRelationship5491         public static bool operator !=(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
5492     }
5493     public abstract partial class MemberRelationshipService
5494     {
MemberRelationshipService()5495         protected MemberRelationshipService() { }
5496         public System.ComponentModel.Design.Serialization.MemberRelationship this[System.ComponentModel.Design.Serialization.MemberRelationship source] { get { throw null; } set { } }
5497         public System.ComponentModel.Design.Serialization.MemberRelationship this[object owner, System.ComponentModel.MemberDescriptor member] { get { throw null; } set { } }
GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source)5498         protected virtual System.ComponentModel.Design.Serialization.MemberRelationship GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source) { throw null; }
SetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship)5499         protected virtual void SetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship) { }
SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship)5500         public abstract bool SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship);
5501     }
5502     public partial class ResolveNameEventArgs : System.EventArgs
5503     {
ResolveNameEventArgs(string name)5504         public ResolveNameEventArgs(string name) { }
5505         public string Name { get { throw null; } }
5506         public object Value { get { throw null; } set { } }
5507     }
ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e)5508     public delegate void ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e);
5509     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5510     [System.ObsoleteAttribute("Use DesignerSerializerAttribute instead")]
5511     public sealed partial class RootDesignerSerializerAttribute : System.Attribute
5512     {
RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable)5513         public RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) { }
RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable)5514         public RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable) { }
RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable)5515         public RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable) { }
5516         public bool Reloadable { get { throw null; } }
5517         public string SerializerBaseTypeName { get { throw null; } }
5518         public string SerializerTypeName { get { throw null; } }
5519         public override object TypeId { get { throw null; } }
5520     }
5521     public abstract partial class SerializationStore : System.IDisposable
5522     {
SerializationStore()5523         protected SerializationStore() { }
5524         public abstract System.Collections.ICollection Errors { get; }
Close()5525         public abstract void Close();
Dispose(bool disposing)5526         protected virtual void Dispose(bool disposing) { }
Save(System.IO.Stream stream)5527         public abstract void Save(System.IO.Stream stream);
System.IDisposable.Dispose()5528         void System.IDisposable.Dispose() { }
5529     }
5530 }
5531 #if CONFIG_DEP
5532 namespace System.Configuration
5533 {
5534     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5535     public sealed partial class ApplicationScopedSettingAttribute : System.Configuration.SettingAttribute
5536     {
ApplicationScopedSettingAttribute()5537         public ApplicationScopedSettingAttribute() { }
5538     }
5539     public abstract partial class ApplicationSettingsBase : System.Configuration.SettingsBase, System.ComponentModel.INotifyPropertyChanged
5540     {
ApplicationSettingsBase()5541         protected ApplicationSettingsBase() { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner)5542         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner) { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey)5543         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey) { }
ApplicationSettingsBase(string settingsKey)5544         protected ApplicationSettingsBase(string settingsKey) { }
5545         [System.ComponentModel.BrowsableAttribute(false)]
5546         public override System.Configuration.SettingsContext Context { get { throw null; } }
5547         [System.MonoTODOAttribute]
5548         public override object this[string propertyName] { get { throw null; } set { } }
5549         [System.ComponentModel.BrowsableAttribute(false)]
5550         public override System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
5551         [System.ComponentModel.BrowsableAttribute(false)]
5552         public override System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
5553         [System.ComponentModel.BrowsableAttribute(false)]
5554         public override System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
5555         [System.ComponentModel.BrowsableAttribute(false)]
5556         public string SettingsKey { get { throw null; } set { } }
5557         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
5558         public event System.Configuration.SettingChangingEventHandler SettingChanging { add { } remove { } }
5559         public event System.Configuration.SettingsLoadedEventHandler SettingsLoaded { add { } remove { } }
5560         public event System.Configuration.SettingsSavingEventHandler SettingsSaving { add { } remove { } }
GetPreviousVersion(string propertyName)5561         public object GetPreviousVersion(string propertyName) { throw null; }
OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)5562         protected virtual void OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { }
OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e)5563         protected virtual void OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e) { }
OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e)5564         protected virtual void OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e) { }
OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e)5565         protected virtual void OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e) { }
Reload()5566         public void Reload() { }
Reset()5567         public void Reset() { }
Save()5568         public override void Save() { }
Upgrade()5569         public virtual void Upgrade() { }
5570     }
5571     public sealed partial class ApplicationSettingsGroup : System.Configuration.ConfigurationSectionGroup
5572     {
ApplicationSettingsGroup()5573         public ApplicationSettingsGroup() { }
5574     }
5575     public partial class AppSettingsReader
5576     {
AppSettingsReader()5577         public AppSettingsReader() { }
GetValue(string key, System.Type type)5578         public object GetValue(string key, System.Type type) { throw null; }
5579     }
5580     public sealed partial class ClientSettingsSection : System.Configuration.ConfigurationSection
5581     {
ClientSettingsSection()5582         public ClientSettingsSection() { }
5583         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5584         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
5585         public System.Configuration.SettingElementCollection Settings { get { throw null; } }
5586     }
5587     [System.SerializableAttribute]
5588     public partial class ConfigurationException : System.SystemException
5589     {
5590         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException()5591         public ConfigurationException() { }
ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5592         protected ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5593         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message)5594         public ConfigurationException(string message) { }
5595         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner)5596         public ConfigurationException(string message, System.Exception inner) { }
5597         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, string filename, int line)5598         public ConfigurationException(string message, System.Exception inner, string filename, int line) { }
5599         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node)5600         public ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node) { }
5601         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, string filename, int line)5602         public ConfigurationException(string message, string filename, int line) { }
5603         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Xml.XmlNode node)5604         public ConfigurationException(string message, System.Xml.XmlNode node) { }
5605         public virtual string BareMessage { get { throw null; } }
5606         public virtual string Filename { get { throw null; } }
5607         public virtual int Line { get { throw null; } }
5608         public override string Message { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5609         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5610         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
GetXmlNodeFilename(System.Xml.XmlNode node)5611         public static string GetXmlNodeFilename(System.Xml.XmlNode node) { throw null; }
5612         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
GetXmlNodeLineNumber(System.Xml.XmlNode node)5613         public static int GetXmlNodeLineNumber(System.Xml.XmlNode node) { throw null; }
5614     }
5615     public sealed partial class ConfigurationSettings
5616     {
ConfigurationSettings()5617         internal ConfigurationSettings() { }
5618         [System.ObsoleteAttribute("This property is obsolete.  Please use System.Configuration.ConfigurationManager.AppSettings")]
5619         public static System.Collections.Specialized.NameValueCollection AppSettings { get { throw null; } }
5620         [System.ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
GetConfig(string sectionName)5621         public static object GetConfig(string sectionName) { throw null; }
5622     }
5623     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
5624     public sealed partial class ConfigXmlDocument : System.Xml.XmlDocument, System.Configuration.Internal.IConfigErrorInfo
5625     {
ConfigXmlDocument()5626         public ConfigXmlDocument() { }
5627         public string Filename { get { throw null; } }
5628         public int LineNumber { get { throw null; } }
5629         string System.Configuration.Internal.IConfigErrorInfo.Filename { get { throw null; } }
5630         int System.Configuration.Internal.IConfigErrorInfo.LineNumber { get { throw null; } }
CreateAttribute(string prefix, string localName, string namespaceUri)5631         public override System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceUri) { throw null; }
CreateCDataSection(string data)5632         public override System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; }
CreateComment(string comment)5633         public override System.Xml.XmlComment CreateComment(string comment) { throw null; }
CreateElement(string prefix, string localName, string namespaceUri)5634         public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceUri) { throw null; }
CreateSignificantWhitespace(string data)5635         public override System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string data) { throw null; }
CreateTextNode(string text)5636         public override System.Xml.XmlText CreateTextNode(string text) { throw null; }
CreateWhitespace(string data)5637         public override System.Xml.XmlWhitespace CreateWhitespace(string data) { throw null; }
Load(string filename)5638         public override void Load(string filename) { }
LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader)5639         public void LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader) { }
5640     }
5641     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5642     public sealed partial class DefaultSettingValueAttribute : System.Attribute
5643     {
DefaultSettingValueAttribute(string value)5644         public DefaultSettingValueAttribute(string value) { }
5645         public string Value { get { throw null; } }
5646     }
5647     public partial class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler
5648     {
DictionarySectionHandler()5649         public DictionarySectionHandler() { }
5650         protected virtual string KeyAttributeName { get { throw null; } }
5651         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5652         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5653     }
5654     public partial interface IApplicationSettingsProvider
5655     {
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5656         System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
Reset(System.Configuration.SettingsContext context)5657         void Reset(System.Configuration.SettingsContext context);
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5658         void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties);
5659     }
5660     public partial interface IConfigurationSectionHandler
5661     {
Create(object parent, object configContext, System.Xml.XmlNode section)5662         object Create(object parent, object configContext, System.Xml.XmlNode section);
5663     }
5664     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
5665     public partial interface IConfigurationSystem
5666     {
GetConfig(string configKey)5667         object GetConfig(string configKey);
Init()5668         void Init();
5669     }
5670     public sealed partial class IdnElement : System.Configuration.ConfigurationElement
5671     {
IdnElement()5672         public IdnElement() { }
5673         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5674         public System.UriIdnScope Enabled { get { throw null; } set { } }
5675         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Equals(object o)5676         public override bool Equals(object o) { throw null; }
GetHashCode()5677         public override int GetHashCode() { throw null; }
5678     }
5679     public partial class IgnoreSectionHandler : System.Configuration.IConfigurationSectionHandler
5680     {
IgnoreSectionHandler()5681         public IgnoreSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5682         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5683     }
5684     public partial interface IPersistComponentSettings
5685     {
5686         bool SaveSettings { get; set; }
5687         string SettingsKey { get; set; }
LoadComponentSettings()5688         void LoadComponentSettings();
ResetComponentSettings()5689         void ResetComponentSettings();
SaveComponentSettings()5690         void SaveComponentSettings();
5691     }
5692     public sealed partial class IriParsingElement : System.Configuration.ConfigurationElement
5693     {
IriParsingElement()5694         public IriParsingElement() { }
5695         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5696         public bool Enabled { get { throw null; } set { } }
5697         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
Equals(object o)5698         public override bool Equals(object o) { throw null; }
GetHashCode()5699         public override int GetHashCode() { throw null; }
5700     }
5701     public partial interface ISettingsProviderService
5702     {
GetSettingsProvider(System.Configuration.SettingsProperty property)5703         System.Configuration.SettingsProvider GetSettingsProvider(System.Configuration.SettingsProperty property);
5704     }
5705     public partial class LocalFileSettingsProvider : System.Configuration.SettingsProvider, System.Configuration.IApplicationSettingsProvider
5706     {
LocalFileSettingsProvider()5707         public LocalFileSettingsProvider() { }
5708         public override string ApplicationName { get { throw null; } set { } }
5709         [System.MonoTODOAttribute]
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5710         public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) { throw null; }
5711         [System.MonoTODOAttribute]
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5712         public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection values)5713         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection values) { }
5714         [System.MonoTODOAttribute]
Reset(System.Configuration.SettingsContext context)5715         public void Reset(System.Configuration.SettingsContext context) { }
5716         [System.MonoTODOAttribute]
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values)5717         public override void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values) { }
5718         [System.MonoTODOAttribute]
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5719         public void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { }
5720     }
5721     public partial class NameValueFileSectionHandler : System.Configuration.IConfigurationSectionHandler
5722     {
NameValueFileSectionHandler()5723         public NameValueFileSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5724         public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5725     }
5726     public partial class NameValueSectionHandler : System.Configuration.IConfigurationSectionHandler
5727     {
NameValueSectionHandler()5728         public NameValueSectionHandler() { }
5729         protected virtual string KeyAttributeName { get { throw null; } }
5730         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5731         public object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5732     }
5733     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5734     public sealed partial class NoSettingsVersionUpgradeAttribute : System.Attribute
5735     {
NoSettingsVersionUpgradeAttribute()5736         public NoSettingsVersionUpgradeAttribute() { }
5737     }
5738     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5739     public partial class SettingAttribute : System.Attribute
5740     {
SettingAttribute()5741         public SettingAttribute() { }
5742     }
5743     public partial class SettingChangingEventArgs : System.ComponentModel.CancelEventArgs
5744     {
SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)5745         public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel) { }
5746         public object NewValue { get { throw null; } }
5747         public string SettingClass { get { throw null; } }
5748         public string SettingKey { get { throw null; } }
5749         public string SettingName { get { throw null; } }
5750     }
SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e)5751     public delegate void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e);
5752     public sealed partial class SettingElement : System.Configuration.ConfigurationElement
5753     {
SettingElement()5754         public SettingElement() { }
SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs)5755         public SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs) { }
5756         [System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue="", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5757         public string Name { get { throw null; } set { } }
5758         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5759         [System.Configuration.ConfigurationPropertyAttribute("serializeAs", DefaultValue=(System.Configuration.SettingsSerializeAs)(0), Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
5760         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
5761         [System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
5762         public System.Configuration.SettingValueElement Value { get { throw null; } set { } }
Equals(object o)5763         public override bool Equals(object o) { throw null; }
GetHashCode()5764         public override int GetHashCode() { throw null; }
5765     }
5766     public sealed partial class SettingElementCollection : System.Configuration.ConfigurationElementCollection
5767     {
SettingElementCollection()5768         public SettingElementCollection() { }
5769         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
5770         protected override string ElementName { get { throw null; } }
Add(System.Configuration.SettingElement element)5771         public void Add(System.Configuration.SettingElement element) { }
Clear()5772         public void Clear() { }
CreateNewElement()5773         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
Get(string elementKey)5774         public System.Configuration.SettingElement Get(string elementKey) { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)5775         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Configuration.SettingElement element)5776         public void Remove(System.Configuration.SettingElement element) { }
5777     }
5778     [System.SerializableAttribute]
5779     public partial class SettingsAttributeDictionary : System.Collections.Hashtable
5780     {
SettingsAttributeDictionary()5781         public SettingsAttributeDictionary() { }
SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes)5782         public SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes) { }
5783     }
5784     public abstract partial class SettingsBase
5785     {
SettingsBase()5786         protected SettingsBase() { }
5787         public virtual System.Configuration.SettingsContext Context { get { throw null; } }
5788         [System.ComponentModel.BrowsableAttribute(false)]
5789         public bool IsSynchronized { get { throw null; } }
5790         public virtual object this[string propertyName] { get { throw null; } set { } }
5791         public virtual System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
5792         public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
5793         public virtual System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers)5794         public void Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers) { }
Save()5795         public virtual void Save() { }
Synchronized(System.Configuration.SettingsBase settingsBase)5796         public static System.Configuration.SettingsBase Synchronized(System.Configuration.SettingsBase settingsBase) { throw null; }
5797     }
5798     [System.SerializableAttribute]
5799     public partial class SettingsContext : System.Collections.Hashtable
5800     {
SettingsContext()5801         public SettingsContext() { }
5802     }
5803     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5804     public sealed partial class SettingsDescriptionAttribute : System.Attribute
5805     {
SettingsDescriptionAttribute(string description)5806         public SettingsDescriptionAttribute(string description) { }
5807         public string Description { get { throw null; } }
5808     }
5809     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5810     public sealed partial class SettingsGroupDescriptionAttribute : System.Attribute
5811     {
SettingsGroupDescriptionAttribute(string description)5812         public SettingsGroupDescriptionAttribute(string description) { }
5813         public string Description { get { throw null; } }
5814     }
5815     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5816     public sealed partial class SettingsGroupNameAttribute : System.Attribute
5817     {
SettingsGroupNameAttribute(string groupName)5818         public SettingsGroupNameAttribute(string groupName) { }
5819         public string GroupName { get { throw null; } }
5820     }
5821     public partial class SettingsLoadedEventArgs : System.EventArgs
5822     {
SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider)5823         public SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider) { }
5824         public System.Configuration.SettingsProvider Provider { get { throw null; } }
5825     }
SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e)5826     public delegate void SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e);
5827     public enum SettingsManageability
5828     {
5829         Roaming = 0,
5830     }
5831     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5832     public sealed partial class SettingsManageabilityAttribute : System.Attribute
5833     {
SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability)5834         public SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability) { }
5835         public System.Configuration.SettingsManageability Manageability { get { throw null; } }
5836     }
5837     public partial class SettingsProperty
5838     {
SettingsProperty(System.Configuration.SettingsProperty propertyToCopy)5839         public SettingsProperty(System.Configuration.SettingsProperty propertyToCopy) { }
SettingsProperty(string name)5840         public SettingsProperty(string name) { }
SettingsProperty(string name, System.Type propertyType, System.Configuration.SettingsProvider provider, bool isReadOnly, object defaultValue, System.Configuration.SettingsSerializeAs serializeAs, System.Configuration.SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing)5841         public SettingsProperty(string name, System.Type propertyType, System.Configuration.SettingsProvider provider, bool isReadOnly, object defaultValue, System.Configuration.SettingsSerializeAs serializeAs, System.Configuration.SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing) { }
5842         public virtual System.Configuration.SettingsAttributeDictionary Attributes { get { throw null; } }
5843         public virtual object DefaultValue { get { throw null; } set { } }
5844         public virtual bool IsReadOnly { get { throw null; } set { } }
5845         public virtual string Name { get { throw null; } set { } }
5846         public virtual System.Type PropertyType { get { throw null; } set { } }
5847         public virtual System.Configuration.SettingsProvider Provider { get { throw null; } set { } }
5848         public virtual System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
5849         public bool ThrowOnErrorDeserializing { get { throw null; } set { } }
5850         public bool ThrowOnErrorSerializing { get { throw null; } set { } }
5851     }
5852     public partial class SettingsPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
5853     {
SettingsPropertyCollection()5854         public SettingsPropertyCollection() { }
5855         public int Count { get { throw null; } }
5856         public bool IsSynchronized { get { throw null; } }
5857         public System.Configuration.SettingsProperty this[string name] { get { throw null; } }
5858         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsProperty property)5859         public void Add(System.Configuration.SettingsProperty property) { }
Clear()5860         public void Clear() { }
Clone()5861         public object Clone() { throw null; }
CopyTo(System.Array array, int index)5862         public void CopyTo(System.Array array, int index) { }
GetEnumerator()5863         public System.Collections.IEnumerator GetEnumerator() { throw null; }
OnAdd(System.Configuration.SettingsProperty property)5864         protected virtual void OnAdd(System.Configuration.SettingsProperty property) { }
OnAddComplete(System.Configuration.SettingsProperty property)5865         protected virtual void OnAddComplete(System.Configuration.SettingsProperty property) { }
OnClear()5866         protected virtual void OnClear() { }
OnClearComplete()5867         protected virtual void OnClearComplete() { }
OnRemove(System.Configuration.SettingsProperty property)5868         protected virtual void OnRemove(System.Configuration.SettingsProperty property) { }
OnRemoveComplete(System.Configuration.SettingsProperty property)5869         protected virtual void OnRemoveComplete(System.Configuration.SettingsProperty property) { }
Remove(string name)5870         public void Remove(string name) { }
SetReadOnly()5871         public void SetReadOnly() { }
5872     }
5873     [System.SerializableAttribute]
5874     public partial class SettingsPropertyIsReadOnlyException : System.Exception
5875     {
SettingsPropertyIsReadOnlyException()5876         public SettingsPropertyIsReadOnlyException() { }
SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5877         protected SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyIsReadOnlyException(string message)5878         public SettingsPropertyIsReadOnlyException(string message) { }
SettingsPropertyIsReadOnlyException(string message, System.Exception innerException)5879         public SettingsPropertyIsReadOnlyException(string message, System.Exception innerException) { }
5880     }
5881     [System.SerializableAttribute]
5882     public partial class SettingsPropertyNotFoundException : System.Exception
5883     {
SettingsPropertyNotFoundException()5884         public SettingsPropertyNotFoundException() { }
SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5885         protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyNotFoundException(string message)5886         public SettingsPropertyNotFoundException(string message) { }
SettingsPropertyNotFoundException(string message, System.Exception innerException)5887         public SettingsPropertyNotFoundException(string message, System.Exception innerException) { }
5888     }
5889     public partial class SettingsPropertyValue
5890     {
SettingsPropertyValue(System.Configuration.SettingsProperty property)5891         public SettingsPropertyValue(System.Configuration.SettingsProperty property) { }
5892         public bool Deserialized { get { throw null; } set { } }
5893         public bool IsDirty { get { throw null; } set { } }
5894         public string Name { get { throw null; } }
5895         public System.Configuration.SettingsProperty Property { get { throw null; } }
5896         public object PropertyValue { get { throw null; } set { } }
5897         public object SerializedValue { get { throw null; } set { } }
5898         public bool UsingDefaultValue { get { throw null; } }
5899     }
5900     public partial class SettingsPropertyValueCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
5901     {
SettingsPropertyValueCollection()5902         public SettingsPropertyValueCollection() { }
5903         public int Count { get { throw null; } }
5904         public bool IsSynchronized { get { throw null; } }
5905         public System.Configuration.SettingsPropertyValue this[string name] { get { throw null; } }
5906         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsPropertyValue property)5907         public void Add(System.Configuration.SettingsPropertyValue property) { }
Clear()5908         public void Clear() { }
Clone()5909         public object Clone() { throw null; }
CopyTo(System.Array array, int index)5910         public void CopyTo(System.Array array, int index) { }
GetEnumerator()5911         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)5912         public void Remove(string name) { }
SetReadOnly()5913         public void SetReadOnly() { }
5914     }
5915     [System.SerializableAttribute]
5916     public partial class SettingsPropertyWrongTypeException : System.Exception
5917     {
SettingsPropertyWrongTypeException()5918         public SettingsPropertyWrongTypeException() { }
SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5919         protected SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyWrongTypeException(string message)5920         public SettingsPropertyWrongTypeException(string message) { }
SettingsPropertyWrongTypeException(string message, System.Exception innerException)5921         public SettingsPropertyWrongTypeException(string message, System.Exception innerException) { }
5922     }
5923     public abstract partial class SettingsProvider : System.Configuration.Provider.ProviderBase
5924     {
SettingsProvider()5925         protected SettingsProvider() { }
5926         public abstract string ApplicationName { get; set; }
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection)5927         public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection)5928         public abstract void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection);
5929     }
5930     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5931     public sealed partial class SettingsProviderAttribute : System.Attribute
5932     {
SettingsProviderAttribute(string providerTypeName)5933         public SettingsProviderAttribute(string providerTypeName) { }
SettingsProviderAttribute(System.Type providerType)5934         public SettingsProviderAttribute(System.Type providerType) { }
5935         public string ProviderTypeName { get { throw null; } }
5936     }
5937     public partial class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection
5938     {
SettingsProviderCollection()5939         public SettingsProviderCollection() { }
5940         public new System.Configuration.SettingsProvider this[string name] { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)5941         public override void Add(System.Configuration.Provider.ProviderBase provider) { }
5942     }
SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e)5943     public delegate void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
5944     public enum SettingsSerializeAs
5945     {
5946         Binary = 2,
5947         ProviderSpecific = 3,
5948         String = 0,
5949         Xml = 1,
5950     }
5951     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5952     public sealed partial class SettingsSerializeAsAttribute : System.Attribute
5953     {
SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs)5954         public SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs) { }
5955         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } }
5956     }
5957     public sealed partial class SettingValueElement : System.Configuration.ConfigurationElement
5958     {
5959         [System.MonoTODOAttribute]
SettingValueElement()5960         public SettingValueElement() { }
5961         [System.MonoTODOAttribute]
5962         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5963         public System.Xml.XmlNode ValueXml { get { throw null; } set { } }
5964         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)5965         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Equals(object settingValue)5966         public override bool Equals(object settingValue) { throw null; }
GetHashCode()5967         public override int GetHashCode() { throw null; }
IsModified()5968         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)5969         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()5970         protected override void ResetModified() { }
SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName)5971         protected override bool SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName) { throw null; }
Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode)5972         protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
5973     }
5974     public partial class SingleTagSectionHandler : System.Configuration.IConfigurationSectionHandler
5975     {
SingleTagSectionHandler()5976         public SingleTagSectionHandler() { }
Create(object parent, object context, System.Xml.XmlNode section)5977         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5978     }
5979     public enum SpecialSetting
5980     {
5981         ConnectionString = 0,
5982         WebServiceUrl = 1,
5983     }
5984     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5985     public sealed partial class SpecialSettingAttribute : System.Attribute
5986     {
SpecialSettingAttribute(System.Configuration.SpecialSetting setting)5987         public SpecialSettingAttribute(System.Configuration.SpecialSetting setting) { }
5988         public System.Configuration.SpecialSetting SpecialSetting { get { throw null; } }
5989     }
5990     public sealed partial class UriSection : System.Configuration.ConfigurationSection
5991     {
UriSection()5992         public UriSection() { }
5993         [System.Configuration.ConfigurationPropertyAttribute("idn")]
5994         public System.Configuration.IdnElement Idn { get { throw null; } }
5995         [System.Configuration.ConfigurationPropertyAttribute("iriParsing")]
5996         public System.Configuration.IriParsingElement IriParsing { get { throw null; } }
5997         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5998     }
5999     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
6000     public sealed partial class UserScopedSettingAttribute : System.Configuration.SettingAttribute
6001     {
UserScopedSettingAttribute()6002         public UserScopedSettingAttribute() { }
6003     }
6004     public sealed partial class UserSettingsGroup : System.Configuration.ConfigurationSectionGroup
6005     {
UserSettingsGroup()6006         public UserSettingsGroup() { }
6007     }
6008 }
6009 #endif
6010 namespace System.Diagnostics
6011 {
6012     [System.Diagnostics.SwitchLevelAttribute(typeof(bool))]
6013     public partial class BooleanSwitch : System.Diagnostics.Switch
6014     {
BooleanSwitch(string displayName, string description)6015         public BooleanSwitch(string displayName, string description) : base (default(string), default(string)) { }
BooleanSwitch(string displayName, string description, string defaultSwitchValue)6016         public BooleanSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
6017         public bool Enabled { get { throw null; } set { } }
OnValueChanged()6018         protected override void OnValueChanged() { }
6019     }
6020     public partial class ConsoleTraceListener : System.Diagnostics.TextWriterTraceListener
6021     {
ConsoleTraceListener()6022         public ConsoleTraceListener() { }
ConsoleTraceListener(bool useErrorStream)6023         public ConsoleTraceListener(bool useErrorStream) { }
6024     }
6025     public partial class CorrelationManager
6026     {
CorrelationManager()6027         internal CorrelationManager() { }
6028         public System.Guid ActivityId { get { throw null; } set { } }
6029         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
StartLogicalOperation()6030         public void StartLogicalOperation() { }
StartLogicalOperation(object operationId)6031         public void StartLogicalOperation(object operationId) { }
StopLogicalOperation()6032         public void StopLogicalOperation() { }
6033     }
6034     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterCreationDataConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6035     [System.SerializableAttribute]
6036     public partial class CounterCreationData
6037     {
CounterCreationData()6038         public CounterCreationData() { }
CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType)6039         public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType) { }
6040         [System.ComponentModel.DefaultValueAttribute("")]
6041         [System.Diagnostics.MonitoringDescriptionAttribute("Description of this counter.")]
6042         public string CounterHelp { get { throw null; } set { } }
6043         [System.ComponentModel.DefaultValueAttribute("")]
6044         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6045         [System.Diagnostics.MonitoringDescriptionAttribute("Name of this counter.")]
6046         public string CounterName { get { throw null; } set { } }
6047         [System.ComponentModel.DefaultValueAttribute(typeof(System.Diagnostics.PerformanceCounterType), "NumberOfItems32")]
6048         [System.Diagnostics.MonitoringDescriptionAttribute("Type of this counter.")]
6049         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } set { } }
6050     }
6051     [System.SerializableAttribute]
6052     public partial class CounterCreationDataCollection : System.Collections.CollectionBase
6053     {
CounterCreationDataCollection()6054         public CounterCreationDataCollection() { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value)6055         public CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value) { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value)6056         public CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value) { }
6057         public System.Diagnostics.CounterCreationData this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.CounterCreationData value)6058         public int Add(System.Diagnostics.CounterCreationData value) { throw null; }
AddRange(System.Diagnostics.CounterCreationDataCollection value)6059         public void AddRange(System.Diagnostics.CounterCreationDataCollection value) { }
AddRange(System.Diagnostics.CounterCreationData[] value)6060         public void AddRange(System.Diagnostics.CounterCreationData[] value) { }
Contains(System.Diagnostics.CounterCreationData value)6061         public bool Contains(System.Diagnostics.CounterCreationData value) { throw null; }
CopyTo(System.Diagnostics.CounterCreationData[] array, int index)6062         public void CopyTo(System.Diagnostics.CounterCreationData[] array, int index) { }
IndexOf(System.Diagnostics.CounterCreationData value)6063         public int IndexOf(System.Diagnostics.CounterCreationData value) { throw null; }
Insert(int index, System.Diagnostics.CounterCreationData value)6064         public void Insert(int index, System.Diagnostics.CounterCreationData value) { }
OnValidate(object value)6065         protected override void OnValidate(object value) { }
Remove(System.Diagnostics.CounterCreationData value)6066         public virtual void Remove(System.Diagnostics.CounterCreationData value) { }
6067     }
6068     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
6069     public partial struct CounterSample
6070     {
6071         public static System.Diagnostics.CounterSample Empty;
CounterSampleSystem.Diagnostics.CounterSample6072         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw null;}
CounterSampleSystem.Diagnostics.CounterSample6073         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw null;}
6074         public long BaseValue { get { throw null; } }
6075         public long CounterFrequency { get { throw null; } }
6076         public long CounterTimeStamp { get { throw null; } }
6077         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6078         public long RawValue { get { throw null; } }
6079         public long SystemFrequency { get { throw null; } }
6080         public long TimeStamp { get { throw null; } }
6081         public long TimeStamp100nSec { get { throw null; } }
CalculateSystem.Diagnostics.CounterSample6082         public static float Calculate(System.Diagnostics.CounterSample counterSample) { throw null; }
CalculateSystem.Diagnostics.CounterSample6083         public static float Calculate(System.Diagnostics.CounterSample counterSample, System.Diagnostics.CounterSample nextCounterSample) { throw null; }
EqualsSystem.Diagnostics.CounterSample6084         public bool Equals(System.Diagnostics.CounterSample other) { throw null; }
EqualsSystem.Diagnostics.CounterSample6085         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Diagnostics.CounterSample6086         public override int GetHashCode() { throw null; }
operator ==System.Diagnostics.CounterSample6087         public static bool operator ==(System.Diagnostics.CounterSample obj1, System.Diagnostics.CounterSample obj2) { throw null; }
operator !=System.Diagnostics.CounterSample6088         public static bool operator !=(System.Diagnostics.CounterSample obj1, System.Diagnostics.CounterSample obj2) { throw null; }
6089     }
6090     public static partial class CounterSampleCalculator
6091     {
ComputeCounterValue(System.Diagnostics.CounterSample newSample)6092         public static float ComputeCounterValue(System.Diagnostics.CounterSample newSample) { throw null; }
6093         [System.MonoTODOAttribute("What's the algorithm?")]
ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample)6094         public static float ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample) { throw null; }
6095     }
6096     public partial class DataReceivedEventArgs : System.EventArgs
6097     {
DataReceivedEventArgs()6098         internal DataReceivedEventArgs() { }
6099         public string Data { get { throw null; } }
6100     }
DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e)6101     public delegate void DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e);
6102     public static partial class Debug
6103     {
6104         public static bool AutoFlush { get { throw null; } set { } }
6105         public static int IndentLevel { get { throw null; } set { } }
6106         public static int IndentSize { get { throw null; } set { } }
6107         public static System.Diagnostics.TraceListenerCollection Listeners { get { throw null; } }
6108         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition)6109         public static void Assert(bool condition) { }
6110         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message)6111         public static void Assert(bool condition, string message) { }
6112         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessage)6113         public static void Assert(bool condition, string message, string detailMessage) { }
6114         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessageFormat, params object[] args)6115         public static void Assert(bool condition, string message, string detailMessageFormat, params object[] args) { }
6116         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Close()6117         public static void Close() { }
6118         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message)6119         public static void Fail(string message) { }
6120         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message, string detailMessage)6121         public static void Fail(string message, string detailMessage) { }
6122         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Flush()6123         public static void Flush() { }
6124         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Indent()6125         public static void Indent() { }
6126         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string message)6127         public static void Print(string message) { }
6128         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string format, params object[] args)6129         public static void Print(string format, params object[] args) { }
6130         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Unindent()6131         public static void Unindent() { }
6132         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value)6133         public static void Write(object value) { }
6134         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value, string category)6135         public static void Write(object value, string category) { }
6136         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message)6137         public static void Write(string message) { }
6138         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message, string category)6139         public static void Write(string message, string category) { }
6140         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value)6141         public static void WriteIf(bool condition, object value) { }
6142         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value, string category)6143         public static void WriteIf(bool condition, object value, string category) { }
6144         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message)6145         public static void WriteIf(bool condition, string message) { }
6146         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message, string category)6147         public static void WriteIf(bool condition, string message, string category) { }
6148         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value)6149         public static void WriteLine(object value) { }
6150         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value, string category)6151         public static void WriteLine(object value, string category) { }
6152         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message)6153         public static void WriteLine(string message) { }
6154         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string format, params object[] args)6155         public static void WriteLine(string format, params object[] args) { }
6156         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message, string category)6157         public static void WriteLine(string message, string category) { }
6158         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value)6159         public static void WriteLineIf(bool condition, object value) { }
6160         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value, string category)6161         public static void WriteLineIf(bool condition, object value, string category) { }
6162         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message)6163         public static void WriteLineIf(bool condition, string message) { }
6164         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message, string category)6165         public static void WriteLineIf(bool condition, string message, string category) { }
6166     }
6167     public partial class DefaultTraceListener : System.Diagnostics.TraceListener
6168     {
DefaultTraceListener()6169         public DefaultTraceListener() { }
6170         [System.MonoTODOAttribute("AssertUiEnabled defaults to False; should follow Environment.UserInteractive.")]
6171         public bool AssertUiEnabled { get { throw null; } set { } }
6172         [System.MonoTODOAttribute]
6173         public string LogFileName { get { throw null; } set { } }
Fail(string message)6174         public override void Fail(string message) { }
Fail(string message, string detailMessage)6175         public override void Fail(string message, string detailMessage) { }
Write(string message)6176         public override void Write(string message) { }
WriteLine(string message)6177         public override void WriteLine(string message) { }
6178     }
6179     public partial class DelimitedListTraceListener : System.Diagnostics.TextWriterTraceListener
6180     {
DelimitedListTraceListener(System.IO.Stream stream)6181         public DelimitedListTraceListener(System.IO.Stream stream) { }
DelimitedListTraceListener(System.IO.Stream stream, string name)6182         public DelimitedListTraceListener(System.IO.Stream stream, string name) { }
DelimitedListTraceListener(System.IO.TextWriter writer)6183         public DelimitedListTraceListener(System.IO.TextWriter writer) { }
DelimitedListTraceListener(System.IO.TextWriter writer, string name)6184         public DelimitedListTraceListener(System.IO.TextWriter writer, string name) { }
DelimitedListTraceListener(string fileName)6185         public DelimitedListTraceListener(string fileName) { }
DelimitedListTraceListener(string fileName, string name)6186         public DelimitedListTraceListener(string fileName, string name) { }
6187         public string Delimiter { get { throw null; } set { } }
GetSupportedAttributes()6188         protected internal override string[] GetSupportedAttributes() { throw null; }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)6189         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)6190         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)6191         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)6192         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
6193     }
6194 #if CONFIG_DEP
6195     [System.ObsoleteAttribute("This class is obsoleted")]
6196     public partial class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler
6197     {
DiagnosticsConfigurationHandler()6198         public DiagnosticsConfigurationHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)6199         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
6200     }
6201 #endif
6202     public partial class EntryWrittenEventArgs : System.EventArgs
6203     {
EntryWrittenEventArgs()6204         public EntryWrittenEventArgs() { }
EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry)6205         public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry) { }
6206         public System.Diagnostics.EventLogEntry Entry { get { throw null; } }
6207     }
EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e)6208     public delegate void EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e);
6209     public partial class EventInstance
6210     {
EventInstance(long instanceId, int categoryId)6211         public EventInstance(long instanceId, int categoryId) { }
EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType)6212         public EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType) { }
6213         public int CategoryId { get { throw null; } set { } }
6214         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } set { } }
6215         public long InstanceId { get { throw null; } set { } }
6216     }
6217     [System.ComponentModel.DefaultEventAttribute("EntryWritten")]
6218     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.EventLogInstaller")]
6219     [System.Diagnostics.MonitoringDescriptionAttribute("Represents an event log")]
6220     public partial class EventLog : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6221     {
EventLog()6222         public EventLog() { }
EventLog(string logName)6223         public EventLog(string logName) { }
EventLog(string logName, string machineName)6224         public EventLog(string logName, string machineName) { }
EventLog(string logName, string machineName, string source)6225         public EventLog(string logName, string machineName, string source) { }
6226         [System.ComponentModel.BrowsableAttribute(false)]
6227         [System.ComponentModel.DefaultValueAttribute(false)]
6228         [System.Diagnostics.MonitoringDescriptionAttribute("If enabled raises event when a log is written.")]
6229         public bool EnableRaisingEvents { get { throw null; } set { } }
6230         [System.ComponentModel.BrowsableAttribute(false)]
6231         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6232         [System.Diagnostics.MonitoringDescriptionAttribute("The entries in the log.")]
6233         public System.Diagnostics.EventLogEntryCollection Entries { get { throw null; } }
6234         [System.ComponentModel.DefaultValueAttribute("")]
6235         [System.ComponentModel.ReadOnlyAttribute(true)]
6236         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6237         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.LogConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6238         [System.Diagnostics.MonitoringDescriptionAttribute("Name of the log that is read and written.")]
6239         public string Log { get { throw null; } set { } }
6240         [System.ComponentModel.BrowsableAttribute(false)]
6241         public string LogDisplayName { get { throw null; } }
6242         [System.ComponentModel.DefaultValueAttribute(".")]
6243         [System.ComponentModel.ReadOnlyAttribute(true)]
6244         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6245         [System.Diagnostics.MonitoringDescriptionAttribute("Name of the machine that this log get written to.")]
6246         public string MachineName { get { throw null; } set { } }
6247         [System.ComponentModel.BrowsableAttribute(false)]
6248         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6249         [System.MonoTODOAttribute]
6250         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6251         public long MaximumKilobytes { get { throw null; } set { } }
6252         [System.ComponentModel.BrowsableAttribute(false)]
6253         [System.MonoTODOAttribute]
6254         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6255         public int MinimumRetentionDays { get { throw null; } }
6256         [System.ComponentModel.BrowsableAttribute(false)]
6257         [System.MonoTODOAttribute]
6258         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6259         public System.Diagnostics.OverflowAction OverflowAction { get { throw null; } }
6260         [System.ComponentModel.DefaultValueAttribute("")]
6261         [System.ComponentModel.ReadOnlyAttribute(true)]
6262         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6263         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6264         [System.Diagnostics.MonitoringDescriptionAttribute("The application name that writes the log.")]
6265         public string Source { get { throw null; } set { } }
6266         [System.ComponentModel.BrowsableAttribute(false)]
6267         [System.ComponentModel.DefaultValueAttribute(null)]
6268         [System.Diagnostics.MonitoringDescriptionAttribute("An object that synchronizes event handler calls.")]
6269         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
6270         [System.Diagnostics.MonitoringDescriptionAttribute("Raised for each EventLog entry written.")]
6271         public event System.Diagnostics.EntryWrittenEventHandler EntryWritten { add { } remove { } }
BeginInit()6272         public void BeginInit() { }
Clear()6273         public void Clear() { }
Close()6274         public void Close() { }
6275         [System.MonoNotSupportedAttribute("remote machine is not supported")]
CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData)6276         public static void CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData) { }
CreateEventSource(string source, string logName)6277         public static void CreateEventSource(string source, string logName) { }
6278         [System.ObsoleteAttribute("use CreateEventSource(EventSourceCreationData) instead")]
CreateEventSource(string source, string logName, string machineName)6279         public static void CreateEventSource(string source, string logName, string machineName) { }
Delete(string logName)6280         public static void Delete(string logName) { }
6281         [System.MonoNotSupportedAttribute("remote machine is not supported")]
Delete(string logName, string machineName)6282         public static void Delete(string logName, string machineName) { }
DeleteEventSource(string source)6283         public static void DeleteEventSource(string source) { }
6284         [System.MonoNotSupportedAttribute("remote machine is not supported")]
DeleteEventSource(string source, string machineName)6285         public static void DeleteEventSource(string source, string machineName) { }
Dispose(bool disposing)6286         protected override void Dispose(bool disposing) { }
EndInit()6287         public void EndInit() { }
Exists(string logName)6288         public static bool Exists(string logName) { throw null; }
6289         [System.MonoNotSupportedAttribute("remote machine is not supported")]
Exists(string logName, string machineName)6290         public static bool Exists(string logName, string machineName) { throw null; }
GetEventLogs()6291         public static System.Diagnostics.EventLog[] GetEventLogs() { throw null; }
6292         [System.MonoNotSupportedAttribute("remote machine is not supported")]
GetEventLogs(string machineName)6293         public static System.Diagnostics.EventLog[] GetEventLogs(string machineName) { throw null; }
6294         [System.MonoNotSupportedAttribute("remote machine is not supported")]
LogNameFromSourceName(string source, string machineName)6295         public static string LogNameFromSourceName(string source, string machineName) { throw null; }
6296         [System.MonoTODOAttribute]
6297         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays)6298         public void ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays) { }
6299         [System.MonoTODOAttribute]
6300         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
RegisterDisplayName(string resourceFile, long resourceId)6301         public void RegisterDisplayName(string resourceFile, long resourceId) { }
SourceExists(string source)6302         public static bool SourceExists(string source) { throw null; }
6303         [System.MonoNotSupportedAttribute("remote machine is not supported")]
SourceExists(string source, string machineName)6304         public static bool SourceExists(string source, string machineName) { throw null; }
WriteEntry(string message)6305         public void WriteEntry(string message) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type)6306         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID)6307         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category)6308         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData)6309         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
WriteEntry(string source, string message)6310         public static void WriteEntry(string source, string message) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type)6311         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID)6312         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category)6313         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData)6314         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
6315         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6316         public void WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { }
6317         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, params object[] values)6318         public void WriteEvent(System.Diagnostics.EventInstance instance, params object[] values) { }
WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6319         public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { }
WriteEvent(string source, System.Diagnostics.EventInstance instance, params object[] values)6320         public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, params object[] values) { }
6321     }
6322     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
6323     [System.ComponentModel.ToolboxItemAttribute(false)]
6324     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6325     [System.SerializableAttribute]
6326     public sealed partial class EventLogEntry : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
6327     {
EventLogEntry()6328         internal EventLogEntry() { }
6329         [System.Diagnostics.MonitoringDescriptionAttribute("The category of this event entry.")]
6330         public string Category { get { throw null; } }
6331         [System.Diagnostics.MonitoringDescriptionAttribute("An ID for the category of this event entry.")]
6332         public short CategoryNumber { get { throw null; } }
6333         [System.Diagnostics.MonitoringDescriptionAttribute("Binary data associated with this event entry.")]
6334         public byte[] Data { get { throw null; } }
6335         [System.Diagnostics.MonitoringDescriptionAttribute("The type of this event entry.")]
6336         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } }
6337         [System.Diagnostics.MonitoringDescriptionAttribute("An ID number for this event entry.")]
6338         [System.ObsoleteAttribute("Use InstanceId")]
6339         public int EventID { get { throw null; } }
6340         [System.Diagnostics.MonitoringDescriptionAttribute("Sequence numer of this event entry.")]
6341         public int Index { get { throw null; } }
6342         [System.Diagnostics.MonitoringDescriptionAttribute("The instance ID for this event entry.")]
6343         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6344         public long InstanceId { get { throw null; } }
6345         [System.Diagnostics.MonitoringDescriptionAttribute("The Computer on which this event entry occured.")]
6346         public string MachineName { get { throw null; } }
6347         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.BinaryEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6348         [System.Diagnostics.MonitoringDescriptionAttribute("The message of this event entry.")]
6349         public string Message { get { throw null; } }
6350         [System.Diagnostics.MonitoringDescriptionAttribute("Application strings for this event entry.")]
6351         public string[] ReplacementStrings { get { throw null; } }
6352         [System.Diagnostics.MonitoringDescriptionAttribute("The source application of this event entry.")]
6353         public string Source { get { throw null; } }
6354         [System.Diagnostics.MonitoringDescriptionAttribute("Generation time of this event entry.")]
6355         public System.DateTime TimeGenerated { get { throw null; } }
6356         [System.Diagnostics.MonitoringDescriptionAttribute("The time at which this event entry was written to the logfile.")]
6357         public System.DateTime TimeWritten { get { throw null; } }
6358         [System.Diagnostics.MonitoringDescriptionAttribute("The name of a user associated with this event entry.")]
6359         public string UserName { get { throw null; } }
Equals(System.Diagnostics.EventLogEntry otherEntry)6360         public bool Equals(System.Diagnostics.EventLogEntry otherEntry) { throw null; }
6361         [System.MonoTODOAttribute("Needs serialization support")]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)6362         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
6363     }
6364     public partial class EventLogEntryCollection : System.Collections.ICollection, System.Collections.IEnumerable
6365     {
EventLogEntryCollection()6366         internal EventLogEntryCollection() { }
6367         public int Count { get { throw null; } }
6368         public virtual System.Diagnostics.EventLogEntry this[int index] { get { throw null; } }
6369         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6370         object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Diagnostics.EventLogEntry[] eventLogEntries, int index)6371         public void CopyTo(System.Diagnostics.EventLogEntry[] eventLogEntries, int index) { }
GetEnumerator()6372         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)6373         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
6374     }
6375     public enum EventLogEntryType
6376     {
6377         Error = 1,
6378         FailureAudit = 16,
6379         Information = 4,
6380         SuccessAudit = 8,
6381         Warning = 2,
6382     }
6383     [System.SerializableAttribute]
6384     public sealed partial class EventLogPermission : System.Security.Permissions.ResourcePermissionBase
6385     {
EventLogPermission()6386         public EventLogPermission() { }
EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6387         public EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries)6388         public EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries) { }
EventLogPermission(System.Security.Permissions.PermissionState state)6389         public EventLogPermission(System.Security.Permissions.PermissionState state) { }
6390         public System.Diagnostics.EventLogPermissionEntryCollection PermissionEntries { get { throw null; } }
6391     }
6392     [System.FlagsAttribute]
6393     public enum EventLogPermissionAccess
6394     {
6395         Administer = 48,
6396         [System.ObsoleteAttribute]
6397         Audit = 10,
6398         [System.ObsoleteAttribute]
6399         Browse = 2,
6400         [System.ObsoleteAttribute]
6401         Instrument = 6,
6402         None = 0,
6403         Write = 16,
6404     }
6405     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6406     [System.SerializableAttribute]
6407     public partial class EventLogPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6408     {
EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action)6409         public EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6410         public string MachineName { get { throw null; } set { } }
6411         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6412         public override System.Security.IPermission CreatePermission() { throw null; }
6413     }
6414     [System.SerializableAttribute]
6415     public partial class EventLogPermissionEntry
6416     {
EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6417         public EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
6418         public string MachineName { get { throw null; } }
6419         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } }
6420     }
6421     [System.SerializableAttribute]
6422     public partial class EventLogPermissionEntryCollection : System.Collections.CollectionBase
6423     {
EventLogPermissionEntryCollection()6424         internal EventLogPermissionEntryCollection() { }
6425         public System.Diagnostics.EventLogPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.EventLogPermissionEntry value)6426         public int Add(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.EventLogPermissionEntryCollection value)6427         public void AddRange(System.Diagnostics.EventLogPermissionEntryCollection value) { }
AddRange(System.Diagnostics.EventLogPermissionEntry[] value)6428         public void AddRange(System.Diagnostics.EventLogPermissionEntry[] value) { }
Contains(System.Diagnostics.EventLogPermissionEntry value)6429         public bool Contains(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index)6430         public void CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.EventLogPermissionEntry value)6431         public int IndexOf(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.EventLogPermissionEntry value)6432         public void Insert(int index, System.Diagnostics.EventLogPermissionEntry value) { }
OnClear()6433         protected override void OnClear() { }
OnInsert(int index, object value)6434         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6435         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6436         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.EventLogPermissionEntry value)6437         public void Remove(System.Diagnostics.EventLogPermissionEntry value) { }
6438     }
6439     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6440     public sealed partial class EventLogTraceListener : System.Diagnostics.TraceListener
6441     {
EventLogTraceListener()6442         public EventLogTraceListener() { }
EventLogTraceListener(System.Diagnostics.EventLog eventLog)6443         public EventLogTraceListener(System.Diagnostics.EventLog eventLog) { }
EventLogTraceListener(string source)6444         public EventLogTraceListener(string source) { }
6445         public System.Diagnostics.EventLog EventLog { get { throw null; } set { } }
6446         public override string Name { get { throw null; } set { } }
Close()6447         public override void Close() { }
Dispose(bool disposing)6448         protected override void Dispose(bool disposing) { }
6449         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)6450         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
6451         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)6452         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
6453         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)6454         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
6455         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)6456         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
Write(string message)6457         public override void Write(string message) { }
WriteLine(string message)6458         public override void WriteLine(string message) { }
6459     }
6460     public partial class EventSourceCreationData
6461     {
EventSourceCreationData(string source, string logName)6462         public EventSourceCreationData(string source, string logName) { }
6463         public int CategoryCount { get { throw null; } set { } }
6464         public string CategoryResourceFile { get { throw null; } set { } }
6465         public string LogName { get { throw null; } set { } }
6466         public string MachineName { get { throw null; } set { } }
6467         public string MessageResourceFile { get { throw null; } set { } }
6468         public string ParameterResourceFile { get { throw null; } set { } }
6469         public string Source { get { throw null; } set { } }
6470     }
6471     public partial class EventTypeFilter : System.Diagnostics.TraceFilter
6472     {
EventTypeFilter(System.Diagnostics.SourceLevels eventType)6473         public EventTypeFilter(System.Diagnostics.SourceLevels eventType) { }
6474         public System.Diagnostics.SourceLevels EventType { get { throw null; } set { } }
ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)6475         public override bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data) { throw null; }
6476     }
6477     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6478     public sealed partial class FileVersionInfo
6479     {
FileVersionInfo()6480         internal FileVersionInfo() { }
6481         public string Comments { get { throw null; } }
6482         public string CompanyName { get { throw null; } }
6483         public int FileBuildPart { get { throw null; } }
6484         public string FileDescription { get { throw null; } }
6485         public int FileMajorPart { get { throw null; } }
6486         public int FileMinorPart { get { throw null; } }
6487         public string FileName { get { throw null; } }
6488         public int FilePrivatePart { get { throw null; } }
6489         public string FileVersion { get { throw null; } }
6490         public string InternalName { get { throw null; } }
6491         public bool IsDebug { get { throw null; } }
6492         public bool IsPatched { get { throw null; } }
6493         public bool IsPreRelease { get { throw null; } }
6494         public bool IsPrivateBuild { get { throw null; } }
6495         public bool IsSpecialBuild { get { throw null; } }
6496         public string Language { get { throw null; } }
6497         public string LegalCopyright { get { throw null; } }
6498         public string LegalTrademarks { get { throw null; } }
6499         public string OriginalFilename { get { throw null; } }
6500         public string PrivateBuild { get { throw null; } }
6501         public int ProductBuildPart { get { throw null; } }
6502         public int ProductMajorPart { get { throw null; } }
6503         public int ProductMinorPart { get { throw null; } }
6504         public string ProductName { get { throw null; } }
6505         public int ProductPrivatePart { get { throw null; } }
6506         public string ProductVersion { get { throw null; } }
6507         public string SpecialBuild { get { throw null; } }
GetVersionInfo(string fileName)6508         public static System.Diagnostics.FileVersionInfo GetVersionInfo(string fileName) { throw null; }
ToString()6509         public override string ToString() { throw null; }
6510     }
6511     [System.Runtime.InteropServices.GuidAttribute("73386977-D6FD-11D2-BED5-00C04F79E3AE")]
6512     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
6513     public partial interface ICollectData
6514     {
CloseData()6515         void CloseData();
6516         [return: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.I4)]
CollectData([System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.I4)]int id, [System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SysInt)]System.IntPtr valueName, [System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SysInt)]System.IntPtr data, [System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.I4)]int totalBytes, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SysInt)]out System.IntPtr res)6517         void CollectData([System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.I4)]int id, [System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SysInt)]System.IntPtr valueName, [System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SysInt)]System.IntPtr data, [System.Runtime.InteropServices.In][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.I4)]int totalBytes, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.SysInt)]out System.IntPtr res);
6518     }
6519     public partial class InstanceData
6520     {
InstanceData(string instanceName, System.Diagnostics.CounterSample sample)6521         public InstanceData(string instanceName, System.Diagnostics.CounterSample sample) { }
6522         public string InstanceName { get { throw null; } }
6523         public long RawValue { get { throw null; } }
6524         public System.Diagnostics.CounterSample Sample { get { throw null; } }
6525     }
6526     public partial class InstanceDataCollection : System.Collections.DictionaryBase
6527     {
6528         [System.ObsoleteAttribute("Use InstanceDataCollectionCollection indexer instead.")]
InstanceDataCollection(string counterName)6529         public InstanceDataCollection(string counterName) { }
6530         public string CounterName { get { throw null; } }
6531         public System.Diagnostics.InstanceData this[string instanceName] { get { throw null; } }
6532         public System.Collections.ICollection Keys { get { throw null; } }
6533         public System.Collections.ICollection Values { get { throw null; } }
Contains(string instanceName)6534         public bool Contains(string instanceName) { throw null; }
CopyTo(System.Diagnostics.InstanceData[] instances, int index)6535         public void CopyTo(System.Diagnostics.InstanceData[] instances, int index) { }
6536     }
6537     public partial class InstanceDataCollectionCollection : System.Collections.DictionaryBase
6538     {
6539         [System.ObsoleteAttribute("Use PerformanceCounterCategory.ReadCategory()")]
InstanceDataCollectionCollection()6540         public InstanceDataCollectionCollection() { }
6541         public System.Diagnostics.InstanceDataCollection this[string counterName] { get { throw null; } }
6542         public System.Collections.ICollection Keys { get { throw null; } }
6543         public System.Collections.ICollection Values { get { throw null; } }
Contains(string counterName)6544         public bool Contains(string counterName) { throw null; }
CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index)6545         public void CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index) { }
6546     }
6547     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
6548     public partial class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
6549     {
MonitoringDescriptionAttribute(string description)6550         public MonitoringDescriptionAttribute(string description) { }
6551         public override string Description { get { throw null; } }
6552     }
6553     public enum OverflowAction
6554     {
6555         DoNotOverwrite = -1,
6556         OverwriteAsNeeded = 0,
6557         OverwriteOlder = 1,
6558     }
6559     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.PerformanceCounterInstaller")]
6560     public sealed partial class PerformanceCounter : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6561     {
6562         [System.ObsoleteAttribute]
6563         public static int DefaultFileMappingSize;
PerformanceCounter()6564         public PerformanceCounter() { }
PerformanceCounter(string categoryName, string counterName)6565         public PerformanceCounter(string categoryName, string counterName) { }
PerformanceCounter(string categoryName, string counterName, bool readOnly)6566         public PerformanceCounter(string categoryName, string counterName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName)6567         public PerformanceCounter(string categoryName, string counterName, string instanceName) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly)6568         public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName)6569         public PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName) { }
6570         [System.ComponentModel.DefaultValueAttribute("")]
6571         [System.ComponentModel.ReadOnlyAttribute(true)]
6572         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6573         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CategoryValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6574         public string CategoryName { get { throw null; } set { } }
6575         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6576         [System.ComponentModel.ReadOnlyAttribute(true)]
6577         [System.Diagnostics.MonitoringDescriptionAttribute("A description describing the counter.")]
6578         [System.MonoTODOAttribute]
6579         public string CounterHelp { get { throw null; } }
6580         [System.ComponentModel.DefaultValueAttribute("")]
6581         [System.ComponentModel.ReadOnlyAttribute(true)]
6582         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6583         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6584         public string CounterName { get { throw null; } set { } }
6585         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6586         [System.Diagnostics.MonitoringDescriptionAttribute("The type of the counter.")]
6587         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6588         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterInstanceLifetime)(0))]
6589         [System.MonoTODOAttribute]
6590         public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get { throw null; } set { } }
6591         [System.ComponentModel.DefaultValueAttribute("")]
6592         [System.ComponentModel.ReadOnlyAttribute(true)]
6593         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6594         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.InstanceNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6595         public string InstanceName { get { throw null; } set { } }
6596         [System.ComponentModel.BrowsableAttribute(false)]
6597         [System.ComponentModel.DefaultValueAttribute(".")]
6598         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6599         [System.MonoTODOAttribute("What's the machine name format?")]
6600         public string MachineName { get { throw null; } set { } }
6601         [System.ComponentModel.BrowsableAttribute(false)]
6602         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6603         [System.Diagnostics.MonitoringDescriptionAttribute("The raw value of the counter.")]
6604         public long RawValue { get { throw null; } set { } }
6605         [System.ComponentModel.BrowsableAttribute(false)]
6606         [System.ComponentModel.DefaultValueAttribute(true)]
6607         [System.Diagnostics.MonitoringDescriptionAttribute("The accessability level of the counter.")]
6608         public bool ReadOnly { get { throw null; } set { } }
BeginInit()6609         public void BeginInit() { }
Close()6610         public void Close() { }
CloseSharedResources()6611         public static void CloseSharedResources() { }
Decrement()6612         public long Decrement() { throw null; }
Dispose(bool disposing)6613         protected override void Dispose(bool disposing) { }
EndInit()6614         public void EndInit() { }
Increment()6615         public long Increment() { throw null; }
6616         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
IncrementBy(long value)6617         public long IncrementBy(long value) { throw null; }
NextSample()6618         public System.Diagnostics.CounterSample NextSample() { throw null; }
NextValue()6619         public float NextValue() { throw null; }
6620         [System.MonoTODOAttribute]
6621         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
RemoveInstance()6622         public void RemoveInstance() { }
6623     }
6624     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6625     public sealed partial class PerformanceCounterCategory
6626     {
PerformanceCounterCategory()6627         public PerformanceCounterCategory() { }
PerformanceCounterCategory(string categoryName)6628         public PerformanceCounterCategory(string categoryName) { }
PerformanceCounterCategory(string categoryName, string machineName)6629         public PerformanceCounterCategory(string categoryName, string machineName) { }
6630         public string CategoryHelp { get { throw null; } }
6631         public string CategoryName { get { throw null; } set { } }
6632         public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get { throw null; } }
6633         public string MachineName { get { throw null; } set { } }
CounterExists(string counterName)6634         public bool CounterExists(string counterName) { throw null; }
CounterExists(string counterName, string categoryName)6635         public static bool CounterExists(string counterName, string categoryName) { throw null; }
CounterExists(string counterName, string categoryName, string machineName)6636         public static bool CounterExists(string counterName, string categoryName, string machineName) { throw null; }
6637         [System.ObsoleteAttribute("Use another overload that uses PerformanceCounterCategoryType instead")]
Create(string categoryName, string categoryHelp, System.Diagnostics.CounterCreationDataCollection counterData)6638         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.CounterCreationDataCollection counterData) { throw null; }
Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, System.Diagnostics.CounterCreationDataCollection counterData)6639         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, System.Diagnostics.CounterCreationDataCollection counterData) { throw null; }
Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, string counterName, string counterHelp)6640         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) { throw null; }
6641         [System.ObsoleteAttribute("Use another overload that uses PerformanceCounterCategoryType instead")]
Create(string categoryName, string categoryHelp, string counterName, string counterHelp)6642         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string counterHelp) { throw null; }
Delete(string categoryName)6643         public static void Delete(string categoryName) { }
Exists(string categoryName)6644         public static bool Exists(string categoryName) { throw null; }
Exists(string categoryName, string machineName)6645         public static bool Exists(string categoryName, string machineName) { throw null; }
GetCategories()6646         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories() { throw null; }
GetCategories(string machineName)6647         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories(string machineName) { throw null; }
GetCounters()6648         public System.Diagnostics.PerformanceCounter[] GetCounters() { throw null; }
GetCounters(string instanceName)6649         public System.Diagnostics.PerformanceCounter[] GetCounters(string instanceName) { throw null; }
GetInstanceNames()6650         public string[] GetInstanceNames() { throw null; }
InstanceExists(string instanceName)6651         public bool InstanceExists(string instanceName) { throw null; }
InstanceExists(string instanceName, string categoryName)6652         public static bool InstanceExists(string instanceName, string categoryName) { throw null; }
InstanceExists(string instanceName, string categoryName, string machineName)6653         public static bool InstanceExists(string instanceName, string categoryName, string machineName) { throw null; }
6654         [System.MonoTODOAttribute]
ReadCategory()6655         public System.Diagnostics.InstanceDataCollectionCollection ReadCategory() { throw null; }
6656     }
6657     public enum PerformanceCounterCategoryType
6658     {
6659         MultiInstance = 1,
6660         SingleInstance = 0,
6661         Unknown = -1,
6662     }
6663     public enum PerformanceCounterInstanceLifetime
6664     {
6665         Global = 0,
6666         Process = 1,
6667     }
6668     [System.MonoTODOAttribute("not implemented")]
6669     [System.ObsoleteAttribute("use PerformanceCounter")]
6670     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6671     [System.Runtime.InteropServices.GuidAttribute("82840be1-d273-11d2-b94a-00600893b17a")]
6672     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6673     public sealed partial class PerformanceCounterManager : System.Diagnostics.ICollectData
6674     {
6675         [System.ObsoleteAttribute("use PerformanceCounter")]
PerformanceCounterManager()6676         public PerformanceCounterManager() { }
System.Diagnostics.ICollectData.CloseData()6677         void System.Diagnostics.ICollectData.CloseData() { }
System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res)6678         void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { res = default(System.IntPtr); }
6679     }
6680     [System.SerializableAttribute]
6681     public sealed partial class PerformanceCounterPermission : System.Security.Permissions.ResourcePermissionBase
6682     {
PerformanceCounterPermission()6683         public PerformanceCounterPermission() { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6684         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries)6685         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries) { }
PerformanceCounterPermission(System.Security.Permissions.PermissionState state)6686         public PerformanceCounterPermission(System.Security.Permissions.PermissionState state) { }
6687         public System.Diagnostics.PerformanceCounterPermissionEntryCollection PermissionEntries { get { throw null; } }
6688     }
6689     [System.FlagsAttribute]
6690     public enum PerformanceCounterPermissionAccess
6691     {
6692         Administer = 7,
6693         [System.ObsoleteAttribute]
6694         Browse = 1,
6695         [System.ObsoleteAttribute]
6696         Instrument = 3,
6697         None = 0,
6698         Read = 1,
6699         Write = 2,
6700     }
6701     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6702     [System.SerializableAttribute]
6703     public partial class PerformanceCounterPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6704     {
PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action)6705         public PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6706         public string CategoryName { get { throw null; } set { } }
6707         public string MachineName { get { throw null; } set { } }
6708         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6709         public override System.Security.IPermission CreatePermission() { throw null; }
6710     }
6711     [System.SerializableAttribute]
6712     public partial class PerformanceCounterPermissionEntry
6713     {
PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6714         public PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
6715         public string CategoryName { get { throw null; } }
6716         public string MachineName { get { throw null; } }
6717         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } }
6718     }
6719     [System.SerializableAttribute]
6720     public partial class PerformanceCounterPermissionEntryCollection : System.Collections.CollectionBase
6721     {
PerformanceCounterPermissionEntryCollection()6722         internal PerformanceCounterPermissionEntryCollection() { }
6723         public System.Diagnostics.PerformanceCounterPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.PerformanceCounterPermissionEntry value)6724         public int Add(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value)6725         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value) { }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value)6726         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value) { }
Contains(System.Diagnostics.PerformanceCounterPermissionEntry value)6727         public bool Contains(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index)6728         public void CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value)6729         public int IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value)6730         public void Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value) { }
OnClear()6731         protected override void OnClear() { }
OnInsert(int index, object value)6732         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6733         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6734         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.PerformanceCounterPermissionEntry value)6735         public void Remove(System.Diagnostics.PerformanceCounterPermissionEntry value) { }
6736     }
6737     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.AlphabeticalEnumConverter")]
6738     public enum PerformanceCounterType
6739     {
6740         AverageBase = 1073939458,
6741         AverageCount64 = 1073874176,
6742         AverageTimer32 = 805438464,
6743         CounterDelta32 = 4195328,
6744         CounterDelta64 = 4195584,
6745         CounterMultiBase = 1107494144,
6746         CounterMultiTimer = 574686464,
6747         CounterMultiTimer100Ns = 575735040,
6748         CounterMultiTimer100NsInverse = 592512256,
6749         CounterMultiTimerInverse = 591463680,
6750         CounterTimer = 541132032,
6751         CounterTimerInverse = 557909248,
6752         CountPerTimeInterval32 = 4523008,
6753         CountPerTimeInterval64 = 4523264,
6754         ElapsedTime = 807666944,
6755         NumberOfItems32 = 65536,
6756         NumberOfItems64 = 65792,
6757         NumberOfItemsHEX32 = 0,
6758         NumberOfItemsHEX64 = 256,
6759         RateOfCountsPerSecond32 = 272696320,
6760         RateOfCountsPerSecond64 = 272696576,
6761         RawBase = 1073939459,
6762         RawFraction = 537003008,
6763         SampleBase = 1073939457,
6764         SampleCounter = 4260864,
6765         SampleFraction = 549585920,
6766         Timer100Ns = 542180608,
6767         Timer100NsInverse = 558957824,
6768     }
6769     [System.ComponentModel.DefaultEventAttribute("Exited")]
6770     [System.ComponentModel.DefaultPropertyAttribute("StartInfo")]
6771     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6772     [System.Diagnostics.MonitoringDescriptionAttribute("Represents a system process")]
6773     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
6774     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6775     public partial class Process : System.ComponentModel.Component
6776     {
Process()6777         public Process() { }
6778         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6779         [System.Diagnostics.MonitoringDescriptionAttribute("Base process priority.")]
6780         [System.MonoTODOAttribute]
6781         public int BasePriority { get { throw null; } }
6782         [System.ComponentModel.BrowsableAttribute(false)]
6783         [System.ComponentModel.DefaultValueAttribute(false)]
6784         [System.Diagnostics.MonitoringDescriptionAttribute("Check for exiting of the process to raise the apropriate event.")]
6785         public bool EnableRaisingEvents { get { throw null; } set { } }
6786         [System.ComponentModel.BrowsableAttribute(false)]
6787         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6788         [System.Diagnostics.MonitoringDescriptionAttribute("The exit code of the process.")]
6789         public int ExitCode { get { throw null; } }
6790         [System.ComponentModel.BrowsableAttribute(false)]
6791         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6792         [System.Diagnostics.MonitoringDescriptionAttribute("The exit time of the process.")]
6793         public System.DateTime ExitTime { get { throw null; } }
6794         [System.ComponentModel.BrowsableAttribute(false)]
6795         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6796         [System.Diagnostics.MonitoringDescriptionAttribute("Handle for this process.")]
6797         public System.IntPtr Handle { get { throw null; } }
6798         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6799         [System.Diagnostics.MonitoringDescriptionAttribute("Handles for this process.")]
6800         [System.MonoTODOAttribute]
6801         public int HandleCount { get { throw null; } }
6802         [System.ComponentModel.BrowsableAttribute(false)]
6803         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6804         [System.Diagnostics.MonitoringDescriptionAttribute("Determines if the process is still running.")]
6805         public bool HasExited { get { throw null; } }
6806         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6807         [System.Diagnostics.MonitoringDescriptionAttribute("Process identifier.")]
6808         public int Id { get { throw null; } }
6809         [System.ComponentModel.BrowsableAttribute(false)]
6810         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6811         [System.Diagnostics.MonitoringDescriptionAttribute("The name of the computer running the process.")]
6812         [System.MonoTODOAttribute]
6813         public string MachineName { get { throw null; } }
6814         [System.ComponentModel.BrowsableAttribute(false)]
6815         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6816         [System.Diagnostics.MonitoringDescriptionAttribute("The main module of the process.")]
6817         public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
6818         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6819         [System.Diagnostics.MonitoringDescriptionAttribute("The handle of the main window of the process.")]
6820         [System.MonoTODOAttribute]
6821         public System.IntPtr MainWindowHandle { get { throw null; } }
6822         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6823         [System.Diagnostics.MonitoringDescriptionAttribute("The title of the main window of the process.")]
6824         [System.MonoTODOAttribute]
6825         public string MainWindowTitle { get { throw null; } }
6826         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6827         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum working set for this process.")]
6828         public System.IntPtr MaxWorkingSet { get { throw null; } set { } }
6829         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6830         [System.Diagnostics.MonitoringDescriptionAttribute("The minimum working set for this process.")]
6831         public System.IntPtr MinWorkingSet { get { throw null; } set { } }
6832         [System.ComponentModel.BrowsableAttribute(false)]
6833         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6834         [System.Diagnostics.MonitoringDescriptionAttribute("The modules that are loaded as part of this process.")]
6835         public System.Diagnostics.ProcessModuleCollection Modules { get { throw null; } }
6836         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6837         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are not pageable.")]
6838         [System.MonoTODOAttribute]
6839         [System.ObsoleteAttribute("Use NonpagedSystemMemorySize64")]
6840         public int NonpagedSystemMemorySize { get { throw null; } }
6841         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6842         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are not pageable.")]
6843         [System.MonoTODOAttribute]
6844         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6845         public long NonpagedSystemMemorySize64 { get { throw null; } }
6846         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6847         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are paged.")]
6848         [System.MonoTODOAttribute]
6849         [System.ObsoleteAttribute("Use PagedMemorySize64")]
6850         public int PagedMemorySize { get { throw null; } }
6851         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6852         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are paged.")]
6853         [System.MonoTODOAttribute]
6854         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6855         public long PagedMemorySize64 { get { throw null; } }
6856         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6857         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of paged system memory in bytes.")]
6858         [System.MonoTODOAttribute]
6859         [System.ObsoleteAttribute("Use PagedSystemMemorySize64")]
6860         public int PagedSystemMemorySize { get { throw null; } }
6861         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6862         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of paged system memory in bytes.")]
6863         [System.MonoTODOAttribute]
6864         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6865         public long PagedSystemMemorySize64 { get { throw null; } }
6866         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6867         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of paged memory used by this process.")]
6868         [System.MonoTODOAttribute]
6869         [System.ObsoleteAttribute("Use PeakPagedMemorySize64")]
6870         public int PeakPagedMemorySize { get { throw null; } }
6871         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6872         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of paged memory used by this process.")]
6873         [System.MonoTODOAttribute]
6874         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6875         public long PeakPagedMemorySize64 { get { throw null; } }
6876         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6877         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of virtual memory used by this process.")]
6878         [System.ObsoleteAttribute("Use PeakVirtualMemorySize64")]
6879         public int PeakVirtualMemorySize { get { throw null; } }
6880         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6881         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of virtual memory used by this process.")]
6882         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6883         public long PeakVirtualMemorySize64 { get { throw null; } }
6884         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6885         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of system memory used by this process.")]
6886         [System.ObsoleteAttribute("Use PeakWorkingSet64")]
6887         public int PeakWorkingSet { get { throw null; } }
6888         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6889         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of system memory used by this process.")]
6890         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6891         public long PeakWorkingSet64 { get { throw null; } }
6892         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6893         [System.Diagnostics.MonitoringDescriptionAttribute("Process will be of higher priority while it is actively used.")]
6894         [System.MonoTODOAttribute]
6895         public bool PriorityBoostEnabled { get { throw null; } set { } }
6896         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6897         [System.Diagnostics.MonitoringDescriptionAttribute("The relative process priority.")]
6898         [System.MonoLimitationAttribute("Under Unix, only root is allowed to raise the priority.")]
6899         public System.Diagnostics.ProcessPriorityClass PriorityClass { get { throw null; } set { } }
6900         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6901         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of memory exclusively used by this process.")]
6902         [System.ObsoleteAttribute("Use PrivateMemorySize64")]
6903         public int PrivateMemorySize { get { throw null; } }
6904         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6905         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of memory exclusively used by this process.")]
6906         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6907         public long PrivateMemorySize64 { get { throw null; } }
6908         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6909         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of processing time spent in the OS core for this process.")]
6910         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
6911         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6912         [System.Diagnostics.MonitoringDescriptionAttribute("The name of this process.")]
6913         public string ProcessName { get { throw null; } }
6914         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6915         [System.Diagnostics.MonitoringDescriptionAttribute("Allowed processor that can be used by this process.")]
6916         [System.MonoTODOAttribute]
6917         public System.IntPtr ProcessorAffinity { get { throw null; } set { } }
6918         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6919         [System.Diagnostics.MonitoringDescriptionAttribute("Is this process responsive.")]
6920         [System.MonoTODOAttribute]
6921         public bool Responding { get { throw null; } }
6922         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6923         [System.Diagnostics.MonitoringDescriptionAttribute("The session ID for this process.")]
6924         [System.MonoNotSupportedAttribute("")]
6925         public int SessionId { get { throw null; } }
6926         [System.ComponentModel.BrowsableAttribute(false)]
6927         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6928         [System.Diagnostics.MonitoringDescriptionAttribute("The standard error stream of this process.")]
6929         public System.IO.StreamReader StandardError { get { throw null; } }
6930         [System.ComponentModel.BrowsableAttribute(false)]
6931         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6932         [System.Diagnostics.MonitoringDescriptionAttribute("The standard input stream of this process.")]
6933         public System.IO.StreamWriter StandardInput { get { throw null; } }
6934         [System.ComponentModel.BrowsableAttribute(false)]
6935         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6936         [System.Diagnostics.MonitoringDescriptionAttribute("The standard output stream of this process.")]
6937         public System.IO.StreamReader StandardOutput { get { throw null; } }
6938         [System.ComponentModel.BrowsableAttribute(false)]
6939         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
6940         [System.Diagnostics.MonitoringDescriptionAttribute("Information for the start of this process.")]
6941         public System.Diagnostics.ProcessStartInfo StartInfo { get { throw null; } set { } }
6942         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6943         [System.Diagnostics.MonitoringDescriptionAttribute("The time this process started.")]
6944         public System.DateTime StartTime { get { throw null; } }
6945         [System.ComponentModel.BrowsableAttribute(false)]
6946         [System.ComponentModel.DefaultValueAttribute(null)]
6947         [System.Diagnostics.MonitoringDescriptionAttribute("The object that is used to synchronize event handler calls for this process.")]
6948         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
6949         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6950         [System.Diagnostics.MonitoringDescriptionAttribute("The number of threads of this process.")]
6951         [System.MonoTODOAttribute]
6952         public System.Diagnostics.ProcessThreadCollection Threads { get { throw null; } }
6953         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6954         [System.Diagnostics.MonitoringDescriptionAttribute("The total CPU time spent for this process.")]
6955         public System.TimeSpan TotalProcessorTime { get { throw null; } }
6956         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6957         [System.Diagnostics.MonitoringDescriptionAttribute("The CPU time spent for this process in user mode.")]
6958         public System.TimeSpan UserProcessorTime { get { throw null; } }
6959         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6960         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of virtual memory currently used for this process.")]
6961         [System.ObsoleteAttribute("Use VirtualMemorySize64")]
6962         public int VirtualMemorySize { get { throw null; } }
6963         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6964         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of virtual memory currently used for this process.")]
6965         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6966         public long VirtualMemorySize64 { get { throw null; } }
6967         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6968         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of physical memory currently used for this process.")]
6969         [System.ObsoleteAttribute("Use WorkingSet64")]
6970         public int WorkingSet { get { throw null; } }
6971         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6972         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of physical memory currently used for this process.")]
6973         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6974         public long WorkingSet64 { get { throw null; } }
6975         [System.ComponentModel.BrowsableAttribute(true)]
6976         [System.Diagnostics.MonitoringDescriptionAttribute("Raised when it receives error data")]
6977         public event System.Diagnostics.DataReceivedEventHandler ErrorDataReceived { add { } remove { } }
6978         [System.ComponentModel.CategoryAttribute("Behavior")]
6979         [System.Diagnostics.MonitoringDescriptionAttribute("Raised when this process exits.")]
6980         public event System.EventHandler Exited { add { } remove { } }
6981         [System.ComponentModel.BrowsableAttribute(true)]
6982         [System.Diagnostics.MonitoringDescriptionAttribute("Raised when it receives output data")]
6983         public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived { add { } remove { } }
6984         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginErrorReadLine()6985         public void BeginErrorReadLine() { }
6986         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginOutputReadLine()6987         public void BeginOutputReadLine() { }
6988         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelErrorRead()6989         public void CancelErrorRead() { }
6990         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelOutputRead()6991         public void CancelOutputRead() { }
Close()6992         public void Close() { }
CloseMainWindow()6993         public bool CloseMainWindow() { throw null; }
Dispose(bool disposing)6994         protected override void Dispose(bool disposing) { }
6995         [System.MonoTODOAttribute]
EnterDebugMode()6996         public static void EnterDebugMode() { }
~Process()6997         ~Process() { }
GetCurrentProcess()6998         public static System.Diagnostics.Process GetCurrentProcess() { throw null; }
GetProcessById(int processId)6999         public static System.Diagnostics.Process GetProcessById(int processId) { throw null; }
7000         [System.MonoTODOAttribute("There is no support for retrieving process information from a remote machine")]
GetProcessById(int processId, string machineName)7001         public static System.Diagnostics.Process GetProcessById(int processId, string machineName) { throw null; }
GetProcesses()7002         public static System.Diagnostics.Process[] GetProcesses() { throw null; }
7003         [System.MonoTODOAttribute("There is no support for retrieving process information from a remote machine")]
GetProcesses(string machineName)7004         public static System.Diagnostics.Process[] GetProcesses(string machineName) { throw null; }
GetProcessesByName(string processName)7005         public static System.Diagnostics.Process[] GetProcessesByName(string processName) { throw null; }
7006         [System.MonoTODOAttribute]
GetProcessesByName(string processName, string machineName)7007         public static System.Diagnostics.Process[] GetProcessesByName(string processName, string machineName) { throw null; }
Kill()7008         public void Kill() { }
7009         [System.MonoTODOAttribute]
LeaveDebugMode()7010         public static void LeaveDebugMode() { }
OnExited()7011         protected void OnExited() { }
Refresh()7012         public void Refresh() { }
Start()7013         public bool Start() { throw null; }
Start(System.Diagnostics.ProcessStartInfo startInfo)7014         public static System.Diagnostics.Process Start(System.Diagnostics.ProcessStartInfo startInfo) { throw null; }
Start(string fileName)7015         public static System.Diagnostics.Process Start(string fileName) { throw null; }
Start(string fileName, string arguments)7016         public static System.Diagnostics.Process Start(string fileName, string arguments) { throw null; }
Start(string fileName, string username, System.Security.SecureString password, string domain)7017         public static System.Diagnostics.Process Start(string fileName, string username, System.Security.SecureString password, string domain) { throw null; }
Start(string fileName, string arguments, string username, System.Security.SecureString password, string domain)7018         public static System.Diagnostics.Process Start(string fileName, string arguments, string username, System.Security.SecureString password, string domain) { throw null; }
ToString()7019         public override string ToString() { throw null; }
WaitForExit()7020         public void WaitForExit() { }
WaitForExit(int milliseconds)7021         public bool WaitForExit(int milliseconds) { throw null; }
7022         [System.MonoTODOAttribute]
WaitForInputIdle()7023         public bool WaitForInputIdle() { throw null; }
7024         [System.MonoTODOAttribute]
WaitForInputIdle(int milliseconds)7025         public bool WaitForInputIdle(int milliseconds) { throw null; }
7026     }
7027     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessModuleDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7028     public partial class ProcessModule : System.ComponentModel.Component
7029     {
ProcessModule()7030         internal ProcessModule() { }
7031         [System.Diagnostics.MonitoringDescriptionAttribute("The base memory address of this module")]
7032         public System.IntPtr BaseAddress { get { throw null; } }
7033         [System.Diagnostics.MonitoringDescriptionAttribute("The base memory address of the entry point of this module")]
7034         public System.IntPtr EntryPointAddress { get { throw null; } }
7035         [System.Diagnostics.MonitoringDescriptionAttribute("The file name of this module")]
7036         public string FileName { get { throw null; } }
7037         [System.ComponentModel.BrowsableAttribute(false)]
7038         public System.Diagnostics.FileVersionInfo FileVersionInfo { get { throw null; } }
7039         [System.Diagnostics.MonitoringDescriptionAttribute("The memory needed by this module")]
7040         public int ModuleMemorySize { get { throw null; } }
7041         [System.Diagnostics.MonitoringDescriptionAttribute("The name of this module")]
7042         public string ModuleName { get { throw null; } }
ToString()7043         public override string ToString() { throw null; }
7044     }
7045     public partial class ProcessModuleCollection : System.Collections.ReadOnlyCollectionBase
7046     {
ProcessModuleCollection()7047         protected ProcessModuleCollection() { }
ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules)7048         public ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules) { }
7049         public System.Diagnostics.ProcessModule this[int index] { get { throw null; } }
Contains(System.Diagnostics.ProcessModule module)7050         public bool Contains(System.Diagnostics.ProcessModule module) { throw null; }
CopyTo(System.Diagnostics.ProcessModule[] array, int index)7051         public void CopyTo(System.Diagnostics.ProcessModule[] array, int index) { }
IndexOf(System.Diagnostics.ProcessModule module)7052         public int IndexOf(System.Diagnostics.ProcessModule module) { throw null; }
7053     }
7054     public enum ProcessPriorityClass
7055     {
7056         AboveNormal = 32768,
7057         BelowNormal = 16384,
7058         High = 128,
7059         Idle = 64,
7060         Normal = 32,
7061         RealTime = 256,
7062     }
7063     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))]
7064     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
7065     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7066     public sealed partial class ProcessStartInfo
7067     {
ProcessStartInfo()7068         public ProcessStartInfo() { }
ProcessStartInfo(string filename)7069         public ProcessStartInfo(string filename) { }
ProcessStartInfo(string filename, string arguments)7070         public ProcessStartInfo(string filename, string arguments) { }
7071         [System.ComponentModel.DefaultValueAttribute("")]
7072         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7073         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
7074         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7075         [System.Diagnostics.MonitoringDescriptionAttribute("Command line agruments for this process.")]
7076         public string Arguments { get { throw null; } set { } }
7077         [System.ComponentModel.DefaultValueAttribute(false)]
7078         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7079         [System.Diagnostics.MonitoringDescriptionAttribute("Start this process with a new window.")]
7080         public bool CreateNoWindow { get { throw null; } set { } }
7081         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7082         public string Domain { get { throw null; } set { } }
7083         [System.ComponentModel.DefaultValueAttribute(null)]
7084         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
7085         [System.ComponentModel.EditorAttribute("System.Diagnostics.Design.StringDictionaryEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7086         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7087         [System.Diagnostics.MonitoringDescriptionAttribute("Environment variables used for this process.")]
7088         public System.Collections.Specialized.StringDictionary EnvironmentVariables { get { throw null; } }
7089         [System.ComponentModel.DefaultValueAttribute(false)]
7090         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7091         [System.Diagnostics.MonitoringDescriptionAttribute("Thread shows dialogboxes for errors.")]
7092         public bool ErrorDialog { get { throw null; } set { } }
7093         [System.ComponentModel.BrowsableAttribute(false)]
7094         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7095         public System.IntPtr ErrorDialogParentHandle { get { throw null; } set { } }
7096         [System.ComponentModel.DefaultValueAttribute("")]
7097         [System.ComponentModel.EditorAttribute("System.Diagnostics.Design.StartFileNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7098         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7099         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
7100         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7101         [System.Diagnostics.MonitoringDescriptionAttribute("The name of the resource to start this process.")]
7102         public string FileName { get { throw null; } set { } }
7103         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7104         public bool LoadUserProfile { get { throw null; } set { } }
7105         public System.Security.SecureString Password { get { throw null; } set { } }
7106         [System.ComponentModel.DefaultValueAttribute(false)]
7107         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7108         [System.Diagnostics.MonitoringDescriptionAttribute("Errors of this process are redirected.")]
7109         public bool RedirectStandardError { get { throw null; } set { } }
7110         [System.ComponentModel.DefaultValueAttribute(false)]
7111         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7112         [System.Diagnostics.MonitoringDescriptionAttribute("Standard input of this process is redirected.")]
7113         public bool RedirectStandardInput { get { throw null; } set { } }
7114         [System.ComponentModel.DefaultValueAttribute(false)]
7115         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7116         [System.Diagnostics.MonitoringDescriptionAttribute("Standart output of this process is redirected.")]
7117         public bool RedirectStandardOutput { get { throw null; } set { } }
7118         public System.Text.Encoding StandardErrorEncoding { get { throw null; } set { } }
7119         public System.Text.Encoding StandardOutputEncoding { get { throw null; } set { } }
7120         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7121         public string UserName { get { throw null; } set { } }
7122         [System.ComponentModel.DefaultValueAttribute(true)]
7123         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7124         [System.Diagnostics.MonitoringDescriptionAttribute("Use the shell to start this process.")]
7125         public bool UseShellExecute { get { throw null; } set { } }
7126         [System.ComponentModel.DefaultValueAttribute("")]
7127         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7128         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.VerbConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7129         [System.Diagnostics.MonitoringDescriptionAttribute("The verb to apply to a used document.")]
7130         public string Verb { get { throw null; } set { } }
7131         [System.ComponentModel.BrowsableAttribute(false)]
7132         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7133         public string[] Verbs { get { throw null; } }
7134         [System.ComponentModel.DefaultValueAttribute(typeof(System.Diagnostics.ProcessWindowStyle), "Normal")]
7135         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7136         [System.Diagnostics.MonitoringDescriptionAttribute("The window style used to start this process.")]
7137         public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw null; } set { } }
7138         [System.ComponentModel.DefaultValueAttribute("")]
7139         [System.ComponentModel.EditorAttribute("System.Diagnostics.Design.WorkingDirectoryEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7140         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7141         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
7142         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7143         [System.Diagnostics.MonitoringDescriptionAttribute("The initial directory for this process.")]
7144         public string WorkingDirectory { get { throw null; } set { } }
7145     }
7146     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessThreadDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7147     public partial class ProcessThread : System.ComponentModel.Component
7148     {
ProcessThread()7149         internal ProcessThread() { }
7150         [System.Diagnostics.MonitoringDescriptionAttribute("The base priority of this thread.")]
7151         [System.MonoTODOAttribute]
7152         public int BasePriority { get { throw null; } }
7153         [System.Diagnostics.MonitoringDescriptionAttribute("The current priority of this thread.")]
7154         [System.MonoTODOAttribute]
7155         public int CurrentPriority { get { throw null; } }
7156         [System.Diagnostics.MonitoringDescriptionAttribute("The ID of this thread.")]
7157         [System.MonoTODOAttribute]
7158         public int Id { get { throw null; } }
7159         [System.ComponentModel.BrowsableAttribute(false)]
7160         [System.MonoTODOAttribute]
7161         public int IdealProcessor { set { } }
7162         [System.Diagnostics.MonitoringDescriptionAttribute("Thread gets a priority boot when interactively used by a user.")]
7163         [System.MonoTODOAttribute]
7164         public bool PriorityBoostEnabled { get { throw null; } set { } }
7165         [System.Diagnostics.MonitoringDescriptionAttribute("The priority level of this thread.")]
7166         [System.MonoTODOAttribute]
7167         public System.Diagnostics.ThreadPriorityLevel PriorityLevel { get { throw null; } set { } }
7168         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in privileged mode.")]
7169         [System.MonoTODOAttribute]
7170         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
7171         [System.ComponentModel.BrowsableAttribute(false)]
7172         [System.MonoTODOAttribute]
7173         public System.IntPtr ProcessorAffinity { set { } }
7174         [System.Diagnostics.MonitoringDescriptionAttribute("The start address in memory of this thread.")]
7175         [System.MonoTODOAttribute]
7176         public System.IntPtr StartAddress { get { throw null; } }
7177         [System.Diagnostics.MonitoringDescriptionAttribute("The time this thread was started.")]
7178         [System.MonoTODOAttribute]
7179         public System.DateTime StartTime { get { throw null; } }
7180         [System.Diagnostics.MonitoringDescriptionAttribute("The current state of this thread.")]
7181         [System.MonoTODOAttribute]
7182         public System.Diagnostics.ThreadState ThreadState { get { throw null; } }
7183         [System.Diagnostics.MonitoringDescriptionAttribute("The total amount of CPU time used.")]
7184         [System.MonoTODOAttribute]
7185         public System.TimeSpan TotalProcessorTime { get { throw null; } }
7186         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in user mode.")]
7187         [System.MonoTODOAttribute]
7188         public System.TimeSpan UserProcessorTime { get { throw null; } }
7189         [System.Diagnostics.MonitoringDescriptionAttribute("The reason why this thread is waiting.")]
7190         [System.MonoTODOAttribute]
7191         public System.Diagnostics.ThreadWaitReason WaitReason { get { throw null; } }
7192         [System.MonoTODOAttribute]
ResetIdealProcessor()7193         public void ResetIdealProcessor() { }
7194     }
7195     public partial class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase
7196     {
ProcessThreadCollection()7197         protected ProcessThreadCollection() { }
ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads)7198         public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { }
7199         public System.Diagnostics.ProcessThread this[int index] { get { throw null; } }
Add(System.Diagnostics.ProcessThread thread)7200         public int Add(System.Diagnostics.ProcessThread thread) { throw null; }
Contains(System.Diagnostics.ProcessThread thread)7201         public bool Contains(System.Diagnostics.ProcessThread thread) { throw null; }
CopyTo(System.Diagnostics.ProcessThread[] array, int index)7202         public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) { }
IndexOf(System.Diagnostics.ProcessThread thread)7203         public int IndexOf(System.Diagnostics.ProcessThread thread) { throw null; }
Insert(int index, System.Diagnostics.ProcessThread thread)7204         public void Insert(int index, System.Diagnostics.ProcessThread thread) { }
Remove(System.Diagnostics.ProcessThread thread)7205         public void Remove(System.Diagnostics.ProcessThread thread) { }
7206     }
7207     public enum ProcessWindowStyle
7208     {
7209         Hidden = 1,
7210         Maximized = 3,
7211         Minimized = 2,
7212         Normal = 0,
7213     }
7214     public partial class SourceFilter : System.Diagnostics.TraceFilter
7215     {
SourceFilter(string source)7216         public SourceFilter(string source) { }
7217         public string Source { get { throw null; } set { } }
ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)7218         public override bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data) { throw null; }
7219     }
7220     [System.FlagsAttribute]
7221     public enum SourceLevels
7222     {
7223         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7224         ActivityTracing = 65280,
7225         All = -1,
7226         Critical = 1,
7227         Error = 3,
7228         Information = 15,
7229         Off = 0,
7230         Verbose = 31,
7231         Warning = 7,
7232     }
7233     public partial class SourceSwitch : System.Diagnostics.Switch
7234     {
SourceSwitch(string displayName)7235         public SourceSwitch(string displayName) : base (default(string), default(string)) { }
SourceSwitch(string displayName, string defaultSwitchValue)7236         public SourceSwitch(string displayName, string defaultSwitchValue) : base (default(string), default(string)) { }
7237         public System.Diagnostics.SourceLevels Level { get { throw null; } set { } }
OnValueChanged()7238         protected override void OnValueChanged() { }
ShouldTrace(System.Diagnostics.TraceEventType eventType)7239         public bool ShouldTrace(System.Diagnostics.TraceEventType eventType) { throw null; }
7240     }
7241     public partial class Stopwatch
7242     {
7243         public static readonly long Frequency;
7244         public static readonly bool IsHighResolution;
Stopwatch()7245         public Stopwatch() { }
7246         public System.TimeSpan Elapsed { get { throw null; } }
7247         public long ElapsedMilliseconds { get { throw null; } }
7248         public long ElapsedTicks { get { throw null; } }
7249         public bool IsRunning { get { throw null; } }
GetTimestamp()7250         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static long GetTimestamp() { throw null; }
Reset()7251         public void Reset() { }
Restart()7252         public void Restart() { }
Start()7253         public void Start() { }
StartNew()7254         public static System.Diagnostics.Stopwatch StartNew() { throw null; }
Stop()7255         public void Stop() { }
7256     }
7257     public abstract partial class Switch
7258     {
Switch(string displayName, string description)7259         protected Switch(string displayName, string description) { }
Switch(string displayName, string description, string defaultSwitchValue)7260         protected Switch(string displayName, string description, string defaultSwitchValue) { }
7261 #if XML_DEP
7262         [System.Xml.Serialization.XmlIgnoreAttribute]
7263 #endif
7264         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7265         public string Description { get { throw null; } }
7266         public string DisplayName { get { throw null; } }
7267         protected int SwitchSetting { get { throw null; } set { } }
7268         protected string Value { get { throw null; } set { } }
GetSupportedAttributes()7269         protected internal virtual string[] GetSupportedAttributes() { throw null; }
OnSwitchSettingChanged()7270         protected virtual void OnSwitchSettingChanged() { }
OnValueChanged()7271         protected virtual void OnValueChanged() { }
7272     }
7273     [System.AttributeUsageAttribute((System.AttributeTargets)(741))]
7274     [System.MonoLimitationAttribute("This attribute is not considered in trace support.")]
7275     public sealed partial class SwitchAttribute : System.Attribute
7276     {
SwitchAttribute(string switchName, System.Type switchType)7277         public SwitchAttribute(string switchName, System.Type switchType) { }
7278         public string SwitchDescription { get { throw null; } set { } }
7279         public string SwitchName { get { throw null; } set { } }
7280         public System.Type SwitchType { get { throw null; } set { } }
GetAll(System.Reflection.Assembly assembly)7281         public static System.Diagnostics.SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) { throw null; }
7282     }
7283     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
7284     [System.MonoLimitationAttribute("This attribute is not considered in trace support.")]
7285     public sealed partial class SwitchLevelAttribute : System.Attribute
7286     {
SwitchLevelAttribute(System.Type switchLevelType)7287         public SwitchLevelAttribute(System.Type switchLevelType) { }
7288         public System.Type SwitchLevelType { get { throw null; } set { } }
7289     }
7290     public partial class TextWriterTraceListener : System.Diagnostics.TraceListener
7291     {
TextWriterTraceListener()7292         public TextWriterTraceListener() { }
TextWriterTraceListener(System.IO.Stream stream)7293         public TextWriterTraceListener(System.IO.Stream stream) { }
TextWriterTraceListener(System.IO.Stream stream, string name)7294         public TextWriterTraceListener(System.IO.Stream stream, string name) { }
TextWriterTraceListener(System.IO.TextWriter writer)7295         public TextWriterTraceListener(System.IO.TextWriter writer) { }
TextWriterTraceListener(System.IO.TextWriter writer, string name)7296         public TextWriterTraceListener(System.IO.TextWriter writer, string name) { }
TextWriterTraceListener(string fileName)7297         public TextWriterTraceListener(string fileName) { }
TextWriterTraceListener(string fileName, string name)7298         public TextWriterTraceListener(string fileName, string name) { }
7299         public System.IO.TextWriter Writer { get { throw null; } set { } }
Close()7300         public override void Close() { }
Dispose(bool disposing)7301         protected override void Dispose(bool disposing) { }
Flush()7302         public override void Flush() { }
Write(string message)7303         public override void Write(string message) { }
WriteLine(string message)7304         public override void WriteLine(string message) { }
7305     }
7306     public enum ThreadPriorityLevel
7307     {
7308         AboveNormal = 1,
7309         BelowNormal = -1,
7310         Highest = 2,
7311         Idle = -15,
7312         Lowest = -2,
7313         Normal = 0,
7314         TimeCritical = 15,
7315     }
7316     public enum ThreadState
7317     {
7318         Initialized = 0,
7319         Ready = 1,
7320         Running = 2,
7321         Standby = 3,
7322         Terminated = 4,
7323         Transition = 6,
7324         Unknown = 7,
7325         Wait = 5,
7326     }
7327     public enum ThreadWaitReason
7328     {
7329         EventPairHigh = 7,
7330         EventPairLow = 8,
7331         ExecutionDelay = 4,
7332         Executive = 0,
7333         FreePage = 1,
7334         LpcReceive = 9,
7335         LpcReply = 10,
7336         PageIn = 2,
7337         PageOut = 12,
7338         Suspended = 5,
7339         SystemAllocation = 3,
7340         Unknown = 13,
7341         UserRequest = 6,
7342         VirtualMemory = 11,
7343     }
7344     public sealed partial class Trace
7345     {
Trace()7346         internal Trace() { }
7347         public static bool AutoFlush { get { throw null; } set { } }
7348         public static System.Diagnostics.CorrelationManager CorrelationManager { get { throw null; } }
7349         public static int IndentLevel { get { throw null; } set { } }
7350         public static int IndentSize { get { throw null; } set { } }
7351         public static System.Diagnostics.TraceListenerCollection Listeners { get { throw null; } }
7352         public static bool UseGlobalLock { get { throw null; } set { } }
7353         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition)7354         public static void Assert(bool condition) { }
7355         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message)7356         public static void Assert(bool condition, string message) { }
7357         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message, string detailMessage)7358         public static void Assert(bool condition, string message, string detailMessage) { }
7359         [System.Diagnostics.ConditionalAttribute("TRACE")]
Close()7360         public static void Close() { }
7361         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message)7362         public static void Fail(string message) { }
7363         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message, string detailMessage)7364         public static void Fail(string message, string detailMessage) { }
7365         [System.Diagnostics.ConditionalAttribute("TRACE")]
Flush()7366         public static void Flush() { }
7367         [System.Diagnostics.ConditionalAttribute("TRACE")]
Indent()7368         public static void Indent() { }
7369         [System.MonoNotSupportedAttribute("")]
Refresh()7370         public static void Refresh() { }
7371         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string message)7372         public static void TraceError(string message) { }
7373         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string message, params object[] args)7374         public static void TraceError(string message, params object[] args) { }
7375         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7376         public static void TraceInformation(string message) { }
7377         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message, params object[] args)7378         public static void TraceInformation(string message, params object[] args) { }
7379         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string message)7380         public static void TraceWarning(string message) { }
7381         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string message, params object[] args)7382         public static void TraceWarning(string message, params object[] args) { }
7383         [System.Diagnostics.ConditionalAttribute("TRACE")]
Unindent()7384         public static void Unindent() { }
7385         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value)7386         public static void Write(object value) { }
7387         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value, string category)7388         public static void Write(object value, string category) { }
7389         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message)7390         public static void Write(string message) { }
7391         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message, string category)7392         public static void Write(string message, string category) { }
7393         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value)7394         public static void WriteIf(bool condition, object value) { }
7395         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value, string category)7396         public static void WriteIf(bool condition, object value, string category) { }
7397         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message)7398         public static void WriteIf(bool condition, string message) { }
7399         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message, string category)7400         public static void WriteIf(bool condition, string message, string category) { }
7401         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value)7402         public static void WriteLine(object value) { }
7403         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value, string category)7404         public static void WriteLine(object value, string category) { }
7405         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message)7406         public static void WriteLine(string message) { }
7407         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message, string category)7408         public static void WriteLine(string message, string category) { }
7409         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value)7410         public static void WriteLineIf(bool condition, object value) { }
7411         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value, string category)7412         public static void WriteLineIf(bool condition, object value, string category) { }
7413         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message)7414         public static void WriteLineIf(bool condition, string message) { }
7415         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message, string category)7416         public static void WriteLineIf(bool condition, string message, string category) { }
7417     }
7418     public partial class TraceEventCache
7419     {
TraceEventCache()7420         public TraceEventCache() { }
7421         public string Callstack { get { throw null; } }
7422         public System.DateTime DateTime { get { throw null; } }
7423         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
7424         public int ProcessId { get { throw null; } }
7425         public string ThreadId { get { throw null; } }
7426         public long Timestamp { get { throw null; } }
7427     }
7428     public enum TraceEventType
7429     {
7430         Critical = 1,
7431         Error = 2,
7432         Information = 8,
7433         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7434         Resume = 2048,
7435         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7436         Start = 256,
7437         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7438         Stop = 512,
7439         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7440         Suspend = 1024,
7441         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7442         Transfer = 4096,
7443         Verbose = 16,
7444         Warning = 4,
7445     }
7446     public abstract partial class TraceFilter
7447     {
TraceFilter()7448         protected TraceFilter() { }
ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)7449         public abstract bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data);
7450     }
7451     public enum TraceLevel
7452     {
7453         Error = 1,
7454         Info = 3,
7455         Off = 0,
7456         Verbose = 4,
7457         Warning = 2,
7458     }
7459     public abstract partial class TraceListener : System.MarshalByRefObject, System.IDisposable
7460     {
TraceListener()7461         protected TraceListener() { }
TraceListener(string name)7462         protected TraceListener(string name) { }
7463         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7464         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7465         public System.Diagnostics.TraceFilter Filter { get { throw null; } set { } }
7466         public int IndentLevel { get { throw null; } set { } }
7467         public int IndentSize { get { throw null; } set { } }
7468         [System.MonoLimitationAttribute("This property exists but is never considered.")]
7469         public virtual bool IsThreadSafe { get { throw null; } }
7470         public virtual string Name { get { throw null; } set { } }
7471         protected bool NeedIndent { get { throw null; } set { } }
7472         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7473         public System.Diagnostics.TraceOptions TraceOutputOptions { get { throw null; } set { } }
Close()7474         public virtual void Close() { }
Dispose()7475         public void Dispose() { }
Dispose(bool disposing)7476         protected virtual void Dispose(bool disposing) { }
Fail(string message)7477         public virtual void Fail(string message) { }
Fail(string message, string detailMessage)7478         public virtual void Fail(string message, string detailMessage) { }
Flush()7479         public virtual void Flush() { }
GetSupportedAttributes()7480         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7481         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7482         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
7483         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)7484         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7485         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id)7486         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id) { }
7487         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)7488         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
7489         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7490         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7491         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId)7492         public virtual void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(object o)7493         public virtual void Write(object o) { }
Write(object o, string category)7494         public virtual void Write(object o, string category) { }
Write(string message)7495         public abstract void Write(string message);
Write(string message, string category)7496         public virtual void Write(string message, string category) { }
WriteIndent()7497         protected virtual void WriteIndent() { }
WriteLine(object o)7498         public virtual void WriteLine(object o) { }
WriteLine(object o, string category)7499         public virtual void WriteLine(object o, string category) { }
WriteLine(string message)7500         public abstract void WriteLine(string message);
WriteLine(string message, string category)7501         public virtual void WriteLine(string message, string category) { }
7502     }
7503     public partial class TraceListenerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7504     {
TraceListenerCollection()7505         internal TraceListenerCollection() { }
7506         public int Count { get { throw null; } }
7507         public System.Diagnostics.TraceListener this[int index] { get { throw null; } set { } }
7508         public System.Diagnostics.TraceListener this[string name] { get { throw null; } }
7509         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7510         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7511         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7512         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7513         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.TraceListener listener)7514         public int Add(System.Diagnostics.TraceListener listener) { throw null; }
AddRange(System.Diagnostics.TraceListenerCollection value)7515         public void AddRange(System.Diagnostics.TraceListenerCollection value) { }
AddRange(System.Diagnostics.TraceListener[] value)7516         public void AddRange(System.Diagnostics.TraceListener[] value) { }
Clear()7517         public void Clear() { }
Contains(System.Diagnostics.TraceListener listener)7518         public bool Contains(System.Diagnostics.TraceListener listener) { throw null; }
CopyTo(System.Diagnostics.TraceListener[] listeners, int index)7519         public void CopyTo(System.Diagnostics.TraceListener[] listeners, int index) { }
GetEnumerator()7520         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Diagnostics.TraceListener listener)7521         public int IndexOf(System.Diagnostics.TraceListener listener) { throw null; }
Insert(int index, System.Diagnostics.TraceListener listener)7522         public void Insert(int index, System.Diagnostics.TraceListener listener) { }
Remove(System.Diagnostics.TraceListener listener)7523         public void Remove(System.Diagnostics.TraceListener listener) { }
Remove(string name)7524         public void Remove(string name) { }
RemoveAt(int index)7525         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7526         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IList.Add(object value)7527         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)7528         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7529         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7530         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7531         void System.Collections.IList.Remove(object value) { }
7532     }
7533     [System.FlagsAttribute]
7534     public enum TraceOptions
7535     {
7536         Callstack = 32,
7537         DateTime = 2,
7538         LogicalOperationStack = 1,
7539         None = 0,
7540         ProcessId = 8,
7541         ThreadId = 16,
7542         Timestamp = 4,
7543     }
7544     public partial class TraceSource
7545     {
TraceSource(string name)7546         public TraceSource(string name) { }
TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel)7547         public TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel) { }
7548         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7549         public System.Diagnostics.TraceListenerCollection Listeners { get { throw null; } }
7550         public string Name { get { throw null; } }
7551         public System.Diagnostics.SourceSwitch Switch { get { throw null; } set { } }
Close()7552         public void Close() { }
Flush()7553         public void Flush() { }
GetSupportedAttributes()7554         protected virtual string[] GetSupportedAttributes() { throw null; }
7555         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, object data)7556         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, object data) { }
7557         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data)7558         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7559         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id)7560         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id) { }
7561         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message)7562         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message) { }
7563         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7564         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7565         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format)7566         public void TraceInformation(string format) { }
7567         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7568         public void TraceInformation(string format, params object[] args) { }
7569         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceTransfer(int id, string message, System.Guid relatedActivityId)7570         public void TraceTransfer(int id, string message, System.Guid relatedActivityId) { }
7571     }
7572     [System.Diagnostics.SwitchLevelAttribute(typeof(System.Diagnostics.TraceLevel))]
7573     public partial class TraceSwitch : System.Diagnostics.Switch
7574     {
TraceSwitch(string displayName, string description)7575         public TraceSwitch(string displayName, string description) : base (default(string), default(string)) { }
TraceSwitch(string displayName, string description, string defaultSwitchValue)7576         public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
7577         public System.Diagnostics.TraceLevel Level { get { throw null; } set { } }
7578         public bool TraceError { get { throw null; } }
7579         public bool TraceInfo { get { throw null; } }
7580         public bool TraceVerbose { get { throw null; } }
7581         public bool TraceWarning { get { throw null; } }
OnSwitchSettingChanged()7582         protected override void OnSwitchSettingChanged() { }
OnValueChanged()7583         protected override void OnValueChanged() { }
7584     }
7585     public partial class XmlWriterTraceListener : System.Diagnostics.TextWriterTraceListener
7586     {
XmlWriterTraceListener(System.IO.Stream stream)7587         public XmlWriterTraceListener(System.IO.Stream stream) { }
XmlWriterTraceListener(System.IO.Stream writer, string name)7588         public XmlWriterTraceListener(System.IO.Stream writer, string name) { }
XmlWriterTraceListener(System.IO.TextWriter writer)7589         public XmlWriterTraceListener(System.IO.TextWriter writer) { }
XmlWriterTraceListener(System.IO.TextWriter writer, string name)7590         public XmlWriterTraceListener(System.IO.TextWriter writer, string name) { }
XmlWriterTraceListener(string filename)7591         public XmlWriterTraceListener(string filename) { }
XmlWriterTraceListener(string filename, string name)7592         public XmlWriterTraceListener(string filename, string name) { }
Close()7593         public override void Close() { }
Fail(string message, string detailMessage)7594         public override void Fail(string message, string detailMessage) { }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7595         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
7596         [System.MonoLimitationAttribute("level is not always correct")]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)7597         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7598         [System.MonoLimitationAttribute("level is not always correct")]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)7599         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
7600         [System.MonoLimitationAttribute("level is not always correct")]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7601         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId)7602         public override void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(string message)7603         public override void Write(string message) { }
7604         [System.MonoLimitationAttribute("level is not always correct")]
WriteLine(string message)7605         public override void WriteLine(string message) { }
7606     }
7607 }
7608 namespace System.Diagnostics.CodeAnalysis
7609 {
7610     [System.AttributeUsageAttribute((System.AttributeTargets)(748), AllowMultiple=false, Inherited=false)]
7611     public sealed partial class ExcludeFromCodeCoverageAttribute : System.Attribute
7612     {
ExcludeFromCodeCoverageAttribute()7613         public ExcludeFromCodeCoverageAttribute() { }
7614     }
7615 }
7616 namespace System.IO
7617 {
7618     public partial class ErrorEventArgs : System.EventArgs
7619     {
ErrorEventArgs(System.Exception exception)7620         public ErrorEventArgs(System.Exception exception) { }
GetException()7621         public virtual System.Exception GetException() { throw null; }
7622     }
ErrorEventHandler(object sender, System.IO.ErrorEventArgs e)7623     public delegate void ErrorEventHandler(object sender, System.IO.ErrorEventArgs e);
7624     public partial class FileSystemEventArgs : System.EventArgs
7625     {
FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name)7626         public FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name) { }
7627         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } }
7628         public string FullPath { get { throw null; } }
7629         public string Name { get { throw null; } }
7630     }
FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e)7631     public delegate void FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e);
7632     [System.ComponentModel.DefaultEventAttribute("Changed")]
7633     [System.IO.IODescriptionAttribute("")]
7634     public partial class FileSystemWatcher : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
7635     {
FileSystemWatcher()7636         public FileSystemWatcher() { }
FileSystemWatcher(string path)7637         public FileSystemWatcher(string path) { }
FileSystemWatcher(string path, string filter)7638         public FileSystemWatcher(string path, string filter) { }
7639         [System.ComponentModel.DefaultValueAttribute(false)]
7640         [System.IO.IODescriptionAttribute("Flag to indicate if this instance is active")]
7641         public bool EnableRaisingEvents { get { throw null; } set { } }
7642         [System.ComponentModel.DefaultValueAttribute("*.*")]
7643         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
7644         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7645         [System.IO.IODescriptionAttribute("File name filter pattern")]
7646         public string Filter { get { throw null; } set { } }
7647         [System.ComponentModel.DefaultValueAttribute(false)]
7648         [System.IO.IODescriptionAttribute("Flag to indicate we want to watch subdirectories")]
7649         public bool IncludeSubdirectories { get { throw null; } set { } }
7650         [System.ComponentModel.BrowsableAttribute(false)]
7651         [System.ComponentModel.DefaultValueAttribute(8192)]
7652         public int InternalBufferSize { get { throw null; } set { } }
7653         [System.ComponentModel.DefaultValueAttribute((System.IO.NotifyFilters)(19))]
7654         [System.IO.IODescriptionAttribute("Flag to indicate which change event we want to monitor")]
7655         public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
7656         [System.ComponentModel.DefaultValueAttribute("")]
7657         [System.ComponentModel.EditorAttribute("System.Diagnostics.Design.FSWPathEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7658         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
7659         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7660         [System.IO.IODescriptionAttribute("The directory to monitor")]
7661         public string Path { get { throw null; } set { } }
7662         [System.ComponentModel.BrowsableAttribute(false)]
7663         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
7664         [System.ComponentModel.BrowsableAttribute(false)]
7665         [System.ComponentModel.DefaultValueAttribute(null)]
7666         [System.IO.IODescriptionAttribute("The object used to marshal the event handler calls resulting from a directory change")]
7667         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
7668         [System.IO.IODescriptionAttribute("Occurs when a file/directory change matches the filter")]
7669         public event System.IO.FileSystemEventHandler Changed { add { } remove { } }
7670         [System.IO.IODescriptionAttribute("Occurs when a file/directory creation matches the filter")]
7671         public event System.IO.FileSystemEventHandler Created { add { } remove { } }
7672         [System.IO.IODescriptionAttribute("Occurs when a file/directory deletion matches the filter")]
7673         public event System.IO.FileSystemEventHandler Deleted { add { } remove { } }
7674         [System.ComponentModel.BrowsableAttribute(false)]
7675         public event System.IO.ErrorEventHandler Error { add { } remove { } }
7676         [System.IO.IODescriptionAttribute("Occurs when a file/directory rename matches the filter")]
7677         public event System.IO.RenamedEventHandler Renamed { add { } remove { } }
BeginInit()7678         public void BeginInit() { }
Dispose(bool disposing)7679         protected override void Dispose(bool disposing) { }
EndInit()7680         public void EndInit() { }
~FileSystemWatcher()7681         ~FileSystemWatcher() { }
OnChanged(System.IO.FileSystemEventArgs e)7682         protected void OnChanged(System.IO.FileSystemEventArgs e) { }
OnCreated(System.IO.FileSystemEventArgs e)7683         protected void OnCreated(System.IO.FileSystemEventArgs e) { }
OnDeleted(System.IO.FileSystemEventArgs e)7684         protected void OnDeleted(System.IO.FileSystemEventArgs e) { }
OnError(System.IO.ErrorEventArgs e)7685         protected void OnError(System.IO.ErrorEventArgs e) { }
OnRenamed(System.IO.RenamedEventArgs e)7686         protected void OnRenamed(System.IO.RenamedEventArgs e) { }
WaitForChanged(System.IO.WatcherChangeTypes changeType)7687         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { throw null; }
WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout)7688         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout) { throw null; }
7689     }
7690     [System.SerializableAttribute]
7691     public partial class InternalBufferOverflowException : System.SystemException
7692     {
InternalBufferOverflowException()7693         public InternalBufferOverflowException() { }
InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7694         protected InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InternalBufferOverflowException(string message)7695         public InternalBufferOverflowException(string message) { }
InternalBufferOverflowException(string message, System.Exception inner)7696         public InternalBufferOverflowException(string message, System.Exception inner) { }
7697     }
7698     [System.SerializableAttribute]
7699     public sealed partial class InvalidDataException : System.SystemException
7700     {
InvalidDataException()7701         public InvalidDataException() { }
InvalidDataException(string message)7702         public InvalidDataException(string message) { }
InvalidDataException(string message, System.Exception innerException)7703         public InvalidDataException(string message, System.Exception innerException) { }
7704     }
7705     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
7706     public partial class IODescriptionAttribute : System.ComponentModel.DescriptionAttribute
7707     {
IODescriptionAttribute(string description)7708         public IODescriptionAttribute(string description) { }
7709         public override string Description { get { throw null; } }
7710     }
7711     [System.FlagsAttribute]
7712     public enum NotifyFilters
7713     {
7714         Attributes = 4,
7715         CreationTime = 64,
7716         DirectoryName = 2,
7717         FileName = 1,
7718         LastAccess = 32,
7719         LastWrite = 16,
7720         Security = 256,
7721         Size = 8,
7722     }
7723     public partial class RenamedEventArgs : System.IO.FileSystemEventArgs
7724     {
RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName)7725         public RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName) : base (default(System.IO.WatcherChangeTypes), default(string), default(string)) { }
7726         public string OldFullPath { get { throw null; } }
7727         public string OldName { get { throw null; } }
7728     }
RenamedEventHandler(object sender, System.IO.RenamedEventArgs e)7729     public delegate void RenamedEventHandler(object sender, System.IO.RenamedEventArgs e);
7730     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7731     public partial struct WaitForChangedResult
7732     {
7733         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } set { } }
7734         public string Name { get { throw null; } set { } }
7735         public string OldName { get { throw null; } set { } }
7736         public bool TimedOut { get { throw null; } set { } }
7737     }
7738     [System.FlagsAttribute]
7739     public enum WatcherChangeTypes
7740     {
7741         All = 15,
7742         Changed = 4,
7743         Created = 1,
7744         Deleted = 2,
7745         Renamed = 8,
7746     }
7747 }
7748 namespace System.IO.Compression
7749 {
7750     public enum CompressionMode
7751     {
7752         Compress = 1,
7753         Decompress = 0,
7754     }
7755     public partial class DeflateStream : System.IO.Stream
7756     {
DeflateStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode)7757         public DeflateStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode) { }
DeflateStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7758         public DeflateStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7759         public System.IO.Stream BaseStream { get { throw null; } }
7760         public override bool CanRead { get { throw null; } }
7761         public override bool CanSeek { get { throw null; } }
7762         public override bool CanWrite { get { throw null; } }
7763         public override long Length { get { throw null; } }
7764         public override long Position { get { throw null; } set { } }
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state)7765         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state) { throw null; }
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state)7766         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state) { throw null; }
Dispose(bool disposing)7767         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult async_result)7768         public override int EndRead(System.IAsyncResult async_result) { throw null; }
EndWrite(System.IAsyncResult async_result)7769         public override void EndWrite(System.IAsyncResult async_result) { }
Flush()7770         public override void Flush() { }
Read(byte[] dest, int dest_offset, int count)7771         public override int Read(byte[] dest, int dest_offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7772         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7773         public override void SetLength(long value) { }
Write(byte[] src, int src_offset, int count)7774         public override void Write(byte[] src, int src_offset, int count) { }
7775     }
7776     public partial class GZipStream : System.IO.Stream
7777     {
GZipStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode)7778         public GZipStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode) { }
GZipStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7779         public GZipStream(System.IO.Stream compressedStream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7780         public System.IO.Stream BaseStream { get { throw null; } }
7781         public override bool CanRead { get { throw null; } }
7782         public override bool CanSeek { get { throw null; } }
7783         public override bool CanWrite { get { throw null; } }
7784         public override long Length { get { throw null; } }
7785         public override long Position { get { throw null; } set { } }
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state)7786         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state) { throw null; }
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state)7787         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback cback, object state) { throw null; }
Dispose(bool disposing)7788         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult async_result)7789         public override int EndRead(System.IAsyncResult async_result) { throw null; }
EndWrite(System.IAsyncResult async_result)7790         public override void EndWrite(System.IAsyncResult async_result) { }
Flush()7791         public override void Flush() { }
Read(byte[] dest, int dest_offset, int count)7792         public override int Read(byte[] dest, int dest_offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7793         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7794         public override void SetLength(long value) { }
Write(byte[] src, int src_offset, int count)7795         public override void Write(byte[] src, int src_offset, int count) { }
7796     }
7797 }
7798 namespace System.IO.Ports
7799 {
7800     public enum Handshake
7801     {
7802         None = 0,
7803         RequestToSend = 2,
7804         RequestToSendXOnXOff = 3,
7805         XOnXOff = 1,
7806     }
7807     public enum Parity
7808     {
7809         Even = 2,
7810         Mark = 3,
7811         None = 0,
7812         Odd = 1,
7813         Space = 4,
7814     }
7815     public enum SerialData
7816     {
7817         Chars = 1,
7818         Eof = 2,
7819     }
7820     public partial class SerialDataReceivedEventArgs : System.EventArgs
7821     {
SerialDataReceivedEventArgs()7822         internal SerialDataReceivedEventArgs() { }
7823         public System.IO.Ports.SerialData EventType { get { throw null; } }
7824     }
SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)7825     public delegate void SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e);
7826     public enum SerialError
7827     {
7828         Frame = 8,
7829         Overrun = 2,
7830         RXOver = 1,
7831         RXParity = 4,
7832         TXFull = 256,
7833     }
7834     public partial class SerialErrorReceivedEventArgs : System.EventArgs
7835     {
SerialErrorReceivedEventArgs()7836         internal SerialErrorReceivedEventArgs() { }
7837         public System.IO.Ports.SerialError EventType { get { throw null; } }
7838     }
SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e)7839     public delegate void SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e);
7840     public enum SerialPinChange
7841     {
7842         Break = 64,
7843         CDChanged = 32,
7844         CtsChanged = 8,
7845         DsrChanged = 16,
7846         Ring = 256,
7847     }
7848     public partial class SerialPinChangedEventArgs : System.EventArgs
7849     {
SerialPinChangedEventArgs()7850         internal SerialPinChangedEventArgs() { }
7851         public System.IO.Ports.SerialPinChange EventType { get { throw null; } }
7852     }
SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e)7853     public delegate void SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e);
7854     [System.Diagnostics.MonitoringDescriptionAttribute("")]
7855     public partial class SerialPort : System.ComponentModel.Component
7856     {
7857         public const int InfiniteTimeout = -1;
SerialPort()7858         public SerialPort() { }
SerialPort(System.ComponentModel.IContainer container)7859         public SerialPort(System.ComponentModel.IContainer container) { }
SerialPort(string portName)7860         public SerialPort(string portName) { }
SerialPort(string portName, int baudRate)7861         public SerialPort(string portName, int baudRate) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity)7862         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits)7863         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits)7864         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits) { }
7865         [System.ComponentModel.BrowsableAttribute(false)]
7866         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7867         public System.IO.Stream BaseStream { get { throw null; } }
7868         [System.ComponentModel.BrowsableAttribute(true)]
7869         [System.ComponentModel.DefaultValueAttribute(9600)]
7870         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7871         public int BaudRate { get { throw null; } set { } }
7872         [System.ComponentModel.BrowsableAttribute(false)]
7873         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7874         public bool BreakState { get { throw null; } set { } }
7875         [System.ComponentModel.BrowsableAttribute(false)]
7876         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7877         public int BytesToRead { get { throw null; } }
7878         [System.ComponentModel.BrowsableAttribute(false)]
7879         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7880         public int BytesToWrite { get { throw null; } }
7881         [System.ComponentModel.BrowsableAttribute(false)]
7882         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7883         public bool CDHolding { get { throw null; } }
7884         [System.ComponentModel.BrowsableAttribute(false)]
7885         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7886         public bool CtsHolding { get { throw null; } }
7887         [System.ComponentModel.BrowsableAttribute(true)]
7888         [System.ComponentModel.DefaultValueAttribute(8)]
7889         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7890         public int DataBits { get { throw null; } set { } }
7891         [System.ComponentModel.BrowsableAttribute(true)]
7892         [System.ComponentModel.DefaultValueAttribute(false)]
7893         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7894         [System.MonoTODOAttribute("Not implemented")]
7895         public bool DiscardNull { get { throw null; } set { } }
7896         [System.ComponentModel.BrowsableAttribute(false)]
7897         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7898         public bool DsrHolding { get { throw null; } }
7899         [System.ComponentModel.BrowsableAttribute(true)]
7900         [System.ComponentModel.DefaultValueAttribute(false)]
7901         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7902         public bool DtrEnable { get { throw null; } set { } }
7903         [System.ComponentModel.BrowsableAttribute(false)]
7904         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7905         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7906         public System.Text.Encoding Encoding { get { throw null; } set { } }
7907         [System.ComponentModel.BrowsableAttribute(true)]
7908         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Handshake)(0))]
7909         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7910         public System.IO.Ports.Handshake Handshake { get { throw null; } set { } }
7911         [System.ComponentModel.BrowsableAttribute(false)]
7912         public bool IsOpen { get { throw null; } }
7913         [System.ComponentModel.BrowsableAttribute(false)]
7914         [System.ComponentModel.DefaultValueAttribute("\n")]
7915         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7916         public string NewLine { get { throw null; } set { } }
7917         [System.ComponentModel.BrowsableAttribute(true)]
7918         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Parity)(0))]
7919         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7920         public System.IO.Ports.Parity Parity { get { throw null; } set { } }
7921         [System.ComponentModel.BrowsableAttribute(true)]
7922         [System.ComponentModel.DefaultValueAttribute(63)]
7923         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7924         [System.MonoTODOAttribute("Not implemented")]
7925         public byte ParityReplace { get { throw null; } set { } }
7926         [System.ComponentModel.BrowsableAttribute(true)]
7927         [System.ComponentModel.DefaultValueAttribute("COM1")]
7928         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7929         public string PortName { get { throw null; } set { } }
7930         [System.ComponentModel.BrowsableAttribute(true)]
7931         [System.ComponentModel.DefaultValueAttribute(4096)]
7932         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7933         public int ReadBufferSize { get { throw null; } set { } }
7934         [System.ComponentModel.BrowsableAttribute(true)]
7935         [System.ComponentModel.DefaultValueAttribute(-1)]
7936         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7937         public int ReadTimeout { get { throw null; } set { } }
7938         [System.ComponentModel.BrowsableAttribute(true)]
7939         [System.ComponentModel.DefaultValueAttribute(1)]
7940         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7941         [System.MonoTODOAttribute("Not implemented")]
7942         public int ReceivedBytesThreshold { get { throw null; } set { } }
7943         [System.ComponentModel.BrowsableAttribute(true)]
7944         [System.ComponentModel.DefaultValueAttribute(false)]
7945         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7946         public bool RtsEnable { get { throw null; } set { } }
7947         [System.ComponentModel.BrowsableAttribute(true)]
7948         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.StopBits)(1))]
7949         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7950         public System.IO.Ports.StopBits StopBits { get { throw null; } set { } }
7951         [System.ComponentModel.BrowsableAttribute(true)]
7952         [System.ComponentModel.DefaultValueAttribute(2048)]
7953         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7954         public int WriteBufferSize { get { throw null; } set { } }
7955         [System.ComponentModel.BrowsableAttribute(true)]
7956         [System.ComponentModel.DefaultValueAttribute(-1)]
7957         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7958         public int WriteTimeout { get { throw null; } set { } }
7959         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7960         public event System.IO.Ports.SerialDataReceivedEventHandler DataReceived { add { } remove { } }
7961         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7962         public event System.IO.Ports.SerialErrorReceivedEventHandler ErrorReceived { add { } remove { } }
7963         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7964         public event System.IO.Ports.SerialPinChangedEventHandler PinChanged { add { } remove { } }
Close()7965         public void Close() { }
DiscardInBuffer()7966         public void DiscardInBuffer() { }
DiscardOutBuffer()7967         public void DiscardOutBuffer() { }
Dispose(bool disposing)7968         protected override void Dispose(bool disposing) { }
GetPortNames()7969         public static string[] GetPortNames() { throw null; }
Open()7970         public void Open() { }
Read(byte[] buffer, int offset, int count)7971         public int Read(byte[] buffer, int offset, int count) { throw null; }
Read(char[] buffer, int offset, int count)7972         public int Read(char[] buffer, int offset, int count) { throw null; }
ReadByte()7973         public int ReadByte() { throw null; }
ReadChar()7974         public int ReadChar() { throw null; }
ReadExisting()7975         public string ReadExisting() { throw null; }
ReadLine()7976         public string ReadLine() { throw null; }
ReadTo(string value)7977         public string ReadTo(string value) { throw null; }
Write(byte[] buffer, int offset, int count)7978         public void Write(byte[] buffer, int offset, int count) { }
Write(char[] buffer, int offset, int count)7979         public void Write(char[] buffer, int offset, int count) { }
Write(string str)7980         public void Write(string str) { }
WriteLine(string str)7981         public void WriteLine(string str) { }
7982     }
7983     public enum StopBits
7984     {
7985         None = 0,
7986         One = 1,
7987         OnePointFive = 3,
7988         Two = 2,
7989     }
7990 }
7991 namespace System.Media
7992 {
7993     [System.ComponentModel.ToolboxItemAttribute(false)]
7994     [System.SerializableAttribute]
7995     public partial class SoundPlayer : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
7996     {
SoundPlayer()7997         public SoundPlayer() { }
SoundPlayer(System.IO.Stream stream)7998         public SoundPlayer(System.IO.Stream stream) { }
SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)7999         protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
SoundPlayer(string soundLocation)8000         public SoundPlayer(string soundLocation) { }
8001         public bool IsLoadCompleted { get { throw null; } }
8002         public int LoadTimeout { get { throw null; } set { } }
8003         public string SoundLocation { get { throw null; } set { } }
8004         public System.IO.Stream Stream { get { throw null; } set { } }
8005         public object Tag { get { throw null; } set { } }
8006         public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
8007         public event System.EventHandler SoundLocationChanged { add { } remove { } }
8008         public event System.EventHandler StreamChanged { add { } remove { } }
Load()8009         public void Load() { }
LoadAsync()8010         public void LoadAsync() { }
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e)8011         protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnSoundLocationChanged(System.EventArgs e)8012         protected virtual void OnSoundLocationChanged(System.EventArgs e) { }
OnStreamChanged(System.EventArgs e)8013         protected virtual void OnStreamChanged(System.EventArgs e) { }
Play()8014         public void Play() { }
PlayLooping()8015         public void PlayLooping() { }
PlaySync()8016         public void PlaySync() { }
Stop()8017         public void Stop() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)8018         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
8019     }
8020     public partial class SystemSound
8021     {
SystemSound()8022         internal SystemSound() { }
Play()8023         public void Play() { }
8024     }
8025     public sealed partial class SystemSounds
8026     {
SystemSounds()8027         internal SystemSounds() { }
8028         public static System.Media.SystemSound Asterisk { get { throw null; } }
8029         public static System.Media.SystemSound Beep { get { throw null; } }
8030         public static System.Media.SystemSound Exclamation { get { throw null; } }
8031         public static System.Media.SystemSound Hand { get { throw null; } }
8032         public static System.Media.SystemSound Question { get { throw null; } }
8033     }
8034 }
8035 namespace System.Net
8036 {
8037     public partial class AuthenticationManager
8038     {
AuthenticationManager()8039         internal AuthenticationManager() { }
8040         public static System.Net.ICredentialPolicy CredentialPolicy { get { throw null; } set { } }
8041         [System.MonoTODOAttribute]
8042         public static System.Collections.Specialized.StringDictionary CustomTargetNameDictionary { get { throw null; } }
8043         public static System.Collections.IEnumerator RegisteredModules { get { throw null; } }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8044         public static System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials) { throw null; }
PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials)8045         public static System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials) { throw null; }
Register(System.Net.IAuthenticationModule authenticationModule)8046         public static void Register(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(System.Net.IAuthenticationModule authenticationModule)8047         public static void Unregister(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(string authenticationScheme)8048         public static void Unregister(string authenticationScheme) { }
8049     }
8050     [System.FlagsAttribute]
8051     public enum AuthenticationSchemes
8052     {
8053         Anonymous = 32768,
8054         Basic = 8,
8055         Digest = 1,
8056         IntegratedWindowsAuthentication = 6,
8057         Negotiate = 2,
8058         None = 0,
8059         Ntlm = 4,
8060     }
AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest)8061     public delegate System.Net.AuthenticationSchemes AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest);
8062     public partial class Authorization
8063     {
Authorization(string token)8064         public Authorization(string token) { }
Authorization(string token, bool finished)8065         public Authorization(string token, bool finished) { }
Authorization(string token, bool finished, string connectionGroupId)8066         public Authorization(string token, bool finished, string connectionGroupId) { }
8067         public bool Complete { get { throw null; } }
8068         public string ConnectionGroupId { get { throw null; } }
8069         public string Message { get { throw null; } }
8070         [System.MonoTODOAttribute]
8071         public bool MutuallyAuthenticated { get { throw null; } set { } }
8072         public string[] ProtectionRealm { get { throw null; } set { } }
8073     }
BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount)8074     public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount);
CipherSuitesCallback(System.Net.SecurityProtocolType protocol, System.Collections.Generic.IEnumerable<string> allCiphers)8075     public delegate System.Collections.Generic.IEnumerable<string> CipherSuitesCallback(System.Net.SecurityProtocolType protocol, System.Collections.Generic.IEnumerable<string> allCiphers);
8076     [System.SerializableAttribute]
8077     public sealed partial class Cookie
8078     {
Cookie()8079         public Cookie() { }
Cookie(string name, string value)8080         public Cookie(string name, string value) { }
Cookie(string name, string value, string path)8081         public Cookie(string name, string value, string path) { }
Cookie(string name, string value, string path, string domain)8082         public Cookie(string name, string value, string path, string domain) { }
8083         public string Comment { get { throw null; } set { } }
8084         public System.Uri CommentUri { get { throw null; } set { } }
8085         public bool Discard { get { throw null; } set { } }
8086         public string Domain { get { throw null; } set { } }
8087         public bool Expired { get { throw null; } set { } }
8088         public System.DateTime Expires { get { throw null; } set { } }
8089         public bool HttpOnly { get { throw null; } set { } }
8090         public string Name { get { throw null; } set { } }
8091         public string Path { get { throw null; } set { } }
8092         public string Port { get { throw null; } set { } }
8093         public bool Secure { get { throw null; } set { } }
8094         public System.DateTime TimeStamp { get { throw null; } }
8095         public string Value { get { throw null; } set { } }
8096         public int Version { get { throw null; } set { } }
Equals(object comparand)8097         public override bool Equals(object comparand) { throw null; }
GetHashCode()8098         public override int GetHashCode() { throw null; }
ToString()8099         public override string ToString() { throw null; }
8100     }
8101     [System.SerializableAttribute]
8102     public partial class CookieCollection : System.Collections.ICollection, System.Collections.IEnumerable
8103     {
CookieCollection()8104         public CookieCollection() { }
8105         public int Count { get { throw null; } }
8106         public bool IsReadOnly { get { throw null; } }
8107         public bool IsSynchronized { get { throw null; } }
8108         public System.Net.Cookie this[int index] { get { throw null; } }
8109         public System.Net.Cookie this[string name] { get { throw null; } }
8110         public object SyncRoot { get { throw null; } }
Add(System.Net.Cookie cookie)8111         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8112         public void Add(System.Net.CookieCollection cookies) { }
CopyTo(System.Array array, int index)8113         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Net.Cookie[] array, int index)8114         public void CopyTo(System.Net.Cookie[] array, int index) { }
GetEnumerator()8115         public System.Collections.IEnumerator GetEnumerator() { throw null; }
8116     }
8117     [System.SerializableAttribute]
8118     public partial class CookieContainer
8119     {
8120         public const int DefaultCookieLengthLimit = 4096;
8121         public const int DefaultCookieLimit = 300;
8122         public const int DefaultPerDomainCookieLimit = 20;
CookieContainer()8123         public CookieContainer() { }
CookieContainer(int capacity)8124         public CookieContainer(int capacity) { }
CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize)8125         public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) { }
8126         public int Capacity { get { throw null; } set { } }
8127         public int Count { get { throw null; } }
8128         public int MaxCookieSize { get { throw null; } set { } }
8129         public int PerDomainCapacity { get { throw null; } set { } }
Add(System.Net.Cookie cookie)8130         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8131         public void Add(System.Net.CookieCollection cookies) { }
Add(System.Uri uri, System.Net.Cookie cookie)8132         public void Add(System.Uri uri, System.Net.Cookie cookie) { }
Add(System.Uri uri, System.Net.CookieCollection cookies)8133         public void Add(System.Uri uri, System.Net.CookieCollection cookies) { }
GetCookieHeader(System.Uri uri)8134         public string GetCookieHeader(System.Uri uri) { throw null; }
GetCookies(System.Uri uri)8135         public System.Net.CookieCollection GetCookies(System.Uri uri) { throw null; }
SetCookies(System.Uri uri, string cookieHeader)8136         public void SetCookies(System.Uri uri, string cookieHeader) { }
8137     }
8138     [System.SerializableAttribute]
8139     public partial class CookieException : System.FormatException, System.Runtime.Serialization.ISerializable
8140     {
CookieException()8141         public CookieException() { }
CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8142         protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8143         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)8144         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
8145     }
8146     public partial class CredentialCache : System.Collections.IEnumerable, System.Net.ICredentials, System.Net.ICredentialsByHost
8147     {
CredentialCache()8148         public CredentialCache() { }
8149         [System.MonoTODOAttribute("Need EnvironmentPermission implementation first")]
8150         public static System.Net.ICredentials DefaultCredentials { get { throw null; } }
8151         public static System.Net.NetworkCredential DefaultNetworkCredentials { get { throw null; } }
Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential)8152         public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) { }
Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred)8153         public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) { }
GetCredential(string host, int port, string authenticationType)8154         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uriPrefix, string authType)8155         public System.Net.NetworkCredential GetCredential(System.Uri uriPrefix, string authType) { throw null; }
GetEnumerator()8156         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string host, int port, string authenticationType)8157         public void Remove(string host, int port, string authenticationType) { }
Remove(System.Uri uriPrefix, string authType)8158         public void Remove(System.Uri uriPrefix, string authType) { }
8159     }
8160     [System.FlagsAttribute]
8161     public enum DecompressionMethods
8162     {
8163         Deflate = 2,
8164         GZip = 1,
8165         None = 0,
8166     }
8167     public static partial class Dns
8168     {
BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state)8169         public static System.IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state) { throw null; }
8170         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject)8171         public static System.IAsyncResult BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject)8172         public static System.IAsyncResult BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject)8173         public static System.IAsyncResult BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject) { throw null; }
8174         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject)8175         public static System.IAsyncResult BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
EndGetHostAddresses(System.IAsyncResult asyncResult)8176         public static System.Net.IPAddress[] EndGetHostAddresses(System.IAsyncResult asyncResult) { throw null; }
8177         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndGetHostByName(System.IAsyncResult asyncResult)8178         public static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult) { throw null; }
EndGetHostEntry(System.IAsyncResult asyncResult)8179         public static System.Net.IPHostEntry EndGetHostEntry(System.IAsyncResult asyncResult) { throw null; }
8180         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndResolve(System.IAsyncResult asyncResult)8181         public static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult) { throw null; }
GetHostAddresses(string hostNameOrAddress)8182         public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress) { throw null; }
8183         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(System.Net.IPAddress address)8184         public static System.Net.IPHostEntry GetHostByAddress(System.Net.IPAddress address) { throw null; }
8185         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(string address)8186         public static System.Net.IPHostEntry GetHostByAddress(string address) { throw null; }
8187         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByName(string hostName)8188         public static System.Net.IPHostEntry GetHostByName(string hostName) { throw null; }
GetHostEntry(System.Net.IPAddress address)8189         public static System.Net.IPHostEntry GetHostEntry(System.Net.IPAddress address) { throw null; }
GetHostEntry(string hostNameOrAddress)8190         public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress) { throw null; }
GetHostName()8191         public static string GetHostName() { throw null; }
8192         [System.ObsoleteAttribute("Use GetHostEntry instead")]
Resolve(string hostName)8193         public static System.Net.IPHostEntry Resolve(string hostName) { throw null; }
8194     }
8195     public partial class DnsEndPoint : System.Net.EndPoint
8196     {
DnsEndPoint(string host, int port)8197         public DnsEndPoint(string host, int port) { }
DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily)8198         public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) { }
8199         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8200         public string Host { get { throw null; } }
8201         public int Port { get { throw null; } }
Equals(object comparand)8202         public override bool Equals(object comparand) { throw null; }
GetHashCode()8203         public override int GetHashCode() { throw null; }
ToString()8204         public override string ToString() { throw null; }
8205     }
8206     [System.SerializableAttribute]
8207     public sealed partial class DnsPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8208     {
DnsPermission(System.Security.Permissions.PermissionState state)8209         public DnsPermission(System.Security.Permissions.PermissionState state) { }
Copy()8210         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)8211         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)8212         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)8213         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()8214         public bool IsUnrestricted() { throw null; }
ToXml()8215         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)8216         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
8217     }
8218     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
8219     [System.SerializableAttribute]
8220     public sealed partial class DnsPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
8221     {
DnsPermissionAttribute(System.Security.Permissions.SecurityAction action)8222         public DnsPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()8223         public override System.Security.IPermission CreatePermission() { throw null; }
8224     }
8225     public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8226     {
DownloadDataCompletedEventArgs()8227         internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8228         public byte[] Result { get { throw null; } }
8229     }
DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e)8230     public delegate void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e);
8231     public partial class DownloadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
8232     {
DownloadProgressChangedEventArgs()8233         internal DownloadProgressChangedEventArgs() : base (default(int), default(object)) { }
8234         public long BytesReceived { get { throw null; } }
8235         public long TotalBytesToReceive { get { throw null; } }
8236     }
DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e)8237     public delegate void DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e);
8238     public partial class DownloadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8239     {
DownloadStringCompletedEventArgs()8240         internal DownloadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8241         public string Result { get { throw null; } }
8242     }
DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e)8243     public delegate void DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e);
8244     [System.SerializableAttribute]
8245     public abstract partial class EndPoint
8246     {
EndPoint()8247         protected EndPoint() { }
8248         public virtual System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
Create(System.Net.SocketAddress socketAddress)8249         public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Serialize()8250         public virtual System.Net.SocketAddress Serialize() { throw null; }
8251     }
8252     [System.SerializableAttribute]
8253     public partial class EndpointPermission
8254     {
EndpointPermission()8255         internal EndpointPermission() { }
8256         public string Hostname { get { throw null; } }
8257         public int Port { get { throw null; } }
8258         public System.Net.TransportType Transport { get { throw null; } }
Equals(object obj)8259         public override bool Equals(object obj) { throw null; }
GetHashCode()8260         public override int GetHashCode() { throw null; }
ToString()8261         public override string ToString() { throw null; }
8262     }
8263     [System.SerializableAttribute]
8264     public partial class FileWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8265     {
8266         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8267         protected FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8268         public override string ConnectionGroupName { get { throw null; } set { } }
8269         public override long ContentLength { get { throw null; } set { } }
8270         public override string ContentType { get { throw null; } set { } }
8271         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8272         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8273         public override string Method { get { throw null; } set { } }
8274         public override bool PreAuthenticate { get { throw null; } set { } }
8275         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8276         public override System.Uri RequestUri { get { throw null; } }
8277         public override int Timeout { get { throw null; } set { } }
8278         public override bool UseDefaultCredentials { get { throw null; } set { } }
8279         [System.MonoTODOAttribute]
Abort()8280         public override void Abort() { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8281         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8282         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8283         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8284         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8285         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8286         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8287         public override System.Net.WebResponse GetResponse() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8288         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8289     }
8290     [System.SerializableAttribute]
8291     public partial class FileWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
8292     {
8293         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8294         protected FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8295         public override long ContentLength { get { throw null; } }
8296         public override string ContentType { get { throw null; } }
8297         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8298         public override System.Uri ResponseUri { get { throw null; } }
Close()8299         public override void Close() { }
Dispose(bool disposing)8300         protected override void Dispose(bool disposing) { }
~FileWebResponse()8301         ~FileWebResponse() { }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8302         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()8303         public override System.IO.Stream GetResponseStream() { throw null; }
System.IDisposable.Dispose()8304         void System.IDisposable.Dispose() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8305         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8306     }
8307     public enum FtpStatusCode
8308     {
8309         AccountNeeded = 532,
8310         ActionAbortedLocalProcessingError = 451,
8311         ActionAbortedUnknownPageType = 551,
8312         ActionNotTakenFilenameNotAllowed = 553,
8313         ActionNotTakenFileUnavailable = 550,
8314         ActionNotTakenFileUnavailableOrBusy = 450,
8315         ActionNotTakenInsufficientSpace = 452,
8316         ArgumentSyntaxError = 501,
8317         BadCommandSequence = 503,
8318         CantOpenData = 425,
8319         ClosingControl = 221,
8320         ClosingData = 226,
8321         CommandExtraneous = 202,
8322         CommandNotImplemented = 502,
8323         CommandOK = 200,
8324         CommandSyntaxError = 500,
8325         ConnectionClosed = 426,
8326         DataAlreadyOpen = 125,
8327         DirectoryStatus = 212,
8328         EnteringPassive = 227,
8329         FileActionAborted = 552,
8330         FileActionOK = 250,
8331         FileCommandPending = 350,
8332         FileStatus = 213,
8333         LoggedInProceed = 230,
8334         NeedLoginAccount = 332,
8335         NotLoggedIn = 530,
8336         OpeningData = 150,
8337         PathnameCreated = 257,
8338         RestartMarker = 110,
8339         SendPasswordCommand = 331,
8340         SendUserCommand = 220,
8341         ServerWantsSecureSession = 234,
8342         ServiceNotAvailable = 421,
8343         ServiceTemporarilyNotAvailable = 120,
8344         SystemType = 215,
8345         Undefined = 0,
8346     }
8347     public sealed partial class FtpWebRequest : System.Net.WebRequest
8348     {
FtpWebRequest()8349         internal FtpWebRequest() { }
8350         [System.MonoTODOAttribute]
8351         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8352         [System.MonoTODOAttribute]
8353         public override string ConnectionGroupName { get { throw null; } set { } }
8354         public override long ContentLength { get { throw null; } set { } }
8355         public long ContentOffset { get { throw null; } set { } }
8356         public override string ContentType { get { throw null; } set { } }
8357         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8358         [System.MonoTODOAttribute]
8359         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8360         public bool EnableSsl { get { throw null; } set { } }
8361         [System.MonoTODOAttribute]
8362         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8363         [System.MonoTODOAttribute("We don't support KeepAlive = true")]
8364         public bool KeepAlive { get { throw null; } set { } }
8365         public override string Method { get { throw null; } set { } }
8366         public override bool PreAuthenticate { get { throw null; } set { } }
8367         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8368         public int ReadWriteTimeout { get { throw null; } set { } }
8369         public string RenameTo { get { throw null; } set { } }
8370         public override System.Uri RequestUri { get { throw null; } }
8371         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8372         public override int Timeout { get { throw null; } set { } }
8373         public bool UseBinary { get { throw null; } set { } }
8374         [System.MonoTODOAttribute]
8375         public override bool UseDefaultCredentials { get { throw null; } set { } }
8376         public bool UsePassive { get { throw null; } set { } }
Abort()8377         public override void Abort() { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8378         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8379         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8380         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8381         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetRequestStream()8382         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8383         public override System.Net.WebResponse GetResponse() { throw null; }
8384     }
8385     public partial class FtpWebResponse : System.Net.WebResponse
8386     {
FtpWebResponse()8387         internal FtpWebResponse() { }
8388         public string BannerMessage { get { throw null; } }
8389         public override long ContentLength { get { throw null; } }
8390         public string ExitMessage { get { throw null; } }
8391         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8392         public System.DateTime LastModified { get { throw null; } }
8393         public override System.Uri ResponseUri { get { throw null; } }
8394         public System.Net.FtpStatusCode StatusCode { get { throw null; } }
8395         public string StatusDescription { get { throw null; } }
8396         public string WelcomeMessage { get { throw null; } }
Close()8397         public override void Close() { }
GetResponseStream()8398         public override System.IO.Stream GetResponseStream() { throw null; }
8399     }
8400     [System.ObsoleteAttribute("Use WebRequest.DefaultProxy instead")]
8401     public partial class GlobalProxySelection
8402     {
GlobalProxySelection()8403         public GlobalProxySelection() { }
8404         public static System.Net.IWebProxy Select { get { throw null; } set { } }
GetEmptyWebProxy()8405         public static System.Net.IWebProxy GetEmptyWebProxy() { throw null; }
8406     }
HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders)8407     public delegate void HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders);
8408     public sealed partial class HttpListener : System.IDisposable
8409     {
HttpListener()8410         public HttpListener() { }
8411         public System.Net.AuthenticationSchemes AuthenticationSchemes { get { throw null; } set { } }
8412         public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw null; } set { } }
8413         public bool IgnoreWriteExceptions { get { throw null; } set { } }
8414         public bool IsListening { get { throw null; } }
8415         public static bool IsSupported { get { throw null; } }
8416         public System.Net.HttpListenerPrefixCollection Prefixes { get { throw null; } }
8417         public string Realm { get { throw null; } set { } }
8418         [System.MonoTODOAttribute("Support for NTLM needs some loving.")]
8419         public bool UnsafeConnectionNtlmAuthentication { get { throw null; } set { } }
Abort()8420         public void Abort() { }
BeginGetContext(System.AsyncCallback callback, object state)8421         public System.IAsyncResult BeginGetContext(System.AsyncCallback callback, object state) { throw null; }
Close()8422         public void Close() { }
EndGetContext(System.IAsyncResult asyncResult)8423         public System.Net.HttpListenerContext EndGetContext(System.IAsyncResult asyncResult) { throw null; }
GetContext()8424         public System.Net.HttpListenerContext GetContext() { throw null; }
Start()8425         public void Start() { }
Stop()8426         public void Stop() { }
System.IDisposable.Dispose()8427         void System.IDisposable.Dispose() { }
8428     }
8429     public partial class HttpListenerBasicIdentity : System.Security.Principal.GenericIdentity
8430     {
HttpListenerBasicIdentity(string username, string password)8431         public HttpListenerBasicIdentity(string username, string password) : base (default(string), default(string)) { }
8432         public virtual string Password { get { throw null; } }
8433     }
8434     public sealed partial class HttpListenerContext
8435     {
HttpListenerContext()8436         internal HttpListenerContext() { }
8437         public System.Net.HttpListenerRequest Request { get { throw null; } }
8438         public System.Net.HttpListenerResponse Response { get { throw null; } }
8439         public System.Security.Principal.IPrincipal User { get { throw null; } }
8440     }
8441     [System.SerializableAttribute]
8442     public partial class HttpListenerException : System.ComponentModel.Win32Exception
8443     {
HttpListenerException()8444         public HttpListenerException() { }
HttpListenerException(int errorCode)8445         public HttpListenerException(int errorCode) { }
HttpListenerException(int errorCode, string message)8446         public HttpListenerException(int errorCode, string message) { }
HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8447         protected HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8448         public override int ErrorCode { get { throw null; } }
8449     }
8450     public partial class HttpListenerPrefixCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.IEnumerable
8451     {
HttpListenerPrefixCollection()8452         internal HttpListenerPrefixCollection() { }
8453         public int Count { get { throw null; } }
8454         public bool IsReadOnly { get { throw null; } }
8455         public bool IsSynchronized { get { throw null; } }
Add(string uriPrefix)8456         public void Add(string uriPrefix) { }
Clear()8457         public void Clear() { }
Contains(string uriPrefix)8458         public bool Contains(string uriPrefix) { throw null; }
CopyTo(System.Array array, int offset)8459         public void CopyTo(System.Array array, int offset) { }
CopyTo(string[] array, int offset)8460         public void CopyTo(string[] array, int offset) { }
GetEnumerator()8461         public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
Remove(string uriPrefix)8462         public bool Remove(string uriPrefix) { throw null; }
System.Collections.IEnumerable.GetEnumerator()8463         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
8464     }
8465     public sealed partial class HttpListenerRequest
8466     {
HttpListenerRequest()8467         internal HttpListenerRequest() { }
8468         public string[] AcceptTypes { get { throw null; } }
8469         public int ClientCertificateError { get { throw null; } }
8470         public System.Text.Encoding ContentEncoding { get { throw null; } }
8471         public long ContentLength64 { get { throw null; } }
8472         public string ContentType { get { throw null; } }
8473         public System.Net.CookieCollection Cookies { get { throw null; } }
8474         public bool HasEntityBody { get { throw null; } }
8475         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
8476         public string HttpMethod { get { throw null; } }
8477         public System.IO.Stream InputStream { get { throw null; } }
8478         [System.MonoTODOAttribute("Always returns false")]
8479         public bool IsAuthenticated { get { throw null; } }
8480         public bool IsLocal { get { throw null; } }
8481         public bool IsSecureConnection { get { throw null; } }
8482         public bool KeepAlive { get { throw null; } }
8483         public System.Net.IPEndPoint LocalEndPoint { get { throw null; } }
8484         public System.Version ProtocolVersion { get { throw null; } }
8485         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } }
8486         public string RawUrl { get { throw null; } }
8487         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
8488         [System.MonoTODOAttribute("Always returns Guid.Empty")]
8489         public System.Guid RequestTraceIdentifier { get { throw null; } }
8490         [System.MonoTODOAttribute]
8491         public string ServiceName { get { throw null; } }
8492         public System.Net.TransportContext TransportContext { get { throw null; } }
8493         public System.Uri Url { get { throw null; } }
8494         public System.Uri UrlReferrer { get { throw null; } }
8495         public string UserAgent { get { throw null; } }
8496         public string UserHostAddress { get { throw null; } }
8497         public string UserHostName { get { throw null; } }
8498         public string[] UserLanguages { get { throw null; } }
BeginGetClientCertificate(System.AsyncCallback requestCallback, object state)8499         public System.IAsyncResult BeginGetClientCertificate(System.AsyncCallback requestCallback, object state) { throw null; }
EndGetClientCertificate(System.IAsyncResult asyncResult)8500         public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate(System.IAsyncResult asyncResult) { throw null; }
GetClientCertificate()8501         public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate() { throw null; }
8502     }
8503     public sealed partial class HttpListenerResponse : System.IDisposable
8504     {
HttpListenerResponse()8505         internal HttpListenerResponse() { }
8506         public System.Text.Encoding ContentEncoding { get { throw null; } set { } }
8507         public long ContentLength64 { get { throw null; } set { } }
8508         public string ContentType { get { throw null; } set { } }
8509         public System.Net.CookieCollection Cookies { get { throw null; } set { } }
8510         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8511         public bool KeepAlive { get { throw null; } set { } }
8512         public System.IO.Stream OutputStream { get { throw null; } }
8513         public System.Version ProtocolVersion { get { throw null; } set { } }
8514         public string RedirectLocation { get { throw null; } set { } }
8515         public bool SendChunked { get { throw null; } set { } }
8516         public int StatusCode { get { throw null; } set { } }
8517         public string StatusDescription { get { throw null; } set { } }
Abort()8518         public void Abort() { }
AddHeader(string name, string value)8519         public void AddHeader(string name, string value) { }
AppendCookie(System.Net.Cookie cookie)8520         public void AppendCookie(System.Net.Cookie cookie) { }
AppendHeader(string name, string value)8521         public void AppendHeader(string name, string value) { }
Close()8522         public void Close() { }
Close(byte[] responseEntity, bool willBlock)8523         public void Close(byte[] responseEntity, bool willBlock) { }
CopyFrom(System.Net.HttpListenerResponse templateResponse)8524         public void CopyFrom(System.Net.HttpListenerResponse templateResponse) { }
Redirect(string url)8525         public void Redirect(string url) { }
SetCookie(System.Net.Cookie cookie)8526         public void SetCookie(System.Net.Cookie cookie) { }
System.IDisposable.Dispose()8527         void System.IDisposable.Dispose() { }
8528     }
8529     public enum HttpRequestHeader
8530     {
8531         Accept = 20,
8532         AcceptCharset = 21,
8533         AcceptEncoding = 22,
8534         AcceptLanguage = 23,
8535         Allow = 10,
8536         Authorization = 24,
8537         CacheControl = 0,
8538         Connection = 1,
8539         ContentEncoding = 13,
8540         ContentLanguage = 14,
8541         ContentLength = 11,
8542         ContentLocation = 15,
8543         ContentMd5 = 16,
8544         ContentRange = 17,
8545         ContentType = 12,
8546         Cookie = 25,
8547         Date = 2,
8548         Expect = 26,
8549         Expires = 18,
8550         From = 27,
8551         Host = 28,
8552         IfMatch = 29,
8553         IfModifiedSince = 30,
8554         IfNoneMatch = 31,
8555         IfRange = 32,
8556         IfUnmodifiedSince = 33,
8557         KeepAlive = 3,
8558         LastModified = 19,
8559         MaxForwards = 34,
8560         Pragma = 4,
8561         ProxyAuthorization = 35,
8562         Range = 37,
8563         Referer = 36,
8564         Te = 38,
8565         Trailer = 5,
8566         TransferEncoding = 6,
8567         Translate = 39,
8568         Upgrade = 7,
8569         UserAgent = 40,
8570         Via = 8,
8571         Warning = 9,
8572     }
8573     public enum HttpResponseHeader
8574     {
8575         AcceptRanges = 20,
8576         Age = 21,
8577         Allow = 10,
8578         CacheControl = 0,
8579         Connection = 1,
8580         ContentEncoding = 13,
8581         ContentLanguage = 14,
8582         ContentLength = 11,
8583         ContentLocation = 15,
8584         ContentMd5 = 16,
8585         ContentRange = 17,
8586         ContentType = 12,
8587         Date = 2,
8588         ETag = 22,
8589         Expires = 18,
8590         KeepAlive = 3,
8591         LastModified = 19,
8592         Location = 23,
8593         Pragma = 4,
8594         ProxyAuthenticate = 24,
8595         RetryAfter = 25,
8596         Server = 26,
8597         SetCookie = 27,
8598         Trailer = 5,
8599         TransferEncoding = 6,
8600         Upgrade = 7,
8601         Vary = 28,
8602         Via = 8,
8603         Warning = 9,
8604         WwwAuthenticate = 29,
8605     }
8606     public enum HttpStatusCode
8607     {
8608         Accepted = 202,
8609         Ambiguous = 300,
8610         BadGateway = 502,
8611         BadRequest = 400,
8612         Conflict = 409,
8613         Continue = 100,
8614         Created = 201,
8615         ExpectationFailed = 417,
8616         Forbidden = 403,
8617         Found = 302,
8618         GatewayTimeout = 504,
8619         Gone = 410,
8620         HttpVersionNotSupported = 505,
8621         InternalServerError = 500,
8622         LengthRequired = 411,
8623         MethodNotAllowed = 405,
8624         Moved = 301,
8625         MovedPermanently = 301,
8626         MultipleChoices = 300,
8627         NoContent = 204,
8628         NonAuthoritativeInformation = 203,
8629         NotAcceptable = 406,
8630         NotFound = 404,
8631         NotImplemented = 501,
8632         NotModified = 304,
8633         OK = 200,
8634         PartialContent = 206,
8635         PaymentRequired = 402,
8636         PreconditionFailed = 412,
8637         ProxyAuthenticationRequired = 407,
8638         Redirect = 302,
8639         RedirectKeepVerb = 307,
8640         RedirectMethod = 303,
8641         RequestedRangeNotSatisfiable = 416,
8642         RequestEntityTooLarge = 413,
8643         RequestTimeout = 408,
8644         RequestUriTooLong = 414,
8645         ResetContent = 205,
8646         SeeOther = 303,
8647         ServiceUnavailable = 503,
8648         SwitchingProtocols = 101,
8649         TemporaryRedirect = 307,
8650         Unauthorized = 401,
8651         UnsupportedMediaType = 415,
8652         Unused = 306,
8653         UseProxy = 305,
8654     }
8655     public partial class HttpVersion
8656     {
8657         public static readonly System.Version Version10;
8658         public static readonly System.Version Version11;
HttpVersion()8659         public HttpVersion() { }
8660     }
8661     [System.SerializableAttribute]
8662     public partial class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8663     {
8664         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8665         protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8666         public string Accept { get { throw null; } set { } }
8667         public System.Uri Address { get { throw null; } }
8668         public bool AllowAutoRedirect { get { throw null; } set { } }
8669         public bool AllowWriteStreamBuffering { get { throw null; } set { } }
8670         public System.Net.DecompressionMethods AutomaticDecompression { get { throw null; } set { } }
8671         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } [System.MonoTODOAttribute]set { } }
8672         public string Connection { get { throw null; } set { } }
8673         public override string ConnectionGroupName { get { throw null; } set { } }
8674         public override long ContentLength { get { throw null; } set { } }
8675         public override string ContentType { get { throw null; } set { } }
8676         public System.Net.HttpContinueDelegate ContinueDelegate { get { throw null; } set { } }
8677         public System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
8678         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8679         public System.DateTime Date { get { throw null; } set { } }
8680         [System.MonoTODOAttribute]
8681         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8682         [System.MonoTODOAttribute]
8683         public static int DefaultMaximumErrorResponseLength { get { throw null; } set { } }
8684         [System.MonoTODOAttribute("Use this")]
8685         public static int DefaultMaximumResponseHeadersLength { get { throw null; } set { } }
8686         public string Expect { get { throw null; } set { } }
8687         public bool HaveResponse { get { throw null; } }
8688         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8689         public string Host { get { throw null; } set { } }
8690         public System.DateTime IfModifiedSince { get { throw null; } set { } }
8691         public bool KeepAlive { get { throw null; } set { } }
8692         public int MaximumAutomaticRedirections { get { throw null; } set { } }
8693         [System.MonoTODOAttribute("Use this")]
8694         public int MaximumResponseHeadersLength { get { throw null; } set { } }
8695         public string MediaType { get { throw null; } set { } }
8696         public override string Method { get { throw null; } set { } }
8697         public bool Pipelined { get { throw null; } set { } }
8698         public override bool PreAuthenticate { get { throw null; } set { } }
8699         public System.Version ProtocolVersion { get { throw null; } set { } }
8700         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8701         public int ReadWriteTimeout { get { throw null; } set { } }
8702         public string Referer { get { throw null; } set { } }
8703         public override System.Uri RequestUri { get { throw null; } }
8704         public bool SendChunked { get { throw null; } set { } }
8705         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8706         public virtual bool SupportsCookieContainer { get { throw null; } }
8707         public override int Timeout { get { throw null; } set { } }
8708         public string TransferEncoding { get { throw null; } set { } }
8709         public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } }
8710         public override bool UseDefaultCredentials { get { throw null; } set { } }
8711         public string UserAgent { get { throw null; } set { } }
Abort()8712         public override void Abort() { }
AddRange(int range)8713         public void AddRange(int range) { }
AddRange(int from, int to)8714         public void AddRange(int from, int to) { }
AddRange(long range)8715         public void AddRange(long range) { }
AddRange(long from, long to)8716         public void AddRange(long from, long to) { }
AddRange(string rangeSpecifier, int range)8717         public void AddRange(string rangeSpecifier, int range) { }
AddRange(string rangeSpecifier, int from, int to)8718         public void AddRange(string rangeSpecifier, int from, int to) { }
AddRange(string rangeSpecifier, long range)8719         public void AddRange(string rangeSpecifier, long range) { }
AddRange(string rangeSpecifier, long from, long to)8720         public void AddRange(string rangeSpecifier, long from, long to) { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8721         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8722         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8723         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext transportContext)8724         public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext transportContext) { transportContext = default(System.Net.TransportContext); throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8725         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8726         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8727         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8728         public override System.Net.WebResponse GetResponse() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8729         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8730     }
8731     [System.SerializableAttribute]
8732     public partial class HttpWebResponse : System.Net.WebResponse, System.IDisposable, System.Runtime.Serialization.ISerializable
8733     {
8734         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8735         protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8736         public string CharacterSet { get { throw null; } }
8737         public string ContentEncoding { get { throw null; } }
8738         public override long ContentLength { get { throw null; } }
8739         public override string ContentType { get { throw null; } }
8740         public System.Net.CookieCollection Cookies { get { throw null; } set { } }
8741         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8742         [System.MonoTODOAttribute]
8743         public override bool IsMutuallyAuthenticated { get { throw null; } }
8744         public System.DateTime LastModified { get { throw null; } }
8745         public string Method { get { throw null; } }
8746         public System.Version ProtocolVersion { get { throw null; } }
8747         public override System.Uri ResponseUri { get { throw null; } }
8748         public string Server { get { throw null; } }
8749         public System.Net.HttpStatusCode StatusCode { get { throw null; } }
8750         public string StatusDescription { get { throw null; } }
Close()8751         public override void Close() { }
Dispose(bool disposing)8752         protected override void Dispose(bool disposing) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8753         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseHeader(string headerName)8754         public string GetResponseHeader(string headerName) { throw null; }
GetResponseStream()8755         public override System.IO.Stream GetResponseStream() { throw null; }
System.IDisposable.Dispose()8756         void System.IDisposable.Dispose() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8757         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8758     }
8759     public partial interface IAuthenticationModule
8760     {
8761         string AuthenticationType { get; }
8762         bool CanPreAuthenticate { get; }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8763         System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials);
PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials)8764         System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials);
8765     }
8766     public partial interface ICertificatePolicy
8767     {
CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem)8768         bool CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem);
8769     }
8770     public partial interface ICredentialPolicy
8771     {
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule)8772         bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule);
8773     }
8774     public partial interface ICredentials
8775     {
GetCredential(System.Uri uri, string authType)8776         System.Net.NetworkCredential GetCredential(System.Uri uri, string authType);
8777     }
8778     public partial interface ICredentialsByHost
8779     {
GetCredential(string host, int port, string authenticationType)8780         System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType);
8781     }
8782     [System.SerializableAttribute]
8783     public partial class IPAddress
8784     {
8785         public static readonly System.Net.IPAddress Any;
8786         public static readonly System.Net.IPAddress Broadcast;
8787         public static readonly System.Net.IPAddress IPv6Any;
8788         public static readonly System.Net.IPAddress IPv6Loopback;
8789         public static readonly System.Net.IPAddress IPv6None;
8790         public static readonly System.Net.IPAddress Loopback;
8791         public static readonly System.Net.IPAddress None;
IPAddress(byte[] address)8792         public IPAddress(byte[] address) { }
IPAddress(byte[] address, long scopeid)8793         public IPAddress(byte[] address, long scopeid) { }
IPAddress(long newAddress)8794         public IPAddress(long newAddress) { }
8795         [System.ObsoleteAttribute("This property is obsolete. Use GetAddressBytes.")]
8796         public long Address { get { throw null; } set { } }
8797         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8798         public bool IsIPv6LinkLocal { get { throw null; } }
8799         public bool IsIPv6Multicast { get { throw null; } }
8800         public bool IsIPv6SiteLocal { get { throw null; } }
8801         public bool IsIPv6Teredo { get { throw null; } }
8802         public long ScopeId { get { throw null; } set { } }
Equals(object comparand)8803         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()8804         public byte[] GetAddressBytes() { throw null; }
GetHashCode()8805         public override int GetHashCode() { throw null; }
HostToNetworkOrder(short host)8806         public static short HostToNetworkOrder(short host) { throw null; }
HostToNetworkOrder(int host)8807         public static int HostToNetworkOrder(int host) { throw null; }
HostToNetworkOrder(long host)8808         public static long HostToNetworkOrder(long host) { throw null; }
IsLoopback(System.Net.IPAddress address)8809         public static bool IsLoopback(System.Net.IPAddress address) { throw null; }
NetworkToHostOrder(short network)8810         public static short NetworkToHostOrder(short network) { throw null; }
NetworkToHostOrder(int network)8811         public static int NetworkToHostOrder(int network) { throw null; }
NetworkToHostOrder(long network)8812         public static long NetworkToHostOrder(long network) { throw null; }
Parse(string ipString)8813         public static System.Net.IPAddress Parse(string ipString) { throw null; }
ToString()8814         public override string ToString() { throw null; }
TryParse(string ipString, out System.Net.IPAddress address)8815         public static bool TryParse(string ipString, out System.Net.IPAddress address) { address = default(System.Net.IPAddress); throw null; }
8816     }
8817     [System.SerializableAttribute]
8818     public partial class IPEndPoint : System.Net.EndPoint
8819     {
8820         public const int MaxPort = 65535;
8821         public const int MinPort = 0;
IPEndPoint(long address, int port)8822         public IPEndPoint(long address, int port) { }
IPEndPoint(System.Net.IPAddress address, int port)8823         public IPEndPoint(System.Net.IPAddress address, int port) { }
8824         public System.Net.IPAddress Address { get { throw null; } set { } }
8825         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8826         public int Port { get { throw null; } set { } }
Create(System.Net.SocketAddress socketAddress)8827         public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Equals(object comparand)8828         public override bool Equals(object comparand) { throw null; }
GetHashCode()8829         public override int GetHashCode() { throw null; }
Serialize()8830         public override System.Net.SocketAddress Serialize() { throw null; }
ToString()8831         public override string ToString() { throw null; }
8832     }
8833     public partial class IPHostEntry
8834     {
IPHostEntry()8835         public IPHostEntry() { }
8836         public System.Net.IPAddress[] AddressList { get { throw null; } set { } }
8837         public string[] Aliases { get { throw null; } set { } }
8838         public string HostName { get { throw null; } set { } }
8839     }
8840     public partial interface IWebProxy
8841     {
8842         System.Net.ICredentials Credentials { get; set; }
GetProxy(System.Uri destination)8843         System.Uri GetProxy(System.Uri destination);
IsBypassed(System.Uri host)8844         bool IsBypassed(System.Uri host);
8845     }
8846     public partial interface IWebProxyScript
8847     {
Close()8848         void Close();
Load(System.Uri scriptLocation, string script, System.Type helperType)8849         bool Load(System.Uri scriptLocation, string script, System.Type helperType);
Run(string url, string host)8850         string Run(string url, string host);
8851     }
8852     public partial interface IWebRequestCreate
8853     {
Create(System.Uri uri)8854         System.Net.WebRequest Create(System.Uri uri);
8855     }
8856     [System.FlagsAttribute]
8857     public enum NetworkAccess
8858     {
8859         Accept = 128,
8860         Connect = 64,
8861     }
8862     public partial class NetworkCredential : System.Net.ICredentials, System.Net.ICredentialsByHost
8863     {
NetworkCredential()8864         public NetworkCredential() { }
NetworkCredential(string userName, System.Security.SecureString password)8865         public NetworkCredential(string userName, System.Security.SecureString password) { }
NetworkCredential(string userName, System.Security.SecureString password, string domain)8866         public NetworkCredential(string userName, System.Security.SecureString password, string domain) { }
NetworkCredential(string userName, string password)8867         public NetworkCredential(string userName, string password) { }
NetworkCredential(string userName, string password, string domain)8868         public NetworkCredential(string userName, string password, string domain) { }
8869         public string Domain { get { throw null; } set { } }
8870         public string Password { get { throw null; } set { } }
8871         public System.Security.SecureString SecurePassword { get { throw null; } set { } }
8872         public string UserName { get { throw null; } set { } }
GetCredential(string host, int port, string authenticationType)8873         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uri, string authType)8874         public System.Net.NetworkCredential GetCredential(System.Uri uri, string authType) { throw null; }
8875     }
8876     public partial class OpenReadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8877     {
OpenReadCompletedEventArgs()8878         internal OpenReadCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8879         public System.IO.Stream Result { get { throw null; } }
8880     }
OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e)8881     public delegate void OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e);
8882     public partial class OpenWriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8883     {
OpenWriteCompletedEventArgs()8884         internal OpenWriteCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8885         public System.IO.Stream Result { get { throw null; } }
8886     }
OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e)8887     public delegate void OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e);
8888     [System.SerializableAttribute]
8889     public partial class ProtocolViolationException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
8890     {
ProtocolViolationException()8891         public ProtocolViolationException() { }
ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8892         protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ProtocolViolationException(string message)8893         public ProtocolViolationException(string message) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8894         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)8895         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
8896     }
8897     [System.FlagsAttribute]
8898     public enum SecurityProtocolType
8899     {
8900         Ssl3 = 48,
8901         Tls = 192,
8902     }
8903     public partial class ServicePoint
8904     {
ServicePoint()8905         internal ServicePoint() { }
8906         public System.Uri Address { get { throw null; } }
8907         public System.Net.BindIPEndPoint BindIPEndPointDelegate { get { throw null; } set { } }
8908         public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get { throw null; } }
8909         public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
8910         [System.MonoTODOAttribute]
8911         public int ConnectionLeaseTimeout { get { throw null; } set { } }
8912         public int ConnectionLimit { get { throw null; } set { } }
8913         public string ConnectionName { get { throw null; } }
8914         public int CurrentConnections { get { throw null; } }
8915         public bool Expect100Continue { get { throw null; } set { } }
8916         public System.DateTime IdleSince { get { throw null; } }
8917         public int MaxIdleTime { get { throw null; } set { } }
8918         public virtual System.Version ProtocolVersion { get { throw null; } }
8919         [System.MonoTODOAttribute]
8920         public int ReceiveBufferSize { get { throw null; } set { } }
8921         public bool SupportsPipelining { get { throw null; } }
8922         public bool UseNagleAlgorithm { get { throw null; } set { } }
CloseConnectionGroup(string connectionGroupName)8923         public bool CloseConnectionGroup(string connectionGroupName) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8924         public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8925     }
8926     public partial class ServicePointManager
8927     {
ServicePointManager()8928         internal ServicePointManager() { }
8929         public const int DefaultNonPersistentConnectionLimit = 4;
8930         public const int DefaultPersistentConnectionLimit = 2;
8931         [System.ObsoleteAttribute("Use ServerCertificateValidationCallback instead", false)]
8932         public static System.Net.ICertificatePolicy CertificatePolicy { get { throw null; } set { } }
8933         [System.MonoTODOAttribute("CRL checks not implemented")]
8934         public static bool CheckCertificateRevocationList { get { throw null; } set { } }
8935         public static System.Net.CipherSuitesCallback ClientCipherSuitesCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
8936         public static int DefaultConnectionLimit { get { throw null; } set { } }
8937         [System.MonoTODOAttribute]
8938         public static int DnsRefreshTimeout { get { throw null; } set { } }
8939         [System.MonoTODOAttribute]
8940         public static bool EnableDnsRoundRobin { get { throw null; } set { } }
8941         public static bool Expect100Continue { get { throw null; } set { } }
8942         public static int MaxServicePointIdleTime { get { throw null; } set { } }
8943         public static int MaxServicePoints { get { throw null; } set { } }
8944         public static System.Net.SecurityProtocolType SecurityProtocol { get { throw null; } set { } }
8945         public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8946         public static System.Net.CipherSuitesCallback ServerCipherSuitesCallback { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
8947         public static bool UseNagleAlgorithm { get { throw null; } set { } }
FindServicePoint(string uriString, System.Net.IWebProxy proxy)8948         public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) { throw null; }
FindServicePoint(System.Uri address)8949         public static System.Net.ServicePoint FindServicePoint(System.Uri address) { throw null; }
FindServicePoint(System.Uri address, System.Net.IWebProxy proxy)8950         public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8951         public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8952     }
8953     public partial class SocketAddress
8954     {
SocketAddress(System.Net.Sockets.AddressFamily family)8955         public SocketAddress(System.Net.Sockets.AddressFamily family) { }
SocketAddress(System.Net.Sockets.AddressFamily family, int size)8956         public SocketAddress(System.Net.Sockets.AddressFamily family, int size) { }
8957         public System.Net.Sockets.AddressFamily Family { get { throw null; } }
8958         public byte this[int offset] { get { throw null; } set { } }
8959         public int Size { get { throw null; } }
Equals(object comparand)8960         public override bool Equals(object comparand) { throw null; }
GetHashCode()8961         public override int GetHashCode() { throw null; }
ToString()8962         public override string ToString() { throw null; }
8963     }
8964     [System.SerializableAttribute]
8965     public sealed partial class SocketPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8966     {
8967         public const int AllPorts = -1;
SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)8968         public SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
SocketPermission(System.Security.Permissions.PermissionState state)8969         public SocketPermission(System.Security.Permissions.PermissionState state) { }
8970         public System.Collections.IEnumerator AcceptList { get { throw null; } }
8971         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)8972         public void AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
Copy()8973         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)8974         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)8975         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)8976         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()8977         public bool IsUnrestricted() { throw null; }
ToXml()8978         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)8979         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
8980     }
8981     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
8982     [System.SerializableAttribute]
8983     public sealed partial class SocketPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
8984     {
SocketPermissionAttribute(System.Security.Permissions.SecurityAction action)8985         public SocketPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
8986         public string Access { get { throw null; } set { } }
8987         public string Host { get { throw null; } set { } }
8988         public string Port { get { throw null; } set { } }
8989         public string Transport { get { throw null; } set { } }
CreatePermission()8990         public override System.Security.IPermission CreatePermission() { throw null; }
8991     }
8992     public abstract partial class TransportContext
8993     {
TransportContext()8994         protected TransportContext() { }
GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)8995         public abstract System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind);
8996     }
8997     public enum TransportType
8998     {
8999         All = 3,
9000         Connectionless = 1,
9001         ConnectionOriented = 2,
9002         Tcp = 2,
9003         Udp = 1,
9004     }
9005     public partial class UploadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9006     {
UploadDataCompletedEventArgs()9007         internal UploadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9008         public byte[] Result { get { throw null; } }
9009     }
UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e)9010     public delegate void UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e);
9011     public partial class UploadFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9012     {
UploadFileCompletedEventArgs()9013         internal UploadFileCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9014         public byte[] Result { get { throw null; } }
9015     }
UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e)9016     public delegate void UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e);
9017     public partial class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
9018     {
UploadProgressChangedEventArgs()9019         internal UploadProgressChangedEventArgs() : base (default(int), default(object)) { }
9020         public long BytesReceived { get { throw null; } }
9021         public long BytesSent { get { throw null; } }
9022         public long TotalBytesToReceive { get { throw null; } }
9023         public long TotalBytesToSend { get { throw null; } }
9024     }
UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e)9025     public delegate void UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e);
9026     public partial class UploadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9027     {
UploadStringCompletedEventArgs()9028         internal UploadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9029         public string Result { get { throw null; } }
9030     }
UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e)9031     public delegate void UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e);
9032     public partial class UploadValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9033     {
UploadValuesCompletedEventArgs()9034         internal UploadValuesCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9035         public byte[] Result { get { throw null; } }
9036     }
UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e)9037     public delegate void UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e);
9038     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9039     public partial class WebClient : System.ComponentModel.Component
9040     {
WebClient()9041         public WebClient() { }
9042         public string BaseAddress { get { throw null; } set { } }
9043         [System.MonoTODOAttribute("Value can be set but is currently ignored")]
9044         public System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9045         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9046         public System.Text.Encoding Encoding { get { throw null; } set { } }
9047         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9048         public bool IsBusy { get { throw null; } }
9049         public System.Net.IWebProxy Proxy { get { throw null; } set { } }
9050         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } set { } }
9051         public System.Net.WebHeaderCollection ResponseHeaders { get { throw null; } }
9052         [System.MonoTODOAttribute("Value can be set but is ignored")]
9053         public bool UseDefaultCredentials { get { throw null; } set { } }
9054         public event System.Net.DownloadDataCompletedEventHandler DownloadDataCompleted { add { } remove { } }
9055         public event System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted { add { } remove { } }
9056         public event System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged { add { } remove { } }
9057         public event System.Net.DownloadStringCompletedEventHandler DownloadStringCompleted { add { } remove { } }
9058         public event System.Net.OpenReadCompletedEventHandler OpenReadCompleted { add { } remove { } }
9059         public event System.Net.OpenWriteCompletedEventHandler OpenWriteCompleted { add { } remove { } }
9060         public event System.Net.UploadDataCompletedEventHandler UploadDataCompleted { add { } remove { } }
9061         public event System.Net.UploadFileCompletedEventHandler UploadFileCompleted { add { } remove { } }
9062         public event System.Net.UploadProgressChangedEventHandler UploadProgressChanged { add { } remove { } }
9063         public event System.Net.UploadStringCompletedEventHandler UploadStringCompleted { add { } remove { } }
9064         public event System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted { add { } remove { } }
CancelAsync()9065         public void CancelAsync() { }
DownloadData(string address)9066         public byte[] DownloadData(string address) { throw null; }
DownloadData(System.Uri address)9067         public byte[] DownloadData(System.Uri address) { throw null; }
DownloadDataAsync(System.Uri address)9068         public void DownloadDataAsync(System.Uri address) { }
DownloadDataAsync(System.Uri address, object userToken)9069         public void DownloadDataAsync(System.Uri address, object userToken) { }
DownloadFile(string address, string fileName)9070         public void DownloadFile(string address, string fileName) { }
DownloadFile(System.Uri address, string fileName)9071         public void DownloadFile(System.Uri address, string fileName) { }
DownloadFileAsync(System.Uri address, string fileName)9072         public void DownloadFileAsync(System.Uri address, string fileName) { }
DownloadFileAsync(System.Uri address, string fileName, object userToken)9073         public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { }
DownloadString(string address)9074         public string DownloadString(string address) { throw null; }
DownloadString(System.Uri address)9075         public string DownloadString(System.Uri address) { throw null; }
DownloadStringAsync(System.Uri address)9076         public void DownloadStringAsync(System.Uri address) { }
DownloadStringAsync(System.Uri address, object userToken)9077         public void DownloadStringAsync(System.Uri address, object userToken) { }
GetWebRequest(System.Uri address)9078         protected virtual System.Net.WebRequest GetWebRequest(System.Uri address) { throw null; }
GetWebResponse(System.Net.WebRequest request)9079         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw null; }
GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)9080         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) { throw null; }
OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e)9081         protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { }
OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e)9082         protected virtual void OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e)9083         protected virtual void OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e) { }
OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e)9084         protected virtual void OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e) { }
OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e)9085         protected virtual void OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e) { }
OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e)9086         protected virtual void OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e) { }
OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e)9087         protected virtual void OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e) { }
OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e)9088         protected virtual void OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e) { }
OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e)9089         protected virtual void OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e) { }
OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e)9090         protected virtual void OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e) { }
OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e)9091         protected virtual void OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e) { }
OpenRead(string address)9092         public System.IO.Stream OpenRead(string address) { throw null; }
OpenRead(System.Uri address)9093         public System.IO.Stream OpenRead(System.Uri address) { throw null; }
OpenReadAsync(System.Uri address)9094         public void OpenReadAsync(System.Uri address) { }
OpenReadAsync(System.Uri address, object userToken)9095         public void OpenReadAsync(System.Uri address, object userToken) { }
OpenWrite(string address)9096         public System.IO.Stream OpenWrite(string address) { throw null; }
OpenWrite(string address, string method)9097         public System.IO.Stream OpenWrite(string address, string method) { throw null; }
OpenWrite(System.Uri address)9098         public System.IO.Stream OpenWrite(System.Uri address) { throw null; }
OpenWrite(System.Uri address, string method)9099         public System.IO.Stream OpenWrite(System.Uri address, string method) { throw null; }
OpenWriteAsync(System.Uri address)9100         public void OpenWriteAsync(System.Uri address) { }
OpenWriteAsync(System.Uri address, string method)9101         public void OpenWriteAsync(System.Uri address, string method) { }
OpenWriteAsync(System.Uri address, string method, object userToken)9102         public void OpenWriteAsync(System.Uri address, string method, object userToken) { }
UploadData(string address, byte[] data)9103         public byte[] UploadData(string address, byte[] data) { throw null; }
UploadData(string address, string method, byte[] data)9104         public byte[] UploadData(string address, string method, byte[] data) { throw null; }
UploadData(System.Uri address, byte[] data)9105         public byte[] UploadData(System.Uri address, byte[] data) { throw null; }
UploadData(System.Uri address, string method, byte[] data)9106         public byte[] UploadData(System.Uri address, string method, byte[] data) { throw null; }
UploadDataAsync(System.Uri address, byte[] data)9107         public void UploadDataAsync(System.Uri address, byte[] data) { }
UploadDataAsync(System.Uri address, string method, byte[] data)9108         public void UploadDataAsync(System.Uri address, string method, byte[] data) { }
UploadDataAsync(System.Uri address, string method, byte[] data, object userToken)9109         public void UploadDataAsync(System.Uri address, string method, byte[] data, object userToken) { }
UploadFile(string address, string fileName)9110         public byte[] UploadFile(string address, string fileName) { throw null; }
UploadFile(string address, string method, string fileName)9111         public byte[] UploadFile(string address, string method, string fileName) { throw null; }
UploadFile(System.Uri address, string fileName)9112         public byte[] UploadFile(System.Uri address, string fileName) { throw null; }
UploadFile(System.Uri address, string method, string fileName)9113         public byte[] UploadFile(System.Uri address, string method, string fileName) { throw null; }
UploadFileAsync(System.Uri address, string fileName)9114         public void UploadFileAsync(System.Uri address, string fileName) { }
UploadFileAsync(System.Uri address, string method, string fileName)9115         public void UploadFileAsync(System.Uri address, string method, string fileName) { }
UploadFileAsync(System.Uri address, string method, string fileName, object userToken)9116         public void UploadFileAsync(System.Uri address, string method, string fileName, object userToken) { }
UploadString(string address, string data)9117         public string UploadString(string address, string data) { throw null; }
UploadString(string address, string method, string data)9118         public string UploadString(string address, string method, string data) { throw null; }
UploadString(System.Uri address, string data)9119         public string UploadString(System.Uri address, string data) { throw null; }
UploadString(System.Uri address, string method, string data)9120         public string UploadString(System.Uri address, string method, string data) { throw null; }
UploadStringAsync(System.Uri address, string data)9121         public void UploadStringAsync(System.Uri address, string data) { }
UploadStringAsync(System.Uri address, string method, string data)9122         public void UploadStringAsync(System.Uri address, string method, string data) { }
UploadStringAsync(System.Uri address, string method, string data, object userToken)9123         public void UploadStringAsync(System.Uri address, string method, string data, object userToken) { }
UploadValues(string address, System.Collections.Specialized.NameValueCollection data)9124         public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data)9125         public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data)9126         public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9127         public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9128         public void UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { }
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9129         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { }
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken)9130         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken) { }
9131     }
9132     [System.SerializableAttribute]
9133     public partial class WebException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
9134     {
WebException()9135         public WebException() { }
WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9136         protected WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebException(string message)9137         public WebException(string message) { }
WebException(string message, System.Exception innerException)9138         public WebException(string message, System.Exception innerException) { }
WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response)9139         public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response) { }
WebException(string message, System.Net.WebExceptionStatus status)9140         public WebException(string message, System.Net.WebExceptionStatus status) { }
9141         public System.Net.WebResponse Response { get { throw null; } }
9142         public System.Net.WebExceptionStatus Status { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9143         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)9144         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
9145     }
9146     public enum WebExceptionStatus
9147     {
9148         CacheEntryNotFound = 18,
9149         ConnectFailure = 2,
9150         ConnectionClosed = 8,
9151         KeepAliveFailure = 12,
9152         MessageLengthLimitExceeded = 17,
9153         NameResolutionFailure = 1,
9154         Pending = 13,
9155         PipelineFailure = 5,
9156         ProtocolError = 7,
9157         ProxyNameResolutionFailure = 15,
9158         ReceiveFailure = 3,
9159         RequestCanceled = 6,
9160         RequestProhibitedByCachePolicy = 19,
9161         RequestProhibitedByProxy = 20,
9162         SecureChannelFailure = 10,
9163         SendFailure = 4,
9164         ServerProtocolViolation = 11,
9165         Success = 0,
9166         Timeout = 14,
9167         TrustFailure = 9,
9168         UnknownError = 16,
9169     }
9170     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9171     [System.SerializableAttribute]
9172     public partial class WebHeaderCollection : System.Collections.Specialized.NameValueCollection, System.Runtime.Serialization.ISerializable
9173     {
WebHeaderCollection()9174         public WebHeaderCollection() { }
WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9175         protected WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9176         public override string[] AllKeys { get { throw null; } }
9177         public override int Count { get { throw null; } }
9178         public string this[System.Net.HttpRequestHeader header] { get { throw null; } set { } }
9179         public string this[System.Net.HttpResponseHeader header] { get { throw null; } set { } }
9180         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(System.Net.HttpRequestHeader header, string value)9181         public void Add(System.Net.HttpRequestHeader header, string value) { }
Add(System.Net.HttpResponseHeader header, string value)9182         public void Add(System.Net.HttpResponseHeader header, string value) { }
Add(string header)9183         public void Add(string header) { }
Add(string name, string value)9184         public override void Add(string name, string value) { }
AddWithoutValidate(string headerName, string headerValue)9185         protected void AddWithoutValidate(string headerName, string headerValue) { }
Clear()9186         public override void Clear() { }
Get(int index)9187         public override string Get(int index) { throw null; }
Get(string name)9188         public override string Get(string name) { throw null; }
GetEnumerator()9189         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)9190         public override string GetKey(int index) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9191         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetValues(int index)9192         public override string[] GetValues(int index) { throw null; }
GetValues(string header)9193         public override string[] GetValues(string header) { throw null; }
IsRestricted(string headerName)9194         public static bool IsRestricted(string headerName) { throw null; }
IsRestricted(string headerName, bool response)9195         public static bool IsRestricted(string headerName, bool response) { throw null; }
OnDeserialization(object sender)9196         public override void OnDeserialization(object sender) { }
Remove(System.Net.HttpRequestHeader header)9197         public void Remove(System.Net.HttpRequestHeader header) { }
Remove(System.Net.HttpResponseHeader header)9198         public void Remove(System.Net.HttpResponseHeader header) { }
Remove(string name)9199         public override void Remove(string name) { }
Set(System.Net.HttpRequestHeader header, string value)9200         public void Set(System.Net.HttpRequestHeader header, string value) { }
Set(System.Net.HttpResponseHeader header, string value)9201         public void Set(System.Net.HttpResponseHeader header, string value) { }
Set(string name, string value)9202         public override void Set(string name, string value) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9203         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ToByteArray()9204         public byte[] ToByteArray() { throw null; }
ToString()9205         public override string ToString() { throw null; }
9206     }
9207     [System.MonoTODOAttribute("Most private members that include functionallity are not implemented!")]
9208     [System.SerializableAttribute]
9209     public sealed partial class WebPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
9210     {
WebPermission()9211         public WebPermission() { }
WebPermission(System.Net.NetworkAccess access, string uriString)9212         public WebPermission(System.Net.NetworkAccess access, string uriString) { }
WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9213         public WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
WebPermission(System.Security.Permissions.PermissionState state)9214         public WebPermission(System.Security.Permissions.PermissionState state) { }
9215         public System.Collections.IEnumerator AcceptList { get { throw null; } }
9216         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, string uriString)9217         public void AddPermission(System.Net.NetworkAccess access, string uriString) { }
AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9218         public void AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
Copy()9219         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9220         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9221         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9222         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9223         public bool IsUnrestricted() { throw null; }
ToXml()9224         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9225         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9226     }
9227     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9228     [System.SerializableAttribute]
9229     public sealed partial class WebPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9230     {
WebPermissionAttribute(System.Security.Permissions.SecurityAction action)9231         public WebPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9232         public string Accept { get { throw null; } set { } }
9233         public string AcceptPattern { get { throw null; } set { } }
9234         public string Connect { get { throw null; } set { } }
9235         public string ConnectPattern { get { throw null; } set { } }
CreatePermission()9236         public override System.Security.IPermission CreatePermission() { throw null; }
9237     }
9238     [System.SerializableAttribute]
9239     public partial class WebProxy : System.Net.IWebProxy, System.Runtime.Serialization.ISerializable
9240     {
WebProxy()9241         public WebProxy() { }
WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9242         protected WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebProxy(string address)9243         public WebProxy(string address) { }
WebProxy(string address, bool bypassOnLocal)9244         public WebProxy(string address, bool bypassOnLocal) { }
WebProxy(string address, bool bypassOnLocal, string[] bypassList)9245         public WebProxy(string address, bool bypassOnLocal, string[] bypassList) { }
WebProxy(string address, bool bypassOnLocal, string[] bypassList, System.Net.ICredentials credentials)9246         public WebProxy(string address, bool bypassOnLocal, string[] bypassList, System.Net.ICredentials credentials) { }
WebProxy(string host, int port)9247         public WebProxy(string host, int port) { }
WebProxy(System.Uri address)9248         public WebProxy(System.Uri address) { }
WebProxy(System.Uri address, bool bypassOnLocal)9249         public WebProxy(System.Uri address, bool bypassOnLocal) { }
WebProxy(System.Uri address, bool bypassOnLocal, string[] bypassList)9250         public WebProxy(System.Uri address, bool bypassOnLocal, string[] bypassList) { }
WebProxy(System.Uri address, bool bypassOnLocal, string[] bypassList, System.Net.ICredentials credentials)9251         public WebProxy(System.Uri address, bool bypassOnLocal, string[] bypassList, System.Net.ICredentials credentials) { }
9252         public System.Uri Address { get { throw null; } set { } }
9253         public System.Collections.ArrayList BypassArrayList { get { throw null; } }
9254         public string[] BypassList { get { throw null; } set { } }
9255         public bool BypassProxyOnLocal { get { throw null; } set { } }
9256         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9257         [System.MonoTODOAttribute("Does not affect Credentials, since CredentialCache.DefaultCredentials is not implemented.")]
9258         public bool UseDefaultCredentials { get { throw null; } set { } }
9259         [System.MonoTODOAttribute("Can we get this info under windows from the system?")]
9260         [System.ObsoleteAttribute("This method has been deprecated", false)]
GetDefaultProxy()9261         public static System.Net.WebProxy GetDefaultProxy() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9262         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetProxy(System.Uri destination)9263         public System.Uri GetProxy(System.Uri destination) { throw null; }
IsBypassed(System.Uri host)9264         public bool IsBypassed(System.Uri host) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9265         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9266     }
9267     [System.SerializableAttribute]
9268     public abstract partial class WebRequest : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
9269     {
WebRequest()9270         protected WebRequest() { }
WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9271         protected WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9272         public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } }
9273         [System.MonoTODOAttribute("Implement the caching system. Currently always returns a policy with the NoCacheNoStore level")]
9274         public virtual System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9275         public virtual string ConnectionGroupName { get { throw null; } set { } }
9276         public virtual long ContentLength { get { throw null; } set { } }
9277         public virtual string ContentType { get { throw null; } set { } }
9278         public virtual System.Net.ICredentials Credentials { get { throw null; } set { } }
9279         public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
9280         public static System.Net.IWebProxy DefaultWebProxy { get { throw null; } set { } }
9281         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9282         public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9283         public virtual string Method { get { throw null; } set { } }
9284         public virtual bool PreAuthenticate { get { throw null; } set { } }
9285         public virtual System.Net.IWebProxy Proxy { get { throw null; } set { } }
9286         public virtual System.Uri RequestUri { get { throw null; } }
9287         public virtual int Timeout { get { throw null; } set { } }
9288         public virtual bool UseDefaultCredentials { get { throw null; } set { } }
Abort()9289         public virtual void Abort() { }
BeginGetRequestStream(System.AsyncCallback callback, object state)9290         public virtual System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)9291         public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
Create(string requestUriString)9292         public static System.Net.WebRequest Create(string requestUriString) { throw null; }
Create(System.Uri requestUri)9293         public static System.Net.WebRequest Create(System.Uri requestUri) { throw null; }
CreateDefault(System.Uri requestUri)9294         public static System.Net.WebRequest CreateDefault(System.Uri requestUri) { throw null; }
CreateHttp(string requestUriString)9295         public static System.Net.HttpWebRequest CreateHttp(string requestUriString) { throw null; }
CreateHttp(System.Uri requestUri)9296         public static System.Net.HttpWebRequest CreateHttp(System.Uri requestUri) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)9297         public virtual System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)9298         public virtual System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9299         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()9300         public virtual System.IO.Stream GetRequestStream() { throw null; }
GetResponse()9301         public virtual System.Net.WebResponse GetResponse() { throw null; }
9302         [System.MonoTODOAttribute("Look in other places for proxy config info")]
GetSystemWebProxy()9303         public static System.Net.IWebProxy GetSystemWebProxy() { throw null; }
RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator)9304         public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9305         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9306     }
9307     public static partial class WebRequestMethods
9308     {
9309         public static partial class File
9310         {
9311             public const string DownloadFile = "GET";
9312             public const string UploadFile = "PUT";
9313         }
9314         public static partial class Ftp
9315         {
9316             public const string AppendFile = "APPE";
9317             public const string DeleteFile = "DELE";
9318             public const string DownloadFile = "RETR";
9319             public const string GetDateTimestamp = "MDTM";
9320             public const string GetFileSize = "SIZE";
9321             public const string ListDirectory = "NLST";
9322             public const string ListDirectoryDetails = "LIST";
9323             public const string MakeDirectory = "MKD";
9324             public const string PrintWorkingDirectory = "PWD";
9325             public const string RemoveDirectory = "RMD";
9326             public const string Rename = "RENAME";
9327             public const string UploadFile = "STOR";
9328             public const string UploadFileWithUniqueName = "STOU";
9329         }
9330         public static partial class Http
9331         {
9332             public const string Connect = "CONNECT";
9333             public const string Get = "GET";
9334             public const string Head = "HEAD";
9335             public const string MkCol = "MKCOL";
9336             public const string Post = "POST";
9337             public const string Put = "PUT";
9338         }
9339     }
9340     [System.SerializableAttribute]
9341     public abstract partial class WebResponse : System.MarshalByRefObject, System.IDisposable, System.Runtime.Serialization.ISerializable
9342     {
WebResponse()9343         protected WebResponse() { }
WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9344         protected WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9345         public virtual long ContentLength { get { throw null; } set { } }
9346         public virtual string ContentType { get { throw null; } set { } }
9347         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } }
9348         [System.MonoTODOAttribute]
9349         public virtual bool IsFromCache { get { throw null; } }
9350         [System.MonoTODOAttribute]
9351         public virtual bool IsMutuallyAuthenticated { get { throw null; } }
9352         public virtual System.Uri ResponseUri { get { throw null; } }
9353         public virtual bool SupportsHeaders { get { throw null; } }
Close()9354         public virtual void Close() { }
Dispose()9355         public void Dispose() { }
Dispose(bool disposing)9356         protected virtual void Dispose(bool disposing) { }
9357         [System.MonoTODOAttribute]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9358         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()9359         public virtual System.IO.Stream GetResponseStream() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9360         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9361     }
9362     public static partial class WebUtility
9363     {
HtmlDecode(string value)9364         public static string HtmlDecode(string value) { throw null; }
HtmlDecode(string value, System.IO.TextWriter output)9365         public static void HtmlDecode(string value, System.IO.TextWriter output) { }
HtmlEncode(string value)9366         public static string HtmlEncode(string value) { throw null; }
HtmlEncode(string value, System.IO.TextWriter output)9367         public static void HtmlEncode(string value, System.IO.TextWriter output) { }
UrlDecode(string encodedValue)9368         public static string UrlDecode(string encodedValue) { throw null; }
UrlDecodeToBytes(byte[] encodedValue, int offset, int count)9369         public static byte[] UrlDecodeToBytes(byte[] encodedValue, int offset, int count) { throw null; }
UrlEncode(string value)9370         public static string UrlEncode(string value) { throw null; }
UrlEncodeToBytes(byte[] value, int offset, int count)9371         public static byte[] UrlEncodeToBytes(byte[] value, int offset, int count) { throw null; }
9372     }
9373 }
9374 namespace System.Net.Cache
9375 {
9376     public enum HttpCacheAgeControl
9377     {
9378         MaxAge = 2,
9379         MaxAgeAndMaxStale = 6,
9380         MaxAgeAndMinFresh = 3,
9381         MaxStale = 4,
9382         MinFresh = 1,
9383         None = 0,
9384     }
9385     public enum HttpRequestCacheLevel
9386     {
9387         BypassCache = 1,
9388         CacheIfAvailable = 3,
9389         CacheOnly = 2,
9390         CacheOrNextCacheOnly = 7,
9391         Default = 0,
9392         NoCacheNoStore = 6,
9393         Refresh = 8,
9394         Reload = 5,
9395         Revalidate = 4,
9396     }
9397     public partial class HttpRequestCachePolicy : System.Net.Cache.RequestCachePolicy
9398     {
HttpRequestCachePolicy()9399         public HttpRequestCachePolicy() { }
HttpRequestCachePolicy(System.DateTime cacheSyncDate)9400         public HttpRequestCachePolicy(System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale)9401         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale)9402         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate)9403         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level)9404         public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) { }
9405         public System.DateTime CacheSyncDate { get { throw null; } }
9406         public new System.Net.Cache.HttpRequestCacheLevel Level { get { throw null; } }
9407         public System.TimeSpan MaxAge { get { throw null; } }
9408         public System.TimeSpan MaxStale { get { throw null; } }
9409         public System.TimeSpan MinFresh { get { throw null; } }
9410         [System.MonoTODOAttribute]
ToString()9411         public override string ToString() { throw null; }
9412     }
9413     public enum RequestCacheLevel
9414     {
9415         BypassCache = 1,
9416         CacheIfAvailable = 3,
9417         CacheOnly = 2,
9418         Default = 0,
9419         NoCacheNoStore = 6,
9420         Reload = 5,
9421         Revalidate = 4,
9422     }
9423     public partial class RequestCachePolicy
9424     {
RequestCachePolicy()9425         public RequestCachePolicy() { }
RequestCachePolicy(System.Net.Cache.RequestCacheLevel level)9426         public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) { }
9427         public System.Net.Cache.RequestCacheLevel Level { get { throw null; } }
9428         [System.MonoTODOAttribute]
ToString()9429         public override string ToString() { throw null; }
9430     }
9431 }
9432 #if CONFIG_DEP
9433 namespace System.Net.Configuration
9434 {
9435     public sealed partial class AuthenticationModuleElement : System.Configuration.ConfigurationElement
9436     {
AuthenticationModuleElement()9437         public AuthenticationModuleElement() { }
AuthenticationModuleElement(string typeName)9438         public AuthenticationModuleElement(string typeName) { }
9439         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9440         [System.Configuration.ConfigurationPropertyAttribute("type", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9441         public string Type { get { throw null; } set { } }
9442     }
9443     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.AuthenticationModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9444     public sealed partial class AuthenticationModuleElementCollection : System.Configuration.ConfigurationElementCollection
9445     {
9446         [System.MonoTODOAttribute]
AuthenticationModuleElementCollection()9447         public AuthenticationModuleElementCollection() { }
9448         [System.MonoTODOAttribute]
9449         public System.Net.Configuration.AuthenticationModuleElement this[int index] { get { throw null; } set { } }
9450         [System.MonoTODOAttribute]
9451         public new System.Net.Configuration.AuthenticationModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.AuthenticationModuleElement element)9452         public void Add(System.Net.Configuration.AuthenticationModuleElement element) { }
Clear()9453         public void Clear() { }
CreateNewElement()9454         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9455         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9456         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.AuthenticationModuleElement element)9457         public int IndexOf(System.Net.Configuration.AuthenticationModuleElement element) { throw null; }
Remove(System.Net.Configuration.AuthenticationModuleElement element)9458         public void Remove(System.Net.Configuration.AuthenticationModuleElement element) { }
Remove(string name)9459         public void Remove(string name) { }
RemoveAt(int index)9460         public void RemoveAt(int index) { }
9461     }
9462     public sealed partial class AuthenticationModulesSection : System.Configuration.ConfigurationSection
9463     {
AuthenticationModulesSection()9464         public AuthenticationModulesSection() { }
9465         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9466         public System.Net.Configuration.AuthenticationModuleElementCollection AuthenticationModules { get { throw null; } }
9467         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9468         [System.MonoTODOAttribute]
InitializeDefault()9469         protected override void InitializeDefault() { }
9470         [System.MonoTODOAttribute]
PostDeserialize()9471         protected override void PostDeserialize() { }
9472     }
9473     public sealed partial class BypassElement : System.Configuration.ConfigurationElement
9474     {
BypassElement()9475         public BypassElement() { }
BypassElement(string address)9476         public BypassElement(string address) { }
9477         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9478         public string Address { get { throw null; } set { } }
9479         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9480     }
9481     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.BypassElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9482     public sealed partial class BypassElementCollection : System.Configuration.ConfigurationElementCollection
9483     {
BypassElementCollection()9484         public BypassElementCollection() { }
9485         [System.MonoTODOAttribute]
9486         public System.Net.Configuration.BypassElement this[int index] { get { throw null; } set { } }
9487         public new System.Net.Configuration.BypassElement this[string name] { get { throw null; } set { } }
9488         protected override bool ThrowOnDuplicate { get { throw null; } }
Add(System.Net.Configuration.BypassElement element)9489         public void Add(System.Net.Configuration.BypassElement element) { }
Clear()9490         public void Clear() { }
CreateNewElement()9491         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9492         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9493         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.BypassElement element)9494         public int IndexOf(System.Net.Configuration.BypassElement element) { throw null; }
Remove(System.Net.Configuration.BypassElement element)9495         public void Remove(System.Net.Configuration.BypassElement element) { }
Remove(string name)9496         public void Remove(string name) { }
RemoveAt(int index)9497         public void RemoveAt(int index) { }
9498     }
9499     public sealed partial class ConnectionManagementElement : System.Configuration.ConfigurationElement
9500     {
ConnectionManagementElement()9501         public ConnectionManagementElement() { }
ConnectionManagementElement(string address, int maxConnection)9502         public ConnectionManagementElement(string address, int maxConnection) { }
9503         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9504         public string Address { get { throw null; } set { } }
9505         [System.Configuration.ConfigurationPropertyAttribute("maxconnection", DefaultValue="6", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9506         public int MaxConnection { get { throw null; } set { } }
9507         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9508     }
9509     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.ConnectionManagementElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9510     public sealed partial class ConnectionManagementElementCollection : System.Configuration.ConfigurationElementCollection
9511     {
ConnectionManagementElementCollection()9512         public ConnectionManagementElementCollection() { }
9513         [System.MonoTODOAttribute]
9514         public System.Net.Configuration.ConnectionManagementElement this[int index] { get { throw null; } set { } }
9515         public new System.Net.Configuration.ConnectionManagementElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.ConnectionManagementElement element)9516         public void Add(System.Net.Configuration.ConnectionManagementElement element) { }
Clear()9517         public void Clear() { }
CreateNewElement()9518         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9519         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.ConnectionManagementElement element)9520         public int IndexOf(System.Net.Configuration.ConnectionManagementElement element) { throw null; }
Remove(System.Net.Configuration.ConnectionManagementElement element)9521         public void Remove(System.Net.Configuration.ConnectionManagementElement element) { }
Remove(string name)9522         public void Remove(string name) { }
RemoveAt(int index)9523         public void RemoveAt(int index) { }
9524     }
9525     public sealed partial class ConnectionManagementSection : System.Configuration.ConfigurationSection
9526     {
ConnectionManagementSection()9527         public ConnectionManagementSection() { }
9528         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9529         public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get { throw null; } }
9530         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9531     }
9532     public sealed partial class DefaultProxySection : System.Configuration.ConfigurationSection
9533     {
DefaultProxySection()9534         public DefaultProxySection() { }
9535         [System.Configuration.ConfigurationPropertyAttribute("bypasslist")]
9536         public System.Net.Configuration.BypassElementCollection BypassList { get { throw null; } }
9537         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="True")]
9538         public bool Enabled { get { throw null; } set { } }
9539         [System.Configuration.ConfigurationPropertyAttribute("module")]
9540         public System.Net.Configuration.ModuleElement Module { get { throw null; } }
9541         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9542         [System.Configuration.ConfigurationPropertyAttribute("proxy")]
9543         public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9544         [System.Configuration.ConfigurationPropertyAttribute("useDefaultCredentials", DefaultValue="False")]
9545         public bool UseDefaultCredentials { get { throw null; } set { } }
9546         [System.MonoTODOAttribute]
PostDeserialize()9547         protected override void PostDeserialize() { }
9548         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9549         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9550     }
9551     public sealed partial class FtpCachePolicyElement : System.Configuration.ConfigurationElement
9552     {
FtpCachePolicyElement()9553         public FtpCachePolicyElement() { }
9554         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default")]
9555         public System.Net.Cache.RequestCacheLevel PolicyLevel { get { throw null; } set { } }
9556         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9557         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9558         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9559         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9560         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9561     }
9562     public sealed partial class HttpCachePolicyElement : System.Configuration.ConfigurationElement
9563     {
HttpCachePolicyElement()9564         public HttpCachePolicyElement() { }
9565         [System.Configuration.ConfigurationPropertyAttribute("maximumAge", DefaultValue="10675199.02:48:05.4775807")]
9566         public System.TimeSpan MaximumAge { get { throw null; } set { } }
9567         [System.Configuration.ConfigurationPropertyAttribute("maximumStale", DefaultValue="-10675199.02:48:05.4775808")]
9568         public System.TimeSpan MaximumStale { get { throw null; } set { } }
9569         [System.Configuration.ConfigurationPropertyAttribute("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")]
9570         public System.TimeSpan MinimumFresh { get { throw null; } set { } }
9571         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9572         public System.Net.Cache.HttpRequestCacheLevel PolicyLevel { get { throw null; } set { } }
9573         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9574         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9575         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9576         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9577         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9578     }
9579     public sealed partial class HttpWebRequestElement : System.Configuration.ConfigurationElement
9580     {
HttpWebRequestElement()9581         public HttpWebRequestElement() { }
9582         [System.Configuration.ConfigurationPropertyAttribute("maximumErrorResponseLength", DefaultValue="64")]
9583         public int MaximumErrorResponseLength { get { throw null; } set { } }
9584         [System.Configuration.ConfigurationPropertyAttribute("maximumResponseHeadersLength", DefaultValue="64")]
9585         public int MaximumResponseHeadersLength { get { throw null; } set { } }
9586         [System.Configuration.ConfigurationPropertyAttribute("maximumUnauthorizedUploadLength", DefaultValue="-1")]
9587         public int MaximumUnauthorizedUploadLength { get { throw null; } set { } }
9588         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9589         [System.Configuration.ConfigurationPropertyAttribute("useUnsafeHeaderParsing", DefaultValue="False")]
9590         public bool UseUnsafeHeaderParsing { get { throw null; } set { } }
9591         [System.MonoTODOAttribute]
PostDeserialize()9592         protected override void PostDeserialize() { }
9593     }
9594     public sealed partial class Ipv6Element : System.Configuration.ConfigurationElement
9595     {
Ipv6Element()9596         public Ipv6Element() { }
9597         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9598         public bool Enabled { get { throw null; } set { } }
9599         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9600     }
9601     public sealed partial class MailSettingsSectionGroup : System.Configuration.ConfigurationSectionGroup
9602     {
MailSettingsSectionGroup()9603         public MailSettingsSectionGroup() { }
9604         public System.Net.Configuration.SmtpSection Smtp { get { throw null; } }
9605     }
9606     public sealed partial class ModuleElement : System.Configuration.ConfigurationElement
9607     {
ModuleElement()9608         public ModuleElement() { }
9609         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9610         [System.Configuration.ConfigurationPropertyAttribute("type")]
9611         public string Type { get { throw null; } set { } }
9612     }
9613     public sealed partial class NetSectionGroup : System.Configuration.ConfigurationSectionGroup
9614     {
9615         [System.MonoTODOAttribute]
NetSectionGroup()9616         public NetSectionGroup() { }
9617         [System.Configuration.ConfigurationPropertyAttribute("authenticationModules")]
9618         public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get { throw null; } }
9619         [System.Configuration.ConfigurationPropertyAttribute("connectionManagement")]
9620         public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get { throw null; } }
9621         [System.Configuration.ConfigurationPropertyAttribute("defaultProxy")]
9622         public System.Net.Configuration.DefaultProxySection DefaultProxy { get { throw null; } }
9623         public System.Net.Configuration.MailSettingsSectionGroup MailSettings { get { throw null; } }
9624         [System.Configuration.ConfigurationPropertyAttribute("requestCaching")]
9625         public System.Net.Configuration.RequestCachingSection RequestCaching { get { throw null; } }
9626         [System.Configuration.ConfigurationPropertyAttribute("settings")]
9627         public System.Net.Configuration.SettingsSection Settings { get { throw null; } }
9628         [System.Configuration.ConfigurationPropertyAttribute("webRequestModules")]
9629         public System.Net.Configuration.WebRequestModulesSection WebRequestModules { get { throw null; } }
9630         [System.MonoTODOAttribute]
GetSectionGroup(System.Configuration.Configuration config)9631         public static System.Net.Configuration.NetSectionGroup GetSectionGroup(System.Configuration.Configuration config) { throw null; }
9632     }
9633     public sealed partial class PerformanceCountersElement : System.Configuration.ConfigurationElement
9634     {
PerformanceCountersElement()9635         public PerformanceCountersElement() { }
9636         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9637         public bool Enabled { get { throw null; } set { } }
9638         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9639     }
9640     public sealed partial class ProxyElement : System.Configuration.ConfigurationElement
9641     {
ProxyElement()9642         public ProxyElement() { }
9643         [System.Configuration.ConfigurationPropertyAttribute("autoDetect", DefaultValue="Unspecified")]
9644         public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set { } }
9645         [System.Configuration.ConfigurationPropertyAttribute("bypassonlocal", DefaultValue="Unspecified")]
9646         public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null; } set { } }
9647         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9648         [System.Configuration.ConfigurationPropertyAttribute("proxyaddress")]
9649         public System.Uri ProxyAddress { get { throw null; } set { } }
9650         [System.Configuration.ConfigurationPropertyAttribute("scriptLocation")]
9651         public System.Uri ScriptLocation { get { throw null; } set { } }
9652         [System.Configuration.ConfigurationPropertyAttribute("usesystemdefault", DefaultValue="Unspecified")]
9653         public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw null; } set { } }
9654         public enum AutoDetectValues
9655         {
9656             False = 0,
9657             True = 1,
9658             Unspecified = -1,
9659         }
9660         public enum BypassOnLocalValues
9661         {
9662             False = 0,
9663             True = 1,
9664             Unspecified = -1,
9665         }
9666         public enum UseSystemDefaultValues
9667         {
9668             False = 0,
9669             True = 1,
9670             Unspecified = -1,
9671         }
9672     }
9673     public sealed partial class RequestCachingSection : System.Configuration.ConfigurationSection
9674     {
RequestCachingSection()9675         public RequestCachingSection() { }
9676         [System.Configuration.ConfigurationPropertyAttribute("defaultFtpCachePolicy")]
9677         public System.Net.Configuration.FtpCachePolicyElement DefaultFtpCachePolicy { get { throw null; } }
9678         [System.Configuration.ConfigurationPropertyAttribute("defaultHttpCachePolicy")]
9679         public System.Net.Configuration.HttpCachePolicyElement DefaultHttpCachePolicy { get { throw null; } }
9680         [System.Configuration.ConfigurationPropertyAttribute("defaultPolicyLevel", DefaultValue="BypassCache")]
9681         public System.Net.Cache.RequestCacheLevel DefaultPolicyLevel { get { throw null; } set { } }
9682         [System.Configuration.ConfigurationPropertyAttribute("disableAllCaching", DefaultValue="False")]
9683         public bool DisableAllCaching { get { throw null; } set { } }
9684         [System.Configuration.ConfigurationPropertyAttribute("isPrivateCache", DefaultValue="True")]
9685         public bool IsPrivateCache { get { throw null; } set { } }
9686         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9687         [System.Configuration.ConfigurationPropertyAttribute("unspecifiedMaximumAge", DefaultValue="1.00:00:00")]
9688         public System.TimeSpan UnspecifiedMaximumAge { get { throw null; } set { } }
9689         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9690         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9691         [System.MonoTODOAttribute]
PostDeserialize()9692         protected override void PostDeserialize() { }
9693     }
9694     public sealed partial class ServicePointManagerElement : System.Configuration.ConfigurationElement
9695     {
ServicePointManagerElement()9696         public ServicePointManagerElement() { }
9697         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateName", DefaultValue="True")]
9698         public bool CheckCertificateName { get { throw null; } set { } }
9699         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateRevocationList", DefaultValue="False")]
9700         public bool CheckCertificateRevocationList { get { throw null; } set { } }
9701         [System.Configuration.ConfigurationPropertyAttribute("dnsRefreshTimeout", DefaultValue="120000")]
9702         public int DnsRefreshTimeout { get { throw null; } set { } }
9703         [System.Configuration.ConfigurationPropertyAttribute("enableDnsRoundRobin", DefaultValue="False")]
9704         public bool EnableDnsRoundRobin { get { throw null; } set { } }
9705         [System.Configuration.ConfigurationPropertyAttribute("expect100Continue", DefaultValue="True")]
9706         public bool Expect100Continue { get { throw null; } set { } }
9707         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9708         [System.Configuration.ConfigurationPropertyAttribute("useNagleAlgorithm", DefaultValue="True")]
9709         public bool UseNagleAlgorithm { get { throw null; } set { } }
9710         [System.MonoTODOAttribute]
PostDeserialize()9711         protected override void PostDeserialize() { }
9712     }
9713     public sealed partial class SettingsSection : System.Configuration.ConfigurationSection
9714     {
SettingsSection()9715         public SettingsSection() { }
9716         [System.Configuration.ConfigurationPropertyAttribute("httpWebRequest")]
9717         public System.Net.Configuration.HttpWebRequestElement HttpWebRequest { get { throw null; } }
9718         [System.Configuration.ConfigurationPropertyAttribute("ipv6")]
9719         public System.Net.Configuration.Ipv6Element Ipv6 { get { throw null; } }
9720         [System.Configuration.ConfigurationPropertyAttribute("performanceCounters")]
9721         public System.Net.Configuration.PerformanceCountersElement PerformanceCounters { get { throw null; } }
9722         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9723         [System.Configuration.ConfigurationPropertyAttribute("servicePointManager")]
9724         public System.Net.Configuration.ServicePointManagerElement ServicePointManager { get { throw null; } }
9725         [System.Configuration.ConfigurationPropertyAttribute("socket")]
9726         public System.Net.Configuration.SocketElement Socket { get { throw null; } }
9727         [System.Configuration.ConfigurationPropertyAttribute("webProxyScript")]
9728         public System.Net.Configuration.WebProxyScriptElement WebProxyScript { get { throw null; } }
9729     }
9730     public sealed partial class SmtpNetworkElement : System.Configuration.ConfigurationElement
9731     {
SmtpNetworkElement()9732         public SmtpNetworkElement() { }
9733         [System.Configuration.ConfigurationPropertyAttribute("defaultCredentials", DefaultValue="False")]
9734         public bool DefaultCredentials { get { throw null; } set { } }
9735         [System.Configuration.ConfigurationPropertyAttribute("enableSsl", DefaultValue=false)]
9736         public bool EnableSsl { get { throw null; } set { } }
9737         [System.Configuration.ConfigurationPropertyAttribute("host")]
9738         public string Host { get { throw null; } set { } }
9739         [System.Configuration.ConfigurationPropertyAttribute("password")]
9740         public string Password { get { throw null; } set { } }
9741         [System.Configuration.ConfigurationPropertyAttribute("port", DefaultValue="25")]
9742         public int Port { get { throw null; } set { } }
9743         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9744         [System.Configuration.ConfigurationPropertyAttribute("targetName", DefaultValue=null)]
9745         public string TargetName { get { throw null; } set { } }
9746         [System.Configuration.ConfigurationPropertyAttribute("userName", DefaultValue=null)]
9747         public string UserName { get { throw null; } set { } }
PostDeserialize()9748         protected override void PostDeserialize() { }
9749     }
9750     public sealed partial class SmtpSection : System.Configuration.ConfigurationSection
9751     {
SmtpSection()9752         public SmtpSection() { }
9753         [System.Configuration.ConfigurationPropertyAttribute("deliveryMethod", DefaultValue="Network")]
9754         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
9755         [System.Configuration.ConfigurationPropertyAttribute("from")]
9756         public string From { get { throw null; } set { } }
9757         [System.Configuration.ConfigurationPropertyAttribute("network")]
9758         public System.Net.Configuration.SmtpNetworkElement Network { get { throw null; } }
9759         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9760         [System.Configuration.ConfigurationPropertyAttribute("specifiedPickupDirectory")]
9761         public System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory { get { throw null; } }
9762     }
9763     public sealed partial class SmtpSpecifiedPickupDirectoryElement : System.Configuration.ConfigurationElement
9764     {
SmtpSpecifiedPickupDirectoryElement()9765         public SmtpSpecifiedPickupDirectoryElement() { }
9766         [System.Configuration.ConfigurationPropertyAttribute("pickupDirectoryLocation")]
9767         public string PickupDirectoryLocation { get { throw null; } set { } }
9768         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9769     }
9770     public sealed partial class SocketElement : System.Configuration.ConfigurationElement
9771     {
SocketElement()9772         public SocketElement() { }
9773         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForAccept", DefaultValue="False")]
9774         public bool AlwaysUseCompletionPortsForAccept { get { throw null; } set { } }
9775         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForConnect", DefaultValue="False")]
9776         public bool AlwaysUseCompletionPortsForConnect { get { throw null; } set { } }
9777         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9778         [System.MonoTODOAttribute]
PostDeserialize()9779         protected override void PostDeserialize() { }
9780     }
9781     public sealed partial class WebProxyScriptElement : System.Configuration.ConfigurationElement
9782     {
WebProxyScriptElement()9783         public WebProxyScriptElement() { }
9784         [System.Configuration.ConfigurationPropertyAttribute("downloadTimeout", DefaultValue="00:02:00")]
9785         public System.TimeSpan DownloadTimeout { get { throw null; } set { } }
9786         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
PostDeserialize()9787         protected override void PostDeserialize() { }
9788     }
9789     public sealed partial class WebRequestModuleElement : System.Configuration.ConfigurationElement
9790     {
WebRequestModuleElement()9791         public WebRequestModuleElement() { }
WebRequestModuleElement(string prefix, string type)9792         public WebRequestModuleElement(string prefix, string type) { }
WebRequestModuleElement(string prefix, System.Type type)9793         public WebRequestModuleElement(string prefix, System.Type type) { }
9794         [System.Configuration.ConfigurationPropertyAttribute("prefix", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9795         public string Prefix { get { throw null; } set { } }
9796         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9797         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.TypeConverter))]
9798         [System.Configuration.ConfigurationPropertyAttribute("type")]
9799         public System.Type Type { get { throw null; } set { } }
9800     }
9801     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.WebRequestModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9802     public sealed partial class WebRequestModuleElementCollection : System.Configuration.ConfigurationElementCollection
9803     {
WebRequestModuleElementCollection()9804         public WebRequestModuleElementCollection() { }
9805         [System.MonoTODOAttribute]
9806         public System.Net.Configuration.WebRequestModuleElement this[int index] { get { throw null; } set { } }
9807         [System.MonoTODOAttribute]
9808         public new System.Net.Configuration.WebRequestModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.WebRequestModuleElement element)9809         public void Add(System.Net.Configuration.WebRequestModuleElement element) { }
Clear()9810         public void Clear() { }
CreateNewElement()9811         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9812         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.WebRequestModuleElement element)9813         public int IndexOf(System.Net.Configuration.WebRequestModuleElement element) { throw null; }
Remove(System.Net.Configuration.WebRequestModuleElement element)9814         public void Remove(System.Net.Configuration.WebRequestModuleElement element) { }
Remove(string name)9815         public void Remove(string name) { }
RemoveAt(int index)9816         public void RemoveAt(int index) { }
9817     }
9818     public sealed partial class WebRequestModulesSection : System.Configuration.ConfigurationSection
9819     {
WebRequestModulesSection()9820         public WebRequestModulesSection() { }
9821         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9822         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9823         public System.Net.Configuration.WebRequestModuleElementCollection WebRequestModules { get { throw null; } }
9824         [System.MonoTODOAttribute]
InitializeDefault()9825         protected override void InitializeDefault() { }
9826         [System.MonoTODOAttribute]
PostDeserialize()9827         protected override void PostDeserialize() { }
9828     }
9829 }
9830 #endif
9831 namespace System.Net.Mail
9832 {
9833     public partial class AlternateView : System.Net.Mail.AttachmentBase
9834     {
AlternateView(System.IO.Stream contentStream)9835         public AlternateView(System.IO.Stream contentStream) : base (default(System.IO.Stream)) { }
AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)9836         public AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(System.IO.Stream)) { }
AlternateView(System.IO.Stream contentStream, string mediaType)9837         public AlternateView(System.IO.Stream contentStream, string mediaType) : base (default(System.IO.Stream)) { }
AlternateView(string fileName)9838         public AlternateView(string fileName) : base (default(System.IO.Stream)) { }
AlternateView(string fileName, System.Net.Mime.ContentType contentType)9839         public AlternateView(string fileName, System.Net.Mime.ContentType contentType) : base (default(System.IO.Stream)) { }
AlternateView(string fileName, string mediaType)9840         public AlternateView(string fileName, string mediaType) : base (default(System.IO.Stream)) { }
9841         public System.Uri BaseUri { get { throw null; } set { } }
9842         public System.Net.Mail.LinkedResourceCollection LinkedResources { get { throw null; } }
CreateAlternateViewFromString(string content)9843         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content) { throw null; }
CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType)9844         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateAlternateViewFromString(string content, System.Text.Encoding encoding, string mediaType)9845         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Text.Encoding encoding, string mediaType) { throw null; }
Dispose(bool disposing)9846         protected override void Dispose(bool disposing) { }
9847     }
9848     public sealed partial class AlternateViewCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.AlternateView>, System.IDisposable
9849     {
AlternateViewCollection()9850         internal AlternateViewCollection() { }
ClearItems()9851         protected override void ClearItems() { }
Dispose()9852         public void Dispose() { }
InsertItem(int index, System.Net.Mail.AlternateView item)9853         protected override void InsertItem(int index, System.Net.Mail.AlternateView item) { }
RemoveItem(int index)9854         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.AlternateView item)9855         protected override void SetItem(int index, System.Net.Mail.AlternateView item) { }
9856     }
9857     public partial class Attachment : System.Net.Mail.AttachmentBase
9858     {
Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)9859         public Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(System.IO.Stream)) { }
Attachment(System.IO.Stream contentStream, string name)9860         public Attachment(System.IO.Stream contentStream, string name) : base (default(System.IO.Stream)) { }
Attachment(System.IO.Stream contentStream, string name, string mediaType)9861         public Attachment(System.IO.Stream contentStream, string name, string mediaType) : base (default(System.IO.Stream)) { }
Attachment(string fileName)9862         public Attachment(string fileName) : base (default(System.IO.Stream)) { }
Attachment(string fileName, System.Net.Mime.ContentType contentType)9863         public Attachment(string fileName, System.Net.Mime.ContentType contentType) : base (default(System.IO.Stream)) { }
Attachment(string fileName, string mediaType)9864         public Attachment(string fileName, string mediaType) : base (default(System.IO.Stream)) { }
9865         public System.Net.Mime.ContentDisposition ContentDisposition { get { throw null; } }
9866         public string Name { get { throw null; } set { } }
9867         public System.Text.Encoding NameEncoding { get { throw null; } set { } }
CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType)9868         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateAttachmentFromString(string content, string name)9869         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name) { throw null; }
CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType)9870         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
9871     }
9872     public abstract partial class AttachmentBase : System.IDisposable
9873     {
AttachmentBase(System.IO.Stream contentStream)9874         protected AttachmentBase(System.IO.Stream contentStream) { }
AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)9875         protected AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) { }
AttachmentBase(System.IO.Stream contentStream, string mediaType)9876         protected AttachmentBase(System.IO.Stream contentStream, string mediaType) { }
AttachmentBase(string fileName)9877         protected AttachmentBase(string fileName) { }
AttachmentBase(string fileName, System.Net.Mime.ContentType contentType)9878         protected AttachmentBase(string fileName, System.Net.Mime.ContentType contentType) { }
AttachmentBase(string fileName, string mediaType)9879         protected AttachmentBase(string fileName, string mediaType) { }
9880         public string ContentId { get { throw null; } set { } }
9881         public System.IO.Stream ContentStream { get { throw null; } }
9882         public System.Net.Mime.ContentType ContentType { get { throw null; } set { } }
9883         public System.Net.Mime.TransferEncoding TransferEncoding { get { throw null; } set { } }
Dispose()9884         public void Dispose() { }
Dispose(bool disposing)9885         protected virtual void Dispose(bool disposing) { }
9886     }
9887     public sealed partial class AttachmentCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.Attachment>, System.IDisposable
9888     {
AttachmentCollection()9889         internal AttachmentCollection() { }
ClearItems()9890         protected override void ClearItems() { }
Dispose()9891         public void Dispose() { }
InsertItem(int index, System.Net.Mail.Attachment item)9892         protected override void InsertItem(int index, System.Net.Mail.Attachment item) { }
RemoveItem(int index)9893         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.Attachment item)9894         protected override void SetItem(int index, System.Net.Mail.Attachment item) { }
9895     }
9896     [System.FlagsAttribute]
9897     public enum DeliveryNotificationOptions
9898     {
9899         Delay = 4,
9900         Never = 134217728,
9901         None = 0,
9902         OnFailure = 2,
9903         OnSuccess = 1,
9904     }
9905     public partial class LinkedResource : System.Net.Mail.AttachmentBase
9906     {
LinkedResource(System.IO.Stream contentStream)9907         public LinkedResource(System.IO.Stream contentStream) : base (default(System.IO.Stream)) { }
LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)9908         public LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(System.IO.Stream)) { }
LinkedResource(System.IO.Stream contentStream, string mediaType)9909         public LinkedResource(System.IO.Stream contentStream, string mediaType) : base (default(System.IO.Stream)) { }
LinkedResource(string fileName)9910         public LinkedResource(string fileName) : base (default(System.IO.Stream)) { }
LinkedResource(string fileName, System.Net.Mime.ContentType contentType)9911         public LinkedResource(string fileName, System.Net.Mime.ContentType contentType) : base (default(System.IO.Stream)) { }
LinkedResource(string fileName, string mediaType)9912         public LinkedResource(string fileName, string mediaType) : base (default(System.IO.Stream)) { }
9913         public System.Uri ContentLink { get { throw null; } set { } }
CreateLinkedResourceFromString(string content)9914         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content) { throw null; }
CreateLinkedResourceFromString(string content, System.Net.Mime.ContentType contentType)9915         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateLinkedResourceFromString(string content, System.Text.Encoding contentEncoding, string mediaType)9916         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
9917     }
9918     public sealed partial class LinkedResourceCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.LinkedResource>, System.IDisposable
9919     {
LinkedResourceCollection()9920         internal LinkedResourceCollection() { }
ClearItems()9921         protected override void ClearItems() { }
Dispose()9922         public void Dispose() { }
InsertItem(int index, System.Net.Mail.LinkedResource item)9923         protected override void InsertItem(int index, System.Net.Mail.LinkedResource item) { }
RemoveItem(int index)9924         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.LinkedResource item)9925         protected override void SetItem(int index, System.Net.Mail.LinkedResource item) { }
9926     }
9927     public partial class MailAddress
9928     {
MailAddress(string address)9929         public MailAddress(string address) { }
MailAddress(string address, string displayName)9930         public MailAddress(string address, string displayName) { }
9931         [System.MonoTODOAttribute("We don't do anything with displayNameEncoding")]
MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding)9932         public MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding) { }
9933         public string Address { get { throw null; } }
9934         public string DisplayName { get { throw null; } }
9935         public string Host { get { throw null; } }
9936         public string User { get { throw null; } }
Equals(object obj)9937         public override bool Equals(object obj) { throw null; }
GetHashCode()9938         public override int GetHashCode() { throw null; }
ToString()9939         public override string ToString() { throw null; }
9940     }
9941     public partial class MailAddressCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.MailAddress>
9942     {
MailAddressCollection()9943         public MailAddressCollection() { }
Add(string addresses)9944         public void Add(string addresses) { }
InsertItem(int index, System.Net.Mail.MailAddress item)9945         protected override void InsertItem(int index, System.Net.Mail.MailAddress item) { }
SetItem(int index, System.Net.Mail.MailAddress item)9946         protected override void SetItem(int index, System.Net.Mail.MailAddress item) { }
ToString()9947         public override string ToString() { throw null; }
9948     }
9949     public partial class MailMessage : System.IDisposable
9950     {
MailMessage()9951         public MailMessage() { }
MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to)9952         public MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to) { }
MailMessage(string from, string to)9953         public MailMessage(string from, string to) { }
MailMessage(string from, string to, string subject, string body)9954         public MailMessage(string from, string to, string subject, string body) { }
9955         public System.Net.Mail.AlternateViewCollection AlternateViews { get { throw null; } }
9956         public System.Net.Mail.AttachmentCollection Attachments { get { throw null; } }
9957         public System.Net.Mail.MailAddressCollection Bcc { get { throw null; } }
9958         public string Body { get { throw null; } set { } }
9959         public System.Text.Encoding BodyEncoding { get { throw null; } set { } }
9960         public System.Net.Mail.MailAddressCollection CC { get { throw null; } }
9961         public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOptions { get { throw null; } set { } }
9962         public System.Net.Mail.MailAddress From { get { throw null; } set { } }
9963         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
9964         public System.Text.Encoding HeadersEncoding { get { throw null; } set { } }
9965         public bool IsBodyHtml { get { throw null; } set { } }
9966         public System.Net.Mail.MailPriority Priority { get { throw null; } set { } }
9967         [System.ObsoleteAttribute("Use ReplyToList instead")]
9968         public System.Net.Mail.MailAddress ReplyTo { get { throw null; } set { } }
9969         public System.Net.Mail.MailAddressCollection ReplyToList { get { throw null; } }
9970         public System.Net.Mail.MailAddress Sender { get { throw null; } set { } }
9971         public string Subject { get { throw null; } set { } }
9972         public System.Text.Encoding SubjectEncoding { get { throw null; } set { } }
9973         public System.Net.Mail.MailAddressCollection To { get { throw null; } }
Dispose()9974         public void Dispose() { }
Dispose(bool disposing)9975         protected virtual void Dispose(bool disposing) { }
9976     }
9977     public enum MailPriority
9978     {
9979         High = 2,
9980         Low = 1,
9981         Normal = 0,
9982     }
SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)9983     public delegate void SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
9984     public enum SmtpAccess
9985     {
9986         Connect = 1,
9987         ConnectToUnrestrictedPort = 2,
9988         None = 0,
9989     }
9990     public partial class SmtpClient : System.IDisposable
9991     {
SmtpClient()9992         public SmtpClient() { }
SmtpClient(string host)9993         public SmtpClient(string host) { }
SmtpClient(string host, int port)9994         public SmtpClient(string host, int port) { }
9995         [System.MonoTODOAttribute("Client certificates not used")]
9996         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
9997         public System.Net.ICredentialsByHost Credentials { get { throw null; } set { } }
9998         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
9999         public bool EnableSsl { get { throw null; } set { } }
10000         public string Host { get { throw null; } set { } }
10001         public string PickupDirectoryLocation { get { throw null; } set { } }
10002         public int Port { get { throw null; } set { } }
10003         [System.MonoTODOAttribute]
10004         public System.Net.ServicePoint ServicePoint { get { throw null; } }
10005         public string TargetName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
10006         public int Timeout { get { throw null; } set { } }
10007         public bool UseDefaultCredentials { get { throw null; } [System.MonoNotSupportedAttribute("no DefaultCredential support in Mono")]set { } }
10008         public event System.Net.Mail.SendCompletedEventHandler SendCompleted { add { } remove { } }
Dispose()10009         public void Dispose() { }
10010         [System.MonoTODOAttribute("Does nothing at the moment.")]
Dispose(bool disposing)10011         protected virtual void Dispose(bool disposing) { }
OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e)10012         protected void OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
Send(System.Net.Mail.MailMessage message)10013         public void Send(System.Net.Mail.MailMessage message) { }
Send(string from, string to, string subject, string body)10014         public void Send(string from, string to, string subject, string body) { }
SendAsync(System.Net.Mail.MailMessage message, object userToken)10015         public void SendAsync(System.Net.Mail.MailMessage message, object userToken) { }
SendAsync(string from, string to, string subject, string body, object userToken)10016         public void SendAsync(string from, string to, string subject, string body, object userToken) { }
SendAsyncCancel()10017         public void SendAsyncCancel() { }
10018     }
10019     public enum SmtpDeliveryMethod
10020     {
10021         Network = 0,
10022         PickupDirectoryFromIis = 2,
10023         SpecifiedPickupDirectory = 1,
10024     }
10025     [System.SerializableAttribute]
10026     public partial class SmtpException : System.Exception, System.Runtime.Serialization.ISerializable
10027     {
SmtpException()10028         public SmtpException() { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode)10029         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode) { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message)10030         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message) { }
SmtpException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10031         protected SmtpException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpException(string message)10032         public SmtpException(string message) { }
SmtpException(string message, System.Exception innerException)10033         public SmtpException(string message, System.Exception innerException) { }
10034         public System.Net.Mail.SmtpStatusCode StatusCode { get { throw null; } set { } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10035         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10036         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
10037     }
10038     [System.SerializableAttribute]
10039     public partial class SmtpFailedRecipientException : System.Net.Mail.SmtpException, System.Runtime.Serialization.ISerializable
10040     {
SmtpFailedRecipientException()10041         public SmtpFailedRecipientException() { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient)10042         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient) { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse)10043         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse) { }
SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10044         protected SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
SmtpFailedRecipientException(string message)10045         public SmtpFailedRecipientException(string message) { }
SmtpFailedRecipientException(string message, System.Exception innerException)10046         public SmtpFailedRecipientException(string message, System.Exception innerException) { }
SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException)10047         public SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException) { }
10048         public string FailedRecipient { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10049         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10050         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10051     }
10052     [System.SerializableAttribute]
10053     public partial class SmtpFailedRecipientsException : System.Net.Mail.SmtpFailedRecipientException, System.Runtime.Serialization.ISerializable
10054     {
SmtpFailedRecipientsException()10055         public SmtpFailedRecipientsException() { }
SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10056         protected SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientsException(string message)10057         public SmtpFailedRecipientsException(string message) { }
SmtpFailedRecipientsException(string message, System.Exception innerException)10058         public SmtpFailedRecipientsException(string message, System.Exception innerException) { }
SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions)10059         public SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions) { }
10060         public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10061         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10062         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
10063     }
10064     [System.SerializableAttribute]
10065     public sealed partial class SmtpPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10066     {
SmtpPermission(bool unrestricted)10067         public SmtpPermission(bool unrestricted) { }
SmtpPermission(System.Net.Mail.SmtpAccess access)10068         public SmtpPermission(System.Net.Mail.SmtpAccess access) { }
SmtpPermission(System.Security.Permissions.PermissionState state)10069         public SmtpPermission(System.Security.Permissions.PermissionState state) { }
10070         public System.Net.Mail.SmtpAccess Access { get { throw null; } }
AddPermission(System.Net.Mail.SmtpAccess access)10071         public void AddPermission(System.Net.Mail.SmtpAccess access) { }
Copy()10072         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10073         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10074         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10075         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10076         public bool IsUnrestricted() { throw null; }
ToXml()10077         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10078         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10079     }
10080     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10081     [System.SerializableAttribute]
10082     public sealed partial class SmtpPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10083     {
SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action)10084         public SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10085         public string Access { get { throw null; } set { } }
CreatePermission()10086         public override System.Security.IPermission CreatePermission() { throw null; }
10087     }
10088     public enum SmtpStatusCode
10089     {
10090         BadCommandSequence = 503,
10091         CannotVerifyUserWillAttemptDelivery = 252,
10092         ClientNotPermitted = 454,
10093         CommandNotImplemented = 502,
10094         CommandParameterNotImplemented = 504,
10095         CommandUnrecognized = 500,
10096         ExceededStorageAllocation = 552,
10097         GeneralFailure = -1,
10098         HelpMessage = 214,
10099         InsufficientStorage = 452,
10100         LocalErrorInProcessing = 451,
10101         MailboxBusy = 450,
10102         MailboxNameNotAllowed = 553,
10103         MailboxUnavailable = 550,
10104         MustIssueStartTlsFirst = 530,
10105         Ok = 250,
10106         ServiceClosingTransmissionChannel = 221,
10107         ServiceNotAvailable = 421,
10108         ServiceReady = 220,
10109         StartMailInput = 354,
10110         SyntaxError = 501,
10111         SystemStatus = 211,
10112         TransactionFailed = 554,
10113         UserNotLocalTryAlternatePath = 551,
10114         UserNotLocalWillForward = 251,
10115     }
10116 }
10117 namespace System.Net.Mime
10118 {
10119     public partial class ContentDisposition
10120     {
ContentDisposition()10121         public ContentDisposition() { }
ContentDisposition(string disposition)10122         public ContentDisposition(string disposition) { }
10123         public System.DateTime CreationDate { get { throw null; } set { } }
10124         public string DispositionType { get { throw null; } set { } }
10125         public string FileName { get { throw null; } set { } }
10126         public bool Inline { get { throw null; } set { } }
10127         public System.DateTime ModificationDate { get { throw null; } set { } }
10128         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
10129         public System.DateTime ReadDate { get { throw null; } set { } }
10130         public long Size { get { throw null; } set { } }
Equals(object obj)10131         public override bool Equals(object obj) { throw null; }
GetHashCode()10132         public override int GetHashCode() { throw null; }
ToString()10133         public override string ToString() { throw null; }
10134     }
10135     public partial class ContentType
10136     {
ContentType()10137         public ContentType() { }
ContentType(string contentType)10138         public ContentType(string contentType) { }
10139         public string Boundary { get { throw null; } set { } }
10140         public string CharSet { get { throw null; } set { } }
10141         public string MediaType { get { throw null; } set { } }
10142         public string Name { get { throw null; } set { } }
10143         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
Equals(object obj)10144         public override bool Equals(object obj) { throw null; }
GetHashCode()10145         public override int GetHashCode() { throw null; }
ToString()10146         public override string ToString() { throw null; }
10147     }
10148     public static partial class DispositionTypeNames
10149     {
10150         public const string Attachment = "attachment";
10151         public const string Inline = "inline";
10152     }
10153     public static partial class MediaTypeNames
10154     {
10155         public static partial class Application
10156         {
10157             public const string Octet = "application/octet-stream";
10158             public const string Pdf = "application/pdf";
10159             public const string Rtf = "application/rtf";
10160             public const string Soap = "application/soap+xml";
10161             public const string Zip = "application/zip";
10162         }
10163         public static partial class Image
10164         {
10165             public const string Gif = "image/gif";
10166             public const string Jpeg = "image/jpeg";
10167             public const string Tiff = "image/tiff";
10168         }
10169         public static partial class Text
10170         {
10171             public const string Html = "text/html";
10172             public const string Plain = "text/plain";
10173             public const string RichText = "text/richtext";
10174             public const string Xml = "text/xml";
10175         }
10176     }
10177     public enum TransferEncoding
10178     {
10179         Base64 = 1,
10180         QuotedPrintable = 0,
10181         SevenBit = 2,
10182         Unknown = -1,
10183     }
10184 }
10185 namespace System.Net.NetworkInformation
10186 {
10187     public enum DuplicateAddressDetectionState
10188     {
10189         Deprecated = 3,
10190         Duplicate = 2,
10191         Invalid = 0,
10192         Preferred = 4,
10193         Tentative = 1,
10194     }
10195     public abstract partial class GatewayIPAddressInformation
10196     {
GatewayIPAddressInformation()10197         protected GatewayIPAddressInformation() { }
10198         public abstract System.Net.IPAddress Address { get; }
10199     }
10200     public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.IEnumerable
10201     {
GatewayIPAddressInformationCollection()10202         protected GatewayIPAddressInformationCollection() { }
10203         public virtual int Count { get { throw null; } }
10204         public virtual bool IsReadOnly { get { throw null; } }
10205         public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.GatewayIPAddressInformation address)10206         public virtual void Add(System.Net.NetworkInformation.GatewayIPAddressInformation address) { }
Clear()10207         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address)10208         public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset)10209         public virtual void CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset) { }
GetEnumerator()10210         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.GatewayIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address)10211         public virtual bool Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10212         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10213     }
10214     public abstract partial class IcmpV4Statistics
10215     {
IcmpV4Statistics()10216         protected IcmpV4Statistics() { }
10217         public abstract long AddressMaskRepliesReceived { get; }
10218         public abstract long AddressMaskRepliesSent { get; }
10219         public abstract long AddressMaskRequestsReceived { get; }
10220         public abstract long AddressMaskRequestsSent { get; }
10221         public abstract long DestinationUnreachableMessagesReceived { get; }
10222         public abstract long DestinationUnreachableMessagesSent { get; }
10223         public abstract long EchoRepliesReceived { get; }
10224         public abstract long EchoRepliesSent { get; }
10225         public abstract long EchoRequestsReceived { get; }
10226         public abstract long EchoRequestsSent { get; }
10227         public abstract long ErrorsReceived { get; }
10228         public abstract long ErrorsSent { get; }
10229         public abstract long MessagesReceived { get; }
10230         public abstract long MessagesSent { get; }
10231         public abstract long ParameterProblemsReceived { get; }
10232         public abstract long ParameterProblemsSent { get; }
10233         public abstract long RedirectsReceived { get; }
10234         public abstract long RedirectsSent { get; }
10235         public abstract long SourceQuenchesReceived { get; }
10236         public abstract long SourceQuenchesSent { get; }
10237         public abstract long TimeExceededMessagesReceived { get; }
10238         public abstract long TimeExceededMessagesSent { get; }
10239         public abstract long TimestampRepliesReceived { get; }
10240         public abstract long TimestampRepliesSent { get; }
10241         public abstract long TimestampRequestsReceived { get; }
10242         public abstract long TimestampRequestsSent { get; }
10243     }
10244     public abstract partial class IcmpV6Statistics
10245     {
IcmpV6Statistics()10246         protected IcmpV6Statistics() { }
10247         public abstract long DestinationUnreachableMessagesReceived { get; }
10248         public abstract long DestinationUnreachableMessagesSent { get; }
10249         public abstract long EchoRepliesReceived { get; }
10250         public abstract long EchoRepliesSent { get; }
10251         public abstract long EchoRequestsReceived { get; }
10252         public abstract long EchoRequestsSent { get; }
10253         public abstract long ErrorsReceived { get; }
10254         public abstract long ErrorsSent { get; }
10255         public abstract long MembershipQueriesReceived { get; }
10256         public abstract long MembershipQueriesSent { get; }
10257         public abstract long MembershipReductionsReceived { get; }
10258         public abstract long MembershipReductionsSent { get; }
10259         public abstract long MembershipReportsReceived { get; }
10260         public abstract long MembershipReportsSent { get; }
10261         public abstract long MessagesReceived { get; }
10262         public abstract long MessagesSent { get; }
10263         public abstract long NeighborAdvertisementsReceived { get; }
10264         public abstract long NeighborAdvertisementsSent { get; }
10265         public abstract long NeighborSolicitsReceived { get; }
10266         public abstract long NeighborSolicitsSent { get; }
10267         public abstract long PacketTooBigMessagesReceived { get; }
10268         public abstract long PacketTooBigMessagesSent { get; }
10269         public abstract long ParameterProblemsReceived { get; }
10270         public abstract long ParameterProblemsSent { get; }
10271         public abstract long RedirectsReceived { get; }
10272         public abstract long RedirectsSent { get; }
10273         public abstract long RouterAdvertisementsReceived { get; }
10274         public abstract long RouterAdvertisementsSent { get; }
10275         public abstract long RouterSolicitsReceived { get; }
10276         public abstract long RouterSolicitsSent { get; }
10277         public abstract long TimeExceededMessagesReceived { get; }
10278         public abstract long TimeExceededMessagesSent { get; }
10279     }
10280     public partial class IPAddressCollection : System.Collections.Generic.ICollection<System.Net.IPAddress>, System.Collections.Generic.IEnumerable<System.Net.IPAddress>, System.Collections.IEnumerable
10281     {
IPAddressCollection()10282         protected internal IPAddressCollection() { }
10283         public virtual int Count { get { throw null; } }
10284         public virtual bool IsReadOnly { get { throw null; } }
10285         public virtual System.Net.IPAddress this[int index] { get { throw null; } }
Add(System.Net.IPAddress address)10286         public virtual void Add(System.Net.IPAddress address) { }
Clear()10287         public virtual void Clear() { }
Contains(System.Net.IPAddress address)10288         public virtual bool Contains(System.Net.IPAddress address) { throw null; }
CopyTo(System.Net.IPAddress[] array, int offset)10289         public virtual void CopyTo(System.Net.IPAddress[] array, int offset) { }
GetEnumerator()10290         public virtual System.Collections.Generic.IEnumerator<System.Net.IPAddress> GetEnumerator() { throw null; }
Remove(System.Net.IPAddress address)10291         public virtual bool Remove(System.Net.IPAddress address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10292         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10293     }
10294     public abstract partial class IPAddressInformation
10295     {
IPAddressInformation()10296         protected IPAddressInformation() { }
10297         public abstract System.Net.IPAddress Address { get; }
10298         public abstract bool IsDnsEligible { get; }
10299         public abstract bool IsTransient { get; }
10300     }
10301     public partial class IPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.IEnumerable
10302     {
IPAddressInformationCollection()10303         internal IPAddressInformationCollection() { }
10304         public virtual int Count { get { throw null; } }
10305         public virtual bool IsReadOnly { get { throw null; } }
10306         public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.IPAddressInformation address)10307         public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { }
Clear()10308         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.IPAddressInformation address)10309         public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset)10310         public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) { }
GetEnumerator()10311         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.IPAddressInformation address)10312         public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10313         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10314     }
10315     public abstract partial class IPGlobalProperties
10316     {
IPGlobalProperties()10317         protected IPGlobalProperties() { }
10318         public abstract string DhcpScopeName { get; }
10319         public abstract string DomainName { get; }
10320         public abstract string HostName { get; }
10321         public abstract bool IsWinsProxy { get; }
10322         public abstract System.Net.NetworkInformation.NetBiosNodeType NodeType { get; }
GetActiveTcpConnections()10323         public abstract System.Net.NetworkInformation.TcpConnectionInformation[] GetActiveTcpConnections();
GetActiveTcpListeners()10324         public abstract System.Net.IPEndPoint[] GetActiveTcpListeners();
GetActiveUdpListeners()10325         public abstract System.Net.IPEndPoint[] GetActiveUdpListeners();
GetIcmpV4Statistics()10326         public abstract System.Net.NetworkInformation.IcmpV4Statistics GetIcmpV4Statistics();
GetIcmpV6Statistics()10327         public abstract System.Net.NetworkInformation.IcmpV6Statistics GetIcmpV6Statistics();
GetIPGlobalProperties()10328         public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties() { throw null; }
GetIPv4GlobalStatistics()10329         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv4GlobalStatistics();
GetIPv6GlobalStatistics()10330         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv6GlobalStatistics();
GetTcpIPv4Statistics()10331         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv4Statistics();
GetTcpIPv6Statistics()10332         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv6Statistics();
GetUdpIPv4Statistics()10333         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv4Statistics();
GetUdpIPv6Statistics()10334         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv6Statistics();
10335     }
10336     public abstract partial class IPGlobalStatistics
10337     {
IPGlobalStatistics()10338         protected IPGlobalStatistics() { }
10339         public abstract int DefaultTtl { get; }
10340         public abstract bool ForwardingEnabled { get; }
10341         public abstract int NumberOfInterfaces { get; }
10342         public abstract int NumberOfIPAddresses { get; }
10343         public abstract int NumberOfRoutes { get; }
10344         public abstract long OutputPacketRequests { get; }
10345         public abstract long OutputPacketRoutingDiscards { get; }
10346         public abstract long OutputPacketsDiscarded { get; }
10347         public abstract long OutputPacketsWithNoRoute { get; }
10348         public abstract long PacketFragmentFailures { get; }
10349         public abstract long PacketReassembliesRequired { get; }
10350         public abstract long PacketReassemblyFailures { get; }
10351         public abstract long PacketReassemblyTimeout { get; }
10352         public abstract long PacketsFragmented { get; }
10353         public abstract long PacketsReassembled { get; }
10354         public abstract long ReceivedPackets { get; }
10355         public abstract long ReceivedPacketsDelivered { get; }
10356         public abstract long ReceivedPacketsDiscarded { get; }
10357         public abstract long ReceivedPacketsForwarded { get; }
10358         public abstract long ReceivedPacketsWithAddressErrors { get; }
10359         public abstract long ReceivedPacketsWithHeadersErrors { get; }
10360         public abstract long ReceivedPacketsWithUnknownProtocol { get; }
10361     }
10362     public abstract partial class IPInterfaceProperties
10363     {
IPInterfaceProperties()10364         protected IPInterfaceProperties() { }
10365         public abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; }
10366         public abstract System.Net.NetworkInformation.IPAddressCollection DhcpServerAddresses { get; }
10367         public abstract System.Net.NetworkInformation.IPAddressCollection DnsAddresses { get; }
10368         public abstract string DnsSuffix { get; }
10369         public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddresses { get; }
10370         public abstract bool IsDnsEnabled { get; }
10371         public abstract bool IsDynamicDnsEnabled { get; }
10372         public abstract System.Net.NetworkInformation.MulticastIPAddressInformationCollection MulticastAddresses { get; }
10373         public abstract System.Net.NetworkInformation.UnicastIPAddressInformationCollection UnicastAddresses { get; }
10374         public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
GetIPv4Properties()10375         public abstract System.Net.NetworkInformation.IPv4InterfaceProperties GetIPv4Properties();
GetIPv6Properties()10376         public abstract System.Net.NetworkInformation.IPv6InterfaceProperties GetIPv6Properties();
10377     }
10378     public enum IPStatus
10379     {
10380         BadDestination = 11018,
10381         BadHeader = 11042,
10382         BadOption = 11007,
10383         BadRoute = 11012,
10384         DestinationHostUnreachable = 11003,
10385         DestinationNetworkUnreachable = 11002,
10386         DestinationPortUnreachable = 11005,
10387         DestinationProhibited = 11004,
10388         DestinationProtocolUnreachable = 11004,
10389         DestinationScopeMismatch = 11045,
10390         DestinationUnreachable = 11040,
10391         HardwareError = 11008,
10392         IcmpError = 11044,
10393         NoResources = 11006,
10394         PacketTooBig = 11009,
10395         ParameterProblem = 11015,
10396         SourceQuench = 11016,
10397         Success = 0,
10398         TimedOut = 11010,
10399         TimeExceeded = 11041,
10400         TtlExpired = 11013,
10401         TtlReassemblyTimeExceeded = 11014,
10402         Unknown = -1,
10403         UnrecognizedNextHeader = 11043,
10404     }
10405     public abstract partial class IPv4InterfaceProperties
10406     {
IPv4InterfaceProperties()10407         protected IPv4InterfaceProperties() { }
10408         public abstract int Index { get; }
10409         public abstract bool IsAutomaticPrivateAddressingActive { get; }
10410         public abstract bool IsAutomaticPrivateAddressingEnabled { get; }
10411         public abstract bool IsDhcpEnabled { get; }
10412         public abstract bool IsForwardingEnabled { get; }
10413         public abstract int Mtu { get; }
10414         public abstract bool UsesWins { get; }
10415     }
10416     public abstract partial class IPv4InterfaceStatistics
10417     {
IPv4InterfaceStatistics()10418         protected IPv4InterfaceStatistics() { }
10419         public abstract long BytesReceived { get; }
10420         public abstract long BytesSent { get; }
10421         public abstract long IncomingPacketsDiscarded { get; }
10422         public abstract long IncomingPacketsWithErrors { get; }
10423         public abstract long IncomingUnknownProtocolPackets { get; }
10424         public abstract long NonUnicastPacketsReceived { get; }
10425         public abstract long NonUnicastPacketsSent { get; }
10426         public abstract long OutgoingPacketsDiscarded { get; }
10427         public abstract long OutgoingPacketsWithErrors { get; }
10428         [System.MonoTODOAttribute("Not implemented for Linux")]
10429         public abstract long OutputQueueLength { get; }
10430         public abstract long UnicastPacketsReceived { get; }
10431         public abstract long UnicastPacketsSent { get; }
10432     }
10433     public abstract partial class IPv6InterfaceProperties
10434     {
IPv6InterfaceProperties()10435         protected IPv6InterfaceProperties() { }
10436         public abstract int Index { get; }
10437         public abstract int Mtu { get; }
10438     }
10439     public abstract partial class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10440     {
MulticastIPAddressInformation()10441         protected MulticastIPAddressInformation() { }
10442         public abstract long AddressPreferredLifetime { get; }
10443         public abstract long AddressValidLifetime { get; }
10444         public abstract long DhcpLeaseLifetime { get; }
10445         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10446         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10447         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10448     }
10449     public partial class MulticastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.IEnumerable
10450     {
MulticastIPAddressInformationCollection()10451         protected internal MulticastIPAddressInformationCollection() { }
10452         public virtual int Count { get { throw null; } }
10453         public virtual bool IsReadOnly { get { throw null; } }
10454         public virtual System.Net.NetworkInformation.MulticastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.MulticastIPAddressInformation address)10455         public virtual void Add(System.Net.NetworkInformation.MulticastIPAddressInformation address) { }
Clear()10456         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address)10457         public virtual bool Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset)10458         public virtual void CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset) { }
GetEnumerator()10459         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.MulticastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address)10460         public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10461         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10462     }
10463     public enum NetBiosNodeType
10464     {
10465         Broadcast = 1,
10466         Hybrid = 8,
10467         Mixed = 4,
10468         Peer2Peer = 2,
10469         Unknown = 0,
10470     }
NetworkAddressChangedEventHandler(object sender, System.EventArgs e)10471     public delegate void NetworkAddressChangedEventHandler(object sender, System.EventArgs e);
NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e)10472     public delegate void NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e);
10473     public partial class NetworkAvailabilityEventArgs : System.EventArgs
10474     {
NetworkAvailabilityEventArgs()10475         internal NetworkAvailabilityEventArgs() { }
10476         public bool IsAvailable { get { throw null; } }
10477     }
10478     public sealed partial class NetworkChange
10479     {
NetworkChange()10480         public NetworkChange() { }
10481         public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler NetworkAddressChanged { add { } remove { } }
10482         public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged { add { } remove { } }
10483     }
10484     [System.FlagsAttribute]
10485     public enum NetworkInformationAccess
10486     {
10487         None = 0,
10488         Ping = 4,
10489         Read = 1,
10490     }
10491     [System.SerializableAttribute]
10492     public partial class NetworkInformationException : System.ComponentModel.Win32Exception
10493     {
NetworkInformationException()10494         public NetworkInformationException() { }
NetworkInformationException(int errorCode)10495         public NetworkInformationException(int errorCode) { }
NetworkInformationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10496         protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
10497         public override int ErrorCode { get { throw null; } }
10498     }
10499     [System.SerializableAttribute]
10500     public sealed partial class NetworkInformationPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10501     {
10502         [System.MonoTODOAttribute]
NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10503         public NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
10504         [System.MonoTODOAttribute]
NetworkInformationPermission(System.Security.Permissions.PermissionState state)10505         public NetworkInformationPermission(System.Security.Permissions.PermissionState state) { }
10506         [System.MonoTODOAttribute]
10507         public System.Net.NetworkInformation.NetworkInformationAccess Access { get { throw null; } }
10508         [System.MonoTODOAttribute]
AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10509         public void AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
10510         [System.MonoTODOAttribute]
Copy()10511         public override System.Security.IPermission Copy() { throw null; }
10512         [System.MonoTODOAttribute]
FromXml(System.Security.SecurityElement securityElement)10513         public override void FromXml(System.Security.SecurityElement securityElement) { }
10514         [System.MonoTODOAttribute]
Intersect(System.Security.IPermission target)10515         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
10516         [System.MonoTODOAttribute]
IsSubsetOf(System.Security.IPermission target)10517         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
10518         [System.MonoTODOAttribute]
IsUnrestricted()10519         public bool IsUnrestricted() { throw null; }
10520         [System.MonoTODOAttribute]
ToXml()10521         public override System.Security.SecurityElement ToXml() { throw null; }
10522         [System.MonoTODOAttribute]
Union(System.Security.IPermission target)10523         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10524     }
10525     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10526     [System.SerializableAttribute]
10527     public sealed partial class NetworkInformationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10528     {
NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action)10529         public NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10530         public string Access { get { throw null; } set { } }
10531         [System.MonoTODOAttribute("verify implementation")]
CreatePermission()10532         public override System.Security.IPermission CreatePermission() { throw null; }
10533     }
10534     public abstract partial class NetworkInterface
10535     {
NetworkInterface()10536         protected NetworkInterface() { }
10537         public abstract string Description { get; }
10538         public abstract string Id { get; }
10539         public abstract bool IsReceiveOnly { get; }
10540         [System.MonoTODOAttribute("Only works on Linux. Returns 0 on other systems.")]
10541         public static int LoopbackInterfaceIndex { get { throw null; } }
10542         public abstract string Name { get; }
10543         public abstract System.Net.NetworkInformation.NetworkInterfaceType NetworkInterfaceType { get; }
10544         public abstract System.Net.NetworkInformation.OperationalStatus OperationalStatus { get; }
10545         public abstract long Speed { get; }
10546         public abstract bool SupportsMulticast { get; }
GetAllNetworkInterfaces()10547         public static System.Net.NetworkInformation.NetworkInterface[] GetAllNetworkInterfaces() { throw null; }
GetIPProperties()10548         public abstract System.Net.NetworkInformation.IPInterfaceProperties GetIPProperties();
GetIPv4Statistics()10549         public abstract System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics();
10550         [System.MonoTODOAttribute("Always returns true")]
GetIsNetworkAvailable()10551         public static bool GetIsNetworkAvailable() { throw null; }
GetPhysicalAddress()10552         public abstract System.Net.NetworkInformation.PhysicalAddress GetPhysicalAddress();
Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent)10553         public abstract bool Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent);
10554     }
10555     public enum NetworkInterfaceComponent
10556     {
10557         IPv4 = 0,
10558         IPv6 = 1,
10559     }
10560     public enum NetworkInterfaceType
10561     {
10562         AsymmetricDsl = 94,
10563         Atm = 37,
10564         BasicIsdn = 20,
10565         Ethernet = 6,
10566         Ethernet3Megabit = 26,
10567         FastEthernetFx = 69,
10568         FastEthernetT = 62,
10569         Fddi = 15,
10570         GenericModem = 48,
10571         GigabitEthernet = 117,
10572         HighPerformanceSerialBus = 144,
10573         IPOverAtm = 114,
10574         Isdn = 63,
10575         Loopback = 24,
10576         MultiRateSymmetricDsl = 143,
10577         Ppp = 23,
10578         PrimaryIsdn = 21,
10579         RateAdaptDsl = 95,
10580         Slip = 28,
10581         SymmetricDsl = 96,
10582         TokenRing = 9,
10583         Tunnel = 131,
10584         Unknown = 1,
10585         VeryHighSpeedDsl = 97,
10586         Wireless80211 = 71,
10587     }
10588     public enum OperationalStatus
10589     {
10590         Dormant = 5,
10591         Down = 2,
10592         LowerLayerDown = 7,
10593         NotPresent = 6,
10594         Testing = 3,
10595         Unknown = 4,
10596         Up = 1,
10597     }
10598     public partial class PhysicalAddress
10599     {
10600         public static readonly System.Net.NetworkInformation.PhysicalAddress None;
PhysicalAddress(byte[] address)10601         public PhysicalAddress(byte[] address) { }
Equals(object comparand)10602         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()10603         public byte[] GetAddressBytes() { throw null; }
GetHashCode()10604         public override int GetHashCode() { throw null; }
Parse(string address)10605         public static System.Net.NetworkInformation.PhysicalAddress Parse(string address) { throw null; }
ToString()10606         public override string ToString() { throw null; }
10607     }
10608     [System.MonoTODOAttribute("IPv6 support is missing")]
10609     public partial class Ping : System.ComponentModel.Component, System.IDisposable
10610     {
Ping()10611         public Ping() { }
10612         public event System.Net.NetworkInformation.PingCompletedEventHandler PingCompleted { add { } remove { } }
OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e)10613         protected void OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e) { }
Send(System.Net.IPAddress address)10614         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address) { throw null; }
Send(System.Net.IPAddress address, int timeout)10615         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout) { throw null; }
Send(System.Net.IPAddress address, int timeout, byte[] buffer)10616         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer) { throw null; }
Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options)10617         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
Send(string hostNameOrAddress)10618         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress) { throw null; }
Send(string hostNameOrAddress, int timeout)10619         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout) { throw null; }
Send(string hostNameOrAddress, int timeout, byte[] buffer)10620         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout, byte[] buffer) { throw null; }
Send(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options)10621         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken)10622         public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken) { }
SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken)10623         public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken) { }
SendAsync(System.Net.IPAddress address, int timeout, object userToken)10624         public void SendAsync(System.Net.IPAddress address, int timeout, object userToken) { }
SendAsync(System.Net.IPAddress address, object userToken)10625         public void SendAsync(System.Net.IPAddress address, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken)10626         public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken)10627         public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, object userToken)10628         public void SendAsync(string hostNameOrAddress, int timeout, object userToken) { }
SendAsync(string hostNameOrAddress, object userToken)10629         public void SendAsync(string hostNameOrAddress, object userToken) { }
SendAsyncCancel()10630         public void SendAsyncCancel() { }
System.IDisposable.Dispose()10631         void System.IDisposable.Dispose() { }
10632     }
10633     public partial class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
10634     {
PingCompletedEventArgs()10635         internal PingCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
10636         public System.Net.NetworkInformation.PingReply Reply { get { throw null; } }
10637     }
PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e)10638     public delegate void PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e);
10639     [System.SerializableAttribute]
10640     public partial class PingException : System.InvalidOperationException
10641     {
PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10642         protected PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
PingException(string message)10643         public PingException(string message) { }
PingException(string message, System.Exception innerException)10644         public PingException(string message, System.Exception innerException) { }
10645     }
10646     public partial class PingOptions
10647     {
PingOptions()10648         public PingOptions() { }
PingOptions(int ttl, bool dontFragment)10649         public PingOptions(int ttl, bool dontFragment) { }
10650         public bool DontFragment { get { throw null; } set { } }
10651         public int Ttl { get { throw null; } set { } }
10652     }
10653     public partial class PingReply
10654     {
PingReply()10655         internal PingReply() { }
10656         public System.Net.IPAddress Address { get { throw null; } }
10657         public byte[] Buffer { get { throw null; } }
10658         public System.Net.NetworkInformation.PingOptions Options { get { throw null; } }
10659         public long RoundtripTime { get { throw null; } }
10660         public System.Net.NetworkInformation.IPStatus Status { get { throw null; } }
10661     }
10662     public enum PrefixOrigin
10663     {
10664         Dhcp = 3,
10665         Manual = 1,
10666         Other = 0,
10667         RouterAdvertisement = 4,
10668         WellKnown = 2,
10669     }
10670     public enum SuffixOrigin
10671     {
10672         LinkLayerAddress = 4,
10673         Manual = 1,
10674         OriginDhcp = 3,
10675         Other = 0,
10676         Random = 5,
10677         WellKnown = 2,
10678     }
10679     public abstract partial class TcpConnectionInformation
10680     {
TcpConnectionInformation()10681         protected TcpConnectionInformation() { }
10682         public abstract System.Net.IPEndPoint LocalEndPoint { get; }
10683         public abstract System.Net.IPEndPoint RemoteEndPoint { get; }
10684         public abstract System.Net.NetworkInformation.TcpState State { get; }
10685     }
10686     public enum TcpState
10687     {
10688         Closed = 1,
10689         CloseWait = 8,
10690         Closing = 9,
10691         DeleteTcb = 12,
10692         Established = 5,
10693         FinWait1 = 6,
10694         FinWait2 = 7,
10695         LastAck = 10,
10696         Listen = 2,
10697         SynReceived = 4,
10698         SynSent = 3,
10699         TimeWait = 11,
10700         Unknown = 0,
10701     }
10702     public abstract partial class TcpStatistics
10703     {
TcpStatistics()10704         protected TcpStatistics() { }
10705         public abstract long ConnectionsAccepted { get; }
10706         public abstract long ConnectionsInitiated { get; }
10707         public abstract long CumulativeConnections { get; }
10708         public abstract long CurrentConnections { get; }
10709         public abstract long ErrorsReceived { get; }
10710         public abstract long FailedConnectionAttempts { get; }
10711         public abstract long MaximumConnections { get; }
10712         public abstract long MaximumTransmissionTimeout { get; }
10713         public abstract long MinimumTransmissionTimeout { get; }
10714         public abstract long ResetConnections { get; }
10715         public abstract long ResetsSent { get; }
10716         public abstract long SegmentsReceived { get; }
10717         public abstract long SegmentsResent { get; }
10718         public abstract long SegmentsSent { get; }
10719     }
10720     public abstract partial class UdpStatistics
10721     {
UdpStatistics()10722         protected UdpStatistics() { }
10723         public abstract long DatagramsReceived { get; }
10724         public abstract long DatagramsSent { get; }
10725         public abstract long IncomingDatagramsDiscarded { get; }
10726         public abstract long IncomingDatagramsWithErrors { get; }
10727         public abstract int UdpListeners { get; }
10728     }
10729     public abstract partial class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10730     {
UnicastIPAddressInformation()10731         protected UnicastIPAddressInformation() { }
10732         public abstract long AddressPreferredLifetime { get; }
10733         public abstract long AddressValidLifetime { get; }
10734         public abstract long DhcpLeaseLifetime { get; }
10735         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10736         public abstract System.Net.IPAddress IPv4Mask { get; }
10737         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10738         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10739     }
10740     public partial class UnicastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.IEnumerable
10741     {
UnicastIPAddressInformationCollection()10742         protected internal UnicastIPAddressInformationCollection() { }
10743         public virtual int Count { get { throw null; } }
10744         public virtual bool IsReadOnly { get { throw null; } }
10745         public virtual System.Net.NetworkInformation.UnicastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.UnicastIPAddressInformation address)10746         public virtual void Add(System.Net.NetworkInformation.UnicastIPAddressInformation address) { }
Clear()10747         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address)10748         public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset)10749         public virtual void CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset) { }
GetEnumerator()10750         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.UnicastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address)10751         public virtual bool Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10752         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10753     }
10754 }
10755 namespace System.Net.Security
10756 {
10757     public abstract partial class AuthenticatedStream : System.IO.Stream
10758     {
AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)10759         protected AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) { }
10760         protected System.IO.Stream InnerStream { get { throw null; } }
10761         public abstract bool IsAuthenticated { get; }
10762         public abstract bool IsEncrypted { get; }
10763         public abstract bool IsMutuallyAuthenticated { get; }
10764         public abstract bool IsServer { get; }
10765         public abstract bool IsSigned { get; }
10766         public bool LeaveInnerStreamOpen { get { throw null; } }
Dispose(bool disposing)10767         protected override void Dispose(bool disposing) { }
10768     }
10769     public enum AuthenticationLevel
10770     {
10771         MutualAuthRequested = 1,
10772         MutualAuthRequired = 2,
10773         None = 0,
10774     }
LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers)10775     public delegate System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers);
10776     public partial class NegotiateStream : System.Net.Security.AuthenticatedStream
10777     {
10778         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream)10779         public NegotiateStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
10780         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)10781         public NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { }
10782         public override bool CanRead { get { throw null; } }
10783         public override bool CanSeek { get { throw null; } }
10784         [System.MonoTODOAttribute]
10785         public override bool CanTimeout { get { throw null; } }
10786         public override bool CanWrite { get { throw null; } }
10787         [System.MonoTODOAttribute]
10788         public virtual System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } }
10789         [System.MonoTODOAttribute]
10790         public override bool IsAuthenticated { get { throw null; } }
10791         [System.MonoTODOAttribute]
10792         public override bool IsEncrypted { get { throw null; } }
10793         [System.MonoTODOAttribute]
10794         public override bool IsMutuallyAuthenticated { get { throw null; } }
10795         [System.MonoTODOAttribute]
10796         public override bool IsServer { get { throw null; } }
10797         [System.MonoTODOAttribute]
10798         public override bool IsSigned { get { throw null; } }
10799         public override long Length { get { throw null; } }
10800         public override long Position { get { throw null; } set { } }
10801         public override int ReadTimeout { get { throw null; } set { } }
10802         [System.MonoTODOAttribute]
10803         public virtual System.Security.Principal.IIdentity RemoteIdentity { get { throw null; } }
10804         public override int WriteTimeout { get { throw null; } set { } }
10805         [System.MonoTODOAttribute]
AuthenticateAsClient()10806         public virtual void AuthenticateAsClient() { }
10807         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName)10808         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName) { }
10809         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)10810         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { }
10811         [System.MonoTODOAttribute]
AuthenticateAsServer()10812         public virtual void AuthenticateAsServer() { }
10813         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)10814         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
10815         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState)10816         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
10817         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState)10818         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
10819         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)10820         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
10821         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState)10822         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
10823         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)10824         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
10825         [System.MonoTODOAttribute]
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)10826         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
10827         [System.MonoTODOAttribute]
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)10828         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
10829         [System.MonoTODOAttribute]
Dispose(bool disposing)10830         protected override void Dispose(bool disposing) { }
10831         [System.MonoTODOAttribute]
EndAuthenticateAsClient(System.IAsyncResult asyncResult)10832         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
10833         [System.MonoTODOAttribute]
EndAuthenticateAsServer(System.IAsyncResult asyncResult)10834         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
10835         [System.MonoTODOAttribute]
EndRead(System.IAsyncResult asyncResult)10836         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
10837         [System.MonoTODOAttribute]
EndWrite(System.IAsyncResult asyncResult)10838         public override void EndWrite(System.IAsyncResult asyncResult) { }
10839         [System.MonoTODOAttribute]
Flush()10840         public override void Flush() { }
10841         [System.MonoTODOAttribute]
Read(byte[] buffer, int offset, int count)10842         public override int Read(byte[] buffer, int offset, int count) { throw null; }
10843         [System.MonoTODOAttribute]
Seek(long offset, System.IO.SeekOrigin origin)10844         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
10845         [System.MonoTODOAttribute]
SetLength(long value)10846         public override void SetLength(long value) { }
10847         [System.MonoTODOAttribute]
Write(byte[] buffer, int offset, int count)10848         public override void Write(byte[] buffer, int offset, int count) { }
10849     }
10850     public enum ProtectionLevel
10851     {
10852         EncryptAndSign = 2,
10853         None = 0,
10854         Sign = 1,
10855     }
RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors)10856     public delegate bool RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors);
10857     [System.FlagsAttribute]
10858     public enum SslPolicyErrors
10859     {
10860         None = 0,
10861         RemoteCertificateChainErrors = 4,
10862         RemoteCertificateNameMismatch = 2,
10863         RemoteCertificateNotAvailable = 1,
10864     }
10865     [System.MonoTODOAttribute("Non-X509Certificate2 certificate is not supported")]
10866     public partial class SslStream : System.Net.Security.AuthenticatedStream
10867     {
SslStream(System.IO.Stream innerStream)10868         public SslStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)10869         public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { }
10870         [System.MonoTODOAttribute("userCertificateValidationCallback is not passed X509Chain and SslPolicyErrors correctly")]
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback)10871         public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback) : base (default(System.IO.Stream), default(bool)) { }
10872         [System.MonoTODOAttribute("userCertificateValidationCallback is not passed X509Chain and SslPolicyErrors correctly")]
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback)10873         public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback) : base (default(System.IO.Stream), default(bool)) { }
10874         public override bool CanRead { get { throw null; } }
10875         public override bool CanSeek { get { throw null; } }
10876         public override bool CanTimeout { get { throw null; } }
10877         public override bool CanWrite { get { throw null; } }
10878         public virtual bool CheckCertRevocationStatus { get { throw null; } }
10879         public virtual System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
10880         public virtual int CipherStrength { get { throw null; } }
10881         public virtual System.Security.Authentication.HashAlgorithmType HashAlgorithm { get { throw null; } }
10882         public virtual int HashStrength { get { throw null; } }
10883         public override bool IsAuthenticated { get { throw null; } }
10884         public override bool IsEncrypted { get { throw null; } }
10885         public override bool IsMutuallyAuthenticated { get { throw null; } }
10886         public override bool IsServer { get { throw null; } }
10887         public override bool IsSigned { get { throw null; } }
10888         public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
10889         public virtual int KeyExchangeStrength { get { throw null; } }
10890         public override long Length { get { throw null; } }
10891         public virtual System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get { throw null; } }
10892         public override long Position { get { throw null; } set { } }
10893         public override int ReadTimeout { get { throw null; } set { } }
10894         public virtual System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get { throw null; } }
10895         public virtual System.Security.Authentication.SslProtocols SslProtocol { get { throw null; } }
10896         public override int WriteTimeout { get { throw null; } set { } }
AuthenticateAsClient(string targetHost)10897         public virtual void AuthenticateAsClient(string targetHost) { }
AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)10898         public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate)10899         public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) { }
AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)10900         public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState)10901         public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState)10902         public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState)10903         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState)10904         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)10905         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)10906         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)10907         protected override void Dispose(bool disposing) { }
EndAuthenticateAsClient(System.IAsyncResult asyncResult)10908         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
EndAuthenticateAsServer(System.IAsyncResult asyncResult)10909         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
EndRead(System.IAsyncResult asyncResult)10910         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)10911         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()10912         public override void Flush() { }
Read(byte[] buffer, int offset, int count)10913         public override int Read(byte[] buffer, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)10914         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)10915         public override void SetLength(long value) { }
Write(byte[] buffer)10916         public void Write(byte[] buffer) { }
Write(byte[] buffer, int offset, int count)10917         public override void Write(byte[] buffer, int offset, int count) { }
10918     }
10919 }
10920 namespace System.Net.Sockets
10921 {
10922     public enum AddressFamily
10923     {
10924         AppleTalk = 16,
10925         Atm = 22,
10926         Banyan = 21,
10927         Ccitt = 10,
10928         Chaos = 5,
10929         Cluster = 24,
10930         DataKit = 9,
10931         DataLink = 13,
10932         DecNet = 12,
10933         Ecma = 8,
10934         FireFox = 19,
10935         HyperChannel = 15,
10936         Ieee12844 = 25,
10937         ImpLink = 3,
10938         InterNetwork = 2,
10939         InterNetworkV6 = 23,
10940         Ipx = 6,
10941         Irda = 26,
10942         Iso = 7,
10943         Lat = 14,
10944         Max = 29,
10945         NetBios = 17,
10946         NetworkDesigners = 28,
10947         NS = 6,
10948         Osi = 7,
10949         Pup = 4,
10950         Sna = 11,
10951         Unix = 1,
10952         Unknown = -1,
10953         Unspecified = 0,
10954         VoiceView = 18,
10955     }
10956     public enum IOControlCode : long
10957     {
10958         AbsorbRouterAlert = (long)2550136837,
10959         AddMulticastGroupOnInterface = (long)2550136842,
10960         AddressListChange = (long)671088663,
10961         AddressListQuery = (long)1207959574,
10962         AddressListSort = (long)3355443225,
10963         AssociateHandle = (long)2281701377,
10964         AsyncIO = (long)2147772029,
10965         BindToInterface = (long)2550136840,
10966         DataToRead = (long)1074030207,
10967         DeleteMulticastGroupFromInterface = (long)2550136843,
10968         EnableCircularQueuing = (long)671088642,
10969         Flush = (long)671088644,
10970         GetBroadcastAddress = (long)1207959557,
10971         GetExtensionFunctionPointer = (long)3355443206,
10972         GetGroupQos = (long)3355443208,
10973         GetQos = (long)3355443207,
10974         KeepAliveValues = (long)2550136836,
10975         LimitBroadcasts = (long)2550136839,
10976         MulticastInterface = (long)2550136841,
10977         MulticastScope = (long)2281701386,
10978         MultipointLoopback = (long)2281701385,
10979         NamespaceChange = (long)2281701401,
10980         NonBlockingIO = (long)2147772030,
10981         OobDataRead = (long)1074033415,
10982         QueryTargetPnpHandle = (long)1207959576,
10983         ReceiveAll = (long)2550136833,
10984         ReceiveAllIgmpMulticast = (long)2550136835,
10985         ReceiveAllMulticast = (long)2550136834,
10986         RoutingInterfaceChange = (long)2281701397,
10987         RoutingInterfaceQuery = (long)3355443220,
10988         SetGroupQos = (long)2281701388,
10989         SetQos = (long)2281701387,
10990         TranslateHandle = (long)3355443213,
10991         UnicastInterface = (long)2550136838,
10992     }
10993     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
10994     public partial struct IPPacketInformation
10995     {
10996         public System.Net.IPAddress Address { get { throw null; } }
10997         public int Interface { get { throw null; } }
EqualsSystem.Net.Sockets.IPPacketInformation10998         public override bool Equals(object comparand) { throw null; }
GetHashCodeSystem.Net.Sockets.IPPacketInformation10999         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.IPPacketInformation11000         public static bool operator ==(System.Net.Sockets.IPPacketInformation p1, System.Net.Sockets.IPPacketInformation p2) { throw null; }
operator !=System.Net.Sockets.IPPacketInformation11001         public static bool operator !=(System.Net.Sockets.IPPacketInformation p1, System.Net.Sockets.IPPacketInformation p2) { throw null; }
11002     }
11003     public partial class IPv6MulticastOption
11004     {
IPv6MulticastOption(System.Net.IPAddress group)11005         public IPv6MulticastOption(System.Net.IPAddress group) { }
IPv6MulticastOption(System.Net.IPAddress group, long ifindex)11006         public IPv6MulticastOption(System.Net.IPAddress group, long ifindex) { }
11007         public System.Net.IPAddress Group { get { throw null; } set { } }
11008         public long InterfaceIndex { get { throw null; } set { } }
11009     }
11010     public partial class LingerOption
11011     {
LingerOption(bool enable, int seconds)11012         public LingerOption(bool enable, int seconds) { }
11013         public bool Enabled { get { throw null; } set { } }
11014         public int LingerTime { get { throw null; } set { } }
11015     }
11016     public partial class MulticastOption
11017     {
MulticastOption(System.Net.IPAddress group)11018         public MulticastOption(System.Net.IPAddress group) { }
MulticastOption(System.Net.IPAddress group, int interfaceIndex)11019         public MulticastOption(System.Net.IPAddress group, int interfaceIndex) { }
MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint)11020         public MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint) { }
11021         public System.Net.IPAddress Group { get { throw null; } set { } }
11022         public int InterfaceIndex { get { throw null; } set { } }
11023         public System.Net.IPAddress LocalAddress { get { throw null; } set { } }
11024     }
11025     public partial class NetworkStream : System.IO.Stream, System.IDisposable
11026     {
NetworkStream(System.Net.Sockets.Socket socket)11027         public NetworkStream(System.Net.Sockets.Socket socket) { }
NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket)11028         public NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access)11029         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket)11030         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket) { }
11031         public override bool CanRead { get { throw null; } }
11032         public override bool CanSeek { get { throw null; } }
11033         public override bool CanTimeout { get { throw null; } }
11034         public override bool CanWrite { get { throw null; } }
11035         public virtual bool DataAvailable { get { throw null; } }
11036         public override long Length { get { throw null; } }
11037         public override long Position { get { throw null; } set { } }
11038         protected bool Readable { get { throw null; } set { } }
11039         public override int ReadTimeout { get { throw null; } set { } }
11040         protected System.Net.Sockets.Socket Socket { get { throw null; } }
11041         protected bool Writeable { get { throw null; } set { } }
11042         public override int WriteTimeout { get { throw null; } set { } }
BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11043         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11044         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
Close(int timeout)11045         public void Close(int timeout) { }
Dispose(bool disposing)11046         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult ar)11047         public override int EndRead(System.IAsyncResult ar) { throw null; }
EndWrite(System.IAsyncResult ar)11048         public override void EndWrite(System.IAsyncResult ar) { }
~NetworkStream()11049         ~NetworkStream() { }
Flush()11050         public override void Flush() { }
Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int size)11051         public override int Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int size) { buffer = default(byte[]); throw null; }
Seek(long offset, System.IO.SeekOrigin origin)11052         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11053         public override void SetLength(long value) { }
Write(byte[] buffer, int offset, int size)11054         public override void Write(byte[] buffer, int offset, int size) { }
11055     }
11056     public enum ProtocolFamily
11057     {
11058         AppleTalk = 16,
11059         Atm = 22,
11060         Banyan = 21,
11061         Ccitt = 10,
11062         Chaos = 5,
11063         Cluster = 24,
11064         DataKit = 9,
11065         DataLink = 13,
11066         DecNet = 12,
11067         Ecma = 8,
11068         FireFox = 19,
11069         HyperChannel = 15,
11070         Ieee12844 = 25,
11071         ImpLink = 3,
11072         InterNetwork = 2,
11073         InterNetworkV6 = 23,
11074         Ipx = 6,
11075         Irda = 26,
11076         Iso = 7,
11077         Lat = 14,
11078         Max = 29,
11079         NetBios = 17,
11080         NetworkDesigners = 28,
11081         NS = 6,
11082         Osi = 7,
11083         Pup = 4,
11084         Sna = 11,
11085         Unix = 1,
11086         Unknown = -1,
11087         Unspecified = 0,
11088         VoiceView = 18,
11089     }
11090     public enum ProtocolType
11091     {
11092         Ggp = 3,
11093         Icmp = 1,
11094         IcmpV6 = 58,
11095         Idp = 22,
11096         Igmp = 2,
11097         IP = 0,
11098         IPSecAuthenticationHeader = 51,
11099         IPSecEncapsulatingSecurityPayload = 50,
11100         IPv4 = 4,
11101         IPv6 = 41,
11102         IPv6DestinationOptions = 60,
11103         IPv6FragmentHeader = 44,
11104         IPv6HopByHopOptions = 0,
11105         IPv6NoNextHeader = 59,
11106         IPv6RoutingHeader = 43,
11107         Ipx = 1000,
11108         ND = 77,
11109         Pup = 12,
11110         Raw = 255,
11111         Spx = 1256,
11112         SpxII = 1257,
11113         Tcp = 6,
11114         Udp = 17,
11115         Unknown = -1,
11116         Unspecified = 0,
11117     }
11118     public enum SelectMode
11119     {
11120         SelectError = 2,
11121         SelectRead = 0,
11122         SelectWrite = 1,
11123     }
11124     public partial class SendPacketsElement
11125     {
SendPacketsElement(byte[] buffer)11126         public SendPacketsElement(byte[] buffer) { }
SendPacketsElement(byte[] buffer, int offset, int count)11127         public SendPacketsElement(byte[] buffer, int offset, int count) { }
SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket)11128         public SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket) { }
SendPacketsElement(string filepath)11129         public SendPacketsElement(string filepath) { }
SendPacketsElement(string filepath, int offset, int count)11130         public SendPacketsElement(string filepath, int offset, int count) { }
SendPacketsElement(string filepath, int offset, int count, bool endOfPacket)11131         public SendPacketsElement(string filepath, int offset, int count, bool endOfPacket) { }
11132         public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11133         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11134         public bool EndOfPacket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11135         public string FilePath { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11136         public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11137     }
11138     public partial class Socket : System.IDisposable
11139     {
Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11140         public Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
Socket(System.Net.Sockets.SocketInformation socketInformation)11141         public Socket(System.Net.Sockets.SocketInformation socketInformation) { }
11142         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
11143         public int Available { get { throw null; } }
11144         public bool Blocking { get { throw null; } set { } }
11145         public bool Connected { get { throw null; } }
11146         public bool DontFragment { get { throw null; } set { } }
11147         public bool EnableBroadcast { get { throw null; } set { } }
11148         public bool ExclusiveAddressUse { get { throw null; } set { } }
11149         public System.IntPtr Handle { get { throw null; } }
11150         public bool IsBound { get { throw null; } }
11151         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11152         public System.Net.EndPoint LocalEndPoint { get { throw null; } }
11153         public bool MulticastLoopback { get { throw null; } set { } }
11154         public bool NoDelay { get { throw null; } set { } }
11155         public static bool OSSupportsIPv6 { get { throw null; } }
11156         public System.Net.Sockets.ProtocolType ProtocolType { get { throw null; } }
11157         public int ReceiveBufferSize { get { throw null; } set { } }
11158         public int ReceiveTimeout { get { throw null; } set { } }
11159         public System.Net.EndPoint RemoteEndPoint { get { throw null; } }
11160         public int SendBufferSize { get { throw null; } set { } }
11161         public int SendTimeout { get { throw null; } set { } }
11162         public System.Net.Sockets.SocketType SocketType { get { throw null; } }
11163         public static bool SupportsIPv4 { get { throw null; } }
11164         [System.ObsoleteAttribute("Use OSSupportsIPv6 instead")]
11165         public static bool SupportsIPv6 { get { throw null; } }
11166         public short Ttl { get { throw null; } set { } }
11167         [System.MonoTODOAttribute("This doesn't do anything on Mono yet")]
11168         public bool UseOnlyOverlappedIO { get { throw null; } set { } }
Accept()11169         public System.Net.Sockets.Socket Accept() { throw null; }
AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e)11170         public bool AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
BeginAccept(System.AsyncCallback callback, object state)11171         public System.IAsyncResult BeginAccept(System.AsyncCallback callback, object state) { throw null; }
BeginAccept(int receiveSize, System.AsyncCallback callback, object state)11172         public System.IAsyncResult BeginAccept(int receiveSize, System.AsyncCallback callback, object state) { throw null; }
BeginAccept(System.Net.Sockets.Socket acceptSocket, int receiveSize, System.AsyncCallback callback, object state)11173         public System.IAsyncResult BeginAccept(System.Net.Sockets.Socket acceptSocket, int receiveSize, System.AsyncCallback callback, object state) { throw null; }
BeginConnect(System.Net.EndPoint end_point, System.AsyncCallback callback, object state)11174         public System.IAsyncResult BeginConnect(System.Net.EndPoint end_point, System.AsyncCallback callback, object state) { throw null; }
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback callback, object state)11175         public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback callback, object state) { throw null; }
BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback callback, object state)11176         public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback callback, object state) { throw null; }
BeginConnect(string host, int port, System.AsyncCallback callback, object state)11177         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback callback, object state) { throw null; }
BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state)11178         public System.IAsyncResult BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state) { throw null; }
BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, System.AsyncCallback callback, object state)11179         public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, System.AsyncCallback callback, object state) { throw null; }
BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, out System.Net.Sockets.SocketError error, System.AsyncCallback callback, object state)11180         public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, out System.Net.Sockets.SocketError error, System.AsyncCallback callback, object state) { error = default(System.Net.Sockets.SocketError); throw null; }
11181         [System.CLSCompliantAttribute(false)]
BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state)11182         public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11183         [System.CLSCompliantAttribute(false)]
BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11184         public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
BeginReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, ref System.Net.EndPoint remote_end, System.AsyncCallback callback, object state)11185         public System.IAsyncResult BeginReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, ref System.Net.EndPoint remote_end, System.AsyncCallback callback, object state) { throw null; }
11186         [System.MonoTODOAttribute]
BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11187         public System.IAsyncResult BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, System.AsyncCallback callback, object state)11188         public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, System.AsyncCallback callback, object state) { throw null; }
BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11189         public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state)11190         public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11191         [System.CLSCompliantAttribute(false)]
BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11192         public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
BeginSendFile(string fileName, System.AsyncCallback callback, object state)11193         public System.IAsyncResult BeginSendFile(string fileName, System.AsyncCallback callback, object state) { throw null; }
BeginSendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.AsyncCallback callback, object state)11194         public System.IAsyncResult BeginSendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.AsyncCallback callback, object state) { throw null; }
BeginSendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, System.Net.EndPoint remote_end, System.AsyncCallback callback, object state)11195         public System.IAsyncResult BeginSendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socket_flags, System.Net.EndPoint remote_end, System.AsyncCallback callback, object state) { throw null; }
Bind(System.Net.EndPoint local_end)11196         public void Bind(System.Net.EndPoint local_end) { }
Close()11197         public void Close() { }
Close(int timeout)11198         public void Close(int timeout) { }
Connect(System.Net.EndPoint remoteEP)11199         public void Connect(System.Net.EndPoint remoteEP) { }
Connect(System.Net.IPAddress address, int port)11200         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] addresses, int port)11201         public void Connect(System.Net.IPAddress[] addresses, int port) { }
Connect(string host, int port)11202         public void Connect(string host, int port) { }
ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11203         public bool ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Disconnect(bool reuseSocket)11204         public void Disconnect(bool reuseSocket) { }
DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11205         public bool DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Dispose()11206         public void Dispose() { }
Dispose(bool disposing)11207         protected virtual void Dispose(bool disposing) { }
11208         [System.MonoLimitationAttribute("We do not support passing sockets across processes, we merely allow this API to pass the socket across AppDomains")]
DuplicateAndClose(int targetProcessId)11209         public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; }
EndAccept(out byte[] buffer, System.IAsyncResult asyncResult)11210         public System.Net.Sockets.Socket EndAccept(out byte[] buffer, System.IAsyncResult asyncResult) { buffer = default(byte[]); throw null; }
EndAccept(out byte[] buffer, out int bytesTransferred, System.IAsyncResult asyncResult)11211         public System.Net.Sockets.Socket EndAccept(out byte[] buffer, out int bytesTransferred, System.IAsyncResult asyncResult) { buffer = default(byte[]); bytesTransferred = default(int); throw null; }
EndAccept(System.IAsyncResult result)11212         public System.Net.Sockets.Socket EndAccept(System.IAsyncResult result) { throw null; }
EndConnect(System.IAsyncResult result)11213         public void EndConnect(System.IAsyncResult result) { }
EndDisconnect(System.IAsyncResult asyncResult)11214         public void EndDisconnect(System.IAsyncResult asyncResult) { }
EndReceive(System.IAsyncResult result)11215         public int EndReceive(System.IAsyncResult result) { throw null; }
EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11216         public int EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
EndReceiveFrom(System.IAsyncResult result, ref System.Net.EndPoint end_point)11217         public int EndReceiveFrom(System.IAsyncResult result, ref System.Net.EndPoint end_point) { throw null; }
11218         [System.MonoTODOAttribute]
EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation)11219         public int EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation = default(System.Net.Sockets.IPPacketInformation); throw null; }
EndSend(System.IAsyncResult result)11220         public int EndSend(System.IAsyncResult result) { throw null; }
EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11221         public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
EndSendFile(System.IAsyncResult asyncResult)11222         public void EndSendFile(System.IAsyncResult asyncResult) { }
EndSendTo(System.IAsyncResult result)11223         public int EndSendTo(System.IAsyncResult result) { throw null; }
~Socket()11224         ~Socket() { }
GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName)11225         public object GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName) { throw null; }
GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue)11226         public void GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue) { }
GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int length)11227         public byte[] GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int length) { throw null; }
IOControl(int ioctl_code, byte[] in_value, byte[] out_value)11228         public int IOControl(int ioctl_code, byte[] in_value, byte[] out_value) { throw null; }
IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue)11229         public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
Listen(int backlog)11230         public void Listen(int backlog) { }
Poll(int time_us, System.Net.Sockets.SelectMode mode)11231         public bool Poll(int time_us, System.Net.Sockets.SelectMode mode) { throw null; }
Receive(byte[] buffer)11232         public int Receive(byte[] buffer) { throw null; }
Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags)11233         public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags) { throw null; }
Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, out System.Net.Sockets.SocketError error)11234         public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, out System.Net.Sockets.SocketError error) { error = default(System.Net.Sockets.SocketError); throw null; }
Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags flags)11235         public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags flags) { throw null; }
Receive(byte[] buffer, System.Net.Sockets.SocketFlags flags)11236         public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags flags) { throw null; }
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11237         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw null; }
11238         [System.CLSCompliantAttribute(false)]
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags)11239         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11240         [System.CLSCompliantAttribute(false)]
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11241         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs e)11242         public bool ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, ref System.Net.EndPoint remoteEP)11243         public int ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFrom(byte[] buffer, int size, System.Net.Sockets.SocketFlags flags, ref System.Net.EndPoint remoteEP)11244         public int ReceiveFrom(byte[] buffer, int size, System.Net.Sockets.SocketFlags flags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFrom(byte[] buffer, ref System.Net.EndPoint remoteEP)11245         public int ReceiveFrom(byte[] buffer, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags flags, ref System.Net.EndPoint remoteEP)11246         public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags flags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11247         public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
11248         [System.MonoTODOAttribute("Not implemented")]
ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation)11249         public int ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation) { ipPacketInformation = default(System.Net.Sockets.IPPacketInformation); throw null; }
11250         [System.MonoTODOAttribute("Not implemented")]
ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11251         public bool ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds)11252         public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds) { }
Send(byte[] buf)11253         public int Send(byte[] buf) { throw null; }
Send(byte[] buf, int offset, int size, System.Net.Sockets.SocketFlags flags)11254         public int Send(byte[] buf, int offset, int size, System.Net.Sockets.SocketFlags flags) { throw null; }
Send(byte[] buf, int offset, int size, System.Net.Sockets.SocketFlags flags, out System.Net.Sockets.SocketError error)11255         public int Send(byte[] buf, int offset, int size, System.Net.Sockets.SocketFlags flags, out System.Net.Sockets.SocketError error) { error = default(System.Net.Sockets.SocketError); throw null; }
Send(byte[] buf, int size, System.Net.Sockets.SocketFlags flags)11256         public int Send(byte[] buf, int size, System.Net.Sockets.SocketFlags flags) { throw null; }
Send(byte[] buf, System.Net.Sockets.SocketFlags flags)11257         public int Send(byte[] buf, System.Net.Sockets.SocketFlags flags) { throw null; }
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11258         public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw null; }
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags)11259         public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11260         [System.CLSCompliantAttribute(false)]
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11261         public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
SendAsync(System.Net.Sockets.SocketAsyncEventArgs e)11262         public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SendFile(string fileName)11263         public void SendFile(string fileName) { }
SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags)11264         public void SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags) { }
11265         [System.MonoTODOAttribute("Not implemented")]
SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e)11266         public bool SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, System.Net.EndPoint remote_end)11267         public int SendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags flags, System.Net.EndPoint remote_end) { throw null; }
SendTo(byte[] buffer, int size, System.Net.Sockets.SocketFlags flags, System.Net.EndPoint remote_end)11268         public int SendTo(byte[] buffer, int size, System.Net.Sockets.SocketFlags flags, System.Net.EndPoint remote_end) { throw null; }
SendTo(byte[] buffer, System.Net.EndPoint remote_end)11269         public int SendTo(byte[] buffer, System.Net.EndPoint remote_end) { throw null; }
SendTo(byte[] buffer, System.Net.Sockets.SocketFlags flags, System.Net.EndPoint remote_end)11270         public int SendTo(byte[] buffer, System.Net.Sockets.SocketFlags flags, System.Net.EndPoint remote_end) { throw null; }
SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e)11271         public bool SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue)11272         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue) { }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue)11273         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, byte[] optionValue) { }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionValue)11274         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionValue) { }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue)11275         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue) { }
Shutdown(System.Net.Sockets.SocketShutdown how)11276         public void Shutdown(System.Net.Sockets.SocketShutdown how) { }
11277     }
11278     public partial class SocketAsyncEventArgs : System.EventArgs, System.IDisposable
11279     {
SocketAsyncEventArgs()11280         public SocketAsyncEventArgs() { }
11281         public System.Net.Sockets.Socket AcceptSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11282         public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11283         public System.Collections.Generic.IList<System.ArraySegment<byte>> BufferList { get { throw null; } set { } }
11284         public int BytesTransferred { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11285         public System.Exception ConnectByNameError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11286         public System.Net.Sockets.Socket ConnectSocket { get { throw null; } }
11287         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11288         public bool DisconnectReuseSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11289         public System.Net.Sockets.SocketAsyncOperation LastOperation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11290         public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11291         public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11292         public System.Net.EndPoint RemoteEndPoint { get { throw null; } set { } }
11293         public System.Net.Sockets.SendPacketsElement[] SendPacketsElements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11294         public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11295         [System.MonoTODOAttribute("unused property")]
11296         public int SendPacketsSendSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11297         public System.Net.Sockets.SocketError SocketError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11298         public System.Net.Sockets.SocketFlags SocketFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11299         public object UserToken { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11300         public event System.EventHandler<System.Net.Sockets.SocketAsyncEventArgs> Completed { add { } remove { } }
Dispose()11301         public void Dispose() { }
~SocketAsyncEventArgs()11302         ~SocketAsyncEventArgs() { }
OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e)11303         protected virtual void OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e) { }
SetBuffer(byte[] buffer, int offset, int count)11304         public void SetBuffer(byte[] buffer, int offset, int count) { }
SetBuffer(int offset, int count)11305         public void SetBuffer(int offset, int count) { }
11306     }
11307     public enum SocketAsyncOperation
11308     {
11309         Accept = 1,
11310         Connect = 2,
11311         Disconnect = 3,
11312         None = 0,
11313         Receive = 4,
11314         ReceiveFrom = 5,
11315         ReceiveMessageFrom = 6,
11316         Send = 7,
11317         SendPackets = 8,
11318         SendTo = 9,
11319     }
11320     public enum SocketError
11321     {
11322         AccessDenied = 10013,
11323         AddressAlreadyInUse = 10048,
11324         AddressFamilyNotSupported = 10047,
11325         AddressNotAvailable = 10049,
11326         AlreadyInProgress = 10037,
11327         ConnectionAborted = 10053,
11328         ConnectionRefused = 10061,
11329         ConnectionReset = 10054,
11330         DestinationAddressRequired = 10039,
11331         Disconnecting = 10101,
11332         Fault = 10014,
11333         HostDown = 10064,
11334         HostNotFound = 11001,
11335         HostUnreachable = 10065,
11336         InProgress = 10036,
11337         Interrupted = 10004,
11338         InvalidArgument = 10022,
11339         IOPending = 997,
11340         IsConnected = 10056,
11341         MessageSize = 10040,
11342         NetworkDown = 10050,
11343         NetworkReset = 10052,
11344         NetworkUnreachable = 10051,
11345         NoBufferSpaceAvailable = 10055,
11346         NoData = 11004,
11347         NoRecovery = 11003,
11348         NotConnected = 10057,
11349         NotInitialized = 10093,
11350         NotSocket = 10038,
11351         OperationAborted = 995,
11352         OperationNotSupported = 10045,
11353         ProcessLimit = 10067,
11354         ProtocolFamilyNotSupported = 10046,
11355         ProtocolNotSupported = 10043,
11356         ProtocolOption = 10042,
11357         ProtocolType = 10041,
11358         Shutdown = 10058,
11359         SocketError = -1,
11360         SocketNotSupported = 10044,
11361         Success = 0,
11362         SystemNotReady = 10091,
11363         TimedOut = 10060,
11364         TooManyOpenSockets = 10024,
11365         TryAgain = 11002,
11366         TypeNotFound = 10109,
11367         VersionNotSupported = 10092,
11368         WouldBlock = 10035,
11369     }
11370     [System.SerializableAttribute]
11371     public partial class SocketException : System.ComponentModel.Win32Exception
11372     {
SocketException()11373         public SocketException() { }
SocketException(int error)11374         public SocketException(int error) { }
SocketException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)11375         protected SocketException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
11376         public override int ErrorCode { get { throw null; } }
11377         public override string Message { get { throw null; } }
11378         public System.Net.Sockets.SocketError SocketErrorCode { get { throw null; } }
11379     }
11380     [System.FlagsAttribute]
11381     public enum SocketFlags
11382     {
11383         Broadcast = 1024,
11384         ControlDataTruncated = 512,
11385         DontRoute = 4,
11386         MaxIOVectorLength = 16,
11387         Multicast = 2048,
11388         None = 0,
11389         OutOfBand = 1,
11390         Partial = 32768,
11391         Peek = 2,
11392         Truncated = 256,
11393     }
11394     [System.SerializableAttribute]
11395     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11396     public partial struct SocketInformation
11397     {
11398         public System.Net.Sockets.SocketInformationOptions Options { get { throw null; } set { } }
11399         public byte[] ProtocolInformation { get { throw null; } set { } }
11400     }
11401     [System.FlagsAttribute]
11402     public enum SocketInformationOptions
11403     {
11404         Connected = 2,
11405         Listening = 4,
11406         NonBlocking = 1,
11407         UseOnlyOverlappedIO = 8,
11408     }
11409     public enum SocketOptionLevel
11410     {
11411         IP = 0,
11412         IPv6 = 41,
11413         Socket = 65535,
11414         Tcp = 6,
11415         Udp = 17,
11416     }
11417     public enum SocketOptionName
11418     {
11419         AcceptConnection = 2,
11420         AddMembership = 12,
11421         AddSourceMembership = 15,
11422         BlockSource = 17,
11423         Broadcast = 32,
11424         BsdUrgent = 2,
11425         ChecksumCoverage = 20,
11426         Debug = 1,
11427         DontFragment = 14,
11428         DontLinger = -129,
11429         DontRoute = 16,
11430         DropMembership = 13,
11431         DropSourceMembership = 16,
11432         Error = 4103,
11433         ExclusiveAddressUse = -5,
11434         Expedited = 2,
11435         HeaderIncluded = 2,
11436         HopLimit = 21,
11437         IPOptions = 1,
11438         IpTimeToLive = 4,
11439         KeepAlive = 8,
11440         Linger = 128,
11441         MaxConnections = 2147483647,
11442         MulticastInterface = 9,
11443         MulticastLoopback = 11,
11444         MulticastTimeToLive = 10,
11445         NoChecksum = 1,
11446         NoDelay = 1,
11447         OutOfBandInline = 256,
11448         PacketInformation = 19,
11449         ReceiveBuffer = 4098,
11450         ReceiveLowWater = 4100,
11451         ReceiveTimeout = 4102,
11452         ReuseAddress = 4,
11453         SendBuffer = 4097,
11454         SendLowWater = 4099,
11455         SendTimeout = 4101,
11456         Type = 4104,
11457         TypeOfService = 3,
11458         UnblockSource = 18,
11459         UpdateAcceptContext = 28683,
11460         UpdateConnectContext = 28688,
11461         UseLoopback = 64,
11462     }
11463     public enum SocketShutdown
11464     {
11465         Both = 2,
11466         Receive = 0,
11467         Send = 1,
11468     }
11469     public enum SocketType
11470     {
11471         Dgram = 2,
11472         Raw = 3,
11473         Rdm = 4,
11474         Seqpacket = 5,
11475         Stream = 1,
11476         Unknown = -1,
11477     }
11478     public partial class TcpClient : System.IDisposable
11479     {
TcpClient()11480         public TcpClient() { }
TcpClient(System.Net.IPEndPoint localEP)11481         public TcpClient(System.Net.IPEndPoint localEP) { }
TcpClient(System.Net.Sockets.AddressFamily family)11482         public TcpClient(System.Net.Sockets.AddressFamily family) { }
TcpClient(string hostname, int port)11483         public TcpClient(string hostname, int port) { }
11484         protected bool Active { get { throw null; } set { } }
11485         public int Available { get { throw null; } }
11486         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11487         public bool Connected { get { throw null; } }
11488         public bool ExclusiveAddressUse { get { throw null; } set { } }
11489         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11490         public bool NoDelay { get { throw null; } set { } }
11491         public int ReceiveBufferSize { get { throw null; } set { } }
11492         public int ReceiveTimeout { get { throw null; } set { } }
11493         public int SendBufferSize { get { throw null; } set { } }
11494         public int SendTimeout { get { throw null; } set { } }
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11495         public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) { throw null; }
BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state)11496         public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) { throw null; }
BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state)11497         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11498         public void Close() { }
Connect(System.Net.IPAddress address, int port)11499         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] ipAddresses, int port)11500         public void Connect(System.Net.IPAddress[] ipAddresses, int port) { }
Connect(System.Net.IPEndPoint remoteEP)11501         public void Connect(System.Net.IPEndPoint remoteEP) { }
Connect(string hostname, int port)11502         public void Connect(string hostname, int port) { }
Dispose(bool disposing)11503         protected virtual void Dispose(bool disposing) { }
EndConnect(System.IAsyncResult asyncResult)11504         public void EndConnect(System.IAsyncResult asyncResult) { }
~TcpClient()11505         ~TcpClient() { }
GetStream()11506         public System.Net.Sockets.NetworkStream GetStream() { throw null; }
System.IDisposable.Dispose()11507         void System.IDisposable.Dispose() { }
11508     }
11509     public partial class TcpListener
11510     {
11511         [System.ObsoleteAttribute("Use TcpListener (IPAddress address, int port) instead")]
TcpListener(int port)11512         public TcpListener(int port) { }
TcpListener(System.Net.IPAddress localaddr, int port)11513         public TcpListener(System.Net.IPAddress localaddr, int port) { }
TcpListener(System.Net.IPEndPoint localEP)11514         public TcpListener(System.Net.IPEndPoint localEP) { }
11515         protected bool Active { get { throw null; } }
11516         public bool ExclusiveAddressUse { get { throw null; } set { } }
11517         public System.Net.EndPoint LocalEndpoint { get { throw null; } }
11518         public System.Net.Sockets.Socket Server { get { throw null; } }
AcceptSocket()11519         public System.Net.Sockets.Socket AcceptSocket() { throw null; }
AcceptTcpClient()11520         public System.Net.Sockets.TcpClient AcceptTcpClient() { throw null; }
BeginAcceptSocket(System.AsyncCallback callback, object state)11521         public System.IAsyncResult BeginAcceptSocket(System.AsyncCallback callback, object state) { throw null; }
BeginAcceptTcpClient(System.AsyncCallback callback, object state)11522         public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { throw null; }
EndAcceptSocket(System.IAsyncResult asyncResult)11523         public System.Net.Sockets.Socket EndAcceptSocket(System.IAsyncResult asyncResult) { throw null; }
EndAcceptTcpClient(System.IAsyncResult asyncResult)11524         public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw null; }
~TcpListener()11525         ~TcpListener() { }
Pending()11526         public bool Pending() { throw null; }
Start()11527         public void Start() { }
Start(int backlog)11528         public void Start(int backlog) { }
Stop()11529         public void Stop() { }
11530     }
11531     [System.FlagsAttribute]
11532     public enum TransmitFileOptions
11533     {
11534         Disconnect = 1,
11535         ReuseSocket = 2,
11536         UseDefaultWorkerThread = 0,
11537         UseKernelApc = 32,
11538         UseSystemThread = 16,
11539         WriteBehind = 4,
11540     }
11541     public partial class UdpClient : System.IDisposable
11542     {
UdpClient()11543         public UdpClient() { }
UdpClient(int port)11544         public UdpClient(int port) { }
UdpClient(int port, System.Net.Sockets.AddressFamily family)11545         public UdpClient(int port, System.Net.Sockets.AddressFamily family) { }
UdpClient(System.Net.IPEndPoint localEP)11546         public UdpClient(System.Net.IPEndPoint localEP) { }
UdpClient(System.Net.Sockets.AddressFamily family)11547         public UdpClient(System.Net.Sockets.AddressFamily family) { }
UdpClient(string hostname, int port)11548         public UdpClient(string hostname, int port) { }
11549         protected bool Active { get { throw null; } set { } }
11550         public int Available { get { throw null; } }
11551         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11552         public bool DontFragment { get { throw null; } set { } }
11553         public bool EnableBroadcast { get { throw null; } set { } }
11554         public bool ExclusiveAddressUse { get { throw null; } set { } }
11555         public bool MulticastLoopback { get { throw null; } set { } }
11556         public short Ttl { get { throw null; } set { } }
BeginReceive(System.AsyncCallback requestCallback, object state)11557         public System.IAsyncResult BeginReceive(System.AsyncCallback requestCallback, object state) { throw null; }
BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state)11558         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state) { throw null; }
BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state)11559         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state) { throw null; }
BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state)11560         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11561         public void Close() { }
Connect(System.Net.IPAddress addr, int port)11562         public void Connect(System.Net.IPAddress addr, int port) { }
Connect(System.Net.IPEndPoint endPoint)11563         public void Connect(System.Net.IPEndPoint endPoint) { }
Connect(string hostname, int port)11564         public void Connect(string hostname, int port) { }
Dispose(bool disposing)11565         protected virtual void Dispose(bool disposing) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr)11566         public void DropMulticastGroup(System.Net.IPAddress multicastAddr) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex)11567         public void DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex) { }
EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP)11568         public byte[] EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP) { throw null; }
EndSend(System.IAsyncResult asyncResult)11569         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
~UdpClient()11570         ~UdpClient() { }
JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr)11571         public void JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr)11572         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive)11573         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress)11574         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress) { }
Receive(ref System.Net.IPEndPoint remoteEP)11575         public byte[] Receive(ref System.Net.IPEndPoint remoteEP) { throw null; }
Send(byte[] dgram, int bytes)11576         public int Send(byte[] dgram, int bytes) { throw null; }
Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint)11577         public int Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
Send(byte[] dgram, int bytes, string hostname, int port)11578         public int Send(byte[] dgram, int bytes, string hostname, int port) { throw null; }
System.IDisposable.Dispose()11579         void System.IDisposable.Dispose() { }
11580     }
11581     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
11582     public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult>
11583     {
UdpReceiveResultSystem.Net.Sockets.UdpReceiveResult11584         public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;}
11585         public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11586         public System.Net.IPEndPoint RemoteEndPoint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
EqualsSystem.Net.Sockets.UdpReceiveResult11587         public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; }
EqualsSystem.Net.Sockets.UdpReceiveResult11588         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Net.Sockets.UdpReceiveResult11589         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.UdpReceiveResult11590         public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
operator !=System.Net.Sockets.UdpReceiveResult11591         public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
11592     }
11593 }
11594 namespace System.Runtime.InteropServices
11595 {
11596     [System.AttributeUsageAttribute((System.AttributeTargets)(2048))]
11597     public sealed partial class DefaultParameterValueAttribute : System.Attribute
11598     {
DefaultParameterValueAttribute(object value)11599         public DefaultParameterValueAttribute(object value) { }
11600         public object Value { get { throw null; } }
11601     }
11602     public sealed partial class HandleCollector
11603     {
HandleCollector(string name, int initialThreshold)11604         public HandleCollector(string name, int initialThreshold) { }
HandleCollector(string name, int initialThreshold, int maximumThreshold)11605         public HandleCollector(string name, int initialThreshold, int maximumThreshold) { }
11606         public int Count { get { throw null; } }
11607         public int InitialThreshold { get { throw null; } }
11608         public int MaximumThreshold { get { throw null; } }
11609         public string Name { get { throw null; } }
Add()11610         public void Add() { }
Remove()11611         public void Remove() { }
11612     }
11613     [System.MonoLimitationAttribute("The runtime does nothing special apart from what it already does with marshal-by-ref objects")]
11614     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11615     public partial class StandardOleMarshalObject : System.MarshalByRefObject
11616     {
StandardOleMarshalObject()11617         protected StandardOleMarshalObject() { }
11618     }
11619 }
11620 namespace System.Runtime.InteropServices.ComTypes
11621 {
11622     [System.FlagsAttribute]
11623     public enum ADVF
11624     {
11625         ADVFCACHE_FORCEBUILTIN = 16,
11626         ADVFCACHE_NOHANDLER = 8,
11627         ADVFCACHE_ONSAVE = 32,
11628         ADVF_DATAONSTOP = 64,
11629         ADVF_NODATA = 1,
11630         ADVF_ONLYONCE = 4,
11631         ADVF_PRIMEFIRST = 2,
11632     }
11633     public enum DATADIR
11634     {
11635         DATADIR_GET = 1,
11636         DATADIR_SET = 2,
11637     }
11638     [System.FlagsAttribute]
11639     public enum DVASPECT
11640     {
11641         DVASPECT_CONTENT = 1,
11642         DVASPECT_DOCPRINT = 8,
11643         DVASPECT_ICON = 4,
11644         DVASPECT_THUMBNAIL = 2,
11645     }
11646     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11647     public partial struct FORMATETC
11648     {
11649         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U2)]
11650         public short cfFormat;
11651         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
11652         public System.Runtime.InteropServices.ComTypes.DVASPECT dwAspect;
11653         public int lindex;
11654         public System.IntPtr ptd;
11655         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
11656         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
11657     }
11658     [System.Runtime.InteropServices.GuidAttribute("0000010F-0000-0000-C000-000000000046")]
11659     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
11660     public partial interface IAdviseSink
11661     {
OnClose()11662         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnClose();
OnDataChange([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format, [System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.STGMEDIUM stgmedium)11663         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnDataChange([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format, [System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.STGMEDIUM stgmedium);
OnRename(System.Runtime.InteropServices.ComTypes.IMoniker moniker)11664         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnRename(System.Runtime.InteropServices.ComTypes.IMoniker moniker);
OnSave()11665         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnSave();
OnViewChange(int aspect, int index)11666         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnViewChange(int aspect, int index);
11667     }
11668     [System.Runtime.InteropServices.GuidAttribute("0000010e-0000-0000-C000-000000000046")]
11669     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
11670     public partial interface IDataObject
11671     {
DAdvise([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink adviseSink, out int connection)11672         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int DAdvise([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink adviseSink, out int connection);
DUnadvise(int connection)11673         void DUnadvise(int connection);
EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise)11674         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise);
EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR direction)11675         System.Runtime.InteropServices.ComTypes.IEnumFORMATETC EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR direction);
GetCanonicalFormatEtc([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, out System.Runtime.InteropServices.ComTypes.FORMATETC formatOut)11676         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int GetCanonicalFormatEtc([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, out System.Runtime.InteropServices.ComTypes.FORMATETC formatOut);
GetData([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium)11677         void GetData([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium);
GetDataHere([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium)11678         void GetDataHere([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium);
QueryGetData([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format)11679         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int QueryGetData([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC format);
SetData([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, [System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Bool)]bool release)11680         void SetData([System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, [System.Runtime.InteropServices.In]ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium, [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.Bool)]bool release);
11681     }
11682     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
11683     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
11684     public partial interface IEnumFORMATETC
11685     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum)11686         void Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum);
Next(int celt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]System.Runtime.InteropServices.ComTypes.FORMATETC[] rgelt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]int[] pceltFetched)11687         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Next(int celt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]System.Runtime.InteropServices.ComTypes.FORMATETC[] rgelt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]int[] pceltFetched);
Reset()11688         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)11689         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
11690     }
11691     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
11692     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
11693     public partial interface IEnumSTATDATA
11694     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum)11695         void Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum);
Next(int celt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]System.Runtime.InteropServices.ComTypes.STATDATA[] rgelt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]int[] pceltFetched)11696         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Next(int celt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]System.Runtime.InteropServices.ComTypes.STATDATA[] rgelt, [System.Runtime.InteropServices.Out][System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.LPArray)]int[] pceltFetched);
Reset()11697         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)11698         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
11699     }
11700     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11701     public partial struct STATDATA
11702     {
11703         public System.Runtime.InteropServices.ComTypes.ADVF advf;
11704         public System.Runtime.InteropServices.ComTypes.IAdviseSink advSink;
11705         public int connection;
11706         public System.Runtime.InteropServices.ComTypes.FORMATETC formatetc;
11707     }
11708     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11709     public partial struct STGMEDIUM
11710     {
11711         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.IUnknown)]
11712         public object pUnkForRelease;
11713         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
11714         public System.IntPtr unionmember;
11715     }
11716     [System.FlagsAttribute]
11717     public enum TYMED
11718     {
11719         TYMED_ENHMF = 64,
11720         TYMED_FILE = 2,
11721         TYMED_GDI = 16,
11722         TYMED_HGLOBAL = 1,
11723         TYMED_ISTORAGE = 8,
11724         TYMED_ISTREAM = 4,
11725         TYMED_MFPICT = 32,
11726         TYMED_NULL = 0,
11727     }
11728 }
11729 namespace System.Runtime.Versioning
11730 {
11731     [System.SerializableAttribute]
11732     public sealed partial class FrameworkName : System.IEquatable<System.Runtime.Versioning.FrameworkName>
11733     {
FrameworkName(string frameworkName)11734         public FrameworkName(string frameworkName) { }
FrameworkName(string identifier, System.Version version)11735         public FrameworkName(string identifier, System.Version version) { }
FrameworkName(string identifier, System.Version version, string profile)11736         public FrameworkName(string identifier, System.Version version, string profile) { }
11737         public string FullName { get { throw null; } }
11738         public string Identifier { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11739         public string Profile { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11740         public System.Version Version { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
Equals(object obj)11741         public override bool Equals(object obj) { throw null; }
Equals(System.Runtime.Versioning.FrameworkName other)11742         public bool Equals(System.Runtime.Versioning.FrameworkName other) { throw null; }
GetHashCode()11743         public override int GetHashCode() { throw null; }
operator ==(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right)11744         public static bool operator ==(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) { throw null; }
operator !=(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right)11745         public static bool operator !=(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) { throw null; }
ToString()11746         public override string ToString() { throw null; }
11747     }
11748 }
11749 namespace System.Security.AccessControl
11750 {
11751     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
11752     public sealed partial class SemaphoreAccessRule : System.Security.AccessControl.AccessRule
11753     {
SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRights, System.Security.AccessControl.AccessControlType type)11754         public SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { }
SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights semaphoreRights, System.Security.AccessControl.AccessControlType type)11755         public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights semaphoreRights, System.Security.AccessControl.AccessControlType type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { }
11756         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
11757     }
11758     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
11759     public sealed partial class SemaphoreAuditRule : System.Security.AccessControl.AuditRule
11760     {
SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRights, System.Security.AccessControl.AuditFlags flags)11761         public SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRights, System.Security.AccessControl.AuditFlags flags) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AuditFlags)) { }
11762         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
11763     }
11764     [System.FlagsAttribute]
11765     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
11766     public enum SemaphoreRights
11767     {
11768         ChangePermissions = 262144,
11769         Delete = 65536,
11770         FullControl = 2031619,
11771         Modify = 2,
11772         ReadPermissions = 131072,
11773         Synchronize = 1048576,
11774         TakeOwnership = 524288,
11775     }
11776     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
11777     public sealed partial class SemaphoreSecurity : System.Security.AccessControl.NativeObjectSecurity
11778     {
SemaphoreSecurity()11779         public SemaphoreSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections)11780         public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
11781         public override System.Type AccessRightType { get { throw null; } }
11782         public override System.Type AccessRuleType { get { throw null; } }
11783         public override System.Type AuditRuleType { get { throw null; } }
AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type)11784         public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) { throw null; }
AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)11785         public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)11786         public void AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { }
AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags)11787         public override System.Security.AccessControl.AuditRule AuditRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AuditFlags flags) { throw null; }
RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)11788         public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw null; }
RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule)11789         public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule)11790         public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)11791         public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw null; }
RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule)11792         public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { }
RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule)11793         public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { }
ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)11794         public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)11795         public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)11796         public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { }
11797     }
11798 }
11799 namespace System.Security.Authentication
11800 {
11801     [System.SerializableAttribute]
11802     public partial class AuthenticationException : System.SystemException
11803     {
AuthenticationException()11804         public AuthenticationException() { }
AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)11805         protected AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
AuthenticationException(string message)11806         public AuthenticationException(string message) { }
AuthenticationException(string message, System.Exception innerException)11807         public AuthenticationException(string message, System.Exception innerException) { }
11808     }
11809     public enum CipherAlgorithmType
11810     {
11811         Aes = 26129,
11812         Aes128 = 26126,
11813         Aes192 = 26127,
11814         Aes256 = 26128,
11815         Des = 26113,
11816         None = 0,
11817         Null = 24576,
11818         Rc2 = 26114,
11819         Rc4 = 26625,
11820         TripleDes = 26115,
11821     }
11822     public enum ExchangeAlgorithmType
11823     {
11824         DiffieHellman = 43522,
11825         None = 0,
11826         RsaKeyX = 41984,
11827         RsaSign = 9216,
11828     }
11829     public enum HashAlgorithmType
11830     {
11831         Md5 = 32771,
11832         None = 0,
11833         Sha1 = 32772,
11834     }
11835     [System.SerializableAttribute]
11836     public partial class InvalidCredentialException : System.Security.Authentication.AuthenticationException
11837     {
InvalidCredentialException()11838         public InvalidCredentialException() { }
InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)11839         protected InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
InvalidCredentialException(string message)11840         public InvalidCredentialException(string message) { }
InvalidCredentialException(string message, System.Exception innerException)11841         public InvalidCredentialException(string message, System.Exception innerException) { }
11842     }
11843     [System.FlagsAttribute]
11844     public enum SslProtocols
11845     {
11846         Default = 240,
11847         None = 0,
11848         Ssl2 = 12,
11849         Ssl3 = 48,
11850         Tls = 192,
11851     }
11852 }
11853 namespace System.Security.Authentication.ExtendedProtection
11854 {
11855     public abstract partial class ChannelBinding : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
11856     {
ChannelBinding()11857         protected ChannelBinding() : base (default(bool)) { }
ChannelBinding(bool ownsHandle)11858         protected ChannelBinding(bool ownsHandle) : base (default(bool)) { }
11859         public abstract int Size { get; }
11860     }
11861     public enum ChannelBindingKind
11862     {
11863         Endpoint = 2,
11864         Unique = 1,
11865         Unknown = 0,
11866     }
11867     [System.ComponentModel.TypeConverterAttribute(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter))]
11868     [System.MonoTODOAttribute]
11869     [System.SerializableAttribute]
11870     public partial class ExtendedProtectionPolicy : System.Runtime.Serialization.ISerializable
11871     {
ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)11872         protected ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
11873         [System.MonoTODOAttribute("Not implemented.")]
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement)11874         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ChannelBinding customChannelBinding)11875         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ChannelBinding customChannelBinding) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Collections.ICollection customServiceNames)11876         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Collections.ICollection customServiceNames) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Security.Authentication.ExtendedProtection.ServiceNameCollection customServiceNames)11877         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Security.Authentication.ExtendedProtection.ServiceNameCollection customServiceNames) { }
11878         public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get { throw null; } }
11879         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get { throw null; } }
11880         public static bool OSSupportsExtendedProtection { get { throw null; } }
11881         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } }
11882         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } }
11883         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)11884         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
11885         [System.MonoTODOAttribute]
ToString()11886         public override string ToString() { throw null; }
11887     }
11888     [System.MonoTODOAttribute]
11889     public partial class ExtendedProtectionPolicyTypeConverter : System.ComponentModel.TypeConverter
11890     {
ExtendedProtectionPolicyTypeConverter()11891         public ExtendedProtectionPolicyTypeConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)11892         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)11893         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
11894     }
11895     public enum PolicyEnforcement
11896     {
11897         Always = 2,
11898         Never = 0,
11899         WhenSupported = 1,
11900     }
11901     public enum ProtectionScenario
11902     {
11903         TransportSelected = 0,
11904         TrustedProxy = 1,
11905     }
11906     [System.MonoTODOAttribute]
11907     [System.SerializableAttribute]
11908     public partial class ServiceNameCollection : System.Collections.ReadOnlyCollectionBase
11909     {
ServiceNameCollection(System.Collections.ICollection items)11910         public ServiceNameCollection(System.Collections.ICollection items) { }
Merge(System.Collections.IEnumerable serviceNames)11911         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(System.Collections.IEnumerable serviceNames) { throw null; }
Merge(string serviceName)11912         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(string serviceName) { throw null; }
11913     }
11914 }
11915 #if CONFIG_DEP
11916 namespace System.Security.Authentication.ExtendedProtection.Configuration
11917 {
11918     [System.MonoTODOAttribute]
11919     public sealed partial class ExtendedProtectionPolicyElement : System.Configuration.ConfigurationElement
11920     {
ExtendedProtectionPolicyElement()11921         public ExtendedProtectionPolicyElement() { }
11922         [System.Configuration.ConfigurationPropertyAttribute("customServiceNames")]
11923         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection CustomServiceNames { get { throw null; } }
11924         [System.Configuration.ConfigurationPropertyAttribute("policyEnforcement")]
11925         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } set { } }
11926         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
11927         [System.Configuration.ConfigurationPropertyAttribute("protectionScenario", DefaultValue=(System.Security.Authentication.ExtendedProtection.ProtectionScenario)(0))]
11928         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } set { } }
BuildPolicy()11929         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy BuildPolicy() { throw null; }
11930     }
11931     public sealed partial class ServiceNameElement : System.Configuration.ConfigurationElement
11932     {
ServiceNameElement()11933         public ServiceNameElement() { }
11934         [System.Configuration.ConfigurationPropertyAttribute("name")]
11935         public string Name { get { throw null; } set { } }
11936         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
11937     }
11938     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement))]
11939     public sealed partial class ServiceNameElementCollection : System.Configuration.ConfigurationElementCollection
11940     {
ServiceNameElementCollection()11941         public ServiceNameElementCollection() { }
11942         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get { throw null; } }
11943         public new System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get { throw null; } }
Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)11944         public void Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Clear()11945         public void Clear() { }
CreateNewElement()11946         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)11947         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)11948         public int IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { throw null; }
Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)11949         public void Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Remove(string name)11950         public void Remove(string name) { }
RemoveAt(int index)11951         public void RemoveAt(int index) { }
11952     }
11953 }
11954 #endif
11955 namespace System.Security.Cryptography
11956 {
11957     public partial class AsnEncodedData
11958     {
AsnEncodedData()11959         protected AsnEncodedData() { }
AsnEncodedData(byte[] rawData)11960         public AsnEncodedData(byte[] rawData) { }
AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData)11961         public AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData)11962         public AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData) { }
AsnEncodedData(string oid, byte[] rawData)11963         public AsnEncodedData(string oid, byte[] rawData) { }
11964         public System.Security.Cryptography.Oid Oid { get { throw null; } set { } }
11965         public byte[] RawData { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)11966         public virtual void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
Format(bool multiLine)11967         public virtual string Format(bool multiLine) { throw null; }
11968     }
11969     public sealed partial class AsnEncodedDataCollection : System.Collections.ICollection, System.Collections.IEnumerable
11970     {
AsnEncodedDataCollection()11971         public AsnEncodedDataCollection() { }
AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData)11972         public AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
11973         public int Count { get { throw null; } }
11974         public bool IsSynchronized { get { throw null; } }
11975         public System.Security.Cryptography.AsnEncodedData this[int index] { get { throw null; } }
11976         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.AsnEncodedData asnEncodedData)11977         public int Add(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw null; }
CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index)11978         public void CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index) { }
GetEnumerator()11979         public System.Security.Cryptography.AsnEncodedDataEnumerator GetEnumerator() { throw null; }
Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData)11980         public void Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)11981         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()11982         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
11983     }
11984     public sealed partial class AsnEncodedDataEnumerator : System.Collections.IEnumerator
11985     {
AsnEncodedDataEnumerator()11986         internal AsnEncodedDataEnumerator() { }
11987         public System.Security.Cryptography.AsnEncodedData Current { get { throw null; } }
11988         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()11989         public bool MoveNext() { throw null; }
Reset()11990         public void Reset() { }
11991     }
11992     public sealed partial class Oid
11993     {
Oid()11994         public Oid() { }
Oid(System.Security.Cryptography.Oid oid)11995         public Oid(System.Security.Cryptography.Oid oid) { }
Oid(string oid)11996         public Oid(string oid) { }
Oid(string value, string friendlyName)11997         public Oid(string value, string friendlyName) { }
11998         public string FriendlyName { get { throw null; } set { } }
11999         public string Value { get { throw null; } set { } }
12000     }
12001     public sealed partial class OidCollection : System.Collections.ICollection, System.Collections.IEnumerable
12002     {
OidCollection()12003         public OidCollection() { }
12004         public int Count { get { throw null; } }
12005         public bool IsSynchronized { get { throw null; } }
12006         public System.Security.Cryptography.Oid this[int index] { get { throw null; } }
12007         public System.Security.Cryptography.Oid this[string oid] { get { throw null; } }
12008         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.Oid oid)12009         public int Add(System.Security.Cryptography.Oid oid) { throw null; }
CopyTo(System.Security.Cryptography.Oid[] array, int index)12010         public void CopyTo(System.Security.Cryptography.Oid[] array, int index) { }
GetEnumerator()12011         public System.Security.Cryptography.OidEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12012         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12013         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12014     }
12015     public sealed partial class OidEnumerator : System.Collections.IEnumerator
12016     {
OidEnumerator()12017         internal OidEnumerator() { }
12018         public System.Security.Cryptography.Oid Current { get { throw null; } }
12019         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12020         public bool MoveNext() { throw null; }
Reset()12021         public void Reset() { }
12022     }
12023 }
12024 namespace System.Security.Cryptography.X509Certificates
12025 {
12026     [System.FlagsAttribute]
12027     public enum OpenFlags
12028     {
12029         IncludeArchived = 8,
12030         MaxAllowed = 2,
12031         OpenExistingOnly = 4,
12032         ReadOnly = 0,
12033         ReadWrite = 1,
12034     }
12035     public sealed partial class PublicKey
12036     {
PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue)12037         public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue) { }
12038         public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get { throw null; } }
12039         public System.Security.Cryptography.AsnEncodedData EncodedParameters { get { throw null; } }
12040         public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } }
12041         public System.Security.Cryptography.Oid Oid { get { throw null; } }
12042     }
12043     public enum StoreLocation
12044     {
12045         CurrentUser = 1,
12046         LocalMachine = 2,
12047     }
12048     public enum StoreName
12049     {
12050         AddressBook = 1,
12051         AuthRoot = 2,
12052         CertificateAuthority = 3,
12053         Disallowed = 4,
12054         My = 5,
12055         Root = 6,
12056         TrustedPeople = 7,
12057         TrustedPublisher = 8,
12058     }
12059     [System.MonoTODOAttribute("Some X500DistinguishedNameFlags options aren't supported, like DoNotUsePlusSign, DoNotUseQuotes and ForceUTF8Encoding")]
12060     public sealed partial class X500DistinguishedName : System.Security.Cryptography.AsnEncodedData
12061     {
X500DistinguishedName(byte[] encodedDistinguishedName)12062         public X500DistinguishedName(byte[] encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName)12063         public X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName)12064         public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { }
X500DistinguishedName(string distinguishedName)12065         public X500DistinguishedName(string distinguishedName) { }
X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12066         public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { }
12067         public string Name { get { throw null; } }
Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12068         public string Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { throw null; }
Format(bool multiLine)12069         public override string Format(bool multiLine) { throw null; }
12070     }
12071     [System.FlagsAttribute]
12072     public enum X500DistinguishedNameFlags
12073     {
12074         DoNotUsePlusSign = 32,
12075         DoNotUseQuotes = 64,
12076         ForceUTF8Encoding = 16384,
12077         None = 0,
12078         Reversed = 1,
12079         UseCommas = 128,
12080         UseNewLines = 256,
12081         UseSemicolons = 16,
12082         UseT61Encoding = 8192,
12083         UseUTF8Encoding = 4096,
12084     }
12085     public sealed partial class X509BasicConstraintsExtension : System.Security.Cryptography.X509Certificates.X509Extension
12086     {
X509BasicConstraintsExtension()12087         public X509BasicConstraintsExtension() { }
X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical)12088         public X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical) { }
X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical)12089         public X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical) { }
12090         public bool CertificateAuthority { get { throw null; } }
12091         public bool HasPathLengthConstraint { get { throw null; } }
12092         public int PathLengthConstraint { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12093         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12094     }
12095     [System.SerializableAttribute]
12096     public partial class X509Certificate2 : System.Security.Cryptography.X509Certificates.X509Certificate
12097     {
X509Certificate2()12098         public X509Certificate2() { }
X509Certificate2(byte[] rawData)12099         public X509Certificate2(byte[] rawData) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password)12100         public X509Certificate2(byte[] rawData, System.Security.SecureString password) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12101         public X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(byte[] rawData, string password)12102         public X509Certificate2(byte[] rawData, string password) { }
X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12103         public X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(System.IntPtr handle)12104         public X509Certificate2(System.IntPtr handle) { }
X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate)12105         public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { }
X509Certificate2(string fileName)12106         public X509Certificate2(string fileName) { }
X509Certificate2(string fileName, System.Security.SecureString password)12107         public X509Certificate2(string fileName, System.Security.SecureString password) { }
X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12108         public X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(string fileName, string password)12109         public X509Certificate2(string fileName, string password) { }
X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12110         public X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12111         public bool Archived { get { throw null; } set { } }
12112         public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw null; } }
12113         public string FriendlyName { get { throw null; } set { } }
12114         public bool HasPrivateKey { get { throw null; } }
12115         public System.Security.Cryptography.X509Certificates.X500DistinguishedName IssuerName { get { throw null; } }
12116         public System.DateTime NotAfter { get { throw null; } }
12117         public System.DateTime NotBefore { get { throw null; } }
12118         public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
12119         public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw null; } }
12120         public byte[] RawData { get { throw null; } }
12121         public string SerialNumber { get { throw null; } }
12122         public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
12123         public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get { throw null; } }
12124         public string Thumbprint { get { throw null; } }
12125         public int Version { get { throw null; } }
12126         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12, Pkcs7 and Unknown")]
GetCertContentType(byte[] rawData)12127         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) { throw null; }
12128         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12 and Unknown")]
GetCertContentType(string fileName)12129         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) { throw null; }
12130         [System.MonoTODOAttribute("always return String.Empty for UpnName, DnsFromAlternativeName and UrlName")]
GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer)12131         public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
Import(byte[] rawData)12132         public override void Import(byte[] rawData) { }
12133         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12134         public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12135         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12136         public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Import(string fileName)12137         public override void Import(string fileName) { }
12138         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12139         public override void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12140         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12141         public override void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Reset()12142         public override void Reset() { }
ToString()12143         public override string ToString() { throw null; }
ToString(bool verbose)12144         public override string ToString(bool verbose) { throw null; }
12145         [System.MonoTODOAttribute("by default this depends on the incomplete X509Chain")]
Verify()12146         public bool Verify() { throw null; }
12147     }
12148     public partial class X509Certificate2Collection : System.Security.Cryptography.X509Certificates.X509CertificateCollection
12149     {
X509Certificate2Collection()12150         public X509Certificate2Collection() { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12151         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12152         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12153         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12154         public new System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12155         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12156         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12157         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12158         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12159         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12160         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12161         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType)12162         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) { throw null; }
12163         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password)12164         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) { throw null; }
12165         [System.MonoTODOAttribute("Does not support X509FindType.FindByTemplateName, FindByApplicationPolicy and FindByCertificatePolicy")]
Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly)12166         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) { throw null; }
GetEnumerator()12167         public new System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() { throw null; }
12168         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData)12169         public void Import(byte[] rawData) { }
12170         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12171         public void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12172         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName)12173         public void Import(string fileName) { }
12174         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12175         public void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12176         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12177         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12178         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12179         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12180         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12181         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12182     }
12183     public sealed partial class X509Certificate2Enumerator : System.Collections.IEnumerator
12184     {
X509Certificate2Enumerator()12185         internal X509Certificate2Enumerator() { }
12186         public System.Security.Cryptography.X509Certificates.X509Certificate2 Current { get { throw null; } }
12187         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12188         public bool MoveNext() { throw null; }
Reset()12189         public void Reset() { }
System.Collections.IEnumerator.MoveNext()12190         bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12191         void System.Collections.IEnumerator.Reset() { }
12192     }
12193     [System.SerializableAttribute]
12194     public partial class X509CertificateCollection : System.Collections.CollectionBase
12195     {
X509CertificateCollection()12196         public X509CertificateCollection() { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12197         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12198         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
12199         public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate value)12200         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12201         public void AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12202         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate value)12203         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index)12204         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index) { }
GetEnumerator()12205         public new System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
GetHashCode()12206         public override int GetHashCode() { throw null; }
IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value)12207         public int IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value)12208         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate value)12209         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate value) { }
12210         public partial class X509CertificateEnumerator : System.Collections.IEnumerator
12211         {
X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings)12212             public X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings) { }
12213             public System.Security.Cryptography.X509Certificates.X509Certificate Current { get { throw null; } }
12214             object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12215             public bool MoveNext() { throw null; }
Reset()12216             public void Reset() { }
System.Collections.IEnumerator.MoveNext()12217             bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12218             void System.Collections.IEnumerator.Reset() { }
12219         }
12220     }
12221     public partial class X509Chain
12222     {
X509Chain()12223         public X509Chain() { }
X509Chain(bool useMachineContext)12224         public X509Chain(bool useMachineContext) { }
12225         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. All handles are invalid.")]
X509Chain(System.IntPtr chainContext)12226         public X509Chain(System.IntPtr chainContext) { }
12227         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. Always returns IntPtr.Zero.")]
12228         public System.IntPtr ChainContext { get { throw null; } }
12229         public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get { throw null; } }
12230         public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get { throw null; } set { } }
12231         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get { throw null; } }
12232         [System.MonoTODOAttribute("Not totally RFC3280 compliant, but neither is MS implementation...")]
Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12233         public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
Create()12234         public static System.Security.Cryptography.X509Certificates.X509Chain Create() { throw null; }
Reset()12235         public void Reset() { }
12236     }
12237     public partial class X509ChainElement
12238     {
X509ChainElement()12239         internal X509ChainElement() { }
12240         public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
12241         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainElementStatus { get { throw null; } }
12242         public string Information { get { throw null; } }
12243     }
12244     public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
12245     {
X509ChainElementCollection()12246         internal X509ChainElementCollection() { }
12247         public int Count { get { throw null; } }
12248         public bool IsSynchronized { get { throw null; } }
12249         public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get { throw null; } }
12250         public object SyncRoot { get { throw null; } }
CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index)12251         public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index) { }
GetEnumerator()12252         public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12253         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12254         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12255     }
12256     public sealed partial class X509ChainElementEnumerator : System.Collections.IEnumerator
12257     {
X509ChainElementEnumerator()12258         internal X509ChainElementEnumerator() { }
12259         public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get { throw null; } }
12260         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12261         public bool MoveNext() { throw null; }
Reset()12262         public void Reset() { }
12263     }
12264     public sealed partial class X509ChainPolicy
12265     {
X509ChainPolicy()12266         public X509ChainPolicy() { }
12267         public System.Security.Cryptography.OidCollection ApplicationPolicy { get { throw null; } }
12268         public System.Security.Cryptography.OidCollection CertificatePolicy { get { throw null; } }
12269         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get { throw null; } }
12270         public System.Security.Cryptography.X509Certificates.X509RevocationFlag RevocationFlag { get { throw null; } set { } }
12271         public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get { throw null; } set { } }
12272         public System.TimeSpan UrlRetrievalTimeout { get { throw null; } set { } }
12273         public System.Security.Cryptography.X509Certificates.X509VerificationFlags VerificationFlags { get { throw null; } set { } }
12274         public System.DateTime VerificationTime { get { throw null; } set { } }
Reset()12275         public void Reset() { }
12276     }
12277     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12278     public partial struct X509ChainStatus
12279     {
12280         public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Status { get { throw null; } set { } }
12281         public string StatusInformation { get { throw null; } set { } }
12282     }
12283     [System.FlagsAttribute]
12284     public enum X509ChainStatusFlags
12285     {
12286         CtlNotSignatureValid = 262144,
12287         CtlNotTimeValid = 131072,
12288         CtlNotValidForUsage = 524288,
12289         Cyclic = 128,
12290         HasExcludedNameConstraint = 32768,
12291         HasNotDefinedNameConstraint = 8192,
12292         HasNotPermittedNameConstraint = 16384,
12293         HasNotSupportedNameConstraint = 4096,
12294         InvalidBasicConstraints = 1024,
12295         InvalidExtension = 256,
12296         InvalidNameConstraints = 2048,
12297         InvalidPolicyConstraints = 512,
12298         NoError = 0,
12299         NoIssuanceChainPolicy = 33554432,
12300         NotSignatureValid = 8,
12301         NotTimeNested = 2,
12302         NotTimeValid = 1,
12303         NotValidForUsage = 16,
12304         OfflineRevocation = 16777216,
12305         PartialChain = 65536,
12306         RevocationStatusUnknown = 64,
12307         Revoked = 4,
12308         UntrustedRoot = 32,
12309     }
12310     public sealed partial class X509EnhancedKeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12311     {
X509EnhancedKeyUsageExtension()12312         public X509EnhancedKeyUsageExtension() { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical)12313         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical) { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical)12314         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical) { }
12315         public System.Security.Cryptography.OidCollection EnhancedKeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12316         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12317     }
12318     public partial class X509Extension : System.Security.Cryptography.AsnEncodedData
12319     {
X509Extension()12320         protected X509Extension() { }
X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical)12321         public X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical) { }
X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical)12322         public X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical) { }
X509Extension(string oid, byte[] rawData, bool critical)12323         public X509Extension(string oid, byte[] rawData, bool critical) { }
12324         public bool Critical { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12325         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12326     }
12327     public sealed partial class X509ExtensionCollection : System.Collections.ICollection, System.Collections.IEnumerable
12328     {
X509ExtensionCollection()12329         public X509ExtensionCollection() { }
12330         public int Count { get { throw null; } }
12331         public bool IsSynchronized { get { throw null; } }
12332         public System.Security.Cryptography.X509Certificates.X509Extension this[int index] { get { throw null; } }
12333         public System.Security.Cryptography.X509Certificates.X509Extension this[string oid] { get { throw null; } }
12334         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Extension extension)12335         public int Add(System.Security.Cryptography.X509Certificates.X509Extension extension) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index)12336         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index) { }
GetEnumerator()12337         public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12338         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12339         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12340     }
12341     public sealed partial class X509ExtensionEnumerator : System.Collections.IEnumerator
12342     {
X509ExtensionEnumerator()12343         internal X509ExtensionEnumerator() { }
12344         public System.Security.Cryptography.X509Certificates.X509Extension Current { get { throw null; } }
12345         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12346         public bool MoveNext() { throw null; }
Reset()12347         public void Reset() { }
12348     }
12349     public enum X509FindType
12350     {
12351         FindByApplicationPolicy = 10,
12352         FindByCertificatePolicy = 11,
12353         FindByExtension = 12,
12354         FindByIssuerDistinguishedName = 4,
12355         FindByIssuerName = 3,
12356         FindByKeyUsage = 13,
12357         FindBySerialNumber = 5,
12358         FindBySubjectDistinguishedName = 2,
12359         FindBySubjectKeyIdentifier = 14,
12360         FindBySubjectName = 1,
12361         FindByTemplateName = 9,
12362         FindByThumbprint = 0,
12363         FindByTimeExpired = 8,
12364         FindByTimeNotYetValid = 7,
12365         FindByTimeValid = 6,
12366     }
12367     public enum X509IncludeOption
12368     {
12369         EndCertOnly = 2,
12370         ExcludeRoot = 1,
12371         None = 0,
12372         WholeChain = 3,
12373     }
12374     public sealed partial class X509KeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12375     {
X509KeyUsageExtension()12376         public X509KeyUsageExtension() { }
X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical)12377         public X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical) { }
X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical)12378         public X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical) { }
12379         public System.Security.Cryptography.X509Certificates.X509KeyUsageFlags KeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData encodedData)12380         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData encodedData) { }
12381     }
12382     [System.FlagsAttribute]
12383     public enum X509KeyUsageFlags
12384     {
12385         CrlSign = 2,
12386         DataEncipherment = 16,
12387         DecipherOnly = 32768,
12388         DigitalSignature = 128,
12389         EncipherOnly = 1,
12390         KeyAgreement = 8,
12391         KeyCertSign = 4,
12392         KeyEncipherment = 32,
12393         None = 0,
12394         NonRepudiation = 64,
12395     }
12396     public enum X509NameType
12397     {
12398         DnsFromAlternativeName = 4,
12399         DnsName = 3,
12400         EmailName = 1,
12401         SimpleName = 0,
12402         UpnName = 2,
12403         UrlName = 5,
12404     }
12405     public enum X509RevocationFlag
12406     {
12407         EndCertificateOnly = 0,
12408         EntireChain = 1,
12409         ExcludeRoot = 2,
12410     }
12411     public enum X509RevocationMode
12412     {
12413         NoCheck = 0,
12414         Offline = 2,
12415         Online = 1,
12416     }
12417     public sealed partial class X509Store
12418     {
X509Store()12419         public X509Store() { }
12420         [System.MonoTODOAttribute("Mono's stores are fully managed. All handles are invalid.")]
12421         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
X509Store(System.IntPtr storeHandle)12422         public X509Store(System.IntPtr storeHandle) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12423         public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName)12424         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12425         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(string storeName)12426         public X509Store(string storeName) { }
X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12427         public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
12428         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
12429         public System.Security.Cryptography.X509Certificates.StoreLocation Location { get { throw null; } }
12430         public string Name { get { throw null; } }
12431         [System.MonoTODOAttribute("Mono's stores are fully managed. Always returns IntPtr.Zero.")]
12432         public System.IntPtr StoreHandle { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12433         public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12434         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12435         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
Close()12436         public void Close() { }
Open(System.Security.Cryptography.X509Certificates.OpenFlags flags)12437         public void Open(System.Security.Cryptography.X509Certificates.OpenFlags flags) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12438         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12439         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12440         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12441     }
12442     public sealed partial class X509SubjectKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension
12443     {
X509SubjectKeyIdentifierExtension()12444         public X509SubjectKeyIdentifierExtension() { }
X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical)12445         public X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical)12446         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical)12447         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical)12448         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) { }
X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical)12449         public X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical) { }
12450         public string SubjectKeyIdentifier { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData encodedData)12451         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData encodedData) { }
12452     }
12453     public enum X509SubjectKeyIdentifierHashAlgorithm
12454     {
12455         CapiSha1 = 2,
12456         Sha1 = 0,
12457         ShortSha1 = 1,
12458     }
12459     [System.FlagsAttribute]
12460     public enum X509VerificationFlags
12461     {
12462         AllFlags = 4095,
12463         AllowUnknownCertificateAuthority = 16,
12464         IgnoreCertificateAuthorityRevocationUnknown = 1024,
12465         IgnoreCtlNotTimeValid = 2,
12466         IgnoreCtlSignerRevocationUnknown = 512,
12467         IgnoreEndRevocationUnknown = 256,
12468         IgnoreInvalidBasicConstraints = 8,
12469         IgnoreInvalidName = 64,
12470         IgnoreInvalidPolicy = 128,
12471         IgnoreNotTimeNested = 4,
12472         IgnoreNotTimeValid = 1,
12473         IgnoreRootRevocationUnknown = 2048,
12474         IgnoreWrongUsage = 32,
12475         NoFlag = 0,
12476     }
12477 }
12478 namespace System.Security.Permissions
12479 {
12480     [System.SerializableAttribute]
12481     public abstract partial class ResourcePermissionBase : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
12482     {
12483         public const string Any = "*";
12484         public const string Local = ".";
ResourcePermissionBase()12485         protected ResourcePermissionBase() { }
ResourcePermissionBase(System.Security.Permissions.PermissionState state)12486         protected ResourcePermissionBase(System.Security.Permissions.PermissionState state) { }
12487         protected System.Type PermissionAccessType { get { throw null; } set { } }
12488         protected string[] TagNames { get { throw null; } set { } }
AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)12489         protected void AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
Clear()12490         protected void Clear() { }
Copy()12491         public override System.Security.IPermission Copy() { throw null; }
12492         [System.MonoTODOAttribute("incomplete - need more test")]
FromXml(System.Security.SecurityElement securityElement)12493         public override void FromXml(System.Security.SecurityElement securityElement) { }
GetPermissionEntries()12494         protected System.Security.Permissions.ResourcePermissionBaseEntry[] GetPermissionEntries() { throw null; }
Intersect(System.Security.IPermission target)12495         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)12496         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()12497         public bool IsUnrestricted() { throw null; }
RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)12498         protected void RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
ToXml()12499         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)12500         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
12501     }
12502     [System.SerializableAttribute]
12503     public partial class ResourcePermissionBaseEntry
12504     {
ResourcePermissionBaseEntry()12505         public ResourcePermissionBaseEntry() { }
ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath)12506         public ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath) { }
12507         public int PermissionAccess { get { throw null; } }
12508         public string[] PermissionAccessPath { get { throw null; } }
12509     }
12510     [System.SerializableAttribute]
12511     public sealed partial class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
12512     {
StorePermission(System.Security.Permissions.PermissionState state)12513         public StorePermission(System.Security.Permissions.PermissionState state) { }
StorePermission(System.Security.Permissions.StorePermissionFlags flags)12514         public StorePermission(System.Security.Permissions.StorePermissionFlags flags) { }
12515         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
Copy()12516         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement e)12517         public override void FromXml(System.Security.SecurityElement e) { }
Intersect(System.Security.IPermission target)12518         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)12519         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()12520         public bool IsUnrestricted() { throw null; }
ToXml()12521         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)12522         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
12523     }
12524     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
12525     [System.SerializableAttribute]
12526     public sealed partial class StorePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
12527     {
StorePermissionAttribute(System.Security.Permissions.SecurityAction action)12528         public StorePermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
12529         public bool AddToStore { get { throw null; } set { } }
12530         public bool CreateStore { get { throw null; } set { } }
12531         public bool DeleteStore { get { throw null; } set { } }
12532         public bool EnumerateCertificates { get { throw null; } set { } }
12533         public bool EnumerateStores { get { throw null; } set { } }
12534         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
12535         public bool OpenStore { get { throw null; } set { } }
12536         public bool RemoveFromStore { get { throw null; } set { } }
CreatePermission()12537         public override System.Security.IPermission CreatePermission() { throw null; }
12538     }
12539     [System.FlagsAttribute]
12540     [System.SerializableAttribute]
12541     public enum StorePermissionFlags
12542     {
12543         AddToStore = 32,
12544         AllFlags = 247,
12545         CreateStore = 1,
12546         DeleteStore = 2,
12547         EnumerateCertificates = 128,
12548         EnumerateStores = 4,
12549         NoFlags = 0,
12550         OpenStore = 16,
12551         RemoveFromStore = 64,
12552     }
12553 }
12554 namespace System.Text.RegularExpressions
12555 {
12556     [System.SerializableAttribute]
12557     public partial class Capture
12558     {
Capture()12559         internal Capture() { }
12560         public int Index { get { throw null; } }
12561         public int Length { get { throw null; } }
12562         public string Value { get { throw null; } }
ToString()12563         public override string ToString() { throw null; }
12564     }
12565     [System.SerializableAttribute]
12566     public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable
12567     {
CaptureCollection()12568         internal CaptureCollection() { }
12569         public int Count { get { throw null; } }
12570         public bool IsReadOnly { get { throw null; } }
12571         public bool IsSynchronized { get { throw null; } }
12572         public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } }
12573         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)12574         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()12575         public System.Collections.IEnumerator GetEnumerator() { throw null; }
12576     }
12577     [System.SerializableAttribute]
12578     public partial class Group : System.Text.RegularExpressions.Capture
12579     {
Group()12580         internal Group() { }
12581         public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } }
12582         public bool Success { get { throw null; } }
12583         [System.MonoTODOAttribute("not thread-safe")]
Synchronized(System.Text.RegularExpressions.Group inner)12584         public static System.Text.RegularExpressions.Group Synchronized(System.Text.RegularExpressions.Group inner) { throw null; }
12585     }
12586     [System.SerializableAttribute]
12587     public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable
12588     {
GroupCollection()12589         internal GroupCollection() { }
12590         public int Count { get { throw null; } }
12591         public bool IsReadOnly { get { throw null; } }
12592         public bool IsSynchronized { get { throw null; } }
12593         public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } }
12594         public System.Text.RegularExpressions.Group this[string groupName] { get { throw null; } }
12595         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)12596         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()12597         public System.Collections.IEnumerator GetEnumerator() { throw null; }
12598     }
12599     [System.SerializableAttribute]
12600     public partial class Match : System.Text.RegularExpressions.Group
12601     {
Match()12602         internal Match() { }
12603         public static System.Text.RegularExpressions.Match Empty { get { throw null; } }
12604         public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } }
NextMatch()12605         public System.Text.RegularExpressions.Match NextMatch() { throw null; }
Result(string replacement)12606         public virtual string Result(string replacement) { throw null; }
12607         [System.MonoTODOAttribute("not thread-safe")]
Synchronized(System.Text.RegularExpressions.Match inner)12608         public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner) { throw null; }
12609     }
12610     [System.SerializableAttribute]
12611     public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable
12612     {
MatchCollection()12613         internal MatchCollection() { }
12614         public int Count { get { throw null; } }
12615         public bool IsReadOnly { get { throw null; } }
12616         public bool IsSynchronized { get { throw null; } }
12617         public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } }
12618         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)12619         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()12620         public System.Collections.IEnumerator GetEnumerator() { throw null; }
12621     }
12622     [System.SerializableAttribute]
MatchEvaluator(System.Text.RegularExpressions.Match match)12623     public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match);
12624     [System.SerializableAttribute]
12625     public partial class Regex : System.Runtime.Serialization.ISerializable
12626     {
12627         [System.MonoTODOAttribute]
12628         protected internal System.Collections.Hashtable capnames;
12629         [System.MonoTODOAttribute]
12630         protected internal System.Collections.Hashtable caps;
12631         [System.MonoTODOAttribute]
12632         protected internal int capsize;
12633         [System.MonoTODOAttribute]
12634         protected internal string[] capslist;
12635         [System.MonoTODOAttribute]
12636         protected internal System.Text.RegularExpressions.RegexRunnerFactory factory;
12637         protected internal string pattern;
12638         protected internal System.Text.RegularExpressions.RegexOptions roptions;
Regex()12639         protected Regex() { }
Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12640         protected Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Regex(string pattern)12641         public Regex(string pattern) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options)12642         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { }
12643         public static int CacheSize { get { throw null; } set { } }
12644         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } }
12645         public bool RightToLeft { get { throw null; } }
12646         [System.MonoTODOAttribute]
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexes, System.Reflection.AssemblyName aname)12647         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexes, System.Reflection.AssemblyName aname) { }
12648         [System.MonoTODOAttribute]
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexes, System.Reflection.AssemblyName aname, System.Reflection.Emit.CustomAttributeBuilder[] attribs)12649         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexes, System.Reflection.AssemblyName aname, System.Reflection.Emit.CustomAttributeBuilder[] attribs) { }
12650         [System.MonoTODOAttribute]
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexes, System.Reflection.AssemblyName aname, System.Reflection.Emit.CustomAttributeBuilder[] attribs, string resourceFile)12651         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexes, System.Reflection.AssemblyName aname, System.Reflection.Emit.CustomAttributeBuilder[] attribs, string resourceFile) { }
Escape(string str)12652         public static string Escape(string str) { throw null; }
GetGroupNames()12653         public string[] GetGroupNames() { throw null; }
GetGroupNumbers()12654         public int[] GetGroupNumbers() { throw null; }
GroupNameFromNumber(int i)12655         public string GroupNameFromNumber(int i) { throw null; }
GroupNumberFromName(string name)12656         public int GroupNumberFromName(string name) { throw null; }
InitializeReferences()12657         protected void InitializeReferences() { }
IsMatch(string input)12658         public bool IsMatch(string input) { throw null; }
IsMatch(string input, int startat)12659         public bool IsMatch(string input, int startat) { throw null; }
IsMatch(string input, string pattern)12660         public static bool IsMatch(string input, string pattern) { throw null; }
IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)12661         public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Match(string input)12662         public System.Text.RegularExpressions.Match Match(string input) { throw null; }
Match(string input, int startat)12663         public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; }
Match(string input, int beginning, int length)12664         public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; }
Match(string input, string pattern)12665         public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; }
Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)12666         public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Matches(string input)12667         public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; }
Matches(string input, int startat)12668         public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; }
Matches(string input, string pattern)12669         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; }
Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)12670         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Replace(string input, string replacement)12671         public string Replace(string input, string replacement) { throw null; }
Replace(string input, string replacement, int count)12672         public string Replace(string input, string replacement, int count) { throw null; }
Replace(string input, string replacement, int count, int startat)12673         public string Replace(string input, string replacement, int count, int startat) { throw null; }
Replace(string input, string pattern, string replacement)12674         public static string Replace(string input, string pattern, string replacement) { throw null; }
Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options)12675         public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator)12676         public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; }
Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options)12677         public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator)12678         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count)12679         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat)12680         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; }
Split(string input)12681         public string[] Split(string input) { throw null; }
Split(string input, int count)12682         public string[] Split(string input, int count) { throw null; }
Split(string input, int count, int startat)12683         public string[] Split(string input, int count, int startat) { throw null; }
Split(string input, string pattern)12684         public static string[] Split(string input, string pattern) { throw null; }
Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)12685         public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12686         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()12687         public override string ToString() { throw null; }
Unescape(string str)12688         public static string Unescape(string str) { throw null; }
UseOptionC()12689         protected bool UseOptionC() { throw null; }
UseOptionR()12690         protected bool UseOptionR() { throw null; }
12691     }
12692     [System.SerializableAttribute]
12693     public partial class RegexCompilationInfo
12694     {
RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic)12695         public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic) { }
12696         public bool IsPublic { get { throw null; } set { } }
12697         public string Name { get { throw null; } set { } }
12698         public string Namespace { get { throw null; } set { } }
12699         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } set { } }
12700         public string Pattern { get { throw null; } set { } }
12701     }
12702     [System.FlagsAttribute]
12703     public enum RegexOptions
12704     {
12705         Compiled = 8,
12706         CultureInvariant = 512,
12707         ECMAScript = 256,
12708         ExplicitCapture = 4,
12709         IgnoreCase = 1,
12710         IgnorePatternWhitespace = 32,
12711         Multiline = 2,
12712         None = 0,
12713         RightToLeft = 64,
12714         Singleline = 16,
12715     }
12716     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12717     [System.MonoTODOAttribute("RegexRunner is not supported by Mono.")]
12718     public abstract partial class RegexRunner
12719     {
12720         [System.MonoTODOAttribute]
12721         protected internal int[] runcrawl;
12722         [System.MonoTODOAttribute]
12723         protected internal int runcrawlpos;
12724         [System.MonoTODOAttribute]
12725         protected internal System.Text.RegularExpressions.Match runmatch;
12726         [System.MonoTODOAttribute]
12727         protected internal System.Text.RegularExpressions.Regex runregex;
12728         [System.MonoTODOAttribute]
12729         protected internal int[] runstack;
12730         [System.MonoTODOAttribute]
12731         protected internal int runstackpos;
12732         [System.MonoTODOAttribute]
12733         protected internal string runtext;
12734         [System.MonoTODOAttribute]
12735         protected internal int runtextbeg;
12736         [System.MonoTODOAttribute]
12737         protected internal int runtextend;
12738         [System.MonoTODOAttribute]
12739         protected internal int runtextpos;
12740         [System.MonoTODOAttribute]
12741         protected internal int runtextstart;
12742         [System.MonoTODOAttribute]
12743         protected internal int[] runtrack;
12744         [System.MonoTODOAttribute]
12745         protected internal int runtrackcount;
12746         [System.MonoTODOAttribute]
12747         protected internal int runtrackpos;
12748         [System.MonoTODOAttribute]
RegexRunner()12749         protected internal RegexRunner() { }
12750         [System.MonoTODOAttribute]
Capture(int capnum, int start, int end)12751         protected void Capture(int capnum, int start, int end) { }
12752         [System.MonoTODOAttribute]
CharInClass(char ch, string charClass)12753         protected static bool CharInClass(char ch, string charClass) { throw null; }
12754         [System.MonoTODOAttribute]
CharInSet(char ch, string @set, string category)12755         protected static bool CharInSet(char ch, string @set, string category) { throw null; }
12756         [System.MonoTODOAttribute]
Crawl(int i)12757         protected void Crawl(int i) { }
12758         [System.MonoTODOAttribute]
Crawlpos()12759         protected int Crawlpos() { throw null; }
12760         [System.MonoTODOAttribute]
DoubleCrawl()12761         protected void DoubleCrawl() { }
12762         [System.MonoTODOAttribute]
DoubleStack()12763         protected void DoubleStack() { }
12764         [System.MonoTODOAttribute]
DoubleTrack()12765         protected void DoubleTrack() { }
12766         [System.MonoTODOAttribute]
EnsureStorage()12767         protected void EnsureStorage() { }
FindFirstChar()12768         protected abstract bool FindFirstChar();
Go()12769         protected abstract void Go();
InitTrackCount()12770         protected abstract void InitTrackCount();
12771         [System.MonoTODOAttribute]
IsBoundary(int index, int startpos, int endpos)12772         protected bool IsBoundary(int index, int startpos, int endpos) { throw null; }
12773         [System.MonoTODOAttribute]
IsECMABoundary(int index, int startpos, int endpos)12774         protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; }
12775         [System.MonoTODOAttribute]
IsMatched(int cap)12776         protected bool IsMatched(int cap) { throw null; }
12777         [System.MonoTODOAttribute]
MatchIndex(int cap)12778         protected int MatchIndex(int cap) { throw null; }
12779         [System.MonoTODOAttribute]
MatchLength(int cap)12780         protected int MatchLength(int cap) { throw null; }
12781         [System.MonoTODOAttribute]
Popcrawl()12782         protected int Popcrawl() { throw null; }
Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick)12783         protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick) { throw null; }
12784         [System.MonoTODOAttribute]
TransferCapture(int capnum, int uncapnum, int start, int end)12785         protected void TransferCapture(int capnum, int uncapnum, int start, int end) { }
12786         [System.MonoTODOAttribute]
Uncapture()12787         protected void Uncapture() { }
12788     }
12789     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12790     public abstract partial class RegexRunnerFactory
12791     {
RegexRunnerFactory()12792         protected RegexRunnerFactory() { }
CreateInstance()12793         protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance();
12794     }
12795 }
12796 namespace System.Threading
12797 {
12798     [System.Diagnostics.DebuggerDisplayAttribute("Participant Count={ParticipantCount},Participants Remaining={ParticipantsRemaining}")]
12799     public partial class Barrier : System.IDisposable
12800     {
Barrier(int participantCount)12801         public Barrier(int participantCount) { }
Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction)12802         public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { }
12803         public long CurrentPhaseNumber { get { throw null; } }
12804         public int ParticipantCount { get { throw null; } }
12805         [System.MonoTODOAttribute]
12806         public int ParticipantsRemaining { get { throw null; } }
AddParticipant()12807         public long AddParticipant() { throw null; }
AddParticipants(int participantCount)12808         public long AddParticipants(int participantCount) { throw null; }
Dispose()12809         public void Dispose() { }
Dispose(bool disposing)12810         protected virtual void Dispose(bool disposing) { }
RemoveParticipant()12811         public void RemoveParticipant() { }
RemoveParticipants(int participantCount)12812         public void RemoveParticipants(int participantCount) { }
SignalAndWait()12813         public void SignalAndWait() { }
SignalAndWait(int millisecondsTimeout)12814         public bool SignalAndWait(int millisecondsTimeout) { throw null; }
SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)12815         public bool SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
SignalAndWait(System.Threading.CancellationToken cancellationToken)12816         public void SignalAndWait(System.Threading.CancellationToken cancellationToken) { }
SignalAndWait(System.TimeSpan timeout)12817         public bool SignalAndWait(System.TimeSpan timeout) { throw null; }
SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken)12818         public bool SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) { throw null; }
12819     }
12820     [System.SerializableAttribute]
12821     public partial class BarrierPostPhaseException : System.Exception
12822     {
BarrierPostPhaseException()12823         public BarrierPostPhaseException() { }
BarrierPostPhaseException(System.Exception innerException)12824         public BarrierPostPhaseException(System.Exception innerException) { }
BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12825         protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
BarrierPostPhaseException(string message)12826         public BarrierPostPhaseException(string message) { }
BarrierPostPhaseException(string message, System.Exception innerException)12827         public BarrierPostPhaseException(string message, System.Exception innerException) { }
12828     }
12829     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12830     public sealed partial class Semaphore : System.Threading.WaitHandle
12831     {
Semaphore(int initialCount, int maximumCount)12832         public Semaphore(int initialCount, int maximumCount) { }
Semaphore(int initialCount, int maximumCount, string name)12833         public Semaphore(int initialCount, int maximumCount, string name) { }
Semaphore(int initialCount, int maximumCount, string name, out bool createdNew)12834         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) { createdNew = default(bool); }
12835         [System.MonoTODOAttribute("CreateSemaphore_internal does not support access control, semaphoreSecurity is ignored")]
Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity)12836         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { createdNew = default(bool); }
GetAccessControl()12837         public System.Security.AccessControl.SemaphoreSecurity GetAccessControl() { throw null; }
OpenExisting(string name)12838         public static System.Threading.Semaphore OpenExisting(string name) { throw null; }
OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)12839         public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw null; }
12840         [System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute]
12841         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release()12842         public int Release() { throw null; }
12843         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release(int releaseCount)12844         public int Release(int releaseCount) { throw null; }
SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity)12845         public void SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { }
12846         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result)12847         public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
12848         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
TryOpenExisting(string name, out System.Threading.Semaphore result)12849         public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
12850     }
12851     public partial class ThreadExceptionEventArgs : System.EventArgs
12852     {
ThreadExceptionEventArgs(System.Exception t)12853         public ThreadExceptionEventArgs(System.Exception t) { }
12854         public System.Exception Exception { get { throw null; } }
12855     }
ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e)12856     public delegate void ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e);
12857 }
12858 namespace System.Timers
12859 {
12860     public partial class ElapsedEventArgs : System.EventArgs
12861     {
ElapsedEventArgs()12862         internal ElapsedEventArgs() { }
12863         public System.DateTime SignalTime { get { throw null; } }
12864     }
ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e)12865     public delegate void ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e);
12866     [System.ComponentModel.DefaultEventAttribute("Elapsed")]
12867     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
12868     public partial class Timer : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
12869     {
Timer()12870         public Timer() { }
Timer(double interval)12871         public Timer(double interval) { }
12872         [System.ComponentModel.CategoryAttribute("Behavior")]
12873         [System.ComponentModel.DefaultValueAttribute(true)]
12874         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer will be restarted when it is enabled.")]
12875         public bool AutoReset { get { throw null; } set { } }
12876         [System.ComponentModel.CategoryAttribute("Behavior")]
12877         [System.ComponentModel.DefaultValueAttribute(false)]
12878         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer is enabled to fire events at a defined interval.")]
12879         public bool Enabled { get { throw null; } set { } }
12880         [System.ComponentModel.CategoryAttribute("Behavior")]
12881         [System.ComponentModel.DefaultValueAttribute(100)]
12882         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
12883         [System.Timers.TimersDescriptionAttribute("The number of milliseconds between timer events.")]
12884         public double Interval { get { throw null; } set { } }
12885         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
12886         [System.ComponentModel.BrowsableAttribute(false)]
12887         [System.ComponentModel.DefaultValueAttribute(null)]
12888         [System.Timers.TimersDescriptionAttribute("The object used to marshal the event handler calls issued when an interval has elapsed.")]
12889         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
12890         [System.ComponentModel.CategoryAttribute("Behavior")]
12891         [System.Timers.TimersDescriptionAttribute("Occurs when the Interval has elapsed.")]
12892         public event System.Timers.ElapsedEventHandler Elapsed { add { } remove { } }
BeginInit()12893         public void BeginInit() { }
Close()12894         public void Close() { }
Dispose(bool disposing)12895         protected override void Dispose(bool disposing) { }
EndInit()12896         public void EndInit() { }
Start()12897         public void Start() { }
Stop()12898         public void Stop() { }
12899     }
12900     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
12901     public partial class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute
12902     {
TimersDescriptionAttribute(string description)12903         public TimersDescriptionAttribute(string description) { }
12904         public override string Description { get { throw null; } }
12905     }
12906 }
12907 namespace System.Web
12908 {
12909     [System.SerializableAttribute]
12910     public sealed partial class AspNetHostingPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
12911     {
AspNetHostingPermission(System.Security.Permissions.PermissionState state)12912         public AspNetHostingPermission(System.Security.Permissions.PermissionState state) { }
AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level)12913         public AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level) { }
12914         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
Copy()12915         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)12916         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)12917         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)12918         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()12919         public bool IsUnrestricted() { throw null; }
ToXml()12920         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)12921         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
12922     }
12923     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
12924     [System.SerializableAttribute]
12925     public sealed partial class AspNetHostingPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
12926     {
AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action)12927         public AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
12928         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
CreatePermission()12929         public override System.Security.IPermission CreatePermission() { throw null; }
12930     }
12931     [System.SerializableAttribute]
12932     public enum AspNetHostingPermissionLevel
12933     {
12934         High = 500,
12935         Low = 300,
12936         Medium = 400,
12937         Minimal = 200,
12938         None = 100,
12939         Unrestricted = 600,
12940     }
12941 }
12942