1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
19 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Btls.Interface, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
20 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.Security, PublicKey=002400000480000094000000060200000024000052534131000400000100010079159977d2d03a8e6bea7a2e74e8d1afcc93e8851974952bb480a12c9134474d04062447c37e0e68c080536fcf3c3fbe2ff9c979ce998475e506e8ce82dd5b0f350dc10e93bf2eeecf874b24770c5081dbea7447fddafa277b22de47d6ffea449674a4f9fccf84d15069089380284dbdd35f46cdff12a1bd78e4ef0065d016df")]
21 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ComponentModel.DataAnnotations, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
22 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Net.Http, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
23 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
24 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
25 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
26 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
27 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
28 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
29 namespace Microsoft.CSharp
30 {
31     public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider
32     {
CSharpCodeProvider()33         public CSharpCodeProvider() { }
CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)34         public CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { }
35         public override string FileExtension { get { throw null; } }
36         [System.ObsoleteAttribute("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateCompiler()37         public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; }
38         [System.ObsoleteAttribute("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateGenerator()39         public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; }
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)40         public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GetConverter(System.Type type)41         public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
42     }
43 }
44 namespace Microsoft.VisualBasic
45 {
46     public partial class VBCodeProvider : System.CodeDom.Compiler.CodeDomProvider
47     {
VBCodeProvider()48         public VBCodeProvider() { }
VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)49         public VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { }
50         public override string FileExtension { get { throw null; } }
51         public override System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } }
52         [System.ObsoleteAttribute("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateCompiler()53         public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; }
54         [System.ObsoleteAttribute("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateGenerator()55         public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; }
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)56         public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GetConverter(System.Type type)57         public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
58     }
59 }
60 namespace Microsoft.Win32
61 {
62     public partial class IntranetZoneCredentialPolicy : System.Net.ICredentialPolicy
63     {
64         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlPolicy=true)]
IntranetZoneCredentialPolicy()65         public IntranetZoneCredentialPolicy() { }
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule)66         public virtual bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule) { throw null; }
67     }
68     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
69     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
70     public partial class PowerModeChangedEventArgs : System.EventArgs
71     {
PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode)72         public PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode) { }
73         public Microsoft.Win32.PowerModes Mode { get { throw null; } }
74     }
PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e)75     public delegate void PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e);
76     public enum PowerModes
77     {
78         Resume = 1,
79         StatusChange = 2,
80         Suspend = 3,
81     }
82     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
83     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
84     public partial class SessionEndedEventArgs : System.EventArgs
85     {
SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason)86         public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason) { }
87         public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } }
88     }
SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e)89     public delegate void SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e);
90     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
91     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
92     public partial class SessionEndingEventArgs : System.EventArgs
93     {
SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason)94         public SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason) { }
95         public bool Cancel { get { throw null; } set { } }
96         public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } }
97     }
SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e)98     public delegate void SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e);
99     public enum SessionEndReasons
100     {
101         Logoff = 1,
102         SystemShutdown = 2,
103     }
104     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
105     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
106     public partial class SessionSwitchEventArgs : System.EventArgs
107     {
SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason)108         public SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason) { }
109         public Microsoft.Win32.SessionSwitchReason Reason { get { throw null; } }
110     }
SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e)111     public delegate void SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e);
112     public enum SessionSwitchReason
113     {
114         ConsoleConnect = 1,
115         ConsoleDisconnect = 2,
116         RemoteConnect = 3,
117         RemoteDisconnect = 4,
118         SessionLock = 7,
119         SessionLogoff = 6,
120         SessionLogon = 5,
121         SessionRemoteControl = 9,
122         SessionUnlock = 8,
123     }
124     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
125     public sealed partial class SystemEvents
126     {
SystemEvents()127         internal SystemEvents() { }
128         [System.MonoTODOAttribute]
129         public static event System.EventHandler DisplaySettingsChanged { add { } remove { } }
130         [System.MonoTODOAttribute("Currently does nothing on Mono")]
131         public static event System.EventHandler DisplaySettingsChanging { add { } remove { } }
132         [System.MonoTODOAttribute("Currently does nothing on Mono")]
133         public static event System.EventHandler EventsThreadShutdown { add { } remove { } }
134         [System.MonoTODOAttribute("Currently does nothing on Mono")]
135         public static event System.EventHandler InstalledFontsChanged { add { } remove { } }
136         [System.ComponentModel.BrowsableAttribute(false)]
137         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
138         [System.MonoTODOAttribute("Currently does nothing on Mono")]
139         [System.ObsoleteAttribute("")]
140         public static event System.EventHandler LowMemory { add { } remove { } }
141         [System.MonoTODOAttribute("Currently does nothing on Mono")]
142         public static event System.EventHandler PaletteChanged { add { } remove { } }
143         [System.MonoTODOAttribute("Currently does nothing on Mono")]
144         public static event Microsoft.Win32.PowerModeChangedEventHandler PowerModeChanged { add { } remove { } }
145         [System.MonoTODOAttribute("Currently does nothing on Mono")]
146         public static event Microsoft.Win32.SessionEndedEventHandler SessionEnded { add { } remove { } }
147         [System.MonoTODOAttribute("Currently does nothing on Mono")]
148         public static event Microsoft.Win32.SessionEndingEventHandler SessionEnding { add { } remove { } }
149         [System.MonoTODOAttribute("Currently does nothing on Mono")]
150         public static event Microsoft.Win32.SessionSwitchEventHandler SessionSwitch { add { } remove { } }
151         [System.MonoTODOAttribute("Currently does nothing on Mono")]
152         public static event System.EventHandler TimeChanged { add { } remove { } }
153         public static event Microsoft.Win32.TimerElapsedEventHandler TimerElapsed { add { } remove { } }
154         [System.MonoTODOAttribute("Currently does nothing on Mono")]
155         public static event Microsoft.Win32.UserPreferenceChangedEventHandler UserPreferenceChanged { add { } remove { } }
156         [System.MonoTODOAttribute("Currently does nothing on Mono")]
157         public static event Microsoft.Win32.UserPreferenceChangingEventHandler UserPreferenceChanging { add { } remove { } }
CreateTimer(int interval)158         public static System.IntPtr CreateTimer(int interval) { throw null; }
159         [System.MonoTODOAttribute]
InvokeOnEventsThread(System.Delegate method)160         public static void InvokeOnEventsThread(System.Delegate method) { }
KillTimer(System.IntPtr timerId)161         public static void KillTimer(System.IntPtr timerId) { }
162     }
163     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
164     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
165     public partial class TimerElapsedEventArgs : System.EventArgs
166     {
TimerElapsedEventArgs(System.IntPtr timerId)167         public TimerElapsedEventArgs(System.IntPtr timerId) { }
168         public System.IntPtr TimerId { get { throw null; } }
169     }
TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e)170     public delegate void TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e);
171     public enum UserPreferenceCategory
172     {
173         Accessibility = 1,
174         Color = 2,
175         Desktop = 3,
176         General = 4,
177         Icon = 5,
178         Keyboard = 6,
179         Locale = 13,
180         Menu = 7,
181         Mouse = 8,
182         Policy = 9,
183         Power = 10,
184         Screensaver = 11,
185         VisualStyle = 14,
186         Window = 12,
187     }
188     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
189     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
190     public partial class UserPreferenceChangedEventArgs : System.EventArgs
191     {
UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category)192         public UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category) { }
193         public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } }
194     }
UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e)195     public delegate void UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e);
196     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
197     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
198     public partial class UserPreferenceChangingEventArgs : System.EventArgs
199     {
UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category)200         public UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category) { }
201         public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } }
202     }
UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e)203     public delegate void UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e);
204 }
205 namespace Microsoft.Win32.SafeHandles
206 {
207     [System.Security.SuppressUnmanagedCodeSecurityAttribute]
208     public sealed partial class SafeProcessHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
209     {
210         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
SafeProcessHandle(System.IntPtr existingHandle, bool ownsHandle)211         public SafeProcessHandle(System.IntPtr existingHandle, bool ownsHandle) : base (default(bool)) { }
ReleaseHandle()212         protected override bool ReleaseHandle() { throw null; }
213     }
214     public sealed partial class SafeX509ChainHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
215     {
SafeX509ChainHandle()216         internal SafeX509ChainHandle() : base (default(bool)) { }
217         [System.MonoTODOAttribute]
ReleaseHandle()218         protected override bool ReleaseHandle() { throw null; }
219     }
220 }
221 namespace System
222 {
223     public partial class FileStyleUriParser : System.UriParser
224     {
FileStyleUriParser()225         public FileStyleUriParser() { }
226     }
227     public partial class FtpStyleUriParser : System.UriParser
228     {
FtpStyleUriParser()229         public FtpStyleUriParser() { }
230     }
231     public partial class GenericUriParser : System.UriParser
232     {
GenericUriParser(System.GenericUriParserOptions options)233         public GenericUriParser(System.GenericUriParserOptions options) { }
234     }
235     [System.FlagsAttribute]
236     public enum GenericUriParserOptions
237     {
238         AllowEmptyAuthority = 2,
239         Default = 0,
240         DontCompressPath = 128,
241         DontConvertPathBackslashes = 64,
242         DontUnescapePathDotsAndSlashes = 256,
243         GenericAuthority = 1,
244         Idn = 512,
245         IriParsing = 1024,
246         NoFragment = 32,
247         NoPort = 8,
248         NoQuery = 16,
249         NoUserInfo = 4,
250     }
251     public partial class GopherStyleUriParser : System.UriParser
252     {
GopherStyleUriParser()253         public GopherStyleUriParser() { }
254     }
255     public partial class HttpStyleUriParser : System.UriParser
256     {
HttpStyleUriParser()257         public HttpStyleUriParser() { }
258     }
259     public partial class LdapStyleUriParser : System.UriParser
260     {
LdapStyleUriParser()261         public LdapStyleUriParser() { }
262     }
263     public partial class NetPipeStyleUriParser : System.UriParser
264     {
NetPipeStyleUriParser()265         public NetPipeStyleUriParser() { }
266     }
267     public partial class NetTcpStyleUriParser : System.UriParser
268     {
NetTcpStyleUriParser()269         public NetTcpStyleUriParser() { }
270     }
271     public partial class NewsStyleUriParser : System.UriParser
272     {
NewsStyleUriParser()273         public NewsStyleUriParser() { }
274     }
275     [System.ComponentModel.TypeConverterAttribute(typeof(System.UriTypeConverter))]
276     [System.SerializableAttribute]
277     public partial class Uri : System.Runtime.Serialization.ISerializable
278     {
279         public static readonly string SchemeDelimiter;
280         public static readonly string UriSchemeFile;
281         public static readonly string UriSchemeFtp;
282         public static readonly string UriSchemeGopher;
283         public static readonly string UriSchemeHttp;
284         public static readonly string UriSchemeHttps;
285         public static readonly string UriSchemeMailto;
286         public static readonly string UriSchemeNetPipe;
287         public static readonly string UriSchemeNetTcp;
288         public static readonly string UriSchemeNews;
289         public static readonly string UriSchemeNntp;
Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)290         protected Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
Uri(string uriString)291         public Uri(string uriString) { }
292         [System.ObsoleteAttribute("The constructor has been deprecated. Please use new Uri(string). The dontEscape parameter is deprecated and is always false. http://go.microsoft.com/fwlink/?linkid=14202")]
Uri(string uriString, bool dontEscape)293         public Uri(string uriString, bool dontEscape) { }
Uri(string uriString, System.UriKind uriKind)294         public Uri(string uriString, System.UriKind uriKind) { }
Uri(System.Uri baseUri, string relativeUri)295         public Uri(System.Uri baseUri, string relativeUri) { }
296         [System.ObsoleteAttribute("The constructor has been deprecated. Please new Uri(Uri, string). The dontEscape parameter is deprecated and is always false. http://go.microsoft.com/fwlink/?linkid=14202")]
Uri(System.Uri baseUri, string relativeUri, bool dontEscape)297         public Uri(System.Uri baseUri, string relativeUri, bool dontEscape) { }
Uri(System.Uri baseUri, System.Uri relativeUri)298         public Uri(System.Uri baseUri, System.Uri relativeUri) { }
299         public string AbsolutePath { get { throw null; } }
300         public string AbsoluteUri { get { throw null; } }
301         public string Authority { get { throw null; } }
302         public string DnsSafeHost { get { throw null; } }
303         public string Fragment { get { throw null; } }
304         public string Host { get { throw null; } }
305         public System.UriHostNameType HostNameType { get { throw null; } }
306         public string IdnHost { get { throw null; } }
307         public bool IsAbsoluteUri { get { throw null; } }
308         public bool IsDefaultPort { get { throw null; } }
309         public bool IsFile { get { throw null; } }
310         public bool IsLoopback { get { throw null; } }
311         public bool IsUnc { get { throw null; } }
312         public string LocalPath { get { throw null; } }
313         public string OriginalString { get { throw null; } }
314         public string PathAndQuery { get { throw null; } }
315         public int Port { get { throw null; } }
316         public string Query { get { throw null; } }
317         public string Scheme { get { throw null; } }
318         public string[] Segments { get { throw null; } }
319         public bool UserEscaped { get { throw null; } }
320         public string UserInfo { get { throw null; } }
321         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Canonicalize()322         protected virtual void Canonicalize() { }
CheckHostName(string name)323         public static System.UriHostNameType CheckHostName(string name) { throw null; }
CheckSchemeName(string schemeName)324         public static bool CheckSchemeName(string schemeName) { throw null; }
325         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
CheckSecurity()326         protected virtual void CheckSecurity() { }
Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType)327         public static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType) { throw null; }
328         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
Equals(object comparand)329         public override bool Equals(object comparand) { throw null; }
330         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Escape()331         protected virtual void Escape() { }
EscapeDataString(string stringToEscape)332         public static string EscapeDataString(string stringToEscape) { throw null; }
333         [System.ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static EscapeUriString() to escape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")]
EscapeString(string str)334         protected static string EscapeString(string str) { throw null; }
EscapeUriString(string stringToEscape)335         public static string EscapeUriString(string stringToEscape) { throw null; }
FromHex(char digit)336         public static int FromHex(char digit) { throw null; }
GetComponents(System.UriComponents components, System.UriFormat format)337         public string GetComponents(System.UriComponents components, System.UriFormat format) { throw null; }
338         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
GetHashCode()339         public override int GetHashCode() { throw null; }
GetLeftPart(System.UriPartial part)340         public string GetLeftPart(System.UriPartial part) { throw null; }
341         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)342         protected void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
HexEscape(char character)343         public static string HexEscape(char character) { throw null; }
HexUnescape(string pattern, ref int index)344         public static char HexUnescape(string pattern, ref int index) { throw null; }
345         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsBadFileSystemCharacter(char character)346         protected virtual bool IsBadFileSystemCharacter(char character) { throw null; }
IsBaseOf(System.Uri uri)347         public bool IsBaseOf(System.Uri uri) { throw null; }
348         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsExcludedCharacter(char character)349         protected static bool IsExcludedCharacter(char character) { throw null; }
IsHexDigit(char character)350         public static bool IsHexDigit(char character) { throw null; }
IsHexEncoding(string pattern, int index)351         public static bool IsHexEncoding(string pattern, int index) { throw null; }
352         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsReservedCharacter(char character)353         protected virtual bool IsReservedCharacter(char character) { throw null; }
IsWellFormedOriginalString()354         public bool IsWellFormedOriginalString() { throw null; }
IsWellFormedUriString(string uriString, System.UriKind uriKind)355         public static bool IsWellFormedUriString(string uriString, System.UriKind uriKind) { throw null; }
356         [System.ObsoleteAttribute("The method has been deprecated. Please use MakeRelativeUri(Uri uri). http://go.microsoft.com/fwlink/?linkid=14202")]
MakeRelative(System.Uri toUri)357         public string MakeRelative(System.Uri toUri) { throw null; }
MakeRelativeUri(System.Uri uri)358         public System.Uri MakeRelativeUri(System.Uri uri) { throw null; }
359         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
operator ==(System.Uri uri1, System.Uri uri2)360         public static bool operator ==(System.Uri uri1, System.Uri uri2) { throw null; }
361         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
operator !=(System.Uri uri1, System.Uri uri2)362         public static bool operator !=(System.Uri uri1, System.Uri uri2) { throw null; }
363         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Parse()364         protected virtual void Parse() { }
365         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)366         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
367         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
ToString()368         public override string ToString() { throw null; }
TryCreate(string uriString, System.UriKind uriKind, out System.Uri result)369         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)370         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)371         public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { result = default(System.Uri); throw null; }
372         [System.ObsoleteAttribute("The method has been deprecated. Please use GetComponents() or static UnescapeDataString() to unescape a Uri component or a string. http://go.microsoft.com/fwlink/?linkid=14202")]
Unescape(string path)373         protected virtual string Unescape(string path) { throw null; }
UnescapeDataString(string stringToUnescape)374         public static string UnescapeDataString(string stringToUnescape) { throw null; }
375     }
376     public partial class UriBuilder
377     {
UriBuilder()378         public UriBuilder() { }
UriBuilder(string uri)379         public UriBuilder(string uri) { }
UriBuilder(string schemeName, string hostName)380         public UriBuilder(string schemeName, string hostName) { }
UriBuilder(string scheme, string host, int portNumber)381         public UriBuilder(string scheme, string host, int portNumber) { }
UriBuilder(string scheme, string host, int port, string pathValue)382         public UriBuilder(string scheme, string host, int port, string pathValue) { }
UriBuilder(string scheme, string host, int port, string path, string extraValue)383         public UriBuilder(string scheme, string host, int port, string path, string extraValue) { }
UriBuilder(System.Uri uri)384         public UriBuilder(System.Uri uri) { }
385         public string Fragment { get { throw null; } set { } }
386         public string Host { get { throw null; } set { } }
387         public string Password { get { throw null; } set { } }
388         public string Path { get { throw null; } set { } }
389         public int Port { get { throw null; } set { } }
390         public string Query { get { throw null; } set { } }
391         public string Scheme { get { throw null; } set { } }
392         public System.Uri Uri { get { throw null; } }
393         public string UserName { get { throw null; } set { } }
Equals(object rparam)394         public override bool Equals(object rparam) { throw null; }
GetHashCode()395         public override int GetHashCode() { throw null; }
ToString()396         public override string ToString() { throw null; }
397     }
398     [System.FlagsAttribute]
399     public enum UriComponents
400     {
401         AbsoluteUri = 127,
402         Fragment = 64,
403         Host = 4,
404         HostAndPort = 132,
405         HttpRequestUrl = 61,
406         KeepDelimiter = 1073741824,
407         NormalizedHost = 256,
408         Path = 16,
409         PathAndQuery = 48,
410         Port = 8,
411         Query = 32,
412         Scheme = 1,
413         SchemeAndServer = 13,
414         SerializationInfoString = -2147483648,
415         StrongAuthority = 134,
416         StrongPort = 128,
417         UserInfo = 2,
418     }
419     public enum UriFormat
420     {
421         SafeUnescaped = 3,
422         Unescaped = 2,
423         UriEscaped = 1,
424     }
425     [System.SerializableAttribute]
426     public partial class UriFormatException : System.FormatException, System.Runtime.Serialization.ISerializable
427     {
UriFormatException()428         public UriFormatException() { }
UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)429         protected UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
UriFormatException(string textString)430         public UriFormatException(string textString) { }
UriFormatException(string textString, System.Exception e)431         public UriFormatException(string textString, System.Exception e) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)432         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
433     }
434     public enum UriHostNameType
435     {
436         Basic = 1,
437         Dns = 2,
438         IPv4 = 3,
439         IPv6 = 4,
440         Unknown = 0,
441     }
442     public enum UriIdnScope
443     {
444         All = 2,
445         AllExceptIntranet = 1,
446         None = 0,
447     }
448     public enum UriKind
449     {
450         Absolute = 1,
451         Relative = 2,
452         RelativeOrAbsolute = 0,
453     }
454     public abstract partial class UriParser
455     {
UriParser()456         protected UriParser() { }
GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format)457         protected virtual string GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format) { throw null; }
InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError)458         protected virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); }
IsBaseOf(System.Uri baseUri, System.Uri relativeUri)459         protected virtual bool IsBaseOf(System.Uri baseUri, System.Uri relativeUri) { throw null; }
IsKnownScheme(string schemeName)460         public static bool IsKnownScheme(string schemeName) { throw null; }
IsWellFormedOriginalString(System.Uri uri)461         protected virtual bool IsWellFormedOriginalString(System.Uri uri) { throw null; }
OnNewUri()462         protected virtual System.UriParser OnNewUri() { throw null; }
OnRegister(string schemeName, int defaultPort)463         protected virtual void OnRegister(string schemeName, int defaultPort) { }
Register(System.UriParser uriParser, string schemeName, int defaultPort)464         public static void Register(System.UriParser uriParser, string schemeName, int defaultPort) { }
Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError)465         protected virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); throw null; }
466     }
467     public enum UriPartial
468     {
469         Authority = 1,
470         Path = 2,
471         Query = 3,
472         Scheme = 0,
473     }
474     public partial class UriTypeConverter : System.ComponentModel.TypeConverter
475     {
UriTypeConverter()476         public UriTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)477         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)478         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)479         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)480         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)481         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
482     }
483 }
484 namespace System.CodeDom
485 {
486     [System.SerializableAttribute]
487     public partial class CodeArgumentReferenceExpression : System.CodeDom.CodeExpression
488     {
CodeArgumentReferenceExpression()489         public CodeArgumentReferenceExpression() { }
CodeArgumentReferenceExpression(string parameterName)490         public CodeArgumentReferenceExpression(string parameterName) { }
491         public string ParameterName { get { throw null; } set { } }
492     }
493     [System.SerializableAttribute]
494     public partial class CodeArrayCreateExpression : System.CodeDom.CodeExpression
495     {
CodeArrayCreateExpression()496         public CodeArrayCreateExpression() { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size)497         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers)498         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size)499         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) { }
CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size)500         public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers)501         public CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(string createType, int size)502         public CodeArrayCreateExpression(string createType, int size) { }
CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size)503         public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers)504         public CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.Type createType, int size)505         public CodeArrayCreateExpression(System.Type createType, int size) { }
506         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
507         public System.CodeDom.CodeExpressionCollection Initializers { get { throw null; } }
508         public int Size { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
509         public System.CodeDom.CodeExpression SizeExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
510     }
511     [System.SerializableAttribute]
512     public partial class CodeArrayIndexerExpression : System.CodeDom.CodeExpression
513     {
CodeArrayIndexerExpression()514         public CodeArrayIndexerExpression() { }
CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)515         public CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
516         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
517         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
518     }
519     [System.SerializableAttribute]
520     public partial class CodeAssignStatement : System.CodeDom.CodeStatement
521     {
CodeAssignStatement()522         public CodeAssignStatement() { }
CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right)523         public CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right) { }
524         public System.CodeDom.CodeExpression Left { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
525         public System.CodeDom.CodeExpression Right { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
526     }
527     [System.SerializableAttribute]
528     public partial class CodeAttachEventStatement : System.CodeDom.CodeStatement
529     {
CodeAttachEventStatement()530         public CodeAttachEventStatement() { }
CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)531         public CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)532         public CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
533         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
534         public System.CodeDom.CodeExpression Listener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
535     }
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 { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
544     }
545     [System.SerializableAttribute]
546     public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase
547     {
CodeAttributeArgumentCollection()548         public CodeAttributeArgumentCollection() { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value)549         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value)550         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { }
551         public System.CodeDom.CodeAttributeArgument this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeArgument value)552         public int Add(System.CodeDom.CodeAttributeArgument value) { throw null; }
AddRange(System.CodeDom.CodeAttributeArgumentCollection value)553         public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { }
AddRange(System.CodeDom.CodeAttributeArgument[] value)554         public void AddRange(System.CodeDom.CodeAttributeArgument[] value) { }
Contains(System.CodeDom.CodeAttributeArgument value)555         public bool Contains(System.CodeDom.CodeAttributeArgument value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index)556         public void CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeArgument value)557         public int IndexOf(System.CodeDom.CodeAttributeArgument value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeArgument value)558         public void Insert(int index, System.CodeDom.CodeAttributeArgument value) { }
Remove(System.CodeDom.CodeAttributeArgument value)559         public void Remove(System.CodeDom.CodeAttributeArgument value) { }
560     }
561     [System.SerializableAttribute]
562     public partial class CodeAttributeDeclaration
563     {
CodeAttributeDeclaration()564         public CodeAttributeDeclaration() { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType)565         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments)566         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) { }
CodeAttributeDeclaration(string name)567         public CodeAttributeDeclaration(string name) { }
CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments)568         public CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments) { }
569         public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
570         public System.CodeDom.CodeTypeReference AttributeType { get { throw null; } }
571         public string Name { get { throw null; } set { } }
572     }
573     [System.SerializableAttribute]
574     public partial class CodeAttributeDeclarationCollection : System.Collections.CollectionBase
575     {
CodeAttributeDeclarationCollection()576         public CodeAttributeDeclarationCollection() { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value)577         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value) { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value)578         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value) { }
579         public System.CodeDom.CodeAttributeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeDeclaration value)580         public int Add(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeAttributeDeclarationCollection value)581         public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeAttributeDeclaration[] value)582         public void AddRange(System.CodeDom.CodeAttributeDeclaration[] value) { }
Contains(System.CodeDom.CodeAttributeDeclaration value)583         public bool Contains(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index)584         public void CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeDeclaration value)585         public int IndexOf(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeDeclaration value)586         public void Insert(int index, System.CodeDom.CodeAttributeDeclaration value) { }
Remove(System.CodeDom.CodeAttributeDeclaration value)587         public void Remove(System.CodeDom.CodeAttributeDeclaration value) { }
588     }
589     [System.SerializableAttribute]
590     public partial class CodeBaseReferenceExpression : System.CodeDom.CodeExpression
591     {
CodeBaseReferenceExpression()592         public CodeBaseReferenceExpression() { }
593     }
594     [System.SerializableAttribute]
595     public partial class CodeBinaryOperatorExpression : System.CodeDom.CodeExpression
596     {
CodeBinaryOperatorExpression()597         public CodeBinaryOperatorExpression() { }
CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right)598         public CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right) { }
599         public System.CodeDom.CodeExpression Left { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
600         public System.CodeDom.CodeBinaryOperatorType Operator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
601         public System.CodeDom.CodeExpression Right { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
602     }
603     [System.SerializableAttribute]
604     public enum CodeBinaryOperatorType
605     {
606         Add = 0,
607         Assign = 5,
608         BitwiseAnd = 10,
609         BitwiseOr = 9,
610         BooleanAnd = 12,
611         BooleanOr = 11,
612         Divide = 3,
613         GreaterThan = 15,
614         GreaterThanOrEqual = 16,
615         IdentityEquality = 7,
616         IdentityInequality = 6,
617         LessThan = 13,
618         LessThanOrEqual = 14,
619         Modulus = 4,
620         Multiply = 2,
621         Subtract = 1,
622         ValueEquality = 8,
623     }
624     [System.SerializableAttribute]
625     public partial class CodeCastExpression : System.CodeDom.CodeExpression
626     {
CodeCastExpression()627         public CodeCastExpression() { }
CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression)628         public CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression)629         public CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression)630         public CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression) { }
631         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
632         public System.CodeDom.CodeTypeReference TargetType { get { throw null; } set { } }
633     }
634     [System.SerializableAttribute]
635     public partial class CodeCatchClause
636     {
CodeCatchClause()637         public CodeCatchClause() { }
CodeCatchClause(string localName)638         public CodeCatchClause(string localName) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType)639         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements)640         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements) { }
641         public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } }
642         public string LocalName { get { throw null; } set { } }
643         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
644     }
645     [System.SerializableAttribute]
646     public partial class CodeCatchClauseCollection : System.Collections.CollectionBase
647     {
CodeCatchClauseCollection()648         public CodeCatchClauseCollection() { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value)649         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value) { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value)650         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value) { }
651         public System.CodeDom.CodeCatchClause this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCatchClause value)652         public int Add(System.CodeDom.CodeCatchClause value) { throw null; }
AddRange(System.CodeDom.CodeCatchClauseCollection value)653         public void AddRange(System.CodeDom.CodeCatchClauseCollection value) { }
AddRange(System.CodeDom.CodeCatchClause[] value)654         public void AddRange(System.CodeDom.CodeCatchClause[] value) { }
Contains(System.CodeDom.CodeCatchClause value)655         public bool Contains(System.CodeDom.CodeCatchClause value) { throw null; }
CopyTo(System.CodeDom.CodeCatchClause[] array, int index)656         public void CopyTo(System.CodeDom.CodeCatchClause[] array, int index) { }
IndexOf(System.CodeDom.CodeCatchClause value)657         public int IndexOf(System.CodeDom.CodeCatchClause value) { throw null; }
Insert(int index, System.CodeDom.CodeCatchClause value)658         public void Insert(int index, System.CodeDom.CodeCatchClause value) { }
Remove(System.CodeDom.CodeCatchClause value)659         public void Remove(System.CodeDom.CodeCatchClause value) { }
660     }
661     [System.SerializableAttribute]
662     public partial class CodeChecksumPragma : System.CodeDom.CodeDirective
663     {
CodeChecksumPragma()664         public CodeChecksumPragma() { }
CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData)665         public CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData) { }
666         public System.Guid ChecksumAlgorithmId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
667         public byte[] ChecksumData { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
668         public string FileName { get { throw null; } set { } }
669     }
670     [System.SerializableAttribute]
671     public partial class CodeComment : System.CodeDom.CodeObject
672     {
CodeComment()673         public CodeComment() { }
CodeComment(string text)674         public CodeComment(string text) { }
CodeComment(string text, bool docComment)675         public CodeComment(string text, bool docComment) { }
676         public bool DocComment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
677         public string Text { get { throw null; } set { } }
678     }
679     [System.SerializableAttribute]
680     public partial class CodeCommentStatement : System.CodeDom.CodeStatement
681     {
CodeCommentStatement()682         public CodeCommentStatement() { }
CodeCommentStatement(System.CodeDom.CodeComment comment)683         public CodeCommentStatement(System.CodeDom.CodeComment comment) { }
CodeCommentStatement(string text)684         public CodeCommentStatement(string text) { }
CodeCommentStatement(string text, bool docComment)685         public CodeCommentStatement(string text, bool docComment) { }
686         public System.CodeDom.CodeComment Comment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
687     }
688     [System.SerializableAttribute]
689     public partial class CodeCommentStatementCollection : System.Collections.CollectionBase
690     {
CodeCommentStatementCollection()691         public CodeCommentStatementCollection() { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value)692         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value)693         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { }
694         public System.CodeDom.CodeCommentStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCommentStatement value)695         public int Add(System.CodeDom.CodeCommentStatement value) { throw null; }
AddRange(System.CodeDom.CodeCommentStatementCollection value)696         public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { }
AddRange(System.CodeDom.CodeCommentStatement[] value)697         public void AddRange(System.CodeDom.CodeCommentStatement[] value) { }
Contains(System.CodeDom.CodeCommentStatement value)698         public bool Contains(System.CodeDom.CodeCommentStatement value) { throw null; }
CopyTo(System.CodeDom.CodeCommentStatement[] array, int index)699         public void CopyTo(System.CodeDom.CodeCommentStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeCommentStatement value)700         public int IndexOf(System.CodeDom.CodeCommentStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeCommentStatement value)701         public void Insert(int index, System.CodeDom.CodeCommentStatement value) { }
Remove(System.CodeDom.CodeCommentStatement value)702         public void Remove(System.CodeDom.CodeCommentStatement value) { }
703     }
704     [System.SerializableAttribute]
705     public partial class CodeCompileUnit : System.CodeDom.CodeObject
706     {
CodeCompileUnit()707         public CodeCompileUnit() { }
708         public System.CodeDom.CodeAttributeDeclarationCollection AssemblyCustomAttributes { get { throw null; } }
709         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
710         public System.CodeDom.CodeNamespaceCollection Namespaces { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
711         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
712         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
713     }
714     [System.SerializableAttribute]
715     public partial class CodeConditionStatement : System.CodeDom.CodeStatement
716     {
CodeConditionStatement()717         public CodeConditionStatement() { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements)718         public CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements) { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements)719         public CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements) { }
720         public System.CodeDom.CodeExpression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
721         public System.CodeDom.CodeStatementCollection FalseStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
722         public System.CodeDom.CodeStatementCollection TrueStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
723     }
724     [System.SerializableAttribute]
725     public partial class CodeConstructor : System.CodeDom.CodeMemberMethod
726     {
CodeConstructor()727         public CodeConstructor() { }
728         public System.CodeDom.CodeExpressionCollection BaseConstructorArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
729         public System.CodeDom.CodeExpressionCollection ChainedConstructorArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
730     }
731     [System.SerializableAttribute]
732     public partial class CodeDefaultValueExpression : System.CodeDom.CodeExpression
733     {
CodeDefaultValueExpression()734         public CodeDefaultValueExpression() { }
CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type)735         public CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type) { }
736         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
737     }
738     [System.SerializableAttribute]
739     public partial class CodeDelegateCreateExpression : System.CodeDom.CodeExpression
740     {
CodeDelegateCreateExpression()741         public CodeDelegateCreateExpression() { }
CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName)742         public CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName) { }
743         public System.CodeDom.CodeTypeReference DelegateType { get { throw null; } set { } }
744         public string MethodName { get { throw null; } set { } }
745         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
746     }
747     [System.SerializableAttribute]
748     public partial class CodeDelegateInvokeExpression : System.CodeDom.CodeExpression
749     {
CodeDelegateInvokeExpression()750         public CodeDelegateInvokeExpression() { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject)751         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject) { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters)752         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters) { }
753         public System.CodeDom.CodeExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
754         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
755     }
756     [System.SerializableAttribute]
757     public partial class CodeDirectionExpression : System.CodeDom.CodeExpression
758     {
CodeDirectionExpression()759         public CodeDirectionExpression() { }
CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression)760         public CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression) { }
761         public System.CodeDom.FieldDirection Direction { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
762         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
763     }
764     [System.SerializableAttribute]
765     public partial class CodeDirective : System.CodeDom.CodeObject
766     {
CodeDirective()767         public CodeDirective() { }
768     }
769     [System.SerializableAttribute]
770     public partial class CodeDirectiveCollection : System.Collections.CollectionBase
771     {
CodeDirectiveCollection()772         public CodeDirectiveCollection() { }
CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value)773         public CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value) { }
CodeDirectiveCollection(System.CodeDom.CodeDirective[] value)774         public CodeDirectiveCollection(System.CodeDom.CodeDirective[] value) { }
775         public System.CodeDom.CodeDirective this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeDirective value)776         public int Add(System.CodeDom.CodeDirective value) { throw null; }
AddRange(System.CodeDom.CodeDirectiveCollection value)777         public void AddRange(System.CodeDom.CodeDirectiveCollection value) { }
AddRange(System.CodeDom.CodeDirective[] value)778         public void AddRange(System.CodeDom.CodeDirective[] value) { }
Contains(System.CodeDom.CodeDirective value)779         public bool Contains(System.CodeDom.CodeDirective value) { throw null; }
CopyTo(System.CodeDom.CodeDirective[] array, int index)780         public void CopyTo(System.CodeDom.CodeDirective[] array, int index) { }
IndexOf(System.CodeDom.CodeDirective value)781         public int IndexOf(System.CodeDom.CodeDirective value) { throw null; }
Insert(int index, System.CodeDom.CodeDirective value)782         public void Insert(int index, System.CodeDom.CodeDirective value) { }
Remove(System.CodeDom.CodeDirective value)783         public void Remove(System.CodeDom.CodeDirective value) { }
784     }
785     [System.SerializableAttribute]
786     public partial class CodeEntryPointMethod : System.CodeDom.CodeMemberMethod
787     {
CodeEntryPointMethod()788         public CodeEntryPointMethod() { }
789     }
790     [System.SerializableAttribute]
791     public partial class CodeEventReferenceExpression : System.CodeDom.CodeExpression
792     {
CodeEventReferenceExpression()793         public CodeEventReferenceExpression() { }
CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName)794         public CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName) { }
795         public string EventName { get { throw null; } set { } }
796         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
797     }
798     [System.SerializableAttribute]
799     public partial class CodeExpression : System.CodeDom.CodeObject
800     {
CodeExpression()801         public CodeExpression() { }
802     }
803     [System.SerializableAttribute]
804     public partial class CodeExpressionCollection : System.Collections.CollectionBase
805     {
CodeExpressionCollection()806         public CodeExpressionCollection() { }
CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value)807         public CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value) { }
CodeExpressionCollection(System.CodeDom.CodeExpression[] value)808         public CodeExpressionCollection(System.CodeDom.CodeExpression[] value) { }
809         public System.CodeDom.CodeExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)810         public int Add(System.CodeDom.CodeExpression value) { throw null; }
AddRange(System.CodeDom.CodeExpressionCollection value)811         public void AddRange(System.CodeDom.CodeExpressionCollection value) { }
AddRange(System.CodeDom.CodeExpression[] value)812         public void AddRange(System.CodeDom.CodeExpression[] value) { }
Contains(System.CodeDom.CodeExpression value)813         public bool Contains(System.CodeDom.CodeExpression value) { throw null; }
CopyTo(System.CodeDom.CodeExpression[] array, int index)814         public void CopyTo(System.CodeDom.CodeExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeExpression value)815         public int IndexOf(System.CodeDom.CodeExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeExpression value)816         public void Insert(int index, System.CodeDom.CodeExpression value) { }
Remove(System.CodeDom.CodeExpression value)817         public void Remove(System.CodeDom.CodeExpression value) { }
818     }
819     [System.SerializableAttribute]
820     public partial class CodeExpressionStatement : System.CodeDom.CodeStatement
821     {
CodeExpressionStatement()822         public CodeExpressionStatement() { }
CodeExpressionStatement(System.CodeDom.CodeExpression expression)823         public CodeExpressionStatement(System.CodeDom.CodeExpression expression) { }
824         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
825     }
826     [System.SerializableAttribute]
827     public partial class CodeFieldReferenceExpression : System.CodeDom.CodeExpression
828     {
CodeFieldReferenceExpression()829         public CodeFieldReferenceExpression() { }
CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName)830         public CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName) { }
831         public string FieldName { get { throw null; } set { } }
832         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
833     }
834     [System.SerializableAttribute]
835     public partial class CodeGotoStatement : System.CodeDom.CodeStatement
836     {
CodeGotoStatement()837         public CodeGotoStatement() { }
CodeGotoStatement(string label)838         public CodeGotoStatement(string label) { }
839         public string Label { get { throw null; } set { } }
840     }
841     [System.SerializableAttribute]
842     public partial class CodeIndexerExpression : System.CodeDom.CodeExpression
843     {
CodeIndexerExpression()844         public CodeIndexerExpression() { }
CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)845         public CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
846         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
847         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
848     }
849     [System.SerializableAttribute]
850     public partial class CodeIterationStatement : System.CodeDom.CodeStatement
851     {
CodeIterationStatement()852         public CodeIterationStatement() { }
CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements)853         public CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements) { }
854         public System.CodeDom.CodeStatement IncrementStatement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
855         public System.CodeDom.CodeStatement InitStatement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
856         public System.CodeDom.CodeStatementCollection Statements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
857         public System.CodeDom.CodeExpression TestExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
858     }
859     [System.SerializableAttribute]
860     public partial class CodeLabeledStatement : System.CodeDom.CodeStatement
861     {
CodeLabeledStatement()862         public CodeLabeledStatement() { }
CodeLabeledStatement(string label)863         public CodeLabeledStatement(string label) { }
CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement)864         public CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement) { }
865         public string Label { get { throw null; } set { } }
866         public System.CodeDom.CodeStatement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
867     }
868     [System.SerializableAttribute]
869     public partial class CodeLinePragma
870     {
CodeLinePragma()871         public CodeLinePragma() { }
CodeLinePragma(string fileName, int lineNumber)872         public CodeLinePragma(string fileName, int lineNumber) { }
873         public string FileName { get { throw null; } set { } }
874         public int LineNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
875     }
876     [System.SerializableAttribute]
877     public partial class CodeMemberEvent : System.CodeDom.CodeTypeMember
878     {
CodeMemberEvent()879         public CodeMemberEvent() { }
880         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
881         public System.CodeDom.CodeTypeReference PrivateImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
882         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
883     }
884     [System.SerializableAttribute]
885     public partial class CodeMemberField : System.CodeDom.CodeTypeMember
886     {
CodeMemberField()887         public CodeMemberField() { }
CodeMemberField(System.CodeDom.CodeTypeReference type, string name)888         public CodeMemberField(System.CodeDom.CodeTypeReference type, string name) { }
CodeMemberField(string type, string name)889         public CodeMemberField(string type, string name) { }
CodeMemberField(System.Type type, string name)890         public CodeMemberField(System.Type type, string name) { }
891         public System.CodeDom.CodeExpression InitExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
892         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
893     }
894     [System.SerializableAttribute]
895     public partial class CodeMemberMethod : System.CodeDom.CodeTypeMember
896     {
CodeMemberMethod()897         public CodeMemberMethod() { }
898         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
899         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
900         public System.CodeDom.CodeTypeReference PrivateImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
901         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
902         public System.CodeDom.CodeAttributeDeclarationCollection ReturnTypeCustomAttributes { get { throw null; } }
903         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
904         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
905         public event System.EventHandler PopulateImplementationTypes { add { } remove { } }
906         public event System.EventHandler PopulateParameters { add { } remove { } }
907         public event System.EventHandler PopulateStatements { add { } remove { } }
908     }
909     [System.SerializableAttribute]
910     public partial class CodeMemberProperty : System.CodeDom.CodeTypeMember
911     {
CodeMemberProperty()912         public CodeMemberProperty() { }
913         public System.CodeDom.CodeStatementCollection GetStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
914         public bool HasGet { get { throw null; } set { } }
915         public bool HasSet { get { throw null; } set { } }
916         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
917         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
918         public System.CodeDom.CodeTypeReference PrivateImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
919         public System.CodeDom.CodeStatementCollection SetStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
920         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
921     }
922     [System.SerializableAttribute]
923     public partial class CodeMethodInvokeExpression : System.CodeDom.CodeExpression
924     {
CodeMethodInvokeExpression()925         public CodeMethodInvokeExpression() { }
CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters)926         public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) { }
CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters)927         public CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters) { }
928         public System.CodeDom.CodeMethodReferenceExpression Method { get { throw null; } set { } }
929         public System.CodeDom.CodeExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
930     }
931     [System.SerializableAttribute]
932     public partial class CodeMethodReferenceExpression : System.CodeDom.CodeExpression
933     {
CodeMethodReferenceExpression()934         public CodeMethodReferenceExpression() { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName)935         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName) { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters)936         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters) { }
937         public string MethodName { get { throw null; } set { } }
938         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
939         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
940     }
941     [System.SerializableAttribute]
942     public partial class CodeMethodReturnStatement : System.CodeDom.CodeStatement
943     {
CodeMethodReturnStatement()944         public CodeMethodReturnStatement() { }
CodeMethodReturnStatement(System.CodeDom.CodeExpression expression)945         public CodeMethodReturnStatement(System.CodeDom.CodeExpression expression) { }
946         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
947     }
948     [System.SerializableAttribute]
949     public partial class CodeNamespace : System.CodeDom.CodeObject
950     {
CodeNamespace()951         public CodeNamespace() { }
CodeNamespace(string name)952         public CodeNamespace(string name) { }
953         public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
954         public System.CodeDom.CodeNamespaceImportCollection Imports { get { throw null; } }
955         public string Name { get { throw null; } set { } }
956         public System.CodeDom.CodeTypeDeclarationCollection Types { get { throw null; } }
957         public event System.EventHandler PopulateComments { add { } remove { } }
958         public event System.EventHandler PopulateImports { add { } remove { } }
959         public event System.EventHandler PopulateTypes { add { } remove { } }
960     }
961     [System.SerializableAttribute]
962     public partial class CodeNamespaceCollection : System.Collections.CollectionBase
963     {
CodeNamespaceCollection()964         public CodeNamespaceCollection() { }
CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value)965         public CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value) { }
CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value)966         public CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value) { }
967         public System.CodeDom.CodeNamespace this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespace value)968         public int Add(System.CodeDom.CodeNamespace value) { throw null; }
AddRange(System.CodeDom.CodeNamespaceCollection value)969         public void AddRange(System.CodeDom.CodeNamespaceCollection value) { }
AddRange(System.CodeDom.CodeNamespace[] value)970         public void AddRange(System.CodeDom.CodeNamespace[] value) { }
Contains(System.CodeDom.CodeNamespace value)971         public bool Contains(System.CodeDom.CodeNamespace value) { throw null; }
CopyTo(System.CodeDom.CodeNamespace[] array, int index)972         public void CopyTo(System.CodeDom.CodeNamespace[] array, int index) { }
IndexOf(System.CodeDom.CodeNamespace value)973         public int IndexOf(System.CodeDom.CodeNamespace value) { throw null; }
Insert(int index, System.CodeDom.CodeNamespace value)974         public void Insert(int index, System.CodeDom.CodeNamespace value) { }
Remove(System.CodeDom.CodeNamespace value)975         public void Remove(System.CodeDom.CodeNamespace value) { }
976     }
977     [System.SerializableAttribute]
978     public partial class CodeNamespaceImport : System.CodeDom.CodeObject
979     {
CodeNamespaceImport()980         public CodeNamespaceImport() { }
CodeNamespaceImport(string nameSpace)981         public CodeNamespaceImport(string nameSpace) { }
982         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
983         public string Namespace { get { throw null; } set { } }
984     }
985     [System.SerializableAttribute]
986     public partial class CodeNamespaceImportCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
987     {
CodeNamespaceImportCollection()988         public CodeNamespaceImportCollection() { }
989         public int Count { get { throw null; } }
990         public System.CodeDom.CodeNamespaceImport this[int index] { get { throw null; } set { } }
991         int System.Collections.ICollection.Count { get { throw null; } }
992         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
993         object System.Collections.ICollection.SyncRoot { get { throw null; } }
994         bool System.Collections.IList.IsFixedSize { get { throw null; } }
995         bool System.Collections.IList.IsReadOnly { get { throw null; } }
996         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespaceImport value)997         public void Add(System.CodeDom.CodeNamespaceImport value) { }
AddRange(System.CodeDom.CodeNamespaceImport[] value)998         public void AddRange(System.CodeDom.CodeNamespaceImport[] value) { }
Clear()999         public void Clear() { }
GetEnumerator()1000         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1001         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1002         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)1003         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1004         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)1005         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)1006         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)1007         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1008         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1009         void System.Collections.IList.RemoveAt(int index) { }
1010     }
1011     [System.SerializableAttribute]
1012     public partial class CodeObject
1013     {
CodeObject()1014         public CodeObject() { }
1015         public System.Collections.IDictionary UserData { get { throw null; } }
1016     }
1017     [System.SerializableAttribute]
1018     public partial class CodeObjectCreateExpression : System.CodeDom.CodeExpression
1019     {
CodeObjectCreateExpression()1020         public CodeObjectCreateExpression() { }
CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters)1021         public CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters)1022         public CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters)1023         public CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters) { }
1024         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
1025         public System.CodeDom.CodeExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1026     }
1027     [System.SerializableAttribute]
1028     public partial class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression
1029     {
CodeParameterDeclarationExpression()1030         public CodeParameterDeclarationExpression() { }
CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name)1031         public CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name) { }
CodeParameterDeclarationExpression(string type, string name)1032         public CodeParameterDeclarationExpression(string type, string name) { }
CodeParameterDeclarationExpression(System.Type type, string name)1033         public CodeParameterDeclarationExpression(System.Type type, string name) { }
1034         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1035         public System.CodeDom.FieldDirection Direction { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1036         public string Name { get { throw null; } set { } }
1037         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1038     }
1039     [System.SerializableAttribute]
1040     public partial class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase
1041     {
CodeParameterDeclarationExpressionCollection()1042         public CodeParameterDeclarationExpressionCollection() { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1043         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value)1044         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
1045         public System.CodeDom.CodeParameterDeclarationExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeParameterDeclarationExpression value)1046         public int Add(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1047         public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value)1048         public void AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
Contains(System.CodeDom.CodeParameterDeclarationExpression value)1049         public bool Contains(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index)1050         public void CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeParameterDeclarationExpression value)1051         public int IndexOf(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value)1052         public void Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value) { }
Remove(System.CodeDom.CodeParameterDeclarationExpression value)1053         public void Remove(System.CodeDom.CodeParameterDeclarationExpression value) { }
1054     }
1055     [System.SerializableAttribute]
1056     public partial class CodePrimitiveExpression : System.CodeDom.CodeExpression
1057     {
CodePrimitiveExpression()1058         public CodePrimitiveExpression() { }
CodePrimitiveExpression(object value)1059         public CodePrimitiveExpression(object value) { }
1060         public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1061     }
1062     [System.SerializableAttribute]
1063     public partial class CodePropertyReferenceExpression : System.CodeDom.CodeExpression
1064     {
CodePropertyReferenceExpression()1065         public CodePropertyReferenceExpression() { }
CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName)1066         public CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName) { }
1067         public string PropertyName { get { throw null; } set { } }
1068         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1069     }
1070     [System.SerializableAttribute]
1071     public partial class CodePropertySetValueReferenceExpression : System.CodeDom.CodeExpression
1072     {
CodePropertySetValueReferenceExpression()1073         public CodePropertySetValueReferenceExpression() { }
1074     }
1075     [System.SerializableAttribute]
1076     public partial class CodeRegionDirective : System.CodeDom.CodeDirective
1077     {
CodeRegionDirective()1078         public CodeRegionDirective() { }
CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText)1079         public CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText) { }
1080         public System.CodeDom.CodeRegionMode RegionMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1081         public string RegionText { get { throw null; } set { } }
1082     }
1083     [System.SerializableAttribute]
1084     public enum CodeRegionMode
1085     {
1086         End = 2,
1087         None = 0,
1088         Start = 1,
1089     }
1090     [System.SerializableAttribute]
1091     public partial class CodeRemoveEventStatement : System.CodeDom.CodeStatement
1092     {
CodeRemoveEventStatement()1093         public CodeRemoveEventStatement() { }
CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)1094         public CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)1095         public CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
1096         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
1097         public System.CodeDom.CodeExpression Listener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1098     }
1099     [System.SerializableAttribute]
1100     public partial class CodeSnippetCompileUnit : System.CodeDom.CodeCompileUnit
1101     {
CodeSnippetCompileUnit()1102         public CodeSnippetCompileUnit() { }
CodeSnippetCompileUnit(string value)1103         public CodeSnippetCompileUnit(string value) { }
1104         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1105         public string Value { get { throw null; } set { } }
1106     }
1107     [System.SerializableAttribute]
1108     public partial class CodeSnippetExpression : System.CodeDom.CodeExpression
1109     {
CodeSnippetExpression()1110         public CodeSnippetExpression() { }
CodeSnippetExpression(string value)1111         public CodeSnippetExpression(string value) { }
1112         public string Value { get { throw null; } set { } }
1113     }
1114     [System.SerializableAttribute]
1115     public partial class CodeSnippetStatement : System.CodeDom.CodeStatement
1116     {
CodeSnippetStatement()1117         public CodeSnippetStatement() { }
CodeSnippetStatement(string value)1118         public CodeSnippetStatement(string value) { }
1119         public string Value { get { throw null; } set { } }
1120     }
1121     [System.SerializableAttribute]
1122     public partial class CodeSnippetTypeMember : System.CodeDom.CodeTypeMember
1123     {
CodeSnippetTypeMember()1124         public CodeSnippetTypeMember() { }
CodeSnippetTypeMember(string text)1125         public CodeSnippetTypeMember(string text) { }
1126         public string Text { get { throw null; } set { } }
1127     }
1128     [System.SerializableAttribute]
1129     public partial class CodeStatement : System.CodeDom.CodeObject
1130     {
CodeStatement()1131         public CodeStatement() { }
1132         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1133         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1134         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1135     }
1136     [System.SerializableAttribute]
1137     public partial class CodeStatementCollection : System.Collections.CollectionBase
1138     {
CodeStatementCollection()1139         public CodeStatementCollection() { }
CodeStatementCollection(System.CodeDom.CodeStatementCollection value)1140         public CodeStatementCollection(System.CodeDom.CodeStatementCollection value) { }
CodeStatementCollection(System.CodeDom.CodeStatement[] value)1141         public CodeStatementCollection(System.CodeDom.CodeStatement[] value) { }
1142         public System.CodeDom.CodeStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)1143         public int Add(System.CodeDom.CodeExpression value) { throw null; }
Add(System.CodeDom.CodeStatement value)1144         public int Add(System.CodeDom.CodeStatement value) { throw null; }
AddRange(System.CodeDom.CodeStatementCollection value)1145         public void AddRange(System.CodeDom.CodeStatementCollection value) { }
AddRange(System.CodeDom.CodeStatement[] value)1146         public void AddRange(System.CodeDom.CodeStatement[] value) { }
Contains(System.CodeDom.CodeStatement value)1147         public bool Contains(System.CodeDom.CodeStatement value) { throw null; }
CopyTo(System.CodeDom.CodeStatement[] array, int index)1148         public void CopyTo(System.CodeDom.CodeStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeStatement value)1149         public int IndexOf(System.CodeDom.CodeStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeStatement value)1150         public void Insert(int index, System.CodeDom.CodeStatement value) { }
Remove(System.CodeDom.CodeStatement value)1151         public void Remove(System.CodeDom.CodeStatement value) { }
1152     }
1153     [System.SerializableAttribute]
1154     public partial class CodeThisReferenceExpression : System.CodeDom.CodeExpression
1155     {
CodeThisReferenceExpression()1156         public CodeThisReferenceExpression() { }
1157     }
1158     [System.SerializableAttribute]
1159     public partial class CodeThrowExceptionStatement : System.CodeDom.CodeStatement
1160     {
CodeThrowExceptionStatement()1161         public CodeThrowExceptionStatement() { }
CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow)1162         public CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow) { }
1163         public System.CodeDom.CodeExpression ToThrow { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1164     }
1165     [System.SerializableAttribute]
1166     public partial class CodeTryCatchFinallyStatement : System.CodeDom.CodeStatement
1167     {
CodeTryCatchFinallyStatement()1168         public CodeTryCatchFinallyStatement() { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses)1169         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses) { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements)1170         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements) { }
1171         public System.CodeDom.CodeCatchClauseCollection CatchClauses { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1172         public System.CodeDom.CodeStatementCollection FinallyStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1173         public System.CodeDom.CodeStatementCollection TryStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1174     }
1175     [System.SerializableAttribute]
1176     public partial class CodeTypeConstructor : System.CodeDom.CodeMemberMethod
1177     {
CodeTypeConstructor()1178         public CodeTypeConstructor() { }
1179     }
1180     [System.SerializableAttribute]
1181     public partial class CodeTypeDeclaration : System.CodeDom.CodeTypeMember
1182     {
CodeTypeDeclaration()1183         public CodeTypeDeclaration() { }
CodeTypeDeclaration(string name)1184         public CodeTypeDeclaration(string name) { }
1185         public System.CodeDom.CodeTypeReferenceCollection BaseTypes { get { throw null; } }
1186         public bool IsClass { get { throw null; } set { } }
1187         public bool IsEnum { get { throw null; } set { } }
1188         public bool IsInterface { get { throw null; } set { } }
1189         public bool IsPartial { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1190         public bool IsStruct { get { throw null; } set { } }
1191         public System.CodeDom.CodeTypeMemberCollection Members { get { throw null; } }
1192         public System.Reflection.TypeAttributes TypeAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1193         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
1194         public event System.EventHandler PopulateBaseTypes { add { } remove { } }
1195         public event System.EventHandler PopulateMembers { add { } remove { } }
1196     }
1197     [System.SerializableAttribute]
1198     public partial class CodeTypeDeclarationCollection : System.Collections.CollectionBase
1199     {
CodeTypeDeclarationCollection()1200         public CodeTypeDeclarationCollection() { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value)1201         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value) { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value)1202         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value) { }
1203         public System.CodeDom.CodeTypeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeDeclaration value)1204         public int Add(System.CodeDom.CodeTypeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeTypeDeclarationCollection value)1205         public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeTypeDeclaration[] value)1206         public void AddRange(System.CodeDom.CodeTypeDeclaration[] value) { }
Contains(System.CodeDom.CodeTypeDeclaration value)1207         public bool Contains(System.CodeDom.CodeTypeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index)1208         public void CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeDeclaration value)1209         public int IndexOf(System.CodeDom.CodeTypeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeDeclaration value)1210         public void Insert(int index, System.CodeDom.CodeTypeDeclaration value) { }
Remove(System.CodeDom.CodeTypeDeclaration value)1211         public void Remove(System.CodeDom.CodeTypeDeclaration value) { }
1212     }
1213     [System.SerializableAttribute]
1214     public partial class CodeTypeDelegate : System.CodeDom.CodeTypeDeclaration
1215     {
CodeTypeDelegate()1216         public CodeTypeDelegate() { }
CodeTypeDelegate(string name)1217         public CodeTypeDelegate(string name) { }
1218         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1219         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
1220     }
1221     [System.SerializableAttribute]
1222     public partial class CodeTypeMember : System.CodeDom.CodeObject
1223     {
CodeTypeMember()1224         public CodeTypeMember() { }
1225         public System.CodeDom.MemberAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1226         public System.CodeDom.CodeCommentStatementCollection Comments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1227         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1228         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1229         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1230         public string Name { get { throw null; } set { } }
1231         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1232     }
1233     [System.SerializableAttribute]
1234     public partial class CodeTypeMemberCollection : System.Collections.CollectionBase
1235     {
CodeTypeMemberCollection()1236         public CodeTypeMemberCollection() { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value)1237         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value) { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value)1238         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value) { }
1239         public System.CodeDom.CodeTypeMember this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeMember value)1240         public int Add(System.CodeDom.CodeTypeMember value) { throw null; }
AddRange(System.CodeDom.CodeTypeMemberCollection value)1241         public void AddRange(System.CodeDom.CodeTypeMemberCollection value) { }
AddRange(System.CodeDom.CodeTypeMember[] value)1242         public void AddRange(System.CodeDom.CodeTypeMember[] value) { }
Contains(System.CodeDom.CodeTypeMember value)1243         public bool Contains(System.CodeDom.CodeTypeMember value) { throw null; }
CopyTo(System.CodeDom.CodeTypeMember[] array, int index)1244         public void CopyTo(System.CodeDom.CodeTypeMember[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeMember value)1245         public int IndexOf(System.CodeDom.CodeTypeMember value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeMember value)1246         public void Insert(int index, System.CodeDom.CodeTypeMember value) { }
Remove(System.CodeDom.CodeTypeMember value)1247         public void Remove(System.CodeDom.CodeTypeMember value) { }
1248     }
1249     [System.SerializableAttribute]
1250     public partial class CodeTypeOfExpression : System.CodeDom.CodeExpression
1251     {
CodeTypeOfExpression()1252         public CodeTypeOfExpression() { }
CodeTypeOfExpression(System.CodeDom.CodeTypeReference type)1253         public CodeTypeOfExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeOfExpression(string type)1254         public CodeTypeOfExpression(string type) { }
CodeTypeOfExpression(System.Type type)1255         public CodeTypeOfExpression(System.Type type) { }
1256         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1257     }
1258     [System.SerializableAttribute]
1259     public partial class CodeTypeParameter : System.CodeDom.CodeObject
1260     {
CodeTypeParameter()1261         public CodeTypeParameter() { }
CodeTypeParameter(string name)1262         public CodeTypeParameter(string name) { }
1263         public System.CodeDom.CodeTypeReferenceCollection Constraints { get { throw null; } }
1264         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } }
1265         public bool HasConstructorConstraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1266         public string Name { get { throw null; } set { } }
1267     }
1268     [System.SerializableAttribute]
1269     public partial class CodeTypeParameterCollection : System.Collections.CollectionBase
1270     {
CodeTypeParameterCollection()1271         public CodeTypeParameterCollection() { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value)1272         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value) { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value)1273         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value) { }
1274         public System.CodeDom.CodeTypeParameter this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeParameter value)1275         public int Add(System.CodeDom.CodeTypeParameter value) { throw null; }
Add(string value)1276         public void Add(string value) { }
AddRange(System.CodeDom.CodeTypeParameterCollection value)1277         public void AddRange(System.CodeDom.CodeTypeParameterCollection value) { }
AddRange(System.CodeDom.CodeTypeParameter[] value)1278         public void AddRange(System.CodeDom.CodeTypeParameter[] value) { }
Contains(System.CodeDom.CodeTypeParameter value)1279         public bool Contains(System.CodeDom.CodeTypeParameter value) { throw null; }
CopyTo(System.CodeDom.CodeTypeParameter[] array, int index)1280         public void CopyTo(System.CodeDom.CodeTypeParameter[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeParameter value)1281         public int IndexOf(System.CodeDom.CodeTypeParameter value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeParameter value)1282         public void Insert(int index, System.CodeDom.CodeTypeParameter value) { }
Remove(System.CodeDom.CodeTypeParameter value)1283         public void Remove(System.CodeDom.CodeTypeParameter value) { }
1284     }
1285     [System.SerializableAttribute]
1286     public partial class CodeTypeReference : System.CodeDom.CodeObject
1287     {
CodeTypeReference()1288         public CodeTypeReference() { }
CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter)1289         public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) { }
CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank)1290         public CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank) { }
CodeTypeReference(string typeName)1291         public CodeTypeReference(string typeName) { }
CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption)1292         public CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) { }
CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments)1293         public CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments) { }
CodeTypeReference(string baseType, int rank)1294         public CodeTypeReference(string baseType, int rank) { }
CodeTypeReference(System.Type type)1295         public CodeTypeReference(System.Type type) { }
CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption)1296         public CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) { }
1297         public System.CodeDom.CodeTypeReference ArrayElementType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1298         public int ArrayRank { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1299         public string BaseType { get { throw null; } set { } }
1300         public System.CodeDom.CodeTypeReferenceOptions Options { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1301         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
1302     }
1303     [System.SerializableAttribute]
1304     public partial class CodeTypeReferenceCollection : System.Collections.CollectionBase
1305     {
CodeTypeReferenceCollection()1306         public CodeTypeReferenceCollection() { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value)1307         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value) { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value)1308         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value) { }
1309         public System.CodeDom.CodeTypeReference this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeReference value)1310         public int Add(System.CodeDom.CodeTypeReference value) { throw null; }
Add(string value)1311         public void Add(string value) { }
Add(System.Type value)1312         public void Add(System.Type value) { }
AddRange(System.CodeDom.CodeTypeReferenceCollection value)1313         public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) { }
AddRange(System.CodeDom.CodeTypeReference[] value)1314         public void AddRange(System.CodeDom.CodeTypeReference[] value) { }
Contains(System.CodeDom.CodeTypeReference value)1315         public bool Contains(System.CodeDom.CodeTypeReference value) { throw null; }
CopyTo(System.CodeDom.CodeTypeReference[] array, int index)1316         public void CopyTo(System.CodeDom.CodeTypeReference[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeReference value)1317         public int IndexOf(System.CodeDom.CodeTypeReference value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeReference value)1318         public void Insert(int index, System.CodeDom.CodeTypeReference value) { }
Remove(System.CodeDom.CodeTypeReference value)1319         public void Remove(System.CodeDom.CodeTypeReference value) { }
1320     }
1321     [System.SerializableAttribute]
1322     public partial class CodeTypeReferenceExpression : System.CodeDom.CodeExpression
1323     {
CodeTypeReferenceExpression()1324         public CodeTypeReferenceExpression() { }
CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type)1325         public CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeReferenceExpression(string type)1326         public CodeTypeReferenceExpression(string type) { }
CodeTypeReferenceExpression(System.Type type)1327         public CodeTypeReferenceExpression(System.Type type) { }
1328         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1329     }
1330     [System.FlagsAttribute]
1331     [System.SerializableAttribute]
1332     public enum CodeTypeReferenceOptions
1333     {
1334         GenericTypeParameter = 2,
1335         GlobalReference = 1,
1336     }
1337     [System.SerializableAttribute]
1338     public partial class CodeVariableDeclarationStatement : System.CodeDom.CodeStatement
1339     {
CodeVariableDeclarationStatement()1340         public CodeVariableDeclarationStatement() { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name)1341         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name) { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression)1342         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(string type, string name)1343         public CodeVariableDeclarationStatement(string type, string name) { }
CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression)1344         public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(System.Type type, string name)1345         public CodeVariableDeclarationStatement(System.Type type, string name) { }
CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression)1346         public CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression) { }
1347         public System.CodeDom.CodeExpression InitExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1348         public string Name { get { throw null; } set { } }
1349         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1350     }
1351     [System.SerializableAttribute]
1352     public partial class CodeVariableReferenceExpression : System.CodeDom.CodeExpression
1353     {
CodeVariableReferenceExpression()1354         public CodeVariableReferenceExpression() { }
CodeVariableReferenceExpression(string variableName)1355         public CodeVariableReferenceExpression(string variableName) { }
1356         public string VariableName { get { throw null; } set { } }
1357     }
1358     [System.SerializableAttribute]
1359     public enum FieldDirection
1360     {
1361         In = 0,
1362         Out = 1,
1363         Ref = 2,
1364     }
1365     [System.SerializableAttribute]
1366     public enum MemberAttributes
1367     {
1368         Abstract = 1,
1369         AccessMask = 61440,
1370         Assembly = 4096,
1371         Const = 5,
1372         Family = 12288,
1373         FamilyAndAssembly = 8192,
1374         FamilyOrAssembly = 16384,
1375         Final = 2,
1376         New = 16,
1377         Overloaded = 256,
1378         Override = 4,
1379         Private = 20480,
1380         Public = 24576,
1381         ScopeMask = 15,
1382         Static = 3,
1383         VTableMask = 240,
1384     }
1385 }
1386 namespace System.CodeDom.Compiler
1387 {
1388     public abstract partial class CodeCompiler : System.CodeDom.Compiler.CodeGenerator, System.CodeDom.Compiler.ICodeCompiler
1389     {
CodeCompiler()1390         protected CodeCompiler() { }
1391         protected abstract string CompilerName { get; }
1392         protected abstract string FileExtension { get; }
CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options)1393         protected abstract string CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options);
FromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e)1394         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)1395         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)1396         protected virtual System.CodeDom.Compiler.CompilerResults FromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName) { throw null; }
FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1397         protected virtual System.CodeDom.Compiler.CompilerResults FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames) { throw null; }
FromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1398         protected virtual System.CodeDom.Compiler.CompilerResults FromSource(System.CodeDom.Compiler.CompilerParameters options, string source) { throw null; }
FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1399         protected virtual System.CodeDom.Compiler.CompilerResults FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs)1400         protected virtual string GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs) { throw null; }
JoinStringArray(string[] sa, string separator)1401         protected static string JoinStringArray(string[] sa, string separator) { throw null; }
ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults results, string line)1402         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)1403         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)1404         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)1405         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)1406         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)1407         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)1408         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
1409     }
1410     public abstract partial class CodeDomProvider : System.ComponentModel.Component
1411     {
CodeDomProvider()1412         protected CodeDomProvider() { }
1413         public virtual string FileExtension { get { throw null; } }
1414         public virtual System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } }
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, params System.CodeDom.CodeCompileUnit[] compilationUnits)1415         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)1416         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)1417         public virtual System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, params string[] sources) { throw null; }
1418         [System.ObsoleteAttribute("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")]
CreateCompiler()1419         public abstract System.CodeDom.Compiler.ICodeCompiler CreateCompiler();
CreateEscapedIdentifier(string value)1420         public virtual string CreateEscapedIdentifier(string value) { throw null; }
1421         [System.ObsoleteAttribute("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")]
CreateGenerator()1422         public abstract System.CodeDom.Compiler.ICodeGenerator CreateGenerator();
CreateGenerator(System.IO.TextWriter output)1423         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(System.IO.TextWriter output) { throw null; }
CreateGenerator(string fileName)1424         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(string fileName) { throw null; }
1425         [System.ObsoleteAttribute("Callers should not use the ICodeParser interface and should instead use the methods directly on the CodeDomProvider class. Those inheriting from CodeDomProvider must still implement this interface, and should exclude this warning or also obsolete this method.")]
CreateParser()1426         public virtual System.CodeDom.Compiler.ICodeParser CreateParser() { throw null; }
CreateProvider(string language)1427         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) { throw null; }
CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions)1428         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
CreateValidIdentifier(string value)1429         public virtual string CreateValidIdentifier(string value) { throw null; }
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1430         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)1431         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)1432         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)1433         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)1434         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)1435         public virtual void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration codeType, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GetAllCompilerInfo()1436         public static System.CodeDom.Compiler.CompilerInfo[] GetAllCompilerInfo() { throw null; }
GetCompilerInfo(string language)1437         public static System.CodeDom.Compiler.CompilerInfo GetCompilerInfo(string language) { throw null; }
GetConverter(System.Type type)1438         public virtual System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
GetLanguageFromExtension(string extension)1439         public static string GetLanguageFromExtension(string extension) { throw null; }
GetTypeOutput(System.CodeDom.CodeTypeReference type)1440         public virtual string GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
IsDefinedExtension(string extension)1441         public static bool IsDefinedExtension(string extension) { throw null; }
IsDefinedLanguage(string language)1442         public static bool IsDefinedLanguage(string language) { throw null; }
IsValidIdentifier(string value)1443         public virtual bool IsValidIdentifier(string value) { throw null; }
Parse(System.IO.TextReader codeStream)1444         public virtual System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream) { throw null; }
Supports(System.CodeDom.Compiler.GeneratorSupport generatorSupport)1445         public virtual bool Supports(System.CodeDom.Compiler.GeneratorSupport generatorSupport) { throw null; }
1446     }
1447     public abstract partial class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator
1448     {
CodeGenerator()1449         protected CodeGenerator() { }
1450         protected System.CodeDom.CodeTypeDeclaration CurrentClass { get { throw null; } }
1451         protected System.CodeDom.CodeTypeMember CurrentMember { get { throw null; } }
1452         protected string CurrentMemberName { get { throw null; } }
1453         protected string CurrentTypeName { get { throw null; } }
1454         protected int Indent { get { throw null; } set { } }
1455         protected bool IsCurrentClass { get { throw null; } }
1456         protected bool IsCurrentDelegate { get { throw null; } }
1457         protected bool IsCurrentEnum { get { throw null; } }
1458         protected bool IsCurrentInterface { get { throw null; } }
1459         protected bool IsCurrentStruct { get { throw null; } }
1460         protected abstract string NullToken { get; }
1461         protected System.CodeDom.Compiler.CodeGeneratorOptions Options { get { throw null; } }
1462         protected System.IO.TextWriter Output { get { throw null; } }
ContinueOnNewLine(string st)1463         protected virtual void ContinueOnNewLine(string st) { }
CreateEscapedIdentifier(string value)1464         protected abstract string CreateEscapedIdentifier(string value);
CreateValidIdentifier(string value)1465         protected abstract string CreateValidIdentifier(string value);
GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e)1466         protected abstract void GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e);
GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e)1467         protected abstract void GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e);
GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e)1468         protected abstract void GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e);
GenerateAssignStatement(System.CodeDom.CodeAssignStatement e)1469         protected abstract void GenerateAssignStatement(System.CodeDom.CodeAssignStatement e);
GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement e)1470         protected abstract void GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement e);
GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes)1471         protected abstract void GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes)1472         protected abstract void GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e)1473         protected abstract void GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e);
GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e)1474         protected virtual void GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e) { }
GenerateCastExpression(System.CodeDom.CodeCastExpression e)1475         protected abstract void GenerateCastExpression(System.CodeDom.CodeCastExpression e);
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1476         public virtual void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateComment(System.CodeDom.CodeComment e)1477         protected abstract void GenerateComment(System.CodeDom.CodeComment e);
GenerateCommentStatement(System.CodeDom.CodeCommentStatement e)1478         protected virtual void GenerateCommentStatement(System.CodeDom.CodeCommentStatement e) { }
GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e)1479         protected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e) { }
GenerateCompileUnit(System.CodeDom.CodeCompileUnit e)1480         protected virtual void GenerateCompileUnit(System.CodeDom.CodeCompileUnit e) { }
GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit e)1481         protected virtual void GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit e) { }
GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit e)1482         protected virtual void GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit e) { }
GenerateConditionStatement(System.CodeDom.CodeConditionStatement e)1483         protected abstract void GenerateConditionStatement(System.CodeDom.CodeConditionStatement e);
GenerateConstructor(System.CodeDom.CodeConstructor e, System.CodeDom.CodeTypeDeclaration c)1484         protected abstract void GenerateConstructor(System.CodeDom.CodeConstructor e, System.CodeDom.CodeTypeDeclaration c);
GenerateDecimalValue(decimal d)1485         protected virtual void GenerateDecimalValue(decimal d) { }
GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e)1486         protected virtual void GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e) { }
GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e)1487         protected abstract void GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e);
GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e)1488         protected abstract void GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e);
GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e)1489         protected virtual void GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e) { }
GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives)1490         protected virtual void GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives) { }
GenerateDoubleValue(double d)1491         protected virtual void GenerateDoubleValue(double d) { }
GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod e, System.CodeDom.CodeTypeDeclaration c)1492         protected abstract void GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod e, System.CodeDom.CodeTypeDeclaration c);
GenerateEvent(System.CodeDom.CodeMemberEvent e, System.CodeDom.CodeTypeDeclaration c)1493         protected abstract void GenerateEvent(System.CodeDom.CodeMemberEvent e, System.CodeDom.CodeTypeDeclaration c);
GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e)1494         protected abstract void GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e);
GenerateExpression(System.CodeDom.CodeExpression e)1495         protected void GenerateExpression(System.CodeDom.CodeExpression e) { }
GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement e)1496         protected abstract void GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement e);
GenerateField(System.CodeDom.CodeMemberField e)1497         protected abstract void GenerateField(System.CodeDom.CodeMemberField e);
GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e)1498         protected abstract void GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e);
GenerateGotoStatement(System.CodeDom.CodeGotoStatement e)1499         protected abstract void GenerateGotoStatement(System.CodeDom.CodeGotoStatement e);
GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e)1500         protected abstract void GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e);
GenerateIterationStatement(System.CodeDom.CodeIterationStatement e)1501         protected abstract void GenerateIterationStatement(System.CodeDom.CodeIterationStatement e);
GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement e)1502         protected abstract void GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement e);
GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma e)1503         protected abstract void GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma e);
GenerateLinePragmaStart(System.CodeDom.CodeLinePragma e)1504         protected abstract void GenerateLinePragmaStart(System.CodeDom.CodeLinePragma e);
GenerateMethod(System.CodeDom.CodeMemberMethod e, System.CodeDom.CodeTypeDeclaration c)1505         protected abstract void GenerateMethod(System.CodeDom.CodeMemberMethod e, System.CodeDom.CodeTypeDeclaration c);
GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e)1506         protected abstract void GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e);
GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e)1507         protected abstract void GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e);
GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e)1508         protected abstract void GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e);
GenerateNamespace(System.CodeDom.CodeNamespace e)1509         protected virtual void GenerateNamespace(System.CodeDom.CodeNamespace e) { }
GenerateNamespaceEnd(System.CodeDom.CodeNamespace e)1510         protected abstract void GenerateNamespaceEnd(System.CodeDom.CodeNamespace e);
GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport e)1511         protected abstract void GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport e);
GenerateNamespaceImports(System.CodeDom.CodeNamespace e)1512         protected void GenerateNamespaceImports(System.CodeDom.CodeNamespace e) { }
GenerateNamespaces(System.CodeDom.CodeCompileUnit e)1513         protected void GenerateNamespaces(System.CodeDom.CodeCompileUnit e) { }
GenerateNamespaceStart(System.CodeDom.CodeNamespace e)1514         protected abstract void GenerateNamespaceStart(System.CodeDom.CodeNamespace e);
GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e)1515         protected abstract void GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e);
GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e)1516         protected virtual void GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e) { }
GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e)1517         protected virtual void GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e) { }
GenerateProperty(System.CodeDom.CodeMemberProperty e, System.CodeDom.CodeTypeDeclaration c)1518         protected abstract void GenerateProperty(System.CodeDom.CodeMemberProperty e, System.CodeDom.CodeTypeDeclaration c);
GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e)1519         protected abstract void GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e);
GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e)1520         protected abstract void GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e);
GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement e)1521         protected abstract void GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement e);
GenerateSingleFloatValue(float s)1522         protected virtual void GenerateSingleFloatValue(float s) { }
GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e)1523         protected virtual void GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e) { }
GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e)1524         protected abstract void GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e);
GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e)1525         protected abstract void GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e);
GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e)1526         protected virtual void GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e) { }
GenerateStatement(System.CodeDom.CodeStatement e)1527         protected void GenerateStatement(System.CodeDom.CodeStatement e) { }
GenerateStatements(System.CodeDom.CodeStatementCollection stms)1528         protected void GenerateStatements(System.CodeDom.CodeStatementCollection stms) { }
GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e)1529         protected abstract void GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e);
GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e)1530         protected abstract void GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e);
GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e)1531         protected abstract void GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e);
GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor e)1532         protected abstract void GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor e);
GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration e)1533         protected abstract void GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration e);
GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e)1534         protected virtual void GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e) { }
GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e)1535         protected virtual void GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e) { }
GenerateTypes(System.CodeDom.CodeNamespace e)1536         protected void GenerateTypes(System.CodeDom.CodeNamespace e) { }
GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e)1537         protected abstract void GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e);
GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e)1538         protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e);
GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e)1539         protected abstract void GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e);
GetTypeOutput(System.CodeDom.CodeTypeReference value)1540         protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference value);
IsValidIdentifier(string value)1541         protected abstract bool IsValidIdentifier(string value);
IsValidLanguageIndependentIdentifier(string value)1542         public static bool IsValidLanguageIndependentIdentifier(string value) { throw null; }
OutputAttributeArgument(System.CodeDom.CodeAttributeArgument arg)1543         protected virtual void OutputAttributeArgument(System.CodeDom.CodeAttributeArgument arg) { }
OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes)1544         protected virtual void OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes) { }
OutputDirection(System.CodeDom.FieldDirection dir)1545         protected virtual void OutputDirection(System.CodeDom.FieldDirection dir) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions)1546         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newlineBetweenItems)1547         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newlineBetweenItems) { }
OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes)1548         protected virtual void OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputIdentifier(string ident)1549         protected virtual void OutputIdentifier(string ident) { }
OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes)1550         protected virtual void OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes) { }
OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes)1551         protected virtual void OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputOperator(System.CodeDom.CodeBinaryOperatorType op)1552         protected virtual void OutputOperator(System.CodeDom.CodeBinaryOperatorType op) { }
OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters)1553         protected virtual void OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters) { }
OutputType(System.CodeDom.CodeTypeReference typeRef)1554         protected abstract void OutputType(System.CodeDom.CodeTypeReference typeRef);
OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum)1555         protected virtual void OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum) { }
OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name)1556         protected virtual void OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name) { }
QuoteSnippetString(string value)1557         protected abstract string QuoteSnippetString(string value);
Supports(System.CodeDom.Compiler.GeneratorSupport support)1558         protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport support);
System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value)1559         string System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value)1560         string System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1561         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1562         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1563         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1564         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o) { }
System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1565         void System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o) { }
System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type)1566         string System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value)1567         bool System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support)1568         bool System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value)1569         void System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value) { }
ValidateIdentifier(string value)1570         protected virtual void ValidateIdentifier(string value) { }
ValidateIdentifiers(System.CodeDom.CodeObject e)1571         public static void ValidateIdentifiers(System.CodeDom.CodeObject e) { }
1572     }
1573     public partial class CodeGeneratorOptions
1574     {
CodeGeneratorOptions()1575         public CodeGeneratorOptions() { }
1576         public bool BlankLinesBetweenMembers { get { throw null; } set { } }
1577         public string BracingStyle { get { throw null; } set { } }
1578         public bool ElseOnClosing { get { throw null; } set { } }
1579         public string IndentString { get { throw null; } set { } }
1580         public object this[string index] { get { throw null; } set { } }
1581         public bool VerbatimOrder { get { throw null; } set { } }
1582     }
1583     public abstract partial class CodeParser : System.CodeDom.Compiler.ICodeParser
1584     {
CodeParser()1585         protected CodeParser() { }
Parse(System.IO.TextReader codeStream)1586         public abstract System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1587     }
1588     [System.SerializableAttribute]
1589     public partial class CompilerError
1590     {
CompilerError()1591         public CompilerError() { }
CompilerError(string fileName, int line, int column, string errorNumber, string errorText)1592         public CompilerError(string fileName, int line, int column, string errorNumber, string errorText) { }
1593         public int Column { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1594         public string ErrorNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1595         public string ErrorText { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1596         public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1597         public bool IsWarning { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1598         public int Line { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
ToString()1599         public override string ToString() { throw null; }
1600     }
1601     [System.SerializableAttribute]
1602     public partial class CompilerErrorCollection : System.Collections.CollectionBase
1603     {
CompilerErrorCollection()1604         public CompilerErrorCollection() { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value)1605         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value) { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value)1606         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value) { }
1607         public bool HasErrors { get { throw null; } }
1608         public bool HasWarnings { get { throw null; } }
1609         public System.CodeDom.Compiler.CompilerError this[int index] { get { throw null; } set { } }
Add(System.CodeDom.Compiler.CompilerError value)1610         public int Add(System.CodeDom.Compiler.CompilerError value) { throw null; }
AddRange(System.CodeDom.Compiler.CompilerErrorCollection value)1611         public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) { }
AddRange(System.CodeDom.Compiler.CompilerError[] value)1612         public void AddRange(System.CodeDom.Compiler.CompilerError[] value) { }
Contains(System.CodeDom.Compiler.CompilerError value)1613         public bool Contains(System.CodeDom.Compiler.CompilerError value) { throw null; }
CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index)1614         public void CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index) { }
IndexOf(System.CodeDom.Compiler.CompilerError value)1615         public int IndexOf(System.CodeDom.Compiler.CompilerError value) { throw null; }
Insert(int index, System.CodeDom.Compiler.CompilerError value)1616         public void Insert(int index, System.CodeDom.Compiler.CompilerError value) { }
Remove(System.CodeDom.Compiler.CompilerError value)1617         public void Remove(System.CodeDom.Compiler.CompilerError value) { }
1618     }
1619     public sealed partial class CompilerInfo
1620     {
CompilerInfo()1621         internal CompilerInfo() { }
1622         public System.Type CodeDomProviderType { get { throw null; } }
1623         public bool IsCodeDomProviderTypeValid { get { throw null; } }
CreateDefaultCompilerParameters()1624         public System.CodeDom.Compiler.CompilerParameters CreateDefaultCompilerParameters() { throw null; }
CreateProvider()1625         public System.CodeDom.Compiler.CodeDomProvider CreateProvider() { throw null; }
CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)1626         public System.CodeDom.Compiler.CodeDomProvider CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
Equals(object o)1627         public override bool Equals(object o) { throw null; }
GetExtensions()1628         public string[] GetExtensions() { throw null; }
GetHashCode()1629         public override int GetHashCode() { throw null; }
GetLanguages()1630         public string[] GetLanguages() { throw null; }
1631     }
1632     [System.SerializableAttribute]
1633     public partial class CompilerParameters
1634     {
CompilerParameters()1635         public CompilerParameters() { }
CompilerParameters(string[] assemblyNames)1636         public CompilerParameters(string[] assemblyNames) { }
CompilerParameters(string[] assemblyNames, string outputName)1637         public CompilerParameters(string[] assemblyNames, string outputName) { }
CompilerParameters(string[] assemblyNames, string outputName, bool includeDebugInformation)1638         public CompilerParameters(string[] assemblyNames, string outputName, bool includeDebugInformation) { }
1639         public string CompilerOptions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1640         public string CoreAssemblyFileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1641         public System.Collections.Specialized.StringCollection EmbeddedResources { get { throw null; } }
1642         [System.ObsoleteAttribute("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")]
1643         public System.Security.Policy.Evidence Evidence { get { throw null; } set { } }
1644         public bool GenerateExecutable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1645         public bool GenerateInMemory { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1646         public bool IncludeDebugInformation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1647         public System.Collections.Specialized.StringCollection LinkedResources { get { throw null; } }
1648         public string MainClass { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1649         public string OutputAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1650         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
1651         public System.CodeDom.Compiler.TempFileCollection TempFiles { get { throw null; } set { } }
1652         public bool TreatWarningsAsErrors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1653         public System.IntPtr UserToken { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1654         public int WarningLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1655         public string Win32Resource { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1656     }
1657     [System.SerializableAttribute]
1658     public partial class CompilerResults
1659     {
CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles)1660         public CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles) { }
1661         public System.Reflection.Assembly CompiledAssembly { get { throw null; } set { } }
1662         public System.CodeDom.Compiler.CompilerErrorCollection Errors { get { throw null; } }
1663         [System.ObsoleteAttribute("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")]
1664         public System.Security.Policy.Evidence Evidence { get { throw null; } set { } }
1665         public int NativeCompilerReturnValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1666         public System.Collections.Specialized.StringCollection Output { get { throw null; } }
1667         public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1668         public System.CodeDom.Compiler.TempFileCollection TempFiles { get { throw null; } set { } }
1669     }
1670     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1671     public static partial class Executor
1672     {
ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles)1673         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)1674         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1675         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, ControlPrincipal=true)]
1676         [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)1677         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1678         [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)1679         public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1680         [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)1681         public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1682     }
1683     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), Inherited=false, AllowMultiple=false)]
1684     public sealed partial class GeneratedCodeAttribute : System.Attribute
1685     {
GeneratedCodeAttribute(string tool, string version)1686         public GeneratedCodeAttribute(string tool, string version) { }
1687         public string Tool { get { throw null; } }
1688         public string Version { get { throw null; } }
1689     }
1690     [System.FlagsAttribute]
1691     [System.SerializableAttribute]
1692     public enum GeneratorSupport
1693     {
1694         ArraysOfArrays = 1,
1695         AssemblyAttributes = 4096,
1696         ChainedConstructorArguments = 32768,
1697         ComplexExpressions = 524288,
1698         DeclareDelegates = 512,
1699         DeclareEnums = 256,
1700         DeclareEvents = 2048,
1701         DeclareIndexerProperties = 33554432,
1702         DeclareInterfaces = 1024,
1703         DeclareValueTypes = 128,
1704         EntryPointMethod = 2,
1705         GenericTypeDeclaration = 16777216,
1706         GenericTypeReference = 8388608,
1707         GotoStatements = 4,
1708         MultidimensionalArrays = 8,
1709         MultipleInterfaceMembers = 131072,
1710         NestedTypes = 65536,
1711         ParameterAttributes = 8192,
1712         PartialTypes = 4194304,
1713         PublicStaticMembers = 262144,
1714         ReferenceParameters = 16384,
1715         Resources = 2097152,
1716         ReturnTypeAttributes = 64,
1717         StaticConstructors = 16,
1718         TryCatchStatements = 32,
1719         Win32Resources = 1048576,
1720     }
1721     public partial interface ICodeCompiler
1722     {
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit)1723         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit);
CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] compilationUnits)1724         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] compilationUnits);
CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName)1725         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName);
CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1726         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames);
CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1727         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source);
CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1728         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources);
1729     }
1730     public partial interface ICodeGenerator
1731     {
CreateEscapedIdentifier(string value)1732         string CreateEscapedIdentifier(string value);
CreateValidIdentifier(string value)1733         string CreateValidIdentifier(string value);
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1734         void GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
GenerateCodeFromExpression(System.CodeDom.CodeExpression e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1735         void GenerateCodeFromExpression(System.CodeDom.CodeExpression e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
GenerateCodeFromNamespace(System.CodeDom.CodeNamespace e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1736         void GenerateCodeFromNamespace(System.CodeDom.CodeNamespace e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
GenerateCodeFromStatement(System.CodeDom.CodeStatement e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1737         void GenerateCodeFromStatement(System.CodeDom.CodeStatement e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1738         void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
GetTypeOutput(System.CodeDom.CodeTypeReference type)1739         string GetTypeOutput(System.CodeDom.CodeTypeReference type);
IsValidIdentifier(string value)1740         bool IsValidIdentifier(string value);
Supports(System.CodeDom.Compiler.GeneratorSupport supports)1741         bool Supports(System.CodeDom.Compiler.GeneratorSupport supports);
ValidateIdentifier(string value)1742         void ValidateIdentifier(string value);
1743     }
1744     public partial interface ICodeParser
1745     {
Parse(System.IO.TextReader codeStream)1746         System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1747     }
1748     public partial class IndentedTextWriter : System.IO.TextWriter
1749     {
1750         public const string DefaultTabString = "    ";
IndentedTextWriter(System.IO.TextWriter writer)1751         public IndentedTextWriter(System.IO.TextWriter writer) { }
IndentedTextWriter(System.IO.TextWriter writer, string tabString)1752         public IndentedTextWriter(System.IO.TextWriter writer, string tabString) { }
1753         public override System.Text.Encoding Encoding { get { throw null; } }
1754         public int Indent { get { throw null; } set { } }
1755         public System.IO.TextWriter InnerWriter { get { throw null; } }
1756         public override string NewLine { get { throw null; } set { } }
Close()1757         public override void Close() { }
Flush()1758         public override void Flush() { }
OutputTabs()1759         protected virtual void OutputTabs() { }
Write(bool value)1760         public override void Write(bool value) { }
Write(char value)1761         public override void Write(char value) { }
Write(char[] buffer)1762         public override void Write(char[] buffer) { }
Write(char[] buffer, int index, int count)1763         public override void Write(char[] buffer, int index, int count) { }
Write(double value)1764         public override void Write(double value) { }
Write(int value)1765         public override void Write(int value) { }
Write(long value)1766         public override void Write(long value) { }
Write(object value)1767         public override void Write(object value) { }
Write(float value)1768         public override void Write(float value) { }
Write(string s)1769         public override void Write(string s) { }
Write(string format, object arg0)1770         public override void Write(string format, object arg0) { }
Write(string format, object arg0, object arg1)1771         public override void Write(string format, object arg0, object arg1) { }
Write(string format, params object[] arg)1772         public override void Write(string format, params object[] arg) { }
WriteLine()1773         public override void WriteLine() { }
WriteLine(bool value)1774         public override void WriteLine(bool value) { }
WriteLine(char value)1775         public override void WriteLine(char value) { }
WriteLine(char[] buffer)1776         public override void WriteLine(char[] buffer) { }
WriteLine(char[] buffer, int index, int count)1777         public override void WriteLine(char[] buffer, int index, int count) { }
WriteLine(double value)1778         public override void WriteLine(double value) { }
WriteLine(int value)1779         public override void WriteLine(int value) { }
WriteLine(long value)1780         public override void WriteLine(long value) { }
WriteLine(object value)1781         public override void WriteLine(object value) { }
WriteLine(float value)1782         public override void WriteLine(float value) { }
WriteLine(string s)1783         public override void WriteLine(string s) { }
WriteLine(string format, object arg0)1784         public override void WriteLine(string format, object arg0) { }
WriteLine(string format, object arg0, object arg1)1785         public override void WriteLine(string format, object arg0, object arg1) { }
WriteLine(string format, params object[] arg)1786         public override void WriteLine(string format, params object[] arg) { }
1787         [System.CLSCompliantAttribute(false)]
WriteLine(uint value)1788         public override void WriteLine(uint value) { }
WriteLineNoTabs(string s)1789         public void WriteLineNoTabs(string s) { }
1790     }
1791     [System.FlagsAttribute]
1792     [System.SerializableAttribute]
1793     public enum LanguageOptions
1794     {
1795         CaseInsensitive = 1,
1796         None = 0,
1797     }
1798     public partial class TempFileCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
1799     {
TempFileCollection()1800         public TempFileCollection() { }
TempFileCollection(string tempDir)1801         public TempFileCollection(string tempDir) { }
TempFileCollection(string tempDir, bool keepFiles)1802         public TempFileCollection(string tempDir, bool keepFiles) { }
1803         public string BasePath { get { throw null; } }
1804         public int Count { get { throw null; } }
1805         public bool KeepFiles { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1806         int System.Collections.ICollection.Count { get { throw null; } }
1807         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1808         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1809         public string TempDir { get { throw null; } }
AddExtension(string fileExtension)1810         public string AddExtension(string fileExtension) { throw null; }
AddExtension(string fileExtension, bool keepFile)1811         public string AddExtension(string fileExtension, bool keepFile) { throw null; }
AddFile(string fileName, bool keepFile)1812         public void AddFile(string fileName, bool keepFile) { }
CopyTo(string[] fileNames, int start)1813         public void CopyTo(string[] fileNames, int start) { }
Delete()1814         public void Delete() { }
Dispose(bool disposing)1815         protected virtual void Dispose(bool disposing) { }
~TempFileCollection()1816         ~TempFileCollection() { }
GetEnumerator()1817         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int start)1818         void System.Collections.ICollection.CopyTo(System.Array array, int start) { }
System.Collections.IEnumerable.GetEnumerator()1819         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.IDisposable.Dispose()1820         void System.IDisposable.Dispose() { }
1821     }
1822 }
1823 namespace System.Collections.Concurrent
1824 {
1825     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}, Type = {_collection}")]
1826     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Concurrent.BlockingCollectionDebugView<T>")]
1827     public partial class BlockingCollection<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
1828     {
BlockingCollection()1829         public BlockingCollection() { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection)1830         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection) { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity)1831         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity) { }
BlockingCollection(int boundedCapacity)1832         public BlockingCollection(int boundedCapacity) { }
1833         public int BoundedCapacity { get { throw null; } }
1834         public int Count { get { throw null; } }
1835         public bool IsAddingCompleted { get { throw null; } }
1836         public bool IsCompleted { get { throw null; } }
1837         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1838         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)1839         public void Add(T item) { }
Add(T item, System.Threading.CancellationToken cancellationToken)1840         public void Add(T item, System.Threading.CancellationToken cancellationToken) { }
AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)1841         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)1842         public static int AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.Threading.CancellationToken cancellationToken) { throw null; }
CompleteAdding()1843         public void CompleteAdding() { }
CopyTo(T[] array, int index)1844         public void CopyTo(T[] array, int index) { }
Dispose()1845         public void Dispose() { }
Dispose(bool disposing)1846         protected virtual void Dispose(bool disposing) { }
GetConsumingEnumerable()1847         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable() { throw null; }
GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken)1848         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken) { throw null; }
GetEnumerator()1849         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1850         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1851         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
Take()1852         public T Take() { throw null; }
Take(System.Threading.CancellationToken cancellationToken)1853         public T Take(System.Threading.CancellationToken cancellationToken) { throw null; }
TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)1854         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)1855         public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
ToArray()1856         public T[] ToArray() { throw null; }
TryAdd(T item)1857         public bool TryAdd(T item) { throw null; }
TryAdd(T item, int millisecondsTimeout)1858         public bool TryAdd(T item, int millisecondsTimeout) { throw null; }
TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)1859         public bool TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
TryAdd(T item, System.TimeSpan timeout)1860         public bool TryAdd(T item, System.TimeSpan timeout) { throw null; }
TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)1861         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)1862         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)1863         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)1864         public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.TimeSpan timeout) { throw null; }
TryTake(out T item)1865         public bool TryTake(out T item) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout)1866         public bool TryTake(out T item, int millisecondsTimeout) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)1867         public bool TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
TryTake(out T item, System.TimeSpan timeout)1868         public bool TryTake(out T item, System.TimeSpan timeout) { item = default(T); throw null; }
TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)1869         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)1870         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)1871         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)1872         public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.TimeSpan timeout) { item = default(T); throw null; }
1873     }
1874     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
1875     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Concurrent.IProducerConsumerCollectionDebugView<T>")]
1876     [System.SerializableAttribute]
1877     public partial class ConcurrentBag<T> : System.Collections.Concurrent.IProducerConsumerCollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
1878     {
ConcurrentBag()1879         public ConcurrentBag() { }
ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection)1880         public ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection) { }
1881         public int Count { get { throw null; } }
1882         public bool IsEmpty { get { throw null; } }
1883         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1884         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)1885         public void Add(T item) { }
CopyTo(T[] array, int index)1886         public void CopyTo(T[] array, int index) { }
GetEnumerator()1887         public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
TryAdd(T item)1888         bool System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd(T item) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1889         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1890         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()1891         public T[] ToArray() { throw null; }
TryPeek(out T result)1892         public bool TryPeek(out T result) { result = default(T); throw null; }
TryTake(out T result)1893         public bool TryTake(out T result) { result = default(T); throw null; }
1894     }
1895 }
1896 namespace System.Collections.Generic
1897 {
1898     public partial interface ISet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
1899     {
Add(T item)1900         new bool Add(T item);
ExceptWith(System.Collections.Generic.IEnumerable<T> other)1901         void ExceptWith(System.Collections.Generic.IEnumerable<T> other);
IntersectWith(System.Collections.Generic.IEnumerable<T> other)1902         void IntersectWith(System.Collections.Generic.IEnumerable<T> other);
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)1903         bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)1904         bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other);
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)1905         bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)1906         bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other);
Overlaps(System.Collections.Generic.IEnumerable<T> other)1907         bool Overlaps(System.Collections.Generic.IEnumerable<T> other);
SetEquals(System.Collections.Generic.IEnumerable<T> other)1908         bool SetEquals(System.Collections.Generic.IEnumerable<T> other);
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)1909         void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other);
UnionWith(System.Collections.Generic.IEnumerable<T> other)1910         void UnionWith(System.Collections.Generic.IEnumerable<T> other);
1911     }
1912     public sealed partial class LinkedListNode<T>
1913     {
LinkedListNode(T value)1914         public LinkedListNode(T value) { }
1915         public System.Collections.Generic.LinkedList<T> List { get { throw null; } }
1916         public System.Collections.Generic.LinkedListNode<T> Next { get { throw null; } }
1917         public System.Collections.Generic.LinkedListNode<T> Previous { get { throw null; } }
1918         public T Value { get { throw null; } set { } }
1919     }
1920     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
1921     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.ICollectionDebugView<T>")]
1922     [System.SerializableAttribute]
1923     public partial class LinkedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
1924     {
LinkedList()1925         public LinkedList() { }
LinkedList(System.Collections.Generic.IEnumerable<T> collection)1926         public LinkedList(System.Collections.Generic.IEnumerable<T> collection) { }
LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1927         protected LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1928         public int Count { get { throw null; } }
1929         public System.Collections.Generic.LinkedListNode<T> First { get { throw null; } }
1930         public System.Collections.Generic.LinkedListNode<T> Last { get { throw null; } }
1931         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
1932         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1933         object System.Collections.ICollection.SyncRoot { get { throw null; } }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode)1934         public void AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, T value)1935         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)1936         public void AddBefore(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value)1937         public System.Collections.Generic.LinkedListNode<T> AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value) { throw null; }
AddFirst(System.Collections.Generic.LinkedListNode<T> node)1938         public void AddFirst(System.Collections.Generic.LinkedListNode<T> node) { }
AddFirst(T value)1939         public System.Collections.Generic.LinkedListNode<T> AddFirst(T value) { throw null; }
AddLast(System.Collections.Generic.LinkedListNode<T> node)1940         public void AddLast(System.Collections.Generic.LinkedListNode<T> node) { }
AddLast(T value)1941         public System.Collections.Generic.LinkedListNode<T> AddLast(T value) { throw null; }
Clear()1942         public void Clear() { }
Contains(T value)1943         public bool Contains(T value) { throw null; }
CopyTo(T[] array, int index)1944         public void CopyTo(T[] array, int index) { }
Find(T value)1945         public System.Collections.Generic.LinkedListNode<T> Find(T value) { throw null; }
FindLast(T value)1946         public System.Collections.Generic.LinkedListNode<T> FindLast(T value) { throw null; }
GetEnumerator()1947         public System.Collections.Generic.LinkedList<T>.Enumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1948         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)1949         public virtual void OnDeserialization(object sender) { }
Remove(System.Collections.Generic.LinkedListNode<T> node)1950         public void Remove(System.Collections.Generic.LinkedListNode<T> node) { }
Remove(T value)1951         public bool Remove(T value) { throw null; }
RemoveFirst()1952         public void RemoveFirst() { }
RemoveLast()1953         public void RemoveLast() { }
Add(T value)1954         void System.Collections.Generic.ICollection<T>.Add(T value) { }
GetEnumerator()1955         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1956         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1957         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
1958         [System.SerializableAttribute]
1959         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1960         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
1961         {
1962             public T Current { get { throw null; } }
1963             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.LinkedList.Enumerator1964             public void Dispose() { }
MoveNextSystem.Collections.Generic.LinkedList.Enumerator1965             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.LinkedList.Enumerator1966             void System.Collections.IEnumerator.Reset() { }
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationSystem.Collections.Generic.LinkedList.Enumerator1967             void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectDataSystem.Collections.Generic.LinkedList.Enumerator1968             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1969         }
1970     }
1971     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
1972     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.QueueDebugView<T>")]
1973     [System.SerializableAttribute]
1974     public partial class Queue<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
1975     {
Queue()1976         public Queue() { }
Queue(System.Collections.Generic.IEnumerable<T> collection)1977         public Queue(System.Collections.Generic.IEnumerable<T> collection) { }
Queue(int capacity)1978         public Queue(int capacity) { }
1979         public int Count { get { throw null; } }
1980         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1981         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()1982         public void Clear() { }
Contains(T item)1983         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)1984         public void CopyTo(T[] array, int arrayIndex) { }
Dequeue()1985         public T Dequeue() { throw null; }
Enqueue(T item)1986         public void Enqueue(T item) { }
GetEnumerator()1987         public System.Collections.Generic.Queue<T>.Enumerator GetEnumerator() { throw null; }
Peek()1988         public T Peek() { throw null; }
GetEnumerator()1989         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1990         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1991         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()1992         public T[] ToArray() { throw null; }
TrimExcess()1993         public void TrimExcess() { }
1994         [System.SerializableAttribute]
1995         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1996         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
1997         {
1998             public T Current { get { throw null; } }
1999             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Queue.Enumerator2000             public void Dispose() { }
MoveNextSystem.Collections.Generic.Queue.Enumerator2001             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Queue.Enumerator2002             void System.Collections.IEnumerator.Reset() { }
2003         }
2004     }
2005     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2006     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.IDictionaryDebugView<K, V>")]
2007     [System.SerializableAttribute]
2008     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.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2009     {
SortedDictionary()2010         public SortedDictionary() { }
SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer)2011         public SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)2012         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)2013         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
2014         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
2015         public int Count { get { throw null; } }
2016         public TValue this[TKey key] { get { throw null; } set { } }
2017         public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection Keys { get { throw null; } }
2018         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2019         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2020         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2021         System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get { throw null; } }
2022         System.Collections.Generic.IEnumerable<TValue> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values { get { throw null; } }
2023         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2024         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2025         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2026         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2027         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2028         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2029         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2030         public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection Values { get { throw null; } }
Add(TKey key, TValue value)2031         public void Add(TKey key, TValue value) { }
Clear()2032         public void Clear() { }
ContainsKey(TKey key)2033         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2034         public bool ContainsValue(TValue value) { throw null; }
CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index)2035         public void CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index) { }
GetEnumerator()2036         public System.Collections.Generic.SortedDictionary<TKey, TValue>.Enumerator GetEnumerator() { throw null; }
Remove(TKey key)2037         public bool Remove(TKey key) { throw null; }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2038         void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { }
Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2039         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2040         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
GetEnumerator()2041         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)2042         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IDictionary.Add(object key, object value)2043         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2044         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2045         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2046         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2047         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TryGetValue(TKey key, out TValue value)2048         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2049         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2050         public partial struct Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IDictionaryEnumerator, System.Collections.IEnumerator, System.IDisposable
2051         {
2052             public System.Collections.Generic.KeyValuePair<TKey, TValue> Current { get { throw null; } }
2053             System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get { throw null; } }
2054             object System.Collections.IDictionaryEnumerator.Key { get { throw null; } }
2055             object System.Collections.IDictionaryEnumerator.Value { get { throw null; } }
2056             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.Enumerator2057             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.Enumerator2058             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.Enumerator2059             void System.Collections.IEnumerator.Reset() { }
2060         }
2061         [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2062         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.DictionaryKeyCollectionDebugView<TKey, TValue>")]
2063         [System.SerializableAttribute]
2064         public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.Collections.Generic.IEnumerable<TKey>, System.Collections.Generic.IReadOnlyCollection<TKey>, System.Collections.ICollection, System.Collections.IEnumerable
2065         {
KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2066             public KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2067             public int Count { get { throw null; } }
2068             bool System.Collections.Generic.ICollection<TKey>.IsReadOnly { get { throw null; } }
2069             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2070             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TKey[] array, int index)2071             public void CopyTo(TKey[] array, int index) { }
GetEnumerator()2072             public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection.Enumerator GetEnumerator() { throw null; }
Add(TKey item)2073             void System.Collections.Generic.ICollection<TKey>.Add(TKey item) { }
Clear()2074             void System.Collections.Generic.ICollection<TKey>.Clear() { }
Contains(TKey item)2075             bool System.Collections.Generic.ICollection<TKey>.Contains(TKey item) { throw null; }
Remove(TKey item)2076             bool System.Collections.Generic.ICollection<TKey>.Remove(TKey item) { throw null; }
GetEnumerator()2077             System.Collections.Generic.IEnumerator<TKey> System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2078             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2079             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2080             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2081             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TKey>, System.Collections.IEnumerator, System.IDisposable
2082             {
2083                 public TKey Current { get { throw null; } }
2084                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2085                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2086                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2087                 void System.Collections.IEnumerator.Reset() { }
2088             }
2089         }
2090         [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2091         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.DictionaryValueCollectionDebugView<TKey, TValue>")]
2092         [System.SerializableAttribute]
2093         public sealed partial class ValueCollection : System.Collections.Generic.ICollection<TValue>, System.Collections.Generic.IEnumerable<TValue>, System.Collections.Generic.IReadOnlyCollection<TValue>, System.Collections.ICollection, System.Collections.IEnumerable
2094         {
ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2095             public ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2096             public int Count { get { throw null; } }
2097             bool System.Collections.Generic.ICollection<TValue>.IsReadOnly { get { throw null; } }
2098             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2099             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TValue[] array, int index)2100             public void CopyTo(TValue[] array, int index) { }
GetEnumerator()2101             public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection.Enumerator GetEnumerator() { throw null; }
Add(TValue item)2102             void System.Collections.Generic.ICollection<TValue>.Add(TValue item) { }
Clear()2103             void System.Collections.Generic.ICollection<TValue>.Clear() { }
Contains(TValue item)2104             bool System.Collections.Generic.ICollection<TValue>.Contains(TValue item) { throw null; }
Remove(TValue item)2105             bool System.Collections.Generic.ICollection<TValue>.Remove(TValue item) { throw null; }
GetEnumerator()2106             System.Collections.Generic.IEnumerator<TValue> System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2107             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2108             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2109             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2110             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TValue>, System.Collections.IEnumerator, System.IDisposable
2111             {
2112                 public TValue Current { get { throw null; } }
2113                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2114                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2115                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2116                 void System.Collections.IEnumerator.Reset() { }
2117             }
2118         }
2119     }
2120     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2121     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.IDictionaryDebugView<K, V>")]
2122     [System.SerializableAttribute]
2123     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.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2124     {
SortedList()2125         public SortedList() { }
SortedList(System.Collections.Generic.IComparer<TKey> comparer)2126         public SortedList(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)2127         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)2128         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(int capacity)2129         public SortedList(int capacity) { }
SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer)2130         public SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer) { }
2131         public int Capacity { get { throw null; } set { } }
2132         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
2133         public int Count { get { throw null; } }
2134         public TValue this[TKey key] { get { throw null; } set { } }
2135         public System.Collections.Generic.IList<TKey> Keys { get { throw null; } }
2136         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2137         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2138         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2139         System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get { throw null; } }
2140         System.Collections.Generic.IEnumerable<TValue> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values { get { throw null; } }
2141         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2142         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2143         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2144         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2145         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2146         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2147         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2148         public System.Collections.Generic.IList<TValue> Values { get { throw null; } }
Add(TKey key, TValue value)2149         public void Add(TKey key, TValue value) { }
Clear()2150         public void Clear() { }
ContainsKey(TKey key)2151         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2152         public bool ContainsValue(TValue value) { throw null; }
GetEnumerator()2153         public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
IndexOfKey(TKey key)2154         public int IndexOfKey(TKey key) { throw null; }
IndexOfValue(TValue value)2155         public int IndexOfValue(TValue value) { throw null; }
Remove(TKey key)2156         public bool Remove(TKey key) { throw null; }
RemoveAt(int index)2157         public void RemoveAt(int index) { }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2158         void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { }
Contains(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2159         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)2160         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)2161         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
GetEnumerator()2162         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)2163         void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
System.Collections.IDictionary.Add(object key, object value)2164         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2165         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2166         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2167         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2168         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TrimExcess()2169         public void TrimExcess() { }
TryGetValue(TKey key, out TValue value)2170         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2171     }
2172     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2173     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.ICollectionDebugView<T>")]
2174     [System.SerializableAttribute]
2175     public partial class SortedSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.ISet<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2176     {
SortedSet()2177         public SortedSet() { }
SortedSet(System.Collections.Generic.IComparer<T> comparer)2178         public SortedSet(System.Collections.Generic.IComparer<T> comparer) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection)2179         public SortedSet(System.Collections.Generic.IEnumerable<T> collection) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection, System.Collections.Generic.IComparer<T> comparer)2180         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)2181         protected SortedSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2182         public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
2183         public int Count { get { throw null; } }
2184         public T Max { get { throw null; } }
2185         public T Min { get { throw null; } }
2186         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
2187         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2188         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2189         public bool Add(T item) { throw null; }
Clear()2190         public virtual void Clear() { }
Contains(T item)2191         public virtual bool Contains(T item) { throw null; }
CopyTo(T[] array)2192         public void CopyTo(T[] array) { }
CopyTo(T[] array, int index)2193         public void CopyTo(T[] array, int index) { }
CopyTo(T[] array, int index, int count)2194         public void CopyTo(T[] array, int index, int count) { }
CreateSetComparer()2195         public static System.Collections.Generic.IEqualityComparer<System.Collections.Generic.SortedSet<T>> CreateSetComparer() { throw null; }
CreateSetComparer(System.Collections.Generic.IEqualityComparer<T> memberEqualityComparer)2196         public static System.Collections.Generic.IEqualityComparer<System.Collections.Generic.SortedSet<T>> CreateSetComparer(System.Collections.Generic.IEqualityComparer<T> memberEqualityComparer) { throw null; }
ExceptWith(System.Collections.Generic.IEnumerable<T> other)2197         public void ExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
GetEnumerator()2198         public System.Collections.Generic.SortedSet<T>.Enumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2199         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetViewBetween(T lowerValue, T upperValue)2200         public virtual System.Collections.Generic.SortedSet<T> GetViewBetween(T lowerValue, T upperValue) { throw null; }
IntersectWith(System.Collections.Generic.IEnumerable<T> other)2201         public virtual void IntersectWith(System.Collections.Generic.IEnumerable<T> other) { }
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)2202         public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)2203         public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)2204         public bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)2205         public bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
OnDeserialization(object sender)2206         protected virtual void OnDeserialization(object sender) { }
Overlaps(System.Collections.Generic.IEnumerable<T> other)2207         public bool Overlaps(System.Collections.Generic.IEnumerable<T> other) { throw null; }
Remove(T item)2208         public bool Remove(T item) { throw null; }
RemoveWhere(System.Predicate<T> match)2209         public int RemoveWhere(System.Predicate<T> match) { throw null; }
Reverse()2210         public System.Collections.Generic.IEnumerable<T> Reverse() { throw null; }
SetEquals(System.Collections.Generic.IEnumerable<T> other)2211         public bool SetEquals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)2212         public void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
Add(T item)2213         void System.Collections.Generic.ICollection<T>.Add(T item) { }
GetEnumerator()2214         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2215         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2216         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2217         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2218         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
UnionWith(System.Collections.Generic.IEnumerable<T> other)2219         public void UnionWith(System.Collections.Generic.IEnumerable<T> other) { }
2220         [System.SerializableAttribute]
2221         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2222         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2223         {
2224             public T Current { get { throw null; } }
2225             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedSet.Enumerator2226             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedSet.Enumerator2227             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedSet.Enumerator2228             void System.Collections.IEnumerator.Reset() { }
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationSystem.Collections.Generic.SortedSet.Enumerator2229             void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectDataSystem.Collections.Generic.SortedSet.Enumerator2230             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2231         }
2232     }
2233     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2234     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.StackDebugView<T>")]
2235     [System.SerializableAttribute]
2236     public partial class Stack<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
2237     {
Stack()2238         public Stack() { }
Stack(System.Collections.Generic.IEnumerable<T> collection)2239         public Stack(System.Collections.Generic.IEnumerable<T> collection) { }
Stack(int capacity)2240         public Stack(int capacity) { }
2241         public int Count { get { throw null; } }
2242         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2243         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()2244         public void Clear() { }
Contains(T item)2245         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)2246         public void CopyTo(T[] array, int arrayIndex) { }
GetEnumerator()2247         public System.Collections.Generic.Stack<T>.Enumerator GetEnumerator() { throw null; }
Peek()2248         public T Peek() { throw null; }
Pop()2249         public T Pop() { throw null; }
Push(T item)2250         public void Push(T item) { }
GetEnumerator()2251         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex)2252         void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
System.Collections.IEnumerable.GetEnumerator()2253         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2254         public T[] ToArray() { throw null; }
TrimExcess()2255         public void TrimExcess() { }
2256         [System.SerializableAttribute]
2257         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2258         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2259         {
2260             public T Current { get { throw null; } }
2261             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Stack.Enumerator2262             public void Dispose() { }
MoveNextSystem.Collections.Generic.Stack.Enumerator2263             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Stack.Enumerator2264             void System.Collections.IEnumerator.Reset() { }
2265         }
2266     }
2267 }
2268 namespace System.Collections.ObjectModel
2269 {
2270     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2271     [System.SerializableAttribute]
2272     public partial class ObservableCollection<T> : System.Collections.ObjectModel.Collection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2273     {
ObservableCollection()2274         public ObservableCollection() { }
ObservableCollection(System.Collections.Generic.IEnumerable<T> collection)2275         public ObservableCollection(System.Collections.Generic.IEnumerable<T> collection) { }
ObservableCollection(System.Collections.Generic.List<T> list)2276         public ObservableCollection(System.Collections.Generic.List<T> list) { }
2277         public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2278         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2279         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
BlockReentrancy()2280         protected System.IDisposable BlockReentrancy() { throw null; }
CheckReentrancy()2281         protected void CheckReentrancy() { }
ClearItems()2282         protected override void ClearItems() { }
InsertItem(int index, T item)2283         protected override void InsertItem(int index, T item) { }
Move(int oldIndex, int newIndex)2284         public void Move(int oldIndex, int newIndex) { }
MoveItem(int oldIndex, int newIndex)2285         protected virtual void MoveItem(int oldIndex, int newIndex) { }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2286         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e)2287         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) { }
RemoveItem(int index)2288         protected override void RemoveItem(int index) { }
SetItem(int index, T item)2289         protected override void SetItem(int index, T item) { }
2290     }
2291     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2292     [System.SerializableAttribute]
2293     public partial class ReadOnlyObservableCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2294     {
ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list)2295         public ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list) : base (default(System.Collections.Generic.IList<T>)) { }
2296         protected virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2297         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2298         event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged { add { } remove { } }
2299         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args)2300         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args)2301         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args) { }
2302     }
2303 }
2304 namespace System.Collections.Specialized
2305 {
2306     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2307     public partial struct BitVector32
2308     {
BitVector32System.Collections.Specialized.BitVector322309         public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;}
BitVector32System.Collections.Specialized.BitVector322310         public BitVector32(int data) { throw null;}
2311         public int Data { get { throw null; } }
2312         public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } set { } }
2313         public bool this[int bit] { get { throw null; } set { } }
CreateMaskSystem.Collections.Specialized.BitVector322314         public static int CreateMask() { throw null; }
CreateMaskSystem.Collections.Specialized.BitVector322315         public static int CreateMask(int previous) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322316         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322317         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections.Specialized.BitVector32.Section previous) { throw null; }
EqualsSystem.Collections.Specialized.BitVector322318         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector322319         public override int GetHashCode() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322320         public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322321         public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; }
2322         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2323         public partial struct Section
2324         {
2325             public short Mask { get { throw null; } }
2326             public short Offset { get { throw null; } }
EqualsSystem.Collections.Specialized.BitVector32.Section2327             public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; }
EqualsSystem.Collections.Specialized.BitVector32.Section2328             public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector32.Section2329             public override int GetHashCode() { throw null; }
operator ==System.Collections.Specialized.BitVector32.Section2330             public static bool operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
operator !=System.Collections.Specialized.BitVector32.Section2331             public static bool operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2332             public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2333             public static string ToString(System.Collections.Specialized.BitVector32.Section value) { throw null; }
2334         }
2335     }
2336     public partial class CollectionsUtil
2337     {
CollectionsUtil()2338         public CollectionsUtil() { }
CreateCaseInsensitiveHashtable()2339         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable() { throw null; }
CreateCaseInsensitiveHashtable(System.Collections.IDictionary d)2340         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(System.Collections.IDictionary d) { throw null; }
CreateCaseInsensitiveHashtable(int capacity)2341         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(int capacity) { throw null; }
CreateCaseInsensitiveSortedList()2342         public static System.Collections.SortedList CreateCaseInsensitiveSortedList() { throw null; }
2343     }
2344     [System.SerializableAttribute]
2345     public partial class HybridDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2346     {
HybridDictionary()2347         public HybridDictionary() { }
HybridDictionary(bool caseInsensitive)2348         public HybridDictionary(bool caseInsensitive) { }
HybridDictionary(int initialSize)2349         public HybridDictionary(int initialSize) { }
HybridDictionary(int initialSize, bool caseInsensitive)2350         public HybridDictionary(int initialSize, bool caseInsensitive) { }
2351         public int Count { get { throw null; } }
2352         public bool IsFixedSize { get { throw null; } }
2353         public bool IsReadOnly { get { throw null; } }
2354         public bool IsSynchronized { get { throw null; } }
2355         public object this[object key] { get { throw null; } set { } }
2356         public System.Collections.ICollection Keys { get { throw null; } }
2357         public object SyncRoot { get { throw null; } }
2358         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2359         public void Add(object key, object value) { }
Clear()2360         public void Clear() { }
Contains(object key)2361         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2362         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2363         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2364         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2365         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2366     }
2367     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2368     public partial interface INotifyCollectionChanged
2369     {
2370         event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
2371     }
2372     public partial interface IOrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2373     {
2374         object this[int index] { get; set; }
GetEnumerator()2375         new System.Collections.IDictionaryEnumerator GetEnumerator();
Insert(int index, object key, object value)2376         void Insert(int index, object key, object value);
RemoveAt(int index)2377         void RemoveAt(int index);
2378     }
2379     [System.SerializableAttribute]
2380     public partial class ListDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2381     {
ListDictionary()2382         public ListDictionary() { }
ListDictionary(System.Collections.IComparer comparer)2383         public ListDictionary(System.Collections.IComparer comparer) { }
2384         public int Count { get { throw null; } }
2385         public bool IsFixedSize { get { throw null; } }
2386         public bool IsReadOnly { get { throw null; } }
2387         public bool IsSynchronized { get { throw null; } }
2388         public object this[object key] { get { throw null; } set { } }
2389         public System.Collections.ICollection Keys { get { throw null; } }
2390         public object SyncRoot { get { throw null; } }
2391         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2392         public void Add(object key, object value) { }
Clear()2393         public void Clear() { }
Contains(object key)2394         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2395         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2396         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2397         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2398         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2399     }
2400     [System.SerializableAttribute]
2401     public abstract partial class NameObjectCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2402     {
NameObjectCollectionBase()2403         protected NameObjectCollectionBase() { }
NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer)2404         protected NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer) { }
2405         [System.ObsoleteAttribute("Please use NameObjectCollectionBase(IEqualityComparer) instead.")]
NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2406         protected NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(int capacity)2407         protected NameObjectCollectionBase(int capacity) { }
NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer)2408         protected NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2409         [System.ObsoleteAttribute("Please use NameObjectCollectionBase(Int32, IEqualityComparer) instead.")]
NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2410         protected NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2411         protected NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2412         public virtual int Count { get { throw null; } }
2413         protected bool IsReadOnly { get { throw null; } set { } }
2414         public virtual System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
2415         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2416         object System.Collections.ICollection.SyncRoot { get { throw null; } }
BaseAdd(string name, object value)2417         protected void BaseAdd(string name, object value) { }
BaseClear()2418         protected void BaseClear() { }
BaseGet(int index)2419         protected object BaseGet(int index) { throw null; }
BaseGet(string name)2420         protected object BaseGet(string name) { throw null; }
BaseGetAllKeys()2421         protected string[] BaseGetAllKeys() { throw null; }
BaseGetAllValues()2422         protected object[] BaseGetAllValues() { throw null; }
BaseGetAllValues(System.Type type)2423         protected object[] BaseGetAllValues(System.Type type) { throw null; }
BaseGetKey(int index)2424         protected string BaseGetKey(int index) { throw null; }
BaseHasKeys()2425         protected bool BaseHasKeys() { throw null; }
BaseRemove(string name)2426         protected void BaseRemove(string name) { }
BaseRemoveAt(int index)2427         protected void BaseRemoveAt(int index) { }
BaseSet(int index, object value)2428         protected void BaseSet(int index, object value) { }
BaseSet(string name, object value)2429         protected void BaseSet(string name, object value) { }
GetEnumerator()2430         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
2431         [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)2432         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)2433         public virtual void OnDeserialization(object sender) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2434         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
2435         [System.SerializableAttribute]
2436         public partial class KeysCollection : System.Collections.ICollection, System.Collections.IEnumerable
2437         {
KeysCollection()2438             internal KeysCollection() { }
2439             public int Count { get { throw null; } }
2440             public string this[int index] { get { throw null; } }
2441             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2442             object System.Collections.ICollection.SyncRoot { get { throw null; } }
Get(int index)2443             public virtual string Get(int index) { throw null; }
GetEnumerator()2444             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2445             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
2446         }
2447     }
2448     [System.SerializableAttribute]
2449     public partial class NameValueCollection : System.Collections.Specialized.NameObjectCollectionBase
2450     {
NameValueCollection()2451         public NameValueCollection() { }
NameValueCollection(System.Collections.IEqualityComparer equalityComparer)2452         public NameValueCollection(System.Collections.IEqualityComparer equalityComparer) { }
2453         [System.ObsoleteAttribute("Please use NameValueCollection(IEqualityComparer) instead.")]
NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2454         public NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(System.Collections.Specialized.NameValueCollection col)2455         public NameValueCollection(System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(int capacity)2456         public NameValueCollection(int capacity) { }
NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer)2457         public NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2458         [System.ObsoleteAttribute("Please use NameValueCollection(Int32, IEqualityComparer) instead.")]
NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2459         public NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col)2460         public NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2461         protected NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2462         public virtual string[] AllKeys { get { throw null; } }
2463         public string this[int index] { get { throw null; } }
2464         public string this[string name] { get { throw null; } set { } }
Add(System.Collections.Specialized.NameValueCollection c)2465         public void Add(System.Collections.Specialized.NameValueCollection c) { }
Add(string name, string value)2466         public virtual void Add(string name, string value) { }
Clear()2467         public virtual void Clear() { }
CopyTo(System.Array dest, int index)2468         public void CopyTo(System.Array dest, int index) { }
Get(int index)2469         public virtual string Get(int index) { throw null; }
Get(string name)2470         public virtual string Get(string name) { throw null; }
GetKey(int index)2471         public virtual string GetKey(int index) { throw null; }
GetValues(int index)2472         public virtual string[] GetValues(int index) { throw null; }
GetValues(string name)2473         public virtual string[] GetValues(string name) { throw null; }
HasKeys()2474         public bool HasKeys() { throw null; }
InvalidateCachedArrays()2475         protected void InvalidateCachedArrays() { }
Remove(string name)2476         public virtual void Remove(string name) { }
Set(string name, string value)2477         public virtual void Set(string name, string value) { }
2478     }
2479     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2480     public enum NotifyCollectionChangedAction
2481     {
2482         Add = 0,
2483         Move = 3,
2484         Remove = 1,
2485         Replace = 2,
2486         Reset = 4,
2487     }
2488     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2489     public partial class NotifyCollectionChangedEventArgs : System.EventArgs
2490     {
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action)2491         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems)2492         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)2493         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)2494         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)2495         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)2496         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem)2497         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index)2498         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)2499         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem)2500         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index)2501         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index) { }
2502         public System.Collections.Specialized.NotifyCollectionChangedAction Action { get { throw null; } }
2503         public System.Collections.IList NewItems { get { throw null; } }
2504         public int NewStartingIndex { get { throw null; } }
2505         public System.Collections.IList OldItems { get { throw null; } }
2506         public int OldStartingIndex { get { throw null; } }
2507     }
2508     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2509     public delegate void NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
2510     [System.SerializableAttribute]
2511     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
2512     {
OrderedDictionary()2513         public OrderedDictionary() { }
OrderedDictionary(System.Collections.IEqualityComparer comparer)2514         public OrderedDictionary(System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(int capacity)2515         public OrderedDictionary(int capacity) { }
OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer)2516         public OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2517         protected OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2518         public int Count { get { throw null; } }
2519         public bool IsReadOnly { get { throw null; } }
2520         public object this[int index] { get { throw null; } set { } }
2521         public object this[object key] { get { throw null; } set { } }
2522         public System.Collections.ICollection Keys { get { throw null; } }
2523         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2524         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2525         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2526         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2527         public void Add(object key, object value) { }
AsReadOnly()2528         public System.Collections.Specialized.OrderedDictionary AsReadOnly() { throw null; }
Clear()2529         public void Clear() { }
Contains(object key)2530         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2531         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2532         public virtual System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
2533         [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)2534         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Insert(int index, object key, object value)2535         public void Insert(int index, object key, object value) { }
OnDeserialization(object sender)2536         protected virtual void OnDeserialization(object sender) { }
Remove(object key)2537         public void Remove(object key) { }
RemoveAt(int index)2538         public void RemoveAt(int index) { }
System.Collections.IEnumerable.GetEnumerator()2539         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2540         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
2541     }
2542     [System.SerializableAttribute]
2543     public partial class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
2544     {
StringCollection()2545         public StringCollection() { }
2546         public int Count { get { throw null; } }
2547         public bool IsReadOnly { get { throw null; } }
2548         public bool IsSynchronized { get { throw null; } }
2549         public string this[int index] { get { throw null; } set { } }
2550         public object SyncRoot { get { throw null; } }
2551         bool System.Collections.IList.IsFixedSize { get { throw null; } }
2552         bool System.Collections.IList.IsReadOnly { get { throw null; } }
2553         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string value)2554         public int Add(string value) { throw null; }
AddRange(string[] value)2555         public void AddRange(string[] value) { }
Clear()2556         public void Clear() { }
Contains(string value)2557         public bool Contains(string value) { throw null; }
CopyTo(string[] array, int index)2558         public void CopyTo(string[] array, int index) { }
GetEnumerator()2559         public System.Collections.Specialized.StringEnumerator GetEnumerator() { throw null; }
IndexOf(string value)2560         public int IndexOf(string value) { throw null; }
Insert(int index, string value)2561         public void Insert(int index, string value) { }
Remove(string value)2562         public void Remove(string value) { }
RemoveAt(int index)2563         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2564         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2565         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)2566         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)2567         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)2568         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)2569         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)2570         void System.Collections.IList.Remove(object value) { }
2571     }
2572     [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")]
2573     [System.SerializableAttribute]
2574     public partial class StringDictionary : System.Collections.IEnumerable
2575     {
StringDictionary()2576         public StringDictionary() { }
2577         public virtual int Count { get { throw null; } }
2578         public virtual bool IsSynchronized { get { throw null; } }
2579         public virtual string this[string key] { get { throw null; } set { } }
2580         public virtual System.Collections.ICollection Keys { get { throw null; } }
2581         public virtual object SyncRoot { get { throw null; } }
2582         public virtual System.Collections.ICollection Values { get { throw null; } }
Add(string key, string value)2583         public virtual void Add(string key, string value) { }
Clear()2584         public virtual void Clear() { }
ContainsKey(string key)2585         public virtual bool ContainsKey(string key) { throw null; }
ContainsValue(string value)2586         public virtual bool ContainsValue(string value) { throw null; }
CopyTo(System.Array array, int index)2587         public virtual void CopyTo(System.Array array, int index) { }
GetEnumerator()2588         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string key)2589         public virtual void Remove(string key) { }
2590     }
2591     public partial class StringEnumerator
2592     {
StringEnumerator()2593         internal StringEnumerator() { }
2594         public string Current { get { throw null; } }
MoveNext()2595         public bool MoveNext() { throw null; }
Reset()2596         public void Reset() { }
2597     }
2598 }
2599 namespace System.ComponentModel
2600 {
2601     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2602     public partial class AddingNewEventArgs : System.EventArgs
2603     {
AddingNewEventArgs()2604         public AddingNewEventArgs() { }
AddingNewEventArgs(object newObject)2605         public AddingNewEventArgs(object newObject) { }
2606         public object NewObject { get { throw null; } set { } }
2607     }
2608     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e)2609     public delegate void AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e);
2610     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2611     public sealed partial class AmbientValueAttribute : System.Attribute
2612     {
AmbientValueAttribute(bool value)2613         public AmbientValueAttribute(bool value) { }
AmbientValueAttribute(byte value)2614         public AmbientValueAttribute(byte value) { }
AmbientValueAttribute(char value)2615         public AmbientValueAttribute(char value) { }
AmbientValueAttribute(double value)2616         public AmbientValueAttribute(double value) { }
AmbientValueAttribute(short value)2617         public AmbientValueAttribute(short value) { }
AmbientValueAttribute(int value)2618         public AmbientValueAttribute(int value) { }
AmbientValueAttribute(long value)2619         public AmbientValueAttribute(long value) { }
AmbientValueAttribute(object value)2620         public AmbientValueAttribute(object value) { }
AmbientValueAttribute(float value)2621         public AmbientValueAttribute(float value) { }
AmbientValueAttribute(string value)2622         public AmbientValueAttribute(string value) { }
AmbientValueAttribute(System.Type type, string value)2623         public AmbientValueAttribute(System.Type type, string value) { }
2624         public object Value { get { throw null; } }
Equals(object obj)2625         public override bool Equals(object obj) { throw null; }
GetHashCode()2626         public override int GetHashCode() { throw null; }
2627     }
2628     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2629     public partial class ArrayConverter : System.ComponentModel.CollectionConverter
2630     {
ArrayConverter()2631         public ArrayConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)2632         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)2633         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2634         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2635     }
2636     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2637     public partial class AsyncCompletedEventArgs : System.EventArgs
2638     {
2639         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2640         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
AsyncCompletedEventArgs()2641         public AsyncCompletedEventArgs() { }
AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState)2642         public AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState) { }
2643         public bool Cancelled { get { throw null; } }
2644         public System.Exception Error { get { throw null; } }
2645         public object UserState { get { throw null; } }
RaiseExceptionIfNecessary()2646         protected void RaiseExceptionIfNecessary() { }
2647     }
2648     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)2649     public delegate void AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
2650     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2651     public sealed partial class AsyncOperation
2652     {
AsyncOperation()2653         internal AsyncOperation() { }
2654         public System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } }
2655         public object UserSuppliedState { get { throw null; } }
~AsyncOperation()2656         ~AsyncOperation() { }
OperationCompleted()2657         public void OperationCompleted() { }
Post(System.Threading.SendOrPostCallback d, object arg)2658         public void Post(System.Threading.SendOrPostCallback d, object arg) { }
PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg)2659         public void PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg) { }
2660     }
2661     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2662     public static partial class AsyncOperationManager
2663     {
2664         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2665         public static System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
CreateOperation(object userSuppliedState)2666         public static System.ComponentModel.AsyncOperation CreateOperation(object userSuppliedState) { throw null; }
2667     }
2668     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2669     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
2670     public partial class AttributeCollection : System.Collections.ICollection, System.Collections.IEnumerable
2671     {
2672         public static readonly System.ComponentModel.AttributeCollection Empty;
AttributeCollection()2673         protected AttributeCollection() { }
AttributeCollection(params System.Attribute[] attributes)2674         public AttributeCollection(params System.Attribute[] attributes) { }
2675         protected virtual System.Attribute[] Attributes { get { throw null; } }
2676         public int Count { get { throw null; } }
2677         public virtual System.Attribute this[int index] { get { throw null; } }
2678         public virtual System.Attribute this[System.Type attributeType] { get { throw null; } }
2679         int System.Collections.ICollection.Count { get { throw null; } }
2680         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2681         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Contains(System.Attribute attribute)2682         public bool Contains(System.Attribute attribute) { throw null; }
Contains(System.Attribute[] attributes)2683         public bool Contains(System.Attribute[] attributes) { throw null; }
CopyTo(System.Array array, int index)2684         public void CopyTo(System.Array array, int index) { }
FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes)2685         public static System.ComponentModel.AttributeCollection FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes) { throw null; }
GetDefaultAttribute(System.Type attributeType)2686         protected System.Attribute GetDefaultAttribute(System.Type attributeType) { throw null; }
GetEnumerator()2687         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Matches(System.Attribute attribute)2688         public bool Matches(System.Attribute attribute) { throw null; }
Matches(System.Attribute[] attributes)2689         public bool Matches(System.Attribute[] attributes) { throw null; }
System.Collections.IEnumerable.GetEnumerator()2690         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2691     }
2692     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
2693     public partial class AttributeProviderAttribute : System.Attribute
2694     {
AttributeProviderAttribute(string typeName)2695         public AttributeProviderAttribute(string typeName) { }
AttributeProviderAttribute(string typeName, string propertyName)2696         public AttributeProviderAttribute(string typeName, string propertyName) { }
AttributeProviderAttribute(System.Type type)2697         public AttributeProviderAttribute(System.Type type) { }
2698         public string PropertyName { get { throw null; } }
2699         public string TypeName { get { throw null; } }
2700     }
2701     [System.ComponentModel.DefaultEventAttribute("DoWork")]
2702     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2703     public partial class BackgroundWorker : System.ComponentModel.Component
2704     {
BackgroundWorker()2705         public BackgroundWorker() { }
2706         [System.ComponentModel.BrowsableAttribute(false)]
2707         public bool CancellationPending { get { throw null; } }
2708         [System.ComponentModel.BrowsableAttribute(false)]
2709         public bool IsBusy { get { throw null; } }
2710         [System.ComponentModel.DefaultValueAttribute(false)]
2711         public bool WorkerReportsProgress { get { throw null; } set { } }
2712         [System.ComponentModel.DefaultValueAttribute(false)]
2713         public bool WorkerSupportsCancellation { get { throw null; } set { } }
2714         public event System.ComponentModel.DoWorkEventHandler DoWork { add { } remove { } }
2715         public event System.ComponentModel.ProgressChangedEventHandler ProgressChanged { add { } remove { } }
2716         public event System.ComponentModel.RunWorkerCompletedEventHandler RunWorkerCompleted { add { } remove { } }
CancelAsync()2717         public void CancelAsync() { }
OnDoWork(System.ComponentModel.DoWorkEventArgs e)2718         protected virtual void OnDoWork(System.ComponentModel.DoWorkEventArgs e) { }
OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e)2719         protected virtual void OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { }
OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e)2720         protected virtual void OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e) { }
ReportProgress(int percentProgress)2721         public void ReportProgress(int percentProgress) { }
ReportProgress(int percentProgress, object userState)2722         public void ReportProgress(int percentProgress, object userState) { }
RunWorkerAsync()2723         public void RunWorkerAsync() { }
RunWorkerAsync(object argument)2724         public void RunWorkerAsync(object argument) { }
2725     }
2726     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2727     public abstract partial class BaseNumberConverter : System.ComponentModel.TypeConverter
2728     {
BaseNumberConverter()2729         protected BaseNumberConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2730         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t)2731         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2732         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)2733         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
2734     }
2735     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2736     public sealed partial class BindableAttribute : System.Attribute
2737     {
2738         public static readonly System.ComponentModel.BindableAttribute Default;
2739         public static readonly System.ComponentModel.BindableAttribute No;
2740         public static readonly System.ComponentModel.BindableAttribute Yes;
BindableAttribute(bool bindable)2741         public BindableAttribute(bool bindable) { }
BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction)2742         public BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction) { }
BindableAttribute(System.ComponentModel.BindableSupport flags)2743         public BindableAttribute(System.ComponentModel.BindableSupport flags) { }
BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction)2744         public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction) { }
2745         public bool Bindable { get { throw null; } }
2746         public System.ComponentModel.BindingDirection Direction { get { throw null; } }
Equals(object obj)2747         public override bool Equals(object obj) { throw null; }
GetHashCode()2748         public override int GetHashCode() { throw null; }
IsDefaultAttribute()2749         public override bool IsDefaultAttribute() { throw null; }
2750     }
2751     public enum BindableSupport
2752     {
2753         Default = 2,
2754         No = 0,
2755         Yes = 1,
2756     }
2757     public enum BindingDirection
2758     {
2759         OneWay = 0,
2760         TwoWay = 1,
2761     }
2762     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2763     [System.SerializableAttribute]
2764     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
2765     {
BindingList()2766         public BindingList() { }
BindingList(System.Collections.Generic.IList<T> list)2767         public BindingList(System.Collections.Generic.IList<T> list) { }
2768         public bool AllowEdit { get { throw null; } set { } }
2769         public bool AllowNew { get { throw null; } set { } }
2770         public bool AllowRemove { get { throw null; } set { } }
2771         protected virtual bool IsSortedCore { get { throw null; } }
2772         public bool RaiseListChangedEvents { get { throw null; } set { } }
2773         protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get { throw null; } }
2774         protected virtual System.ComponentModel.PropertyDescriptor SortPropertyCore { get { throw null; } }
2775         protected virtual bool SupportsChangeNotificationCore { get { throw null; } }
2776         protected virtual bool SupportsSearchingCore { get { throw null; } }
2777         protected virtual bool SupportsSortingCore { get { throw null; } }
2778         bool System.ComponentModel.IBindingList.AllowEdit { get { throw null; } }
2779         bool System.ComponentModel.IBindingList.AllowNew { get { throw null; } }
2780         bool System.ComponentModel.IBindingList.AllowRemove { get { throw null; } }
2781         bool System.ComponentModel.IBindingList.IsSorted { get { throw null; } }
2782         System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get { throw null; } }
2783         System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get { throw null; } }
2784         bool System.ComponentModel.IBindingList.SupportsChangeNotification { get { throw null; } }
2785         bool System.ComponentModel.IBindingList.SupportsSearching { get { throw null; } }
2786         bool System.ComponentModel.IBindingList.SupportsSorting { get { throw null; } }
2787         bool System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents { get { throw null; } }
2788         public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } }
2789         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
AddNew()2790         public T AddNew() { throw null; }
AddNewCore()2791         protected virtual object AddNewCore() { throw null; }
ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction)2792         protected virtual void ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) { }
CancelNew(int itemIndex)2793         public virtual void CancelNew(int itemIndex) { }
ClearItems()2794         protected override void ClearItems() { }
EndNew(int itemIndex)2795         public virtual void EndNew(int itemIndex) { }
FindCore(System.ComponentModel.PropertyDescriptor prop, object key)2796         protected virtual int FindCore(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
InsertItem(int index, T item)2797         protected override void InsertItem(int index, T item) { }
OnAddingNew(System.ComponentModel.AddingNewEventArgs e)2798         protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)2799         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
RemoveItem(int index)2800         protected override void RemoveItem(int index) { }
RemoveSortCore()2801         protected virtual void RemoveSortCore() { }
ResetBindings()2802         public void ResetBindings() { }
ResetItem(int position)2803         public void ResetItem(int position) { }
SetItem(int index, T item)2804         protected override void SetItem(int index, T item) { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop)2805         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.IBindingList.AddNew()2806         object System.ComponentModel.IBindingList.AddNew() { throw null; }
System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction)2807         void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor prop, object key)2808         int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop)2809         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.IBindingList.RemoveSort()2810         void System.ComponentModel.IBindingList.RemoveSort() { }
2811     }
2812     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2813     public partial class BooleanConverter : System.ComponentModel.TypeConverter
2814     {
BooleanConverter()2815         public BooleanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2816         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2817         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)2818         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)2819         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)2820         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2821     }
2822     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2823     public sealed partial class BrowsableAttribute : System.Attribute
2824     {
2825         public static readonly System.ComponentModel.BrowsableAttribute Default;
2826         public static readonly System.ComponentModel.BrowsableAttribute No;
2827         public static readonly System.ComponentModel.BrowsableAttribute Yes;
BrowsableAttribute(bool browsable)2828         public BrowsableAttribute(bool browsable) { }
2829         public bool Browsable { get { throw null; } }
Equals(object obj)2830         public override bool Equals(object obj) { throw null; }
GetHashCode()2831         public override int GetHashCode() { throw null; }
IsDefaultAttribute()2832         public override bool IsDefaultAttribute() { throw null; }
2833     }
2834     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2835     public partial class ByteConverter : System.ComponentModel.BaseNumberConverter
2836     {
ByteConverter()2837         public ByteConverter() { }
2838     }
2839     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2840     public partial class CancelEventArgs : System.EventArgs
2841     {
CancelEventArgs()2842         public CancelEventArgs() { }
CancelEventArgs(bool cancel)2843         public CancelEventArgs(bool cancel) { }
2844         public bool Cancel { get { throw null; } set { } }
2845     }
2846     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e)2847     public delegate void CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
2848     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2849     public partial class CategoryAttribute : System.Attribute
2850     {
CategoryAttribute()2851         public CategoryAttribute() { }
CategoryAttribute(string category)2852         public CategoryAttribute(string category) { }
2853         public static System.ComponentModel.CategoryAttribute Action { get { throw null; } }
2854         public static System.ComponentModel.CategoryAttribute Appearance { get { throw null; } }
2855         public static System.ComponentModel.CategoryAttribute Asynchronous { get { throw null; } }
2856         public static System.ComponentModel.CategoryAttribute Behavior { get { throw null; } }
2857         public string Category { get { throw null; } }
2858         public static System.ComponentModel.CategoryAttribute Data { get { throw null; } }
2859         public static System.ComponentModel.CategoryAttribute Default { get { throw null; } }
2860         public static System.ComponentModel.CategoryAttribute Design { get { throw null; } }
2861         public static System.ComponentModel.CategoryAttribute DragDrop { get { throw null; } }
2862         public static System.ComponentModel.CategoryAttribute Focus { get { throw null; } }
2863         public static System.ComponentModel.CategoryAttribute Format { get { throw null; } }
2864         public static System.ComponentModel.CategoryAttribute Key { get { throw null; } }
2865         public static System.ComponentModel.CategoryAttribute Layout { get { throw null; } }
2866         public static System.ComponentModel.CategoryAttribute Mouse { get { throw null; } }
2867         public static System.ComponentModel.CategoryAttribute WindowStyle { get { throw null; } }
Equals(object obj)2868         public override bool Equals(object obj) { throw null; }
GetHashCode()2869         public override int GetHashCode() { throw null; }
GetLocalizedString(string value)2870         protected virtual string GetLocalizedString(string value) { throw null; }
IsDefaultAttribute()2871         public override bool IsDefaultAttribute() { throw null; }
2872     }
2873     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2874     public partial class CharConverter : System.ComponentModel.TypeConverter
2875     {
CharConverter()2876         public CharConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2877         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2878         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)2879         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
2880     }
2881     public enum CollectionChangeAction
2882     {
2883         Add = 1,
2884         Refresh = 3,
2885         Remove = 2,
2886     }
2887     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2888     public partial class CollectionChangeEventArgs : System.EventArgs
2889     {
CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element)2890         public CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element) { }
2891         public virtual System.ComponentModel.CollectionChangeAction Action { get { throw null; } }
2892         public virtual object Element { get { throw null; } }
2893     }
2894     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e)2895     public delegate void CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e);
2896     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2897     public partial class CollectionConverter : System.ComponentModel.TypeConverter
2898     {
CollectionConverter()2899         public CollectionConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)2900         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)2901         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2902         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2903     }
2904     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2905     public sealed partial class ComplexBindingPropertiesAttribute : System.Attribute
2906     {
2907         public static readonly System.ComponentModel.ComplexBindingPropertiesAttribute Default;
ComplexBindingPropertiesAttribute()2908         public ComplexBindingPropertiesAttribute() { }
ComplexBindingPropertiesAttribute(string dataSource)2909         public ComplexBindingPropertiesAttribute(string dataSource) { }
ComplexBindingPropertiesAttribute(string dataSource, string dataMember)2910         public ComplexBindingPropertiesAttribute(string dataSource, string dataMember) { }
2911         public string DataMember { get { throw null; } }
2912         public string DataSource { get { throw null; } }
Equals(object obj)2913         public override bool Equals(object obj) { throw null; }
GetHashCode()2914         public override int GetHashCode() { throw null; }
2915     }
2916     [System.ComponentModel.DesignerCategoryAttribute("Component")]
2917     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2918     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2919     public partial class Component : System.MarshalByRefObject, System.ComponentModel.IComponent, System.IDisposable
2920     {
Component()2921         public Component() { }
2922         protected virtual bool CanRaiseEvents { get { throw null; } }
2923         [System.ComponentModel.BrowsableAttribute(false)]
2924         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2925         public System.ComponentModel.IContainer Container { get { throw null; } }
2926         [System.ComponentModel.BrowsableAttribute(false)]
2927         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2928         protected bool DesignMode { get { throw null; } }
2929         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
2930         [System.ComponentModel.BrowsableAttribute(false)]
2931         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2932         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
2933         [System.ComponentModel.BrowsableAttribute(false)]
2934         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2935         public event System.EventHandler Disposed { add { } remove { } }
Dispose()2936         public void Dispose() { }
Dispose(bool disposing)2937         protected virtual void Dispose(bool disposing) { }
~Component()2938         ~Component() { }
GetService(System.Type service)2939         protected virtual object GetService(System.Type service) { throw null; }
ToString()2940         public override string ToString() { throw null; }
2941     }
2942     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2943     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
2944     public partial class ComponentCollection : System.Collections.ReadOnlyCollectionBase
2945     {
ComponentCollection(System.ComponentModel.IComponent[] components)2946         public ComponentCollection(System.ComponentModel.IComponent[] components) { }
2947         public virtual System.ComponentModel.IComponent this[int index] { get { throw null; } }
2948         public virtual System.ComponentModel.IComponent this[string name] { get { throw null; } }
CopyTo(System.ComponentModel.IComponent[] array, int index)2949         public void CopyTo(System.ComponentModel.IComponent[] array, int index) { }
2950     }
2951     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2952     public partial class ComponentConverter : System.ComponentModel.ReferenceConverter
2953     {
ComponentConverter(System.Type type)2954         public ComponentConverter(System.Type type) : base (default(System.Type)) { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)2955         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2956         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2957     }
2958     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2959     public abstract partial class ComponentEditor
2960     {
ComponentEditor()2961         protected ComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component)2962         public abstract bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component);
EditComponent(object component)2963         public bool EditComponent(object component) { throw null; }
2964     }
2965     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2966     public partial class ComponentResourceManager : System.Resources.ResourceManager
2967     {
ComponentResourceManager()2968         public ComponentResourceManager() { }
ComponentResourceManager(System.Type t)2969         public ComponentResourceManager(System.Type t) { }
ApplyResources(object value, string objectName)2970         public void ApplyResources(object value, string objectName) { }
ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture)2971         public virtual void ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture) { }
2972     }
2973     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2974     public partial class Container : System.ComponentModel.IContainer, System.IDisposable
2975     {
Container()2976         public Container() { }
2977         public virtual System.ComponentModel.ComponentCollection Components { get { throw null; } }
Add(System.ComponentModel.IComponent component)2978         public virtual void Add(System.ComponentModel.IComponent component) { }
Add(System.ComponentModel.IComponent component, string name)2979         public virtual void Add(System.ComponentModel.IComponent component, string name) { }
CreateSite(System.ComponentModel.IComponent component, string name)2980         protected virtual System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose()2981         public void Dispose() { }
Dispose(bool disposing)2982         protected virtual void Dispose(bool disposing) { }
~Container()2983         ~Container() { }
GetService(System.Type service)2984         protected virtual object GetService(System.Type service) { throw null; }
Remove(System.ComponentModel.IComponent component)2985         public virtual void Remove(System.ComponentModel.IComponent component) { }
RemoveWithoutUnsiting(System.ComponentModel.IComponent component)2986         protected void RemoveWithoutUnsiting(System.ComponentModel.IComponent component) { }
ValidateName(System.ComponentModel.IComponent component, string name)2987         protected virtual void ValidateName(System.ComponentModel.IComponent component, string name) { }
2988     }
2989     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2990     public abstract partial class ContainerFilterService
2991     {
ContainerFilterService()2992         protected ContainerFilterService() { }
FilterComponents(System.ComponentModel.ComponentCollection components)2993         public virtual System.ComponentModel.ComponentCollection FilterComponents(System.ComponentModel.ComponentCollection components) { throw null; }
2994     }
2995     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2996     public partial class CultureInfoConverter : System.ComponentModel.TypeConverter
2997     {
CultureInfoConverter()2998         public CultureInfoConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2999         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3000         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3001         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)3002         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetCultureName(System.Globalization.CultureInfo culture)3003         protected virtual string GetCultureName(System.Globalization.CultureInfo culture) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3004         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3005         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3006         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3007     }
3008     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3009     public abstract partial class CustomTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor
3010     {
CustomTypeDescriptor()3011         protected CustomTypeDescriptor() { }
CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent)3012         protected CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent) { }
GetAttributes()3013         public virtual System.ComponentModel.AttributeCollection GetAttributes() { throw null; }
GetClassName()3014         public virtual string GetClassName() { throw null; }
GetComponentName()3015         public virtual string GetComponentName() { throw null; }
GetConverter()3016         public virtual System.ComponentModel.TypeConverter GetConverter() { throw null; }
GetDefaultEvent()3017         public virtual System.ComponentModel.EventDescriptor GetDefaultEvent() { throw null; }
GetDefaultProperty()3018         public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty() { throw null; }
GetEditor(System.Type editorBaseType)3019         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetEvents()3020         public virtual System.ComponentModel.EventDescriptorCollection GetEvents() { throw null; }
GetEvents(System.Attribute[] attributes)3021         public virtual System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes) { throw null; }
GetProperties()3022         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties() { throw null; }
GetProperties(System.Attribute[] attributes)3023         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes) { throw null; }
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3024         public virtual object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
3025     }
3026     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3027     public partial class DataErrorsChangedEventArgs : System.EventArgs
3028     {
DataErrorsChangedEventArgs(string propertyName)3029         public DataErrorsChangedEventArgs(string propertyName) { }
3030         public virtual string PropertyName { get { throw null; } }
3031     }
3032     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3033     public sealed partial class DataObjectAttribute : System.Attribute
3034     {
3035         public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3036         public static readonly System.ComponentModel.DataObjectAttribute Default;
3037         public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
DataObjectAttribute()3038         public DataObjectAttribute() { }
DataObjectAttribute(bool isDataObject)3039         public DataObjectAttribute(bool isDataObject) { }
3040         public bool IsDataObject { get { throw null; } }
Equals(object obj)3041         public override bool Equals(object obj) { throw null; }
GetHashCode()3042         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3043         public override bool IsDefaultAttribute() { throw null; }
3044     }
3045     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
3046     public sealed partial class DataObjectFieldAttribute : System.Attribute
3047     {
DataObjectFieldAttribute(bool primaryKey)3048         public DataObjectFieldAttribute(bool primaryKey) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity)3049         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable)3050         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length)3051         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length) { }
3052         public bool IsIdentity { get { throw null; } }
3053         public bool IsNullable { get { throw null; } }
3054         public int Length { get { throw null; } }
3055         public bool PrimaryKey { get { throw null; } }
Equals(object obj)3056         public override bool Equals(object obj) { throw null; }
GetHashCode()3057         public override int GetHashCode() { throw null; }
3058     }
3059     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
3060     public sealed partial class DataObjectMethodAttribute : System.Attribute
3061     {
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType)3062         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType) { }
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault)3063         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault) { }
3064         public bool IsDefault { get { throw null; } }
3065         public System.ComponentModel.DataObjectMethodType MethodType { get { throw null; } }
Equals(object obj)3066         public override bool Equals(object obj) { throw null; }
GetHashCode()3067         public override int GetHashCode() { throw null; }
Match(object obj)3068         public override bool Match(object obj) { throw null; }
3069     }
3070     public enum DataObjectMethodType
3071     {
3072         Delete = 4,
3073         Fill = 0,
3074         Insert = 3,
3075         Select = 1,
3076         Update = 2,
3077     }
3078     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3079     public partial class DateTimeConverter : System.ComponentModel.TypeConverter
3080     {
DateTimeConverter()3081         public DateTimeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3082         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3083         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3084         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)3085         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3086     }
3087     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3088     public partial class DateTimeOffsetConverter : System.ComponentModel.TypeConverter
3089     {
DateTimeOffsetConverter()3090         public DateTimeOffsetConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3091         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3092         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3093         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)3094         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3095     }
3096     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3097     public partial class DecimalConverter : System.ComponentModel.BaseNumberConverter
3098     {
DecimalConverter()3099         public DecimalConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3100         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)3101         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3102     }
3103     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3104     public sealed partial class DefaultBindingPropertyAttribute : System.Attribute
3105     {
3106         public static readonly System.ComponentModel.DefaultBindingPropertyAttribute Default;
DefaultBindingPropertyAttribute()3107         public DefaultBindingPropertyAttribute() { }
DefaultBindingPropertyAttribute(string name)3108         public DefaultBindingPropertyAttribute(string name) { }
3109         public string Name { get { throw null; } }
Equals(object obj)3110         public override bool Equals(object obj) { throw null; }
GetHashCode()3111         public override int GetHashCode() { throw null; }
3112     }
3113     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3114     public sealed partial class DefaultEventAttribute : System.Attribute
3115     {
3116         public static readonly System.ComponentModel.DefaultEventAttribute Default;
DefaultEventAttribute(string name)3117         public DefaultEventAttribute(string name) { }
3118         public string Name { get { throw null; } }
Equals(object obj)3119         public override bool Equals(object obj) { throw null; }
GetHashCode()3120         public override int GetHashCode() { throw null; }
3121     }
3122     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3123     public sealed partial class DefaultPropertyAttribute : System.Attribute
3124     {
3125         public static readonly System.ComponentModel.DefaultPropertyAttribute Default;
DefaultPropertyAttribute(string name)3126         public DefaultPropertyAttribute(string name) { }
3127         public string Name { get { throw null; } }
Equals(object obj)3128         public override bool Equals(object obj) { throw null; }
GetHashCode()3129         public override int GetHashCode() { throw null; }
3130     }
3131     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3132     public partial class DefaultValueAttribute : System.Attribute
3133     {
DefaultValueAttribute(bool value)3134         public DefaultValueAttribute(bool value) { }
DefaultValueAttribute(byte value)3135         public DefaultValueAttribute(byte value) { }
DefaultValueAttribute(char value)3136         public DefaultValueAttribute(char value) { }
DefaultValueAttribute(double value)3137         public DefaultValueAttribute(double value) { }
DefaultValueAttribute(short value)3138         public DefaultValueAttribute(short value) { }
DefaultValueAttribute(int value)3139         public DefaultValueAttribute(int value) { }
DefaultValueAttribute(long value)3140         public DefaultValueAttribute(long value) { }
DefaultValueAttribute(object value)3141         public DefaultValueAttribute(object value) { }
DefaultValueAttribute(float value)3142         public DefaultValueAttribute(float value) { }
DefaultValueAttribute(string value)3143         public DefaultValueAttribute(string value) { }
DefaultValueAttribute(System.Type type, string value)3144         public DefaultValueAttribute(System.Type type, string value) { }
3145         public virtual object Value { get { throw null; } }
Equals(object obj)3146         public override bool Equals(object obj) { throw null; }
GetHashCode()3147         public override int GetHashCode() { throw null; }
SetValue(object value)3148         protected void SetValue(object value) { }
3149     }
3150     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3151     public partial class DescriptionAttribute : System.Attribute
3152     {
3153         public static readonly System.ComponentModel.DescriptionAttribute Default;
DescriptionAttribute()3154         public DescriptionAttribute() { }
DescriptionAttribute(string description)3155         public DescriptionAttribute(string description) { }
3156         public virtual string Description { get { throw null; } }
3157         protected string DescriptionValue { get { throw null; } set { } }
Equals(object obj)3158         public override bool Equals(object obj) { throw null; }
GetHashCode()3159         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3160         public override bool IsDefaultAttribute() { throw null; }
3161     }
3162     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
3163     public sealed partial class DesignerAttribute : System.Attribute
3164     {
DesignerAttribute(string designerTypeName)3165         public DesignerAttribute(string designerTypeName) { }
DesignerAttribute(string designerTypeName, string designerBaseTypeName)3166         public DesignerAttribute(string designerTypeName, string designerBaseTypeName) { }
DesignerAttribute(string designerTypeName, System.Type designerBaseType)3167         public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { }
DesignerAttribute(System.Type designerType)3168         public DesignerAttribute(System.Type designerType) { }
DesignerAttribute(System.Type designerType, System.Type designerBaseType)3169         public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { }
3170         public string DesignerBaseTypeName { get { throw null; } }
3171         public string DesignerTypeName { get { throw null; } }
3172         public override object TypeId { get { throw null; } }
Equals(object obj)3173         public override bool Equals(object obj) { throw null; }
GetHashCode()3174         public override int GetHashCode() { throw null; }
3175     }
3176     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
3177     public sealed partial class DesignerCategoryAttribute : System.Attribute
3178     {
3179         public static readonly System.ComponentModel.DesignerCategoryAttribute Component;
3180         public static readonly System.ComponentModel.DesignerCategoryAttribute Default;
3181         public static readonly System.ComponentModel.DesignerCategoryAttribute Form;
3182         public static readonly System.ComponentModel.DesignerCategoryAttribute Generic;
DesignerCategoryAttribute()3183         public DesignerCategoryAttribute() { }
DesignerCategoryAttribute(string category)3184         public DesignerCategoryAttribute(string category) { }
3185         public string Category { get { throw null; } }
3186         public override object TypeId { get { throw null; } }
Equals(object obj)3187         public override bool Equals(object obj) { throw null; }
GetHashCode()3188         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3189         public override bool IsDefaultAttribute() { throw null; }
3190     }
3191     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3192     public enum DesignerSerializationVisibility
3193     {
3194         Content = 2,
3195         Hidden = 0,
3196         Visible = 1,
3197     }
3198     [System.AttributeUsageAttribute((System.AttributeTargets)(960))]
3199     public sealed partial class DesignerSerializationVisibilityAttribute : System.Attribute
3200     {
3201         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Content;
3202         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Default;
3203         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Hidden;
3204         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Visible;
DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility visibility)3205         public DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility visibility) { }
3206         public System.ComponentModel.DesignerSerializationVisibility Visibility { get { throw null; } }
Equals(object obj)3207         public override bool Equals(object obj) { throw null; }
GetHashCode()3208         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3209         public override bool IsDefaultAttribute() { throw null; }
3210     }
3211     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3212     public sealed partial class DesignOnlyAttribute : System.Attribute
3213     {
3214         public static readonly System.ComponentModel.DesignOnlyAttribute Default;
3215         public static readonly System.ComponentModel.DesignOnlyAttribute No;
3216         public static readonly System.ComponentModel.DesignOnlyAttribute Yes;
DesignOnlyAttribute(bool isDesignOnly)3217         public DesignOnlyAttribute(bool isDesignOnly) { }
3218         public bool IsDesignOnly { get { throw null; } }
Equals(object obj)3219         public override bool Equals(object obj) { throw null; }
GetHashCode()3220         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3221         public override bool IsDefaultAttribute() { throw null; }
3222     }
3223     [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
3224     public sealed partial class DesignTimeVisibleAttribute : System.Attribute
3225     {
3226         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Default;
3227         public static readonly System.ComponentModel.DesignTimeVisibleAttribute No;
3228         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Yes;
DesignTimeVisibleAttribute()3229         public DesignTimeVisibleAttribute() { }
DesignTimeVisibleAttribute(bool visible)3230         public DesignTimeVisibleAttribute(bool visible) { }
3231         public bool Visible { get { throw null; } }
Equals(object obj)3232         public override bool Equals(object obj) { throw null; }
GetHashCode()3233         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3234         public override bool IsDefaultAttribute() { throw null; }
3235     }
3236     [System.AttributeUsageAttribute((System.AttributeTargets)(708))]
3237     public partial class DisplayNameAttribute : System.Attribute
3238     {
3239         public static readonly System.ComponentModel.DisplayNameAttribute Default;
DisplayNameAttribute()3240         public DisplayNameAttribute() { }
DisplayNameAttribute(string displayName)3241         public DisplayNameAttribute(string displayName) { }
3242         public virtual string DisplayName { get { throw null; } }
3243         protected string DisplayNameValue { get { throw null; } set { } }
Equals(object obj)3244         public override bool Equals(object obj) { throw null; }
GetHashCode()3245         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3246         public override bool IsDefaultAttribute() { throw null; }
3247     }
3248     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3249     public partial class DoubleConverter : System.ComponentModel.BaseNumberConverter
3250     {
DoubleConverter()3251         public DoubleConverter() { }
3252     }
3253     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3254     public partial class DoWorkEventArgs : System.ComponentModel.CancelEventArgs
3255     {
DoWorkEventArgs(object argument)3256         public DoWorkEventArgs(object argument) { }
3257         public object Argument { get { throw null; } }
3258         public object Result { get { throw null; } set { } }
3259     }
3260     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e)3261     public delegate void DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e);
3262     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=true)]
3263     public sealed partial class EditorAttribute : System.Attribute
3264     {
EditorAttribute()3265         public EditorAttribute() { }
EditorAttribute(string typeName, string baseTypeName)3266         public EditorAttribute(string typeName, string baseTypeName) { }
EditorAttribute(string typeName, System.Type baseType)3267         public EditorAttribute(string typeName, System.Type baseType) { }
EditorAttribute(System.Type type, System.Type baseType)3268         public EditorAttribute(System.Type type, System.Type baseType) { }
3269         public string EditorBaseTypeName { get { throw null; } }
3270         public string EditorTypeName { get { throw null; } }
3271         public override object TypeId { get { throw null; } }
Equals(object obj)3272         public override bool Equals(object obj) { throw null; }
GetHashCode()3273         public override int GetHashCode() { throw null; }
3274     }
3275     [System.AttributeUsageAttribute((System.AttributeTargets)(6140))]
3276     public sealed partial class EditorBrowsableAttribute : System.Attribute
3277     {
EditorBrowsableAttribute()3278         public EditorBrowsableAttribute() { }
EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state)3279         public EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state) { }
3280         public System.ComponentModel.EditorBrowsableState State { get { throw null; } }
Equals(object obj)3281         public override bool Equals(object obj) { throw null; }
GetHashCode()3282         public override int GetHashCode() { throw null; }
3283     }
3284     public enum EditorBrowsableState
3285     {
3286         Advanced = 2,
3287         Always = 0,
3288         Never = 1,
3289     }
3290     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3291     public partial class EnumConverter : System.ComponentModel.TypeConverter
3292     {
EnumConverter(System.Type type)3293         public EnumConverter(System.Type type) { }
3294         protected virtual System.Collections.IComparer Comparer { get { throw null; } }
3295         protected System.Type EnumType { get { throw null; } }
3296         protected System.ComponentModel.TypeConverter.StandardValuesCollection Values { get { throw null; } set { } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3297         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3298         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3299         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)3300         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3301         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3302         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3303         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)3304         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
3305     }
3306     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3307     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3308     public abstract partial class EventDescriptor : System.ComponentModel.MemberDescriptor
3309     {
EventDescriptor(System.ComponentModel.MemberDescriptor descr)3310         protected EventDescriptor(System.ComponentModel.MemberDescriptor descr) : base (default(string)) { }
EventDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs)3311         protected EventDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base (default(string)) { }
EventDescriptor(string name, System.Attribute[] attrs)3312         protected EventDescriptor(string name, System.Attribute[] attrs) : base (default(string)) { }
3313         public abstract System.Type ComponentType { get; }
3314         public abstract System.Type EventType { get; }
3315         public abstract bool IsMulticast { get; }
AddEventHandler(object component, System.Delegate value)3316         public abstract void AddEventHandler(object component, System.Delegate value);
RemoveEventHandler(object component, System.Delegate value)3317         public abstract void RemoveEventHandler(object component, System.Delegate value);
3318     }
3319     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3320     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
3321     public partial class EventDescriptorCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3322     {
3323         public static readonly System.ComponentModel.EventDescriptorCollection Empty;
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events)3324         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events) { }
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly)3325         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly) { }
3326         public int Count { get { throw null; } }
3327         public virtual System.ComponentModel.EventDescriptor this[int index] { get { throw null; } }
3328         public virtual System.ComponentModel.EventDescriptor this[string name] { get { throw null; } }
3329         int System.Collections.ICollection.Count { get { throw null; } }
3330         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3331         object System.Collections.ICollection.SyncRoot { get { throw null; } }
3332         bool System.Collections.IList.IsFixedSize { get { throw null; } }
3333         bool System.Collections.IList.IsReadOnly { get { throw null; } }
3334         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.EventDescriptor value)3335         public int Add(System.ComponentModel.EventDescriptor value) { throw null; }
Clear()3336         public void Clear() { }
Contains(System.ComponentModel.EventDescriptor value)3337         public bool Contains(System.ComponentModel.EventDescriptor value) { throw null; }
Find(string name, bool ignoreCase)3338         public virtual System.ComponentModel.EventDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()3339         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.EventDescriptor value)3340         public int IndexOf(System.ComponentModel.EventDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.EventDescriptor value)3341         public void Insert(int index, System.ComponentModel.EventDescriptor value) { }
InternalSort(System.Collections.IComparer sorter)3342         protected void InternalSort(System.Collections.IComparer sorter) { }
InternalSort(string[] names)3343         protected void InternalSort(string[] names) { }
Remove(System.ComponentModel.EventDescriptor value)3344         public void Remove(System.ComponentModel.EventDescriptor value) { }
RemoveAt(int index)3345         public void RemoveAt(int index) { }
Sort()3346         public virtual System.ComponentModel.EventDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)3347         public virtual System.ComponentModel.EventDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] names)3348         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names) { throw null; }
Sort(string[] names, System.Collections.IComparer comparer)3349         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3350         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3351         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)3352         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()3353         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)3354         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)3355         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)3356         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)3357         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)3358         void System.Collections.IList.RemoveAt(int index) { }
3359     }
3360     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3361     public sealed partial class EventHandlerList : System.IDisposable
3362     {
EventHandlerList()3363         public EventHandlerList() { }
3364         public System.Delegate this[object key] { get { throw null; } set { } }
AddHandler(object key, System.Delegate value)3365         public void AddHandler(object key, System.Delegate value) { }
AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom)3366         public void AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom) { }
Dispose()3367         public void Dispose() { }
RemoveHandler(object key, System.Delegate value)3368         public void RemoveHandler(object key, System.Delegate value) { }
3369     }
3370     public partial class ExpandableObjectConverter : System.ComponentModel.TypeConverter
3371     {
ExpandableObjectConverter()3372         public ExpandableObjectConverter() { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)3373         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3374         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3375     }
3376     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3377     public sealed partial class ExtenderProvidedPropertyAttribute : System.Attribute
3378     {
ExtenderProvidedPropertyAttribute()3379         public ExtenderProvidedPropertyAttribute() { }
3380         public System.ComponentModel.PropertyDescriptor ExtenderProperty { get { throw null; } }
3381         public System.ComponentModel.IExtenderProvider Provider { get { throw null; } }
3382         public System.Type ReceiverType { get { throw null; } }
Equals(object obj)3383         public override bool Equals(object obj) { throw null; }
GetHashCode()3384         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3385         public override bool IsDefaultAttribute() { throw null; }
3386     }
3387     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3388     public partial class GuidConverter : System.ComponentModel.TypeConverter
3389     {
GuidConverter()3390         public GuidConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3391         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3392         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3393         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)3394         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3395     }
3396     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3397     public partial class HandledEventArgs : System.EventArgs
3398     {
HandledEventArgs()3399         public HandledEventArgs() { }
HandledEventArgs(bool defaultHandledValue)3400         public HandledEventArgs(bool defaultHandledValue) { }
3401         public bool Handled { get { throw null; } set { } }
3402     }
3403     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e)3404     public delegate void HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e);
3405     public partial interface IBindingList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3406     {
3407         bool AllowEdit { get; }
3408         bool AllowNew { get; }
3409         bool AllowRemove { get; }
3410         bool IsSorted { get; }
3411         System.ComponentModel.ListSortDirection SortDirection { get; }
3412         System.ComponentModel.PropertyDescriptor SortProperty { get; }
3413         bool SupportsChangeNotification { get; }
3414         bool SupportsSearching { get; }
3415         bool SupportsSorting { get; }
3416         event System.ComponentModel.ListChangedEventHandler ListChanged;
AddIndex(System.ComponentModel.PropertyDescriptor property)3417         void AddIndex(System.ComponentModel.PropertyDescriptor property);
AddNew()3418         object AddNew();
ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)3419         void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction);
Find(System.ComponentModel.PropertyDescriptor property, object key)3420         int Find(System.ComponentModel.PropertyDescriptor property, object key);
RemoveIndex(System.ComponentModel.PropertyDescriptor property)3421         void RemoveIndex(System.ComponentModel.PropertyDescriptor property);
RemoveSort()3422         void RemoveSort();
3423     }
3424     public partial interface IBindingListView : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList
3425     {
3426         string Filter { get; set; }
3427         System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
3428         bool SupportsAdvancedSorting { get; }
3429         bool SupportsFiltering { get; }
ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)3430         void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts);
RemoveFilter()3431         void RemoveFilter();
3432     }
3433     public partial interface ICancelAddNew
3434     {
CancelNew(int itemIndex)3435         void CancelNew(int itemIndex);
EndNew(int itemIndex)3436         void EndNew(int itemIndex);
3437     }
3438     public partial interface IChangeTracking
3439     {
3440         bool IsChanged { get; }
AcceptChanges()3441         void AcceptChanges();
3442     }
3443     [System.ObsoleteAttribute("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
3444     public partial interface IComNativeDescriptorHandler
3445     {
GetAttributes(object component)3446         System.ComponentModel.AttributeCollection GetAttributes(object component);
GetClassName(object component)3447         string GetClassName(object component);
GetConverter(object component)3448         System.ComponentModel.TypeConverter GetConverter(object component);
GetDefaultEvent(object component)3449         System.ComponentModel.EventDescriptor GetDefaultEvent(object component);
GetDefaultProperty(object component)3450         System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component);
GetEditor(object component, System.Type baseEditorType)3451         object GetEditor(object component, System.Type baseEditorType);
GetEvents(object component)3452         System.ComponentModel.EventDescriptorCollection GetEvents(object component);
GetEvents(object component, System.Attribute[] attributes)3453         System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes);
GetName(object component)3454         string GetName(object component);
GetProperties(object component, System.Attribute[] attributes)3455         System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes);
GetPropertyValue(object component, int dispid, ref bool success)3456         object GetPropertyValue(object component, int dispid, ref bool success);
GetPropertyValue(object component, string propertyName, ref bool success)3457         object GetPropertyValue(object component, string propertyName, ref bool success);
3458     }
3459     [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)]
3460     [System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IDesigner))]
3461     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
3462     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
3463     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3464     public partial interface IComponent : System.IDisposable
3465     {
3466         System.ComponentModel.ISite Site { get; set; }
3467         event System.EventHandler Disposed;
3468     }
3469     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3470     public partial interface IContainer : System.IDisposable
3471     {
3472         System.ComponentModel.ComponentCollection Components { get; }
Add(System.ComponentModel.IComponent component)3473         void Add(System.ComponentModel.IComponent component);
Add(System.ComponentModel.IComponent component, string name)3474         void Add(System.ComponentModel.IComponent component, string name);
Remove(System.ComponentModel.IComponent component)3475         void Remove(System.ComponentModel.IComponent component);
3476     }
3477     public partial interface ICustomTypeDescriptor
3478     {
GetAttributes()3479         System.ComponentModel.AttributeCollection GetAttributes();
GetClassName()3480         string GetClassName();
GetComponentName()3481         string GetComponentName();
GetConverter()3482         System.ComponentModel.TypeConverter GetConverter();
GetDefaultEvent()3483         System.ComponentModel.EventDescriptor GetDefaultEvent();
GetDefaultProperty()3484         System.ComponentModel.PropertyDescriptor GetDefaultProperty();
GetEditor(System.Type editorBaseType)3485         object GetEditor(System.Type editorBaseType);
GetEvents()3486         System.ComponentModel.EventDescriptorCollection GetEvents();
GetEvents(System.Attribute[] attributes)3487         System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes);
GetProperties()3488         System.ComponentModel.PropertyDescriptorCollection GetProperties();
GetProperties(System.Attribute[] attributes)3489         System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes);
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3490         object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd);
3491     }
3492     public partial interface IDataErrorInfo
3493     {
3494         string Error { get; }
3495         string this[string columnName] { get; }
3496     }
3497     public partial interface IEditableObject
3498     {
BeginEdit()3499         void BeginEdit();
CancelEdit()3500         void CancelEdit();
EndEdit()3501         void EndEdit();
3502     }
3503     public partial interface IExtenderProvider
3504     {
CanExtend(object extendee)3505         bool CanExtend(object extendee);
3506     }
3507     public partial interface IIntellisenseBuilder
3508     {
3509         string Name { get; }
Show(string language, string value, ref string newValue)3510         bool Show(string language, string value, ref string newValue);
3511     }
3512     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataSourceListEditor, 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")]
3513     [System.ComponentModel.MergablePropertyAttribute(false)]
3514     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3515     public partial interface IListSource
3516     {
3517         bool ContainsListCollection { get; }
GetList()3518         System.Collections.IList GetList();
3519     }
3520     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3521     public sealed partial class ImmutableObjectAttribute : System.Attribute
3522     {
3523         public static readonly System.ComponentModel.ImmutableObjectAttribute Default;
3524         public static readonly System.ComponentModel.ImmutableObjectAttribute No;
3525         public static readonly System.ComponentModel.ImmutableObjectAttribute Yes;
ImmutableObjectAttribute(bool immutable)3526         public ImmutableObjectAttribute(bool immutable) { }
3527         public bool Immutable { get { throw null; } }
Equals(object obj)3528         public override bool Equals(object obj) { throw null; }
GetHashCode()3529         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3530         public override bool IsDefaultAttribute() { throw null; }
3531     }
3532     public partial interface INestedContainer : System.ComponentModel.IContainer, System.IDisposable
3533     {
3534         System.ComponentModel.IComponent Owner { get; }
3535     }
3536     public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider
3537     {
3538         string FullName { get; }
3539     }
3540     [System.AttributeUsageAttribute((System.AttributeTargets)(896))]
3541     public sealed partial class InheritanceAttribute : System.Attribute
3542     {
3543         public static readonly System.ComponentModel.InheritanceAttribute Default;
3544         public static readonly System.ComponentModel.InheritanceAttribute Inherited;
3545         public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
3546         public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
InheritanceAttribute()3547         public InheritanceAttribute() { }
InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel)3548         public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { }
3549         public System.ComponentModel.InheritanceLevel InheritanceLevel { get { throw null; } }
Equals(object value)3550         public override bool Equals(object value) { throw null; }
GetHashCode()3551         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3552         public override bool IsDefaultAttribute() { throw null; }
ToString()3553         public override string ToString() { throw null; }
3554     }
3555     public enum InheritanceLevel
3556     {
3557         Inherited = 1,
3558         InheritedReadOnly = 2,
3559         NotInherited = 3,
3560     }
3561     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3562     public sealed partial class InitializationEventAttribute : System.Attribute
3563     {
InitializationEventAttribute(string eventName)3564         public InitializationEventAttribute(string eventName) { }
3565         public string EventName { get { throw null; } }
3566     }
3567     public partial interface INotifyDataErrorInfo
3568     {
3569         bool HasErrors { get; }
3570         event System.EventHandler<System.ComponentModel.DataErrorsChangedEventArgs> ErrorsChanged;
GetErrors(string propertyName)3571         System.Collections.IEnumerable GetErrors(string propertyName);
3572     }
3573     public partial interface INotifyPropertyChanged
3574     {
3575         event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3576     }
3577     public partial interface INotifyPropertyChanging
3578     {
3579         event System.ComponentModel.PropertyChangingEventHandler PropertyChanging;
3580     }
3581     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3582     public partial class InstallerTypeAttribute : System.Attribute
3583     {
InstallerTypeAttribute(string typeName)3584         public InstallerTypeAttribute(string typeName) { }
InstallerTypeAttribute(System.Type installerType)3585         public InstallerTypeAttribute(System.Type installerType) { }
3586         public virtual System.Type InstallerType { get { throw null; } }
Equals(object obj)3587         public override bool Equals(object obj) { throw null; }
GetHashCode()3588         public override int GetHashCode() { throw null; }
3589     }
3590     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3591     public abstract partial class InstanceCreationEditor
3592     {
InstanceCreationEditor()3593         protected InstanceCreationEditor() { }
3594         public virtual string Text { get { throw null; } }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type instanceType)3595         public abstract object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type instanceType);
3596     }
3597     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3598     public partial class Int16Converter : System.ComponentModel.BaseNumberConverter
3599     {
Int16Converter()3600         public Int16Converter() { }
3601     }
3602     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3603     public partial class Int32Converter : System.ComponentModel.BaseNumberConverter
3604     {
Int32Converter()3605         public Int32Converter() { }
3606     }
3607     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3608     public partial class Int64Converter : System.ComponentModel.BaseNumberConverter
3609     {
Int64Converter()3610         public Int64Converter() { }
3611     }
3612     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3613     [System.SerializableAttribute]
3614     public partial class InvalidAsynchronousStateException : System.ArgumentException
3615     {
InvalidAsynchronousStateException()3616         public InvalidAsynchronousStateException() { }
InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3617         protected InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidAsynchronousStateException(string message)3618         public InvalidAsynchronousStateException(string message) { }
InvalidAsynchronousStateException(string message, System.Exception innerException)3619         public InvalidAsynchronousStateException(string message, System.Exception innerException) { }
3620     }
3621     [System.SerializableAttribute]
3622     public partial class InvalidEnumArgumentException : System.ArgumentException
3623     {
InvalidEnumArgumentException()3624         public InvalidEnumArgumentException() { }
InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3625         protected InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidEnumArgumentException(string message)3626         public InvalidEnumArgumentException(string message) { }
InvalidEnumArgumentException(string message, System.Exception innerException)3627         public InvalidEnumArgumentException(string message, System.Exception innerException) { }
InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass)3628         public InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass) { }
3629     }
3630     public partial interface IRaiseItemChangedEvents
3631     {
3632         bool RaisesItemChangedEvents { get; }
3633     }
3634     public partial interface IRevertibleChangeTracking : System.ComponentModel.IChangeTracking
3635     {
RejectChanges()3636         void RejectChanges();
3637     }
3638     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3639     public partial interface ISite : System.IServiceProvider
3640     {
3641         System.ComponentModel.IComponent Component { get; }
3642         System.ComponentModel.IContainer Container { get; }
3643         bool DesignMode { get; }
3644         string Name { get; set; }
3645     }
3646     public partial interface ISupportInitialize
3647     {
BeginInit()3648         void BeginInit();
EndInit()3649         void EndInit();
3650     }
3651     public partial interface ISupportInitializeNotification : System.ComponentModel.ISupportInitialize
3652     {
3653         bool IsInitialized { get; }
3654         event System.EventHandler Initialized;
3655     }
3656     public partial interface ISynchronizeInvoke
3657     {
3658         bool InvokeRequired { get; }
3659         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
BeginInvoke(System.Delegate method, object[] args)3660         System.IAsyncResult BeginInvoke(System.Delegate method, object[] args);
EndInvoke(System.IAsyncResult result)3661         object EndInvoke(System.IAsyncResult result);
Invoke(System.Delegate method, object[] args)3662         object Invoke(System.Delegate method, object[] args);
3663     }
3664     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3665     public partial interface ITypeDescriptorContext : System.IServiceProvider
3666     {
3667         System.ComponentModel.IContainer Container { get; }
3668         object Instance { get; }
3669         System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
OnComponentChanged()3670         void OnComponentChanged();
OnComponentChanging()3671         bool OnComponentChanging();
3672     }
3673     public partial interface ITypedList
3674     {
GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)3675         System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors);
GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)3676         string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors);
3677     }
3678     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3679     public abstract partial class License : System.IDisposable
3680     {
License()3681         protected License() { }
3682         public abstract string LicenseKey { get; }
Dispose()3683         public abstract void Dispose();
3684     }
3685     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3686     public partial class LicenseContext : System.IServiceProvider
3687     {
LicenseContext()3688         public LicenseContext() { }
3689         public virtual System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)3690         public virtual string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
GetService(System.Type type)3691         public virtual object GetService(System.Type type) { throw null; }
SetSavedLicenseKey(System.Type type, string key)3692         public virtual void SetSavedLicenseKey(System.Type type, string key) { }
3693     }
3694     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3695     [System.SerializableAttribute]
3696     public partial class LicenseException : System.SystemException
3697     {
LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3698         protected LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
LicenseException(System.Type type)3699         public LicenseException(System.Type type) { }
LicenseException(System.Type type, object instance)3700         public LicenseException(System.Type type, object instance) { }
LicenseException(System.Type type, object instance, string message)3701         public LicenseException(System.Type type, object instance, string message) { }
LicenseException(System.Type type, object instance, string message, System.Exception innerException)3702         public LicenseException(System.Type type, object instance, string message, System.Exception innerException) { }
3703         public System.Type LicensedType { get { throw null; } }
3704         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3705         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3706     }
3707     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalProcessMgmt=true)]
3708     public sealed partial class LicenseManager
3709     {
LicenseManager()3710         internal LicenseManager() { }
3711         public static System.ComponentModel.LicenseContext CurrentContext { get { throw null; } set { } }
3712         public static System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext)3713         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext) { throw null; }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args)3714         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args) { throw null; }
IsLicensed(System.Type type)3715         public static bool IsLicensed(System.Type type) { throw null; }
IsValid(System.Type type)3716         public static bool IsValid(System.Type type) { throw null; }
IsValid(System.Type type, object instance, out System.ComponentModel.License license)3717         public static bool IsValid(System.Type type, object instance, out System.ComponentModel.License license) { license = default(System.ComponentModel.License); throw null; }
LockContext(object contextUser)3718         public static void LockContext(object contextUser) { }
UnlockContext(object contextUser)3719         public static void UnlockContext(object contextUser) { }
Validate(System.Type type)3720         public static void Validate(System.Type type) { }
Validate(System.Type type, object instance)3721         public static System.ComponentModel.License Validate(System.Type type, object instance) { throw null; }
3722     }
3723     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3724     public abstract partial class LicenseProvider
3725     {
LicenseProvider()3726         protected LicenseProvider() { }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)3727         public abstract System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions);
3728     }
3729     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
3730     public sealed partial class LicenseProviderAttribute : System.Attribute
3731     {
3732         public static readonly System.ComponentModel.LicenseProviderAttribute Default;
LicenseProviderAttribute()3733         public LicenseProviderAttribute() { }
LicenseProviderAttribute(string typeName)3734         public LicenseProviderAttribute(string typeName) { }
LicenseProviderAttribute(System.Type type)3735         public LicenseProviderAttribute(System.Type type) { }
3736         public System.Type LicenseProvider { get { throw null; } }
3737         public override object TypeId { get { throw null; } }
Equals(object value)3738         public override bool Equals(object value) { throw null; }
GetHashCode()3739         public override int GetHashCode() { throw null; }
3740     }
3741     public enum LicenseUsageMode
3742     {
3743         Designtime = 1,
3744         Runtime = 0,
3745     }
3746     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3747     public partial class LicFileLicenseProvider : System.ComponentModel.LicenseProvider
3748     {
LicFileLicenseProvider()3749         public LicFileLicenseProvider() { }
GetKey(System.Type type)3750         protected virtual string GetKey(System.Type type) { throw null; }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)3751         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)3752         protected virtual bool IsKeyValid(string key, System.Type type) { throw null; }
3753     }
3754     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3755     public sealed partial class ListBindableAttribute : System.Attribute
3756     {
3757         public static readonly System.ComponentModel.ListBindableAttribute Default;
3758         public static readonly System.ComponentModel.ListBindableAttribute No;
3759         public static readonly System.ComponentModel.ListBindableAttribute Yes;
ListBindableAttribute(bool listBindable)3760         public ListBindableAttribute(bool listBindable) { }
ListBindableAttribute(System.ComponentModel.BindableSupport flags)3761         public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { }
3762         public bool ListBindable { get { throw null; } }
Equals(object obj)3763         public override bool Equals(object obj) { throw null; }
GetHashCode()3764         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3765         public override bool IsDefaultAttribute() { throw null; }
3766     }
3767     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3768     public partial class ListChangedEventArgs : System.EventArgs
3769     {
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc)3770         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex)3771         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc)3772         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex)3773         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex) { }
3774         public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
3775         public int NewIndex { get { throw null; } }
3776         public int OldIndex { get { throw null; } }
3777         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } }
3778     }
3779     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e)3780     public delegate void ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e);
3781     public enum ListChangedType
3782     {
3783         ItemAdded = 1,
3784         ItemChanged = 4,
3785         ItemDeleted = 2,
3786         ItemMoved = 3,
3787         PropertyDescriptorAdded = 5,
3788         PropertyDescriptorChanged = 7,
3789         PropertyDescriptorDeleted = 6,
3790         Reset = 0,
3791     }
3792     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3793     public partial class ListSortDescription
3794     {
ListSortDescription(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)3795         public ListSortDescription(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) { }
3796         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } set { } }
3797         public System.ComponentModel.ListSortDirection SortDirection { get { throw null; } set { } }
3798     }
3799     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3800     public partial class ListSortDescriptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3801     {
ListSortDescriptionCollection()3802         public ListSortDescriptionCollection() { }
ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts)3803         public ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts) { }
3804         public int Count { get { throw null; } }
3805         public System.ComponentModel.ListSortDescription this[int index] { get { throw null; } set { } }
3806         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3807         object System.Collections.ICollection.SyncRoot { get { throw null; } }
3808         bool System.Collections.IList.IsFixedSize { get { throw null; } }
3809         bool System.Collections.IList.IsReadOnly { get { throw null; } }
3810         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(object value)3811         public bool Contains(object value) { throw null; }
CopyTo(System.Array array, int index)3812         public void CopyTo(System.Array array, int index) { }
IndexOf(object value)3813         public int IndexOf(object value) { throw null; }
System.Collections.IEnumerable.GetEnumerator()3814         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)3815         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()3816         void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)3817         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)3818         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)3819         void System.Collections.IList.RemoveAt(int index) { }
3820     }
3821     public enum ListSortDirection
3822     {
3823         Ascending = 0,
3824         Descending = 1,
3825     }
3826     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3827     public sealed partial class LocalizableAttribute : System.Attribute
3828     {
3829         public static readonly System.ComponentModel.LocalizableAttribute Default;
3830         public static readonly System.ComponentModel.LocalizableAttribute No;
3831         public static readonly System.ComponentModel.LocalizableAttribute Yes;
LocalizableAttribute(bool isLocalizable)3832         public LocalizableAttribute(bool isLocalizable) { }
3833         public bool IsLocalizable { get { throw null; } }
Equals(object obj)3834         public override bool Equals(object obj) { throw null; }
GetHashCode()3835         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3836         public override bool IsDefaultAttribute() { throw null; }
3837     }
3838     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3839     public sealed partial class LookupBindingPropertiesAttribute : System.Attribute
3840     {
3841         public static readonly System.ComponentModel.LookupBindingPropertiesAttribute Default;
LookupBindingPropertiesAttribute()3842         public LookupBindingPropertiesAttribute() { }
LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember)3843         public LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember) { }
3844         public string DataSource { get { throw null; } }
3845         public string DisplayMember { get { throw null; } }
3846         public string LookupMember { get { throw null; } }
3847         public string ValueMember { get { throw null; } }
Equals(object obj)3848         public override bool Equals(object obj) { throw null; }
GetHashCode()3849         public override int GetHashCode() { throw null; }
3850     }
3851     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
3852     [System.ComponentModel.DesignerCategoryAttribute("Component")]
3853     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
3854     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3855     public partial class MarshalByValueComponent : System.ComponentModel.IComponent, System.IDisposable, System.IServiceProvider
3856     {
MarshalByValueComponent()3857         public MarshalByValueComponent() { }
3858         [System.ComponentModel.BrowsableAttribute(false)]
3859         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3860         public virtual System.ComponentModel.IContainer Container { get { throw null; } }
3861         [System.ComponentModel.BrowsableAttribute(false)]
3862         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3863         public virtual bool DesignMode { get { throw null; } }
3864         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
3865         [System.ComponentModel.BrowsableAttribute(false)]
3866         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3867         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
3868         public event System.EventHandler Disposed { add { } remove { } }
Dispose()3869         public void Dispose() { }
Dispose(bool disposing)3870         protected virtual void Dispose(bool disposing) { }
~MarshalByValueComponent()3871         ~MarshalByValueComponent() { }
GetService(System.Type service)3872         public virtual object GetService(System.Type service) { throw null; }
ToString()3873         public override string ToString() { throw null; }
3874     }
3875     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3876     public partial class MaskedTextProvider : System.ICloneable
3877     {
MaskedTextProvider(string mask)3878         public MaskedTextProvider(string mask) { }
MaskedTextProvider(string mask, bool restrictToAscii)3879         public MaskedTextProvider(string mask, bool restrictToAscii) { }
MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput)3880         public MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture)3881         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool restrictToAscii)3882         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)3883         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)3884         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, char passwordChar, bool allowPromptAsInput) { }
3885         public bool AllowPromptAsInput { get { throw null; } }
3886         public bool AsciiOnly { get { throw null; } }
3887         public int AssignedEditPositionCount { get { throw null; } }
3888         public int AvailableEditPositionCount { get { throw null; } }
3889         public System.Globalization.CultureInfo Culture { get { throw null; } }
3890         public static char DefaultPasswordChar { get { throw null; } }
3891         public int EditPositionCount { get { throw null; } }
3892         public System.Collections.IEnumerator EditPositions { get { throw null; } }
3893         public bool IncludeLiterals { get { throw null; } set { } }
3894         public bool IncludePrompt { get { throw null; } set { } }
3895         public static int InvalidIndex { get { throw null; } }
3896         public bool IsPassword { get { throw null; } set { } }
3897         public char this[int index] { get { throw null; } }
3898         public int LastAssignedPosition { get { throw null; } }
3899         public int Length { get { throw null; } }
3900         public string Mask { get { throw null; } }
3901         public bool MaskCompleted { get { throw null; } }
3902         public bool MaskFull { get { throw null; } }
3903         public char PasswordChar { get { throw null; } set { } }
3904         public char PromptChar { get { throw null; } set { } }
3905         public bool ResetOnPrompt { get { throw null; } set { } }
3906         public bool ResetOnSpace { get { throw null; } set { } }
3907         public bool SkipLiterals { get { throw null; } set { } }
Add(char input)3908         public bool Add(char input) { throw null; }
Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3909         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)3910         public bool Add(string input) { throw null; }
Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3911         public bool Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Clear()3912         public void Clear() { }
Clear(out System.ComponentModel.MaskedTextResultHint resultHint)3913         public void Clear(out System.ComponentModel.MaskedTextResultHint resultHint) { resultHint = default(System.ComponentModel.MaskedTextResultHint); }
Clone()3914         public object Clone() { throw null; }
FindAssignedEditPositionFrom(int position, bool direction)3915         public int FindAssignedEditPositionFrom(int position, bool direction) { throw null; }
FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction)3916         public int FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindEditPositionFrom(int position, bool direction)3917         public int FindEditPositionFrom(int position, bool direction) { throw null; }
FindEditPositionInRange(int startPosition, int endPosition, bool direction)3918         public int FindEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindNonEditPositionFrom(int position, bool direction)3919         public int FindNonEditPositionFrom(int position, bool direction) { throw null; }
FindNonEditPositionInRange(int startPosition, int endPosition, bool direction)3920         public int FindNonEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindUnassignedEditPositionFrom(int position, bool direction)3921         public int FindUnassignedEditPositionFrom(int position, bool direction) { throw null; }
FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction)3922         public int FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint)3923         public static bool GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint) { throw null; }
InsertAt(char input, int position)3924         public bool InsertAt(char input, int position) { throw null; }
InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3925         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)3926         public bool InsertAt(string input, int position) { throw null; }
InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3927         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)3928         public bool IsAvailablePosition(int position) { throw null; }
IsEditPosition(int position)3929         public bool IsEditPosition(int position) { throw null; }
IsValidInputChar(char c)3930         public static bool IsValidInputChar(char c) { throw null; }
IsValidMaskChar(char c)3931         public static bool IsValidMaskChar(char c) { throw null; }
IsValidPasswordChar(char c)3932         public static bool IsValidPasswordChar(char c) { throw null; }
Remove()3933         public bool Remove() { throw null; }
Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3934         public bool Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
RemoveAt(int position)3935         public bool RemoveAt(int position) { throw null; }
RemoveAt(int startPosition, int endPosition)3936         public bool RemoveAt(int startPosition, int endPosition) { throw null; }
RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3937         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)3938         public bool Replace(char input, int position) { throw null; }
Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3939         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)3940         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)3941         public bool Replace(string input, int position) { throw null; }
Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3942         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)3943         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)3944         public bool Set(string input) { throw null; }
Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3945         public bool Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
ToDisplayString()3946         public string ToDisplayString() { throw null; }
ToString()3947         public override string ToString() { throw null; }
ToString(bool ignorePasswordChar)3948         public string ToString(bool ignorePasswordChar) { throw null; }
ToString(bool includePrompt, bool includeLiterals)3949         public string ToString(bool includePrompt, bool includeLiterals) { throw null; }
ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length)3950         public string ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool includePrompt, bool includeLiterals, int startPosition, int length)3951         public string ToString(bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool ignorePasswordChar, int startPosition, int length)3952         public string ToString(bool ignorePasswordChar, int startPosition, int length) { throw null; }
ToString(int startPosition, int length)3953         public string ToString(int startPosition, int length) { throw null; }
VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint)3954         public bool VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint) { hint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
VerifyEscapeChar(char input, int position)3955         public bool VerifyEscapeChar(char input, int position) { throw null; }
VerifyString(string input)3956         public bool VerifyString(string input) { throw null; }
VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3957         public bool VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
3958     }
3959     public enum MaskedTextResultHint
3960     {
3961         AlphanumericCharacterExpected = -2,
3962         AsciiCharacterExpected = -1,
3963         CharacterEscaped = 1,
3964         DigitExpected = -3,
3965         InvalidInput = -51,
3966         LetterExpected = -4,
3967         NoEffect = 2,
3968         NonEditPosition = -54,
3969         PositionOutOfRange = -55,
3970         PromptCharNotAllowed = -52,
3971         SideEffect = 3,
3972         SignedDigitExpected = -5,
3973         Success = 4,
3974         UnavailableEditPosition = -53,
3975         Unknown = 0,
3976     }
3977     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3978     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3979     public abstract partial class MemberDescriptor
3980     {
MemberDescriptor(System.ComponentModel.MemberDescriptor descr)3981         protected MemberDescriptor(System.ComponentModel.MemberDescriptor descr) { }
MemberDescriptor(System.ComponentModel.MemberDescriptor oldMemberDescriptor, System.Attribute[] newAttributes)3982         protected MemberDescriptor(System.ComponentModel.MemberDescriptor oldMemberDescriptor, System.Attribute[] newAttributes) { }
MemberDescriptor(string name)3983         protected MemberDescriptor(string name) { }
MemberDescriptor(string name, System.Attribute[] attributes)3984         protected MemberDescriptor(string name, System.Attribute[] attributes) { }
3985         protected virtual System.Attribute[] AttributeArray { get { throw null; } set { } }
3986         public virtual System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
3987         public virtual string Category { get { throw null; } }
3988         public virtual string Description { get { throw null; } }
3989         public virtual bool DesignTimeOnly { get { throw null; } }
3990         public virtual string DisplayName { get { throw null; } }
3991         public virtual bool IsBrowsable { get { throw null; } }
3992         public virtual string Name { get { throw null; } }
3993         protected virtual int NameHashCode { get { throw null; } }
CreateAttributeCollection()3994         protected virtual System.ComponentModel.AttributeCollection CreateAttributeCollection() { throw null; }
Equals(object obj)3995         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)3996         protected virtual void FillAttributes(System.Collections.IList attributeList) { }
FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType)3997         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)3998         protected static System.Reflection.MethodInfo FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType, bool publicOnly) { throw null; }
GetHashCode()3999         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)4000         protected virtual object GetInvocationTarget(System.Type type, object instance) { throw null; }
4001         [System.ObsoleteAttribute("This method has been deprecated. Use GetInvocationTarget instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
GetInvokee(System.Type componentClass, object component)4002         protected static object GetInvokee(System.Type componentClass, object component) { throw null; }
GetSite(object component)4003         protected static System.ComponentModel.ISite GetSite(object component) { throw null; }
4004     }
4005     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4006     public sealed partial class MergablePropertyAttribute : System.Attribute
4007     {
4008         public static readonly System.ComponentModel.MergablePropertyAttribute Default;
4009         public static readonly System.ComponentModel.MergablePropertyAttribute No;
4010         public static readonly System.ComponentModel.MergablePropertyAttribute Yes;
MergablePropertyAttribute(bool allowMerge)4011         public MergablePropertyAttribute(bool allowMerge) { }
4012         public bool AllowMerge { get { throw null; } }
Equals(object obj)4013         public override bool Equals(object obj) { throw null; }
GetHashCode()4014         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4015         public override bool IsDefaultAttribute() { throw null; }
4016     }
4017     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4018     public partial class MultilineStringConverter : System.ComponentModel.TypeConverter
4019     {
MultilineStringConverter()4020         public MultilineStringConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4021         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)4022         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4023         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4024     }
4025     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4026     public partial class NestedContainer : System.ComponentModel.Container, System.ComponentModel.IContainer, System.ComponentModel.INestedContainer, System.IDisposable
4027     {
NestedContainer(System.ComponentModel.IComponent owner)4028         public NestedContainer(System.ComponentModel.IComponent owner) { }
4029         public System.ComponentModel.IComponent Owner { get { throw null; } }
4030         protected virtual string OwnerName { get { throw null; } }
CreateSite(System.ComponentModel.IComponent component, string name)4031         protected override System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose(bool disposing)4032         protected override void Dispose(bool disposing) { }
GetService(System.Type service)4033         protected override object GetService(System.Type service) { throw null; }
4034     }
4035     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4036     public sealed partial class NotifyParentPropertyAttribute : System.Attribute
4037     {
4038         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Default;
4039         public static readonly System.ComponentModel.NotifyParentPropertyAttribute No;
4040         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Yes;
NotifyParentPropertyAttribute(bool notifyParent)4041         public NotifyParentPropertyAttribute(bool notifyParent) { }
4042         public bool NotifyParent { get { throw null; } }
Equals(object obj)4043         public override bool Equals(object obj) { throw null; }
GetHashCode()4044         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4045         public override bool IsDefaultAttribute() { throw null; }
4046     }
4047     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4048     public partial class NullableConverter : System.ComponentModel.TypeConverter
4049     {
NullableConverter(System.Type type)4050         public NullableConverter(System.Type type) { }
4051         public System.Type NullableType { get { throw null; } }
4052         public System.Type UnderlyingType { get { throw null; } }
4053         public System.ComponentModel.TypeConverter UnderlyingTypeConverter { get { throw null; } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4054         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4055         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4056         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)4057         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)4058         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4059         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4060         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4061         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4062         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4063         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4064         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4065         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4066     }
4067     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4068     public sealed partial class ParenthesizePropertyNameAttribute : System.Attribute
4069     {
4070         public static readonly System.ComponentModel.ParenthesizePropertyNameAttribute Default;
ParenthesizePropertyNameAttribute()4071         public ParenthesizePropertyNameAttribute() { }
ParenthesizePropertyNameAttribute(bool needParenthesis)4072         public ParenthesizePropertyNameAttribute(bool needParenthesis) { }
4073         public bool NeedParenthesis { get { throw null; } }
Equals(object o)4074         public override bool Equals(object o) { throw null; }
GetHashCode()4075         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4076         public override bool IsDefaultAttribute() { throw null; }
4077     }
4078     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4079     public sealed partial class PasswordPropertyTextAttribute : System.Attribute
4080     {
4081         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Default;
4082         public static readonly System.ComponentModel.PasswordPropertyTextAttribute No;
4083         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Yes;
PasswordPropertyTextAttribute()4084         public PasswordPropertyTextAttribute() { }
PasswordPropertyTextAttribute(bool password)4085         public PasswordPropertyTextAttribute(bool password) { }
4086         public bool Password { get { throw null; } }
Equals(object o)4087         public override bool Equals(object o) { throw null; }
GetHashCode()4088         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4089         public override bool IsDefaultAttribute() { throw null; }
4090     }
4091     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4092     public partial class ProgressChangedEventArgs : System.EventArgs
4093     {
ProgressChangedEventArgs(int progressPercentage, object userState)4094         public ProgressChangedEventArgs(int progressPercentage, object userState) { }
4095         public int ProgressPercentage { get { throw null; } }
4096         public object UserState { get { throw null; } }
4097     }
4098     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e)4099     public delegate void ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e);
4100     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4101     public partial class PropertyChangedEventArgs : System.EventArgs
4102     {
PropertyChangedEventArgs(string propertyName)4103         public PropertyChangedEventArgs(string propertyName) { }
4104         public virtual string PropertyName { get { throw null; } }
4105     }
4106     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e)4107     public delegate void PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e);
4108     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4109     public partial class PropertyChangingEventArgs : System.EventArgs
4110     {
PropertyChangingEventArgs(string propertyName)4111         public PropertyChangingEventArgs(string propertyName) { }
4112         public virtual string PropertyName { get { throw null; } }
4113     }
4114     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e)4115     public delegate void PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e);
4116     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4117     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4118     public abstract partial class PropertyDescriptor : System.ComponentModel.MemberDescriptor
4119     {
PropertyDescriptor(System.ComponentModel.MemberDescriptor descr)4120         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr) : base (default(string)) { }
PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs)4121         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base (default(string)) { }
PropertyDescriptor(string name, System.Attribute[] attrs)4122         protected PropertyDescriptor(string name, System.Attribute[] attrs) : base (default(string)) { }
4123         public abstract System.Type ComponentType { get; }
4124         public virtual System.ComponentModel.TypeConverter Converter { get { throw null; } }
4125         public virtual bool IsLocalizable { get { throw null; } }
4126         public abstract bool IsReadOnly { get; }
4127         public abstract System.Type PropertyType { get; }
4128         public System.ComponentModel.DesignerSerializationVisibility SerializationVisibility { get { throw null; } }
4129         public virtual bool SupportsChangeEvents { get { throw null; } }
AddValueChanged(object component, System.EventHandler handler)4130         public virtual void AddValueChanged(object component, System.EventHandler handler) { }
CanResetValue(object component)4131         public abstract bool CanResetValue(object component);
CreateInstance(System.Type type)4132         protected object CreateInstance(System.Type type) { throw null; }
Equals(object obj)4133         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)4134         protected override void FillAttributes(System.Collections.IList attributeList) { }
GetChildProperties()4135         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties() { throw null; }
GetChildProperties(System.Attribute[] filter)4136         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(System.Attribute[] filter) { throw null; }
GetChildProperties(object instance)4137         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance) { throw null; }
GetChildProperties(object instance, System.Attribute[] filter)4138         public virtual System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance, System.Attribute[] filter) { throw null; }
GetEditor(System.Type editorBaseType)4139         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetHashCode()4140         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)4141         protected override object GetInvocationTarget(System.Type type, object instance) { throw null; }
GetTypeFromName(string typeName)4142         protected System.Type GetTypeFromName(string typeName) { throw null; }
GetValue(object component)4143         public abstract object GetValue(object component);
GetValueChangedHandler(object component)4144         protected internal System.EventHandler GetValueChangedHandler(object component) { throw null; }
OnValueChanged(object component, System.EventArgs e)4145         protected virtual void OnValueChanged(object component, System.EventArgs e) { }
RemoveValueChanged(object component, System.EventHandler handler)4146         public virtual void RemoveValueChanged(object component, System.EventHandler handler) { }
ResetValue(object component)4147         public abstract void ResetValue(object component);
SetValue(object component, object value)4148         public abstract void SetValue(object component, object value);
ShouldSerializeValue(object component)4149         public abstract bool ShouldSerializeValue(object component);
4150     }
4151     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
4152     public partial class PropertyDescriptorCollection : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.IList
4153     {
4154         public static readonly System.ComponentModel.PropertyDescriptorCollection Empty;
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties)4155         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties) { }
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly)4156         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly) { }
4157         public int Count { get { throw null; } }
4158         public virtual System.ComponentModel.PropertyDescriptor this[int index] { get { throw null; } }
4159         public virtual System.ComponentModel.PropertyDescriptor this[string name] { get { throw null; } }
4160         int System.Collections.ICollection.Count { get { throw null; } }
4161         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4162         object System.Collections.ICollection.SyncRoot { get { throw null; } }
4163         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
4164         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
4165         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
4166         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
4167         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
4168         bool System.Collections.IList.IsFixedSize { get { throw null; } }
4169         bool System.Collections.IList.IsReadOnly { get { throw null; } }
4170         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.PropertyDescriptor value)4171         public int Add(System.ComponentModel.PropertyDescriptor value) { throw null; }
Clear()4172         public void Clear() { }
Contains(System.ComponentModel.PropertyDescriptor value)4173         public bool Contains(System.ComponentModel.PropertyDescriptor value) { throw null; }
CopyTo(System.Array array, int index)4174         public void CopyTo(System.Array array, int index) { }
Find(string name, bool ignoreCase)4175         public virtual System.ComponentModel.PropertyDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()4176         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.PropertyDescriptor value)4177         public int IndexOf(System.ComponentModel.PropertyDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.PropertyDescriptor value)4178         public void Insert(int index, System.ComponentModel.PropertyDescriptor value) { }
InternalSort(System.Collections.IComparer sorter)4179         protected void InternalSort(System.Collections.IComparer sorter) { }
InternalSort(string[] names)4180         protected void InternalSort(string[] names) { }
Remove(System.ComponentModel.PropertyDescriptor value)4181         public void Remove(System.ComponentModel.PropertyDescriptor value) { }
RemoveAt(int index)4182         public void RemoveAt(int index) { }
Sort()4183         public virtual System.ComponentModel.PropertyDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)4184         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] names)4185         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names) { throw null; }
Sort(string[] names, System.Collections.IComparer comparer)4186         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) { throw null; }
System.Collections.IDictionary.Add(object key, object value)4187         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Clear()4188         void System.Collections.IDictionary.Clear() { }
System.Collections.IDictionary.Contains(object key)4189         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()4190         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)4191         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()4192         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)4193         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()4194         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)4195         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)4196         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)4197         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)4198         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)4199         void System.Collections.IList.RemoveAt(int index) { }
4200     }
4201     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4202     public partial class PropertyTabAttribute : System.Attribute
4203     {
PropertyTabAttribute()4204         public PropertyTabAttribute() { }
PropertyTabAttribute(string tabClassName)4205         public PropertyTabAttribute(string tabClassName) { }
PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope)4206         public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) { }
PropertyTabAttribute(System.Type tabClass)4207         public PropertyTabAttribute(System.Type tabClass) { }
PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)4208         public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope) { }
4209         public System.Type[] TabClasses { get { throw null; } }
4210         protected string[] TabClassNames { get { throw null; } }
4211         public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
Equals(System.ComponentModel.PropertyTabAttribute other)4212         public bool Equals(System.ComponentModel.PropertyTabAttribute other) { throw null; }
Equals(object other)4213         public override bool Equals(object other) { throw null; }
GetHashCode()4214         public override int GetHashCode() { throw null; }
InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes)4215         protected void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { }
InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes)4216         protected void InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { }
4217     }
4218     public enum PropertyTabScope
4219     {
4220         Component = 3,
4221         Document = 2,
4222         Global = 1,
4223         Static = 0,
4224     }
4225     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true)]
4226     public sealed partial class ProvidePropertyAttribute : System.Attribute
4227     {
ProvidePropertyAttribute(string propertyName, string receiverTypeName)4228         public ProvidePropertyAttribute(string propertyName, string receiverTypeName) { }
ProvidePropertyAttribute(string propertyName, System.Type receiverType)4229         public ProvidePropertyAttribute(string propertyName, System.Type receiverType) { }
4230         public string PropertyName { get { throw null; } }
4231         public string ReceiverTypeName { get { throw null; } }
4232         public override object TypeId { get { throw null; } }
Equals(object obj)4233         public override bool Equals(object obj) { throw null; }
GetHashCode()4234         public override int GetHashCode() { throw null; }
4235     }
4236     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4237     public sealed partial class ReadOnlyAttribute : System.Attribute
4238     {
4239         public static readonly System.ComponentModel.ReadOnlyAttribute Default;
4240         public static readonly System.ComponentModel.ReadOnlyAttribute No;
4241         public static readonly System.ComponentModel.ReadOnlyAttribute Yes;
ReadOnlyAttribute(bool isReadOnly)4242         public ReadOnlyAttribute(bool isReadOnly) { }
4243         public bool IsReadOnly { get { throw null; } }
Equals(object value)4244         public override bool Equals(object value) { throw null; }
GetHashCode()4245         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4246         public override bool IsDefaultAttribute() { throw null; }
4247     }
4248     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4249     [System.ObsoleteAttribute("Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.")]
4250     public partial class RecommendedAsConfigurableAttribute : System.Attribute
4251     {
4252         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Default;
4253         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute No;
4254         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Yes;
RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable)4255         public RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable) { }
4256         public bool RecommendedAsConfigurable { get { throw null; } }
Equals(object obj)4257         public override bool Equals(object obj) { throw null; }
GetHashCode()4258         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4259         public override bool IsDefaultAttribute() { throw null; }
4260     }
4261     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4262     public partial class ReferenceConverter : System.ComponentModel.TypeConverter
4263     {
ReferenceConverter(System.Type type)4264         public ReferenceConverter(System.Type type) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4265         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4266         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)4267         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4268         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4269         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4270         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value)4271         protected virtual bool IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4272     }
4273     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4274     public partial class RefreshEventArgs : System.EventArgs
4275     {
RefreshEventArgs(object componentChanged)4276         public RefreshEventArgs(object componentChanged) { }
RefreshEventArgs(System.Type typeChanged)4277         public RefreshEventArgs(System.Type typeChanged) { }
4278         public object ComponentChanged { get { throw null; } }
4279         public System.Type TypeChanged { get { throw null; } }
4280     }
4281     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
RefreshEventHandler(System.ComponentModel.RefreshEventArgs e)4282     public delegate void RefreshEventHandler(System.ComponentModel.RefreshEventArgs e);
4283     public enum RefreshProperties
4284     {
4285         All = 1,
4286         None = 0,
4287         Repaint = 2,
4288     }
4289     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4290     public sealed partial class RefreshPropertiesAttribute : System.Attribute
4291     {
4292         public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
4293         public static readonly System.ComponentModel.RefreshPropertiesAttribute Default;
4294         public static readonly System.ComponentModel.RefreshPropertiesAttribute Repaint;
RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh)4295         public RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh) { }
4296         public System.ComponentModel.RefreshProperties RefreshProperties { get { throw null; } }
Equals(object value)4297         public override bool Equals(object value) { throw null; }
GetHashCode()4298         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4299         public override bool IsDefaultAttribute() { throw null; }
4300     }
4301     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
4302     public partial class RunInstallerAttribute : System.Attribute
4303     {
4304         public static readonly System.ComponentModel.RunInstallerAttribute Default;
4305         public static readonly System.ComponentModel.RunInstallerAttribute No;
4306         public static readonly System.ComponentModel.RunInstallerAttribute Yes;
RunInstallerAttribute(bool runInstaller)4307         public RunInstallerAttribute(bool runInstaller) { }
4308         public bool RunInstaller { get { throw null; } }
Equals(object obj)4309         public override bool Equals(object obj) { throw null; }
GetHashCode()4310         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4311         public override bool IsDefaultAttribute() { throw null; }
4312     }
4313     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4314     public partial class RunWorkerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
4315     {
RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled)4316         public RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled) : base (default(System.Exception), default(bool), default(object)) { }
4317         public object Result { get { throw null; } }
4318         [System.ComponentModel.BrowsableAttribute(false)]
4319         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4320         public new object UserState { get { throw null; } }
4321     }
4322     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e)4323     public delegate void RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e);
4324     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4325     public partial class SByteConverter : System.ComponentModel.BaseNumberConverter
4326     {
SByteConverter()4327         public SByteConverter() { }
4328     }
4329     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4330     public sealed partial class SettingsBindableAttribute : System.Attribute
4331     {
4332         public static readonly System.ComponentModel.SettingsBindableAttribute No;
4333         public static readonly System.ComponentModel.SettingsBindableAttribute Yes;
SettingsBindableAttribute(bool bindable)4334         public SettingsBindableAttribute(bool bindable) { }
4335         public bool Bindable { get { throw null; } }
Equals(object obj)4336         public override bool Equals(object obj) { throw null; }
GetHashCode()4337         public override int GetHashCode() { throw null; }
4338     }
4339     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4340     public partial class SingleConverter : System.ComponentModel.BaseNumberConverter
4341     {
SingleConverter()4342         public SingleConverter() { }
4343     }
4344     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4345     public partial class StringConverter : System.ComponentModel.TypeConverter
4346     {
StringConverter()4347         public StringConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4348         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4349         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
4350     }
4351     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4352     public static partial class SyntaxCheck
4353     {
CheckMachineName(string value)4354         public static bool CheckMachineName(string value) { throw null; }
CheckPath(string value)4355         public static bool CheckPath(string value) { throw null; }
CheckRootedPath(string value)4356         public static bool CheckRootedPath(string value) { throw null; }
4357     }
4358     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4359     public partial class TimeSpanConverter : System.ComponentModel.TypeConverter
4360     {
TimeSpanConverter()4361         public TimeSpanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4362         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4363         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4364         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)4365         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
4366     }
4367     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4368     public partial class ToolboxItemAttribute : System.Attribute
4369     {
4370         public static readonly System.ComponentModel.ToolboxItemAttribute Default;
4371         public static readonly System.ComponentModel.ToolboxItemAttribute None;
ToolboxItemAttribute(bool defaultType)4372         public ToolboxItemAttribute(bool defaultType) { }
ToolboxItemAttribute(string toolboxItemTypeName)4373         public ToolboxItemAttribute(string toolboxItemTypeName) { }
ToolboxItemAttribute(System.Type toolboxItemType)4374         public ToolboxItemAttribute(System.Type toolboxItemType) { }
4375         public System.Type ToolboxItemType { get { throw null; } }
4376         public string ToolboxItemTypeName { get { throw null; } }
Equals(object obj)4377         public override bool Equals(object obj) { throw null; }
GetHashCode()4378         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4379         public override bool IsDefaultAttribute() { throw null; }
4380     }
4381     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
4382     [System.SerializableAttribute]
4383     public sealed partial class ToolboxItemFilterAttribute : System.Attribute
4384     {
ToolboxItemFilterAttribute(string filterString)4385         public ToolboxItemFilterAttribute(string filterString) { }
ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType)4386         public ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType) { }
4387         public string FilterString { get { throw null; } }
4388         public System.ComponentModel.ToolboxItemFilterType FilterType { get { throw null; } }
4389         public override object TypeId { get { throw null; } }
Equals(object obj)4390         public override bool Equals(object obj) { throw null; }
GetHashCode()4391         public override int GetHashCode() { throw null; }
Match(object obj)4392         public override bool Match(object obj) { throw null; }
ToString()4393         public override string ToString() { throw null; }
4394     }
4395     public enum ToolboxItemFilterType
4396     {
4397         Allow = 0,
4398         Custom = 1,
4399         Prevent = 2,
4400         Require = 3,
4401     }
4402     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4403     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4404     public partial class TypeConverter
4405     {
TypeConverter()4406         public TypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4407         public virtual bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertFrom(System.Type sourceType)4408         public bool CanConvertFrom(System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4409         public virtual bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
CanConvertTo(System.Type destinationType)4410         public bool CanConvertTo(System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4411         public virtual object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertFrom(object value)4412         public object ConvertFrom(object value) { throw null; }
ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text)4413         public object ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromInvariantString(string text)4414         public object ConvertFromInvariantString(string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text)4415         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text)4416         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromString(string text)4417         public object ConvertFromString(string text) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4418         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)4419         public object ConvertTo(object value, System.Type destinationType) { throw null; }
ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value)4420         public string ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToInvariantString(object value)4421         public string ConvertToInvariantString(object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4422         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value)4423         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToString(object value)4424         public string ConvertToString(object value) { throw null; }
CreateInstance(System.Collections.IDictionary propertyValues)4425         public object CreateInstance(System.Collections.IDictionary propertyValues) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)4426         public virtual object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetConvertFromException(object value)4427         protected System.Exception GetConvertFromException(object value) { throw null; }
GetConvertToException(object value, System.Type destinationType)4428         protected System.Exception GetConvertToException(object value, System.Type destinationType) { throw null; }
GetCreateInstanceSupported()4429         public bool GetCreateInstanceSupported() { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4430         public virtual bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value)4431         public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4432         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetProperties(object value)4433         public System.ComponentModel.PropertyDescriptorCollection GetProperties(object value) { throw null; }
GetPropertiesSupported()4434         public bool GetPropertiesSupported() { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4435         public virtual bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues()4436         public System.Collections.ICollection GetStandardValues() { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4437         public virtual System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive()4438         public bool GetStandardValuesExclusive() { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4439         public virtual bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported()4440         public bool GetStandardValuesSupported() { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4441         public virtual bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4442         public virtual bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
IsValid(object value)4443         public bool IsValid(object value) { throw null; }
SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names)4444         protected System.ComponentModel.PropertyDescriptorCollection SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names) { throw null; }
4445         protected abstract partial class SimplePropertyDescriptor : System.ComponentModel.PropertyDescriptor
4446         {
SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType)4447             protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType) : base (default(string), default(System.Attribute[])) { }
SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType, System.Attribute[] attributes)4448             protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType, System.Attribute[] attributes) : base (default(string), default(System.Attribute[])) { }
4449             public override System.Type ComponentType { get { throw null; } }
4450             public override bool IsReadOnly { get { throw null; } }
4451             public override System.Type PropertyType { get { throw null; } }
CanResetValue(object component)4452             public override bool CanResetValue(object component) { throw null; }
ResetValue(object component)4453             public override void ResetValue(object component) { }
ShouldSerializeValue(object component)4454             public override bool ShouldSerializeValue(object component) { throw null; }
4455         }
4456         public partial class StandardValuesCollection : System.Collections.ICollection, System.Collections.IEnumerable
4457         {
StandardValuesCollection(System.Collections.ICollection values)4458             public StandardValuesCollection(System.Collections.ICollection values) { }
4459             public int Count { get { throw null; } }
4460             public object this[int index] { get { throw null; } }
4461             int System.Collections.ICollection.Count { get { throw null; } }
4462             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4463             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Array array, int index)4464             public void CopyTo(System.Array array, int index) { }
GetEnumerator()4465             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)4466             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()4467             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
4468         }
4469     }
4470     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4471     public sealed partial class TypeConverterAttribute : System.Attribute
4472     {
4473         public static readonly System.ComponentModel.TypeConverterAttribute Default;
TypeConverterAttribute()4474         public TypeConverterAttribute() { }
TypeConverterAttribute(string typeName)4475         public TypeConverterAttribute(string typeName) { }
TypeConverterAttribute(System.Type type)4476         public TypeConverterAttribute(System.Type type) { }
4477         public string ConverterTypeName { get { throw null; } }
Equals(object obj)4478         public override bool Equals(object obj) { throw null; }
GetHashCode()4479         public override int GetHashCode() { throw null; }
4480     }
4481     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4482     public abstract partial class TypeDescriptionProvider
4483     {
TypeDescriptionProvider()4484         protected TypeDescriptionProvider() { }
TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent)4485         protected TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent) { }
CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args)4486         public virtual object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
GetCache(object instance)4487         public virtual System.Collections.IDictionary GetCache(object instance) { throw null; }
GetExtendedTypeDescriptor(object instance)4488         public virtual System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptor(object instance) { throw null; }
GetExtenderProviders(object instance)4489         protected internal virtual System.ComponentModel.IExtenderProvider[] GetExtenderProviders(object instance) { throw null; }
GetFullComponentName(object component)4490         public virtual string GetFullComponentName(object component) { throw null; }
GetReflectionType(object instance)4491         public System.Type GetReflectionType(object instance) { throw null; }
GetReflectionType(System.Type objectType)4492         public System.Type GetReflectionType(System.Type objectType) { throw null; }
GetReflectionType(System.Type objectType, object instance)4493         public virtual System.Type GetReflectionType(System.Type objectType, object instance) { throw null; }
GetRuntimeType(System.Type reflectionType)4494         public virtual System.Type GetRuntimeType(System.Type reflectionType) { throw null; }
GetTypeDescriptor(object instance)4495         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(object instance) { throw null; }
GetTypeDescriptor(System.Type objectType)4496         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType) { throw null; }
GetTypeDescriptor(System.Type objectType, object instance)4497         public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) { throw null; }
IsSupportedType(System.Type type)4498         public virtual bool IsSupportedType(System.Type type) { throw null; }
4499     }
4500     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true)]
4501     public sealed partial class TypeDescriptionProviderAttribute : System.Attribute
4502     {
TypeDescriptionProviderAttribute(string typeName)4503         public TypeDescriptionProviderAttribute(string typeName) { }
TypeDescriptionProviderAttribute(System.Type type)4504         public TypeDescriptionProviderAttribute(System.Type type) { }
4505         public string TypeName { get { throw null; } }
4506     }
4507     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4508     public sealed partial class TypeDescriptor
4509     {
TypeDescriptor()4510         internal TypeDescriptor() { }
4511         [System.ObsoleteAttribute("This property has been deprecated.  Use a type description provider to supply type information for COM types instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
4512         public static System.ComponentModel.IComNativeDescriptorHandler ComNativeDescriptorHandler { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
4513         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4514         public static System.Type ComObjectType { get { throw null; } }
4515         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4516         public static System.Type InterfaceType { get { throw null; } }
4517         public static event System.ComponentModel.RefreshEventHandler Refreshed { add { } remove { } }
4518         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4519         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddAttributes(object instance, params System.Attribute[] attributes)4520         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(object instance, params System.Attribute[] attributes) { throw null; }
4521         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4522         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddAttributes(System.Type type, params System.Attribute[] attributes)4523         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(System.Type type, params System.Attribute[] attributes) { throw null; }
4524         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table)4525         public static void AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table) { }
4526         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4527         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4528         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4529         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4530         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4531         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4532         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4533         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4534         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4535         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4536         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4537         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CreateAssociation(object primary, object secondary)4538         public static void CreateAssociation(object primary, object secondary) { }
CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType)4539         public static System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null; }
4540         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes)4541         public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes) { throw null; }
4542         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
CreateEvent(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes)4543         public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args)4544         public static object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
4545         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes)4546         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes) { throw null; }
4547         [System.Security.Permissions.ReflectionPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.ReflectionPermissionFlag)(2))]
CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes)4548         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
4549         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetAssociation(System.Type type, object primary)4550         public static object GetAssociation(System.Type type, object primary) { throw null; }
GetAttributes(object component)4551         public static System.ComponentModel.AttributeCollection GetAttributes(object component) { throw null; }
4552         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetAttributes(object component, bool noCustomTypeDesc)4553         public static System.ComponentModel.AttributeCollection GetAttributes(object component, bool noCustomTypeDesc) { throw null; }
GetAttributes(System.Type componentType)4554         public static System.ComponentModel.AttributeCollection GetAttributes(System.Type componentType) { throw null; }
GetClassName(object component)4555         public static string GetClassName(object component) { throw null; }
4556         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetClassName(object component, bool noCustomTypeDesc)4557         public static string GetClassName(object component, bool noCustomTypeDesc) { throw null; }
GetClassName(System.Type componentType)4558         public static string GetClassName(System.Type componentType) { throw null; }
GetComponentName(object component)4559         public static string GetComponentName(object component) { throw null; }
4560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetComponentName(object component, bool noCustomTypeDesc)4561         public static string GetComponentName(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(object component)4562         public static System.ComponentModel.TypeConverter GetConverter(object component) { throw null; }
4563         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetConverter(object component, bool noCustomTypeDesc)4564         public static System.ComponentModel.TypeConverter GetConverter(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(System.Type type)4565         public static System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
GetDefaultEvent(object component)4566         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component) { throw null; }
4567         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultEvent(object component, bool noCustomTypeDesc)4568         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultEvent(System.Type componentType)4569         public static System.ComponentModel.EventDescriptor GetDefaultEvent(System.Type componentType) { throw null; }
GetDefaultProperty(object component)4570         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
4571         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultProperty(object component, bool noCustomTypeDesc)4572         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultProperty(System.Type componentType)4573         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(System.Type componentType) { throw null; }
GetEditor(object component, System.Type editorBaseType)4574         public static object GetEditor(object component, System.Type editorBaseType) { throw null; }
4575         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc)4576         public static object GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc) { throw null; }
GetEditor(System.Type type, System.Type editorBaseType)4577         public static object GetEditor(System.Type type, System.Type editorBaseType) { throw null; }
GetEvents(object component)4578         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component) { throw null; }
GetEvents(object component, System.Attribute[] attributes)4579         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes) { throw null; }
4580         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4581         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4582         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, bool noCustomTypeDesc)4583         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, bool noCustomTypeDesc) { throw null; }
GetEvents(System.Type componentType)4584         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType) { throw null; }
GetEvents(System.Type componentType, System.Attribute[] attributes)4585         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType, System.Attribute[] attributes) { throw null; }
GetFullComponentName(object component)4586         public static string GetFullComponentName(object component) { throw null; }
GetProperties(object component)4587         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
GetProperties(object component, System.Attribute[] attributes)4588         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4589         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4590         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProperties(object component, bool noCustomTypeDesc)4591         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, bool noCustomTypeDesc) { throw null; }
GetProperties(System.Type componentType)4592         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType) { throw null; }
GetProperties(System.Type componentType, System.Attribute[] attributes)4593         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType, System.Attribute[] attributes) { throw null; }
4594         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(object instance)4595         public static System.ComponentModel.TypeDescriptionProvider GetProvider(object instance) { throw null; }
4596         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(System.Type type)4597         public static System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type) { throw null; }
4598         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(object instance)4599         public static System.Type GetReflectionType(object instance) { throw null; }
4600         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(System.Type type)4601         public static System.Type GetReflectionType(System.Type type) { throw null; }
Refresh(object component)4602         public static void Refresh(object component) { }
Refresh(System.Reflection.Assembly assembly)4603         public static void Refresh(System.Reflection.Assembly assembly) { }
Refresh(System.Reflection.Module module)4604         public static void Refresh(System.Reflection.Module module) { }
Refresh(System.Type type)4605         public static void Refresh(System.Type type) { }
4606         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4607         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveAssociation(object primary, object secondary)4608         public static void RemoveAssociation(object primary, object secondary) { }
4609         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4610         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveAssociations(object primary)4611         public static void RemoveAssociations(object primary) { }
4612         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4613         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4614         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4615         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4616         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4617         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4618         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4619         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4620         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4621         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
SortDescriptorArray(System.Collections.IList infos)4622         public static void SortDescriptorArray(System.Collections.IList infos) { }
4623     }
4624     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4625     public abstract partial class TypeListConverter : System.ComponentModel.TypeConverter
4626     {
TypeListConverter(System.Type[] types)4627         protected TypeListConverter(System.Type[] types) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4628         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4629         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4630         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)4631         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4632         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4633         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4634         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4635     }
4636     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4637     public partial class UInt16Converter : System.ComponentModel.BaseNumberConverter
4638     {
UInt16Converter()4639         public UInt16Converter() { }
4640     }
4641     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4642     public partial class UInt32Converter : System.ComponentModel.BaseNumberConverter
4643     {
UInt32Converter()4644         public UInt32Converter() { }
4645     }
4646     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4647     public partial class UInt64Converter : System.ComponentModel.BaseNumberConverter
4648     {
UInt64Converter()4649         public UInt64Converter() { }
4650     }
4651     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4652     [System.SerializableAttribute]
4653     public partial class WarningException : System.SystemException
4654     {
WarningException()4655         public WarningException() { }
WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4656         protected WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
WarningException(string message)4657         public WarningException(string message) { }
WarningException(string message, System.Exception innerException)4658         public WarningException(string message, System.Exception innerException) { }
WarningException(string message, string helpUrl)4659         public WarningException(string message, string helpUrl) { }
WarningException(string message, string helpUrl, string helpTopic)4660         public WarningException(string message, string helpUrl, string helpTopic) { }
4661         public string HelpTopic { get { throw null; } }
4662         public string HelpUrl { get { throw null; } }
4663         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4664         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4665     }
4666     [System.Security.SuppressUnmanagedCodeSecurityAttribute]
4667     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4668     [System.SerializableAttribute]
4669     public partial class Win32Exception : System.Runtime.InteropServices.ExternalException, System.Runtime.Serialization.ISerializable
4670     {
4671         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception()4672         public Win32Exception() { }
4673         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(int error)4674         public Win32Exception(int error) { }
4675         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(int error, string message)4676         public Win32Exception(int error, string message) { }
Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4677         protected Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4678         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(string message)4679         public Win32Exception(string message) { }
4680         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(string message, System.Exception innerException)4681         public Win32Exception(string message, System.Exception innerException) { }
4682         public int NativeErrorCode { get { throw null; } }
4683         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4684         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4685     }
4686 }
4687 namespace System.ComponentModel.Design
4688 {
4689     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4690     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4691     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4692     public partial class ActiveDesignerEventArgs : System.EventArgs
4693     {
ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner)4694         public ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner) { }
4695         public System.ComponentModel.Design.IDesignerHost NewDesigner { get { throw null; } }
4696         public System.ComponentModel.Design.IDesignerHost OldDesigner { get { throw null; } }
4697     }
4698     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e)4699     public delegate void ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e);
4700     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4701     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4702     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4703     [System.SerializableAttribute]
4704     public partial class CheckoutException : System.Runtime.InteropServices.ExternalException
4705     {
4706         public static readonly System.ComponentModel.Design.CheckoutException Canceled;
CheckoutException()4707         public CheckoutException() { }
CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4708         protected CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
CheckoutException(string message)4709         public CheckoutException(string message) { }
CheckoutException(string message, System.Exception innerException)4710         public CheckoutException(string message, System.Exception innerException) { }
CheckoutException(string message, int errorCode)4711         public CheckoutException(string message, int errorCode) { }
4712     }
4713     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4714     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4715     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4716     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4717     public partial class CommandID
4718     {
CommandID(System.Guid menuGroup, int commandID)4719         public CommandID(System.Guid menuGroup, int commandID) { }
4720         public virtual System.Guid Guid { get { throw null; } }
4721         public virtual int ID { get { throw null; } }
Equals(object obj)4722         public override bool Equals(object obj) { throw null; }
GetHashCode()4723         public override int GetHashCode() { throw null; }
ToString()4724         public override string ToString() { throw null; }
4725     }
4726     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4727     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4728     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4729     public sealed partial class ComponentChangedEventArgs : System.EventArgs
4730     {
ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)4731         public ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue) { }
4732         public object Component { get { throw null; } }
4733         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
4734         public object NewValue { get { throw null; } }
4735         public object OldValue { get { throw null; } }
4736     }
4737     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4738     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e)4739     public delegate void ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e);
4740     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4741     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4742     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4743     public sealed partial class ComponentChangingEventArgs : System.EventArgs
4744     {
ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member)4745         public ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member) { }
4746         public object Component { get { throw null; } }
4747         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
4748     }
4749     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4750     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e)4751     public delegate void ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e);
4752     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4753     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4754     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4755     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4756     public partial class ComponentEventArgs : System.EventArgs
4757     {
ComponentEventArgs(System.ComponentModel.IComponent component)4758         public ComponentEventArgs(System.ComponentModel.IComponent component) { }
4759         public virtual System.ComponentModel.IComponent Component { get { throw null; } }
4760     }
4761     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4762     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e)4763     public delegate void ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e);
4764     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4765     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4766     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4767     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4768     public partial class ComponentRenameEventArgs : System.EventArgs
4769     {
ComponentRenameEventArgs(object component, string oldName, string newName)4770         public ComponentRenameEventArgs(object component, string oldName, string newName) { }
4771         public object Component { get { throw null; } }
4772         public virtual string NewName { get { throw null; } }
4773         public virtual string OldName { get { throw null; } }
4774     }
4775     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4776     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e)4777     public delegate void ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e);
4778     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4779     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4780     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4781     public partial class DesignerCollection : System.Collections.ICollection, System.Collections.IEnumerable
4782     {
DesignerCollection(System.Collections.IList designers)4783         public DesignerCollection(System.Collections.IList designers) { }
DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers)4784         public DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers) { }
4785         public int Count { get { throw null; } }
4786         public virtual System.ComponentModel.Design.IDesignerHost this[int index] { get { throw null; } }
4787         int System.Collections.ICollection.Count { get { throw null; } }
4788         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4789         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()4790         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)4791         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()4792         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
4793     }
4794     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4795     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4796     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4797     public partial class DesignerEventArgs : System.EventArgs
4798     {
DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host)4799         public DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host) { }
4800         public System.ComponentModel.Design.IDesignerHost Designer { get { throw null; } }
4801     }
4802     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e)4803     public delegate void DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e);
4804     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4805     public abstract partial class DesignerOptionService : System.ComponentModel.Design.IDesignerOptionService
4806     {
DesignerOptionService()4807         protected DesignerOptionService() { }
4808         public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Options { get { throw null; } }
CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection parent, string name, object value)4809         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)4810         protected virtual void PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options) { }
ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject)4811         protected virtual bool ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName)4812         object System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value)4813         void System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value) { }
4814         [System.ComponentModel.EditorAttribute("", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
4815         [System.ComponentModel.TypeConverterAttribute("System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter")]
4816         public sealed partial class DesignerOptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
4817         {
DesignerOptionCollection()4818             internal DesignerOptionCollection() { }
4819             public int Count { get { throw null; } }
4820             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[int index] { get { throw null; } }
4821             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[string name] { get { throw null; } }
4822             public string Name { get { throw null; } }
4823             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Parent { get { throw null; } }
4824             public System.ComponentModel.PropertyDescriptorCollection Properties { get { throw null; } }
4825             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4826             object System.Collections.ICollection.SyncRoot { get { throw null; } }
4827             bool System.Collections.IList.IsFixedSize { get { throw null; } }
4828             bool System.Collections.IList.IsReadOnly { get { throw null; } }
4829             object System.Collections.IList.this[int index] { get { throw null; } set { } }
CopyTo(System.Array array, int index)4830             public void CopyTo(System.Array array, int index) { }
GetEnumerator()4831             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection value)4832             public int IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection value) { throw null; }
ShowDialog()4833             public bool ShowDialog() { throw null; }
System.Collections.IList.Add(object value)4834             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()4835             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)4836             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)4837             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)4838             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)4839             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)4840             void System.Collections.IList.RemoveAt(int index) { }
4841         }
4842     }
4843     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4844     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4845     public abstract partial class DesignerTransaction : System.IDisposable
4846     {
DesignerTransaction()4847         protected DesignerTransaction() { }
DesignerTransaction(string description)4848         protected DesignerTransaction(string description) { }
4849         public bool Canceled { get { throw null; } }
4850         public bool Committed { get { throw null; } }
4851         public string Description { get { throw null; } }
Cancel()4852         public void Cancel() { }
Commit()4853         public void Commit() { }
Dispose(bool disposing)4854         protected virtual void Dispose(bool disposing) { }
~DesignerTransaction()4855         ~DesignerTransaction() { }
OnCancel()4856         protected abstract void OnCancel();
OnCommit()4857         protected abstract void OnCommit();
System.IDisposable.Dispose()4858         void System.IDisposable.Dispose() { }
4859     }
4860     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4861     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4862     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4863     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4864     public partial class DesignerTransactionCloseEventArgs : System.EventArgs
4865     {
4866         [System.ObsoleteAttribute("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
DesignerTransactionCloseEventArgs(bool commit)4867         public DesignerTransactionCloseEventArgs(bool commit) { }
DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction)4868         public DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction) { }
4869         public bool LastTransaction { get { throw null; } }
4870         public bool TransactionCommitted { get { throw null; } }
4871     }
4872     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4873     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e)4874     public delegate void DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e);
4875     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4876     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4877     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4878     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4879     public partial class DesignerVerb : System.ComponentModel.Design.MenuCommand
4880     {
DesignerVerb(string text, System.EventHandler handler)4881         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)4882         public DesignerVerb(string text, System.EventHandler handler, System.ComponentModel.Design.CommandID startCommandID) : base (default(System.EventHandler), default(System.ComponentModel.Design.CommandID)) { }
4883         public string Description { get { throw null; } set { } }
4884         public string Text { get { throw null; } }
ToString()4885         public override string ToString() { throw null; }
4886     }
4887     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4888     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4889     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4890     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4891     public partial class DesignerVerbCollection : System.Collections.CollectionBase
4892     {
DesignerVerbCollection()4893         public DesignerVerbCollection() { }
DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value)4894         public DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value) { }
4895         public System.ComponentModel.Design.DesignerVerb this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.Design.DesignerVerb value)4896         public int Add(System.ComponentModel.Design.DesignerVerb value) { throw null; }
AddRange(System.ComponentModel.Design.DesignerVerbCollection value)4897         public void AddRange(System.ComponentModel.Design.DesignerVerbCollection value) { }
AddRange(System.ComponentModel.Design.DesignerVerb[] value)4898         public void AddRange(System.ComponentModel.Design.DesignerVerb[] value) { }
Contains(System.ComponentModel.Design.DesignerVerb value)4899         public bool Contains(System.ComponentModel.Design.DesignerVerb value) { throw null; }
CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index)4900         public void CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index) { }
IndexOf(System.ComponentModel.Design.DesignerVerb value)4901         public int IndexOf(System.ComponentModel.Design.DesignerVerb value) { throw null; }
Insert(int index, System.ComponentModel.Design.DesignerVerb value)4902         public void Insert(int index, System.ComponentModel.Design.DesignerVerb value) { }
OnClear()4903         protected override void OnClear() { }
OnInsert(int index, object value)4904         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)4905         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)4906         protected override void OnSet(int index, object oldValue, object newValue) { }
OnValidate(object value)4907         protected override void OnValidate(object value) { }
Remove(System.ComponentModel.Design.DesignerVerb value)4908         public void Remove(System.ComponentModel.Design.DesignerVerb value) { }
4909     }
4910     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4911     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4912     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4913     public partial class DesigntimeLicenseContext : System.ComponentModel.LicenseContext
4914     {
DesigntimeLicenseContext()4915         public DesigntimeLicenseContext() { }
4916         public override System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)4917         public override string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
SetSavedLicenseKey(System.Type type, string key)4918         public override void SetSavedLicenseKey(System.Type type, string key) { }
4919     }
4920     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4921     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4922     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4923     public partial class DesigntimeLicenseContextSerializer
4924     {
DesigntimeLicenseContextSerializer()4925         internal DesigntimeLicenseContextSerializer() { }
Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context)4926         public static void Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context) { }
4927     }
4928     public enum HelpContextType
4929     {
4930         Ambient = 0,
4931         Selection = 2,
4932         ToolWindowSelection = 3,
4933         Window = 1,
4934     }
4935     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=false, Inherited=false)]
4936     [System.SerializableAttribute]
4937     public sealed partial class HelpKeywordAttribute : System.Attribute
4938     {
4939         public static readonly System.ComponentModel.Design.HelpKeywordAttribute Default;
HelpKeywordAttribute()4940         public HelpKeywordAttribute() { }
HelpKeywordAttribute(string keyword)4941         public HelpKeywordAttribute(string keyword) { }
HelpKeywordAttribute(System.Type t)4942         public HelpKeywordAttribute(System.Type t) { }
4943         public string HelpKeyword { get { throw null; } }
Equals(object obj)4944         public override bool Equals(object obj) { throw null; }
GetHashCode()4945         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4946         public override bool IsDefaultAttribute() { throw null; }
4947     }
4948     public enum HelpKeywordType
4949     {
4950         F1Keyword = 0,
4951         FilterKeyword = 2,
4952         GeneralKeyword = 1,
4953     }
4954     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4955     public partial interface IComponentChangeService
4956     {
4957         event System.ComponentModel.Design.ComponentEventHandler ComponentAdded;
4958         event System.ComponentModel.Design.ComponentEventHandler ComponentAdding;
4959         event System.ComponentModel.Design.ComponentChangedEventHandler ComponentChanged;
4960         event System.ComponentModel.Design.ComponentChangingEventHandler ComponentChanging;
4961         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoved;
4962         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoving;
4963         event System.ComponentModel.Design.ComponentRenameEventHandler ComponentRename;
OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)4964         void OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue);
OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member)4965         void OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member);
4966     }
4967     public partial interface IComponentDiscoveryService
4968     {
GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType)4969         System.Collections.ICollection GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType);
4970     }
4971     public partial interface IComponentInitializer
4972     {
InitializeExistingComponent(System.Collections.IDictionary defaultValues)4973         void InitializeExistingComponent(System.Collections.IDictionary defaultValues);
InitializeNewComponent(System.Collections.IDictionary defaultValues)4974         void InitializeNewComponent(System.Collections.IDictionary defaultValues);
4975     }
4976     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4977     public partial interface IDesigner : System.IDisposable
4978     {
4979         System.ComponentModel.IComponent Component { get; }
4980         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
DoDefaultAction()4981         void DoDefaultAction();
Initialize(System.ComponentModel.IComponent component)4982         void Initialize(System.ComponentModel.IComponent component);
4983     }
4984     public partial interface IDesignerEventService
4985     {
4986         System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; }
4987         System.ComponentModel.Design.DesignerCollection Designers { get; }
4988         event System.ComponentModel.Design.ActiveDesignerEventHandler ActiveDesignerChanged;
4989         event System.ComponentModel.Design.DesignerEventHandler DesignerCreated;
4990         event System.ComponentModel.Design.DesignerEventHandler DesignerDisposed;
4991         event System.EventHandler SelectionChanged;
4992     }
4993     public partial interface IDesignerFilter
4994     {
PostFilterAttributes(System.Collections.IDictionary attributes)4995         void PostFilterAttributes(System.Collections.IDictionary attributes);
PostFilterEvents(System.Collections.IDictionary events)4996         void PostFilterEvents(System.Collections.IDictionary events);
PostFilterProperties(System.Collections.IDictionary properties)4997         void PostFilterProperties(System.Collections.IDictionary properties);
PreFilterAttributes(System.Collections.IDictionary attributes)4998         void PreFilterAttributes(System.Collections.IDictionary attributes);
PreFilterEvents(System.Collections.IDictionary events)4999         void PreFilterEvents(System.Collections.IDictionary events);
PreFilterProperties(System.Collections.IDictionary properties)5000         void PreFilterProperties(System.Collections.IDictionary properties);
5001     }
5002     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5003     public partial interface IDesignerHost : System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
5004     {
5005         System.ComponentModel.IContainer Container { get; }
5006         bool InTransaction { get; }
5007         bool Loading { get; }
5008         System.ComponentModel.IComponent RootComponent { get; }
5009         string RootComponentClassName { get; }
5010         string TransactionDescription { get; }
5011         event System.EventHandler Activated;
5012         event System.EventHandler Deactivated;
5013         event System.EventHandler LoadComplete;
5014         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosed;
5015         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosing;
5016         event System.EventHandler TransactionOpened;
5017         event System.EventHandler TransactionOpening;
Activate()5018         void Activate();
CreateComponent(System.Type componentClass)5019         System.ComponentModel.IComponent CreateComponent(System.Type componentClass);
CreateComponent(System.Type componentClass, string name)5020         System.ComponentModel.IComponent CreateComponent(System.Type componentClass, string name);
CreateTransaction()5021         System.ComponentModel.Design.DesignerTransaction CreateTransaction();
CreateTransaction(string description)5022         System.ComponentModel.Design.DesignerTransaction CreateTransaction(string description);
DestroyComponent(System.ComponentModel.IComponent component)5023         void DestroyComponent(System.ComponentModel.IComponent component);
GetDesigner(System.ComponentModel.IComponent component)5024         System.ComponentModel.Design.IDesigner GetDesigner(System.ComponentModel.IComponent component);
GetType(string typeName)5025         System.Type GetType(string typeName);
5026     }
5027     public partial interface IDesignerHostTransactionState
5028     {
5029         bool IsClosingTransaction { get; }
5030     }
5031     public partial interface IDesignerOptionService
5032     {
GetOptionValue(string pageName, string valueName)5033         object GetOptionValue(string pageName, string valueName);
SetOptionValue(string pageName, string valueName, object value)5034         void SetOptionValue(string pageName, string valueName, object value);
5035     }
5036     public partial interface IDictionaryService
5037     {
GetKey(object value)5038         object GetKey(object value);
GetValue(object key)5039         object GetValue(object key);
SetValue(object key, object value)5040         void SetValue(object key, object value);
5041     }
5042     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5043     public partial interface IEventBindingService
5044     {
CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5045         string CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
GetCompatibleMethods(System.ComponentModel.EventDescriptor e)5046         System.Collections.ICollection GetCompatibleMethods(System.ComponentModel.EventDescriptor e);
GetEvent(System.ComponentModel.PropertyDescriptor property)5047         System.ComponentModel.EventDescriptor GetEvent(System.ComponentModel.PropertyDescriptor property);
GetEventProperties(System.ComponentModel.EventDescriptorCollection events)5048         System.ComponentModel.PropertyDescriptorCollection GetEventProperties(System.ComponentModel.EventDescriptorCollection events);
GetEventProperty(System.ComponentModel.EventDescriptor e)5049         System.ComponentModel.PropertyDescriptor GetEventProperty(System.ComponentModel.EventDescriptor e);
ShowCode()5050         bool ShowCode();
ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5051         bool ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
ShowCode(int lineNumber)5052         bool ShowCode(int lineNumber);
5053     }
5054     public partial interface IExtenderListService
5055     {
GetExtenderProviders()5056         System.ComponentModel.IExtenderProvider[] GetExtenderProviders();
5057     }
5058     public partial interface IExtenderProviderService
5059     {
AddExtenderProvider(System.ComponentModel.IExtenderProvider provider)5060         void AddExtenderProvider(System.ComponentModel.IExtenderProvider provider);
RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider)5061         void RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider);
5062     }
5063     public partial interface IHelpService
5064     {
AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType)5065         void AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType);
ClearContextAttributes()5066         void ClearContextAttributes();
CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType)5067         System.ComponentModel.Design.IHelpService CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType);
RemoveContextAttribute(string name, string value)5068         void RemoveContextAttribute(string name, string value);
RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext)5069         void RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext);
ShowHelpFromKeyword(string helpKeyword)5070         void ShowHelpFromKeyword(string helpKeyword);
ShowHelpFromUrl(string helpUrl)5071         void ShowHelpFromUrl(string helpUrl);
5072     }
5073     public partial interface IInheritanceService
5074     {
AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container)5075         void AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container);
GetInheritanceAttribute(System.ComponentModel.IComponent component)5076         System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponent component);
5077     }
5078     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5079     public partial interface IMenuCommandService
5080     {
5081         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
AddCommand(System.ComponentModel.Design.MenuCommand command)5082         void AddCommand(System.ComponentModel.Design.MenuCommand command);
AddVerb(System.ComponentModel.Design.DesignerVerb verb)5083         void AddVerb(System.ComponentModel.Design.DesignerVerb verb);
FindCommand(System.ComponentModel.Design.CommandID commandID)5084         System.ComponentModel.Design.MenuCommand FindCommand(System.ComponentModel.Design.CommandID commandID);
GlobalInvoke(System.ComponentModel.Design.CommandID commandID)5085         bool GlobalInvoke(System.ComponentModel.Design.CommandID commandID);
RemoveCommand(System.ComponentModel.Design.MenuCommand command)5086         void RemoveCommand(System.ComponentModel.Design.MenuCommand command);
RemoveVerb(System.ComponentModel.Design.DesignerVerb verb)5087         void RemoveVerb(System.ComponentModel.Design.DesignerVerb verb);
ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y)5088         void ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y);
5089     }
5090     public partial interface IReferenceService
5091     {
GetComponent(object reference)5092         System.ComponentModel.IComponent GetComponent(object reference);
GetName(object reference)5093         string GetName(object reference);
GetReference(string name)5094         object GetReference(string name);
GetReferences()5095         object[] GetReferences();
GetReferences(System.Type baseType)5096         object[] GetReferences(System.Type baseType);
5097     }
5098     public partial interface IResourceService
5099     {
GetResourceReader(System.Globalization.CultureInfo info)5100         System.Resources.IResourceReader GetResourceReader(System.Globalization.CultureInfo info);
GetResourceWriter(System.Globalization.CultureInfo info)5101         System.Resources.IResourceWriter GetResourceWriter(System.Globalization.CultureInfo info);
5102     }
5103     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5104     public partial interface IRootDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5105     {
5106         System.ComponentModel.Design.ViewTechnology[] SupportedTechnologies { get; }
GetView(System.ComponentModel.Design.ViewTechnology technology)5107         object GetView(System.ComponentModel.Design.ViewTechnology technology);
5108     }
5109     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5110     public partial interface ISelectionService
5111     {
5112         object PrimarySelection { get; }
5113         int SelectionCount { get; }
5114         event System.EventHandler SelectionChanged;
5115         event System.EventHandler SelectionChanging;
GetComponentSelected(object component)5116         bool GetComponentSelected(object component);
GetSelectedComponents()5117         System.Collections.ICollection GetSelectedComponents();
SetSelectedComponents(System.Collections.ICollection components)5118         void SetSelectedComponents(System.Collections.ICollection components);
SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType)5119         void SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType);
5120     }
5121     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5122     public partial interface IServiceContainer : System.IServiceProvider
5123     {
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5124         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback);
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5125         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote);
AddService(System.Type serviceType, object serviceInstance)5126         void AddService(System.Type serviceType, object serviceInstance);
AddService(System.Type serviceType, object serviceInstance, bool promote)5127         void AddService(System.Type serviceType, object serviceInstance, bool promote);
RemoveService(System.Type serviceType)5128         void RemoveService(System.Type serviceType);
RemoveService(System.Type serviceType, bool promote)5129         void RemoveService(System.Type serviceType, bool promote);
5130     }
5131     public partial interface ITreeDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5132     {
5133         System.Collections.ICollection Children { get; }
5134         System.ComponentModel.Design.IDesigner Parent { get; }
5135     }
5136     public partial interface ITypeDescriptorFilterService
5137     {
FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes)5138         bool FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes);
FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events)5139         bool FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events);
FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties)5140         bool FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties);
5141     }
5142     public partial interface ITypeDiscoveryService
5143     {
GetTypes(System.Type baseType, bool excludeGlobalTypes)5144         System.Collections.ICollection GetTypes(System.Type baseType, bool excludeGlobalTypes);
5145     }
5146     public partial interface ITypeResolutionService
5147     {
GetAssembly(System.Reflection.AssemblyName name)5148         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name);
GetAssembly(System.Reflection.AssemblyName name, bool throwOnError)5149         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name, bool throwOnError);
GetPathOfAssembly(System.Reflection.AssemblyName name)5150         string GetPathOfAssembly(System.Reflection.AssemblyName name);
GetType(string name)5151         System.Type GetType(string name);
GetType(string name, bool throwOnError)5152         System.Type GetType(string name, bool throwOnError);
GetType(string name, bool throwOnError, bool ignoreCase)5153         System.Type GetType(string name, bool throwOnError, bool ignoreCase);
ReferenceAssembly(System.Reflection.AssemblyName name)5154         void ReferenceAssembly(System.Reflection.AssemblyName name);
5155     }
5156     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5157     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5158     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5159     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5160     public partial class MenuCommand
5161     {
MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command)5162         public MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command) { }
5163         public virtual bool Checked { get { throw null; } set { } }
5164         public virtual System.ComponentModel.Design.CommandID CommandID { get { throw null; } }
5165         public virtual bool Enabled { get { throw null; } set { } }
5166         public virtual int OleStatus { get { throw null; } }
5167         public virtual System.Collections.IDictionary Properties { get { throw null; } }
5168         public virtual bool Supported { get { throw null; } set { } }
5169         public virtual bool Visible { get { throw null; } set { } }
5170         public event System.EventHandler CommandChanged { add { } remove { } }
Invoke()5171         public virtual void Invoke() { }
Invoke(object arg)5172         public virtual void Invoke(object arg) { }
OnCommandChanged(System.EventArgs e)5173         protected virtual void OnCommandChanged(System.EventArgs e) { }
ToString()5174         public override string ToString() { throw null; }
5175     }
5176     [System.FlagsAttribute]
5177     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5178     public enum SelectionTypes
5179     {
5180         Add = 64,
5181         Auto = 1,
5182         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Primary instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5183         Click = 16,
5184         [System.ObsoleteAttribute("This value has been deprecated.  It is no longer supported. http://go.microsoft.com/fwlink/?linkid=14202")]
5185         MouseDown = 4,
5186         [System.ObsoleteAttribute("This value has been deprecated.  It is no longer supported. http://go.microsoft.com/fwlink/?linkid=14202")]
5187         MouseUp = 8,
5188         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Auto instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5189         Normal = 1,
5190         Primary = 16,
5191         Remove = 128,
5192         Replace = 2,
5193         Toggle = 32,
5194         [System.ObsoleteAttribute("This value has been deprecated. Use Enum class methods to determine valid values, or use a type converter. http://go.microsoft.com/fwlink/?linkid=14202")]
5195         Valid = 31,
5196     }
5197     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5198     public partial class ServiceContainer : System.ComponentModel.Design.IServiceContainer, System.IDisposable, System.IServiceProvider
5199     {
ServiceContainer()5200         public ServiceContainer() { }
ServiceContainer(System.IServiceProvider parentProvider)5201         public ServiceContainer(System.IServiceProvider parentProvider) { }
5202         protected virtual System.Type[] DefaultServices { get { throw null; } }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5203         public void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback) { }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5204         public virtual void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote) { }
AddService(System.Type serviceType, object serviceInstance)5205         public void AddService(System.Type serviceType, object serviceInstance) { }
AddService(System.Type serviceType, object serviceInstance, bool promote)5206         public virtual void AddService(System.Type serviceType, object serviceInstance, bool promote) { }
Dispose()5207         public void Dispose() { }
Dispose(bool disposing)5208         protected virtual void Dispose(bool disposing) { }
GetService(System.Type serviceType)5209         public virtual object GetService(System.Type serviceType) { throw null; }
RemoveService(System.Type serviceType)5210         public void RemoveService(System.Type serviceType) { }
RemoveService(System.Type serviceType, bool promote)5211         public virtual void RemoveService(System.Type serviceType, bool promote) { }
5212     }
5213     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5214     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType)5215     public delegate object ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType);
5216     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5217     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5218     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5219     public partial class StandardCommands
5220     {
5221         public static readonly System.ComponentModel.Design.CommandID AlignBottom;
5222         public static readonly System.ComponentModel.Design.CommandID AlignHorizontalCenters;
5223         public static readonly System.ComponentModel.Design.CommandID AlignLeft;
5224         public static readonly System.ComponentModel.Design.CommandID AlignRight;
5225         public static readonly System.ComponentModel.Design.CommandID AlignToGrid;
5226         public static readonly System.ComponentModel.Design.CommandID AlignTop;
5227         public static readonly System.ComponentModel.Design.CommandID AlignVerticalCenters;
5228         public static readonly System.ComponentModel.Design.CommandID ArrangeBottom;
5229         public static readonly System.ComponentModel.Design.CommandID ArrangeIcons;
5230         public static readonly System.ComponentModel.Design.CommandID ArrangeRight;
5231         public static readonly System.ComponentModel.Design.CommandID BringForward;
5232         public static readonly System.ComponentModel.Design.CommandID BringToFront;
5233         public static readonly System.ComponentModel.Design.CommandID CenterHorizontally;
5234         public static readonly System.ComponentModel.Design.CommandID CenterVertically;
5235         public static readonly System.ComponentModel.Design.CommandID Copy;
5236         public static readonly System.ComponentModel.Design.CommandID Cut;
5237         public static readonly System.ComponentModel.Design.CommandID Delete;
5238         public static readonly System.ComponentModel.Design.CommandID DocumentOutline;
5239         public static readonly System.ComponentModel.Design.CommandID F1Help;
5240         public static readonly System.ComponentModel.Design.CommandID Group;
5241         public static readonly System.ComponentModel.Design.CommandID HorizSpaceConcatenate;
5242         public static readonly System.ComponentModel.Design.CommandID HorizSpaceDecrease;
5243         public static readonly System.ComponentModel.Design.CommandID HorizSpaceIncrease;
5244         public static readonly System.ComponentModel.Design.CommandID HorizSpaceMakeEqual;
5245         public static readonly System.ComponentModel.Design.CommandID LineupIcons;
5246         public static readonly System.ComponentModel.Design.CommandID LockControls;
5247         public static readonly System.ComponentModel.Design.CommandID MultiLevelRedo;
5248         public static readonly System.ComponentModel.Design.CommandID MultiLevelUndo;
5249         public static readonly System.ComponentModel.Design.CommandID Paste;
5250         public static readonly System.ComponentModel.Design.CommandID Properties;
5251         public static readonly System.ComponentModel.Design.CommandID PropertiesWindow;
5252         public static readonly System.ComponentModel.Design.CommandID Redo;
5253         public static readonly System.ComponentModel.Design.CommandID Replace;
5254         public static readonly System.ComponentModel.Design.CommandID SelectAll;
5255         public static readonly System.ComponentModel.Design.CommandID SendBackward;
5256         public static readonly System.ComponentModel.Design.CommandID SendToBack;
5257         public static readonly System.ComponentModel.Design.CommandID ShowGrid;
5258         public static readonly System.ComponentModel.Design.CommandID ShowLargeIcons;
5259         public static readonly System.ComponentModel.Design.CommandID SizeToControl;
5260         public static readonly System.ComponentModel.Design.CommandID SizeToControlHeight;
5261         public static readonly System.ComponentModel.Design.CommandID SizeToControlWidth;
5262         public static readonly System.ComponentModel.Design.CommandID SizeToFit;
5263         public static readonly System.ComponentModel.Design.CommandID SizeToGrid;
5264         public static readonly System.ComponentModel.Design.CommandID SnapToGrid;
5265         public static readonly System.ComponentModel.Design.CommandID TabOrder;
5266         public static readonly System.ComponentModel.Design.CommandID Undo;
5267         public static readonly System.ComponentModel.Design.CommandID Ungroup;
5268         public static readonly System.ComponentModel.Design.CommandID VerbFirst;
5269         public static readonly System.ComponentModel.Design.CommandID VerbLast;
5270         public static readonly System.ComponentModel.Design.CommandID VertSpaceConcatenate;
5271         public static readonly System.ComponentModel.Design.CommandID VertSpaceDecrease;
5272         public static readonly System.ComponentModel.Design.CommandID VertSpaceIncrease;
5273         public static readonly System.ComponentModel.Design.CommandID VertSpaceMakeEqual;
5274         public static readonly System.ComponentModel.Design.CommandID ViewCode;
5275         public static readonly System.ComponentModel.Design.CommandID ViewGrid;
StandardCommands()5276         public StandardCommands() { }
5277     }
5278     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5279     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5280     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5281     public partial class StandardToolWindows
5282     {
5283         public static readonly System.Guid ObjectBrowser;
5284         public static readonly System.Guid OutputWindow;
5285         public static readonly System.Guid ProjectExplorer;
5286         public static readonly System.Guid PropertyBrowser;
5287         public static readonly System.Guid RelatedLinks;
5288         public static readonly System.Guid ServerExplorer;
5289         public static readonly System.Guid TaskList;
5290         public static readonly System.Guid Toolbox;
StandardToolWindows()5291         public StandardToolWindows() { }
5292     }
5293     public abstract partial class TypeDescriptionProviderService
5294     {
TypeDescriptionProviderService()5295         protected TypeDescriptionProviderService() { }
GetProvider(object instance)5296         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(object instance);
GetProvider(System.Type type)5297         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type);
5298     }
5299     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5300     public enum ViewTechnology
5301     {
5302         Default = 2,
5303         [System.ObsoleteAttribute("This value has been deprecated. Use ViewTechnology.Default instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5304         Passthrough = 0,
5305         [System.ObsoleteAttribute("This value has been deprecated. Use ViewTechnology.Default instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5306         WindowsForms = 1,
5307     }
5308 }
5309 namespace System.ComponentModel.Design.Serialization
5310 {
5311     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5312     public abstract partial class ComponentSerializationService
5313     {
ComponentSerializationService()5314         protected ComponentSerializationService() { }
CreateStore()5315         public abstract System.ComponentModel.Design.Serialization.SerializationStore CreateStore();
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store)5316         public abstract System.Collections.ICollection Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store);
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container)5317         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)5318         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)5319         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)5320         public abstract void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes, bool applyDefaults);
LoadStore(System.IO.Stream stream)5321         public abstract System.ComponentModel.Design.Serialization.SerializationStore LoadStore(System.IO.Stream stream);
Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5322         public abstract void Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value);
SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5323         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)5324         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)5325         public abstract void SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member);
5326     }
5327     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5328     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5329     public sealed partial class ContextStack
5330     {
ContextStack()5331         public ContextStack() { }
5332         public object Current { get { throw null; } }
5333         public object this[int level] { get { throw null; } }
5334         public object this[System.Type type] { get { throw null; } }
Append(object context)5335         public void Append(object context) { }
Pop()5336         public object Pop() { throw null; }
Push(object context)5337         public void Push(object context) { }
5338     }
5339     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
5340     public sealed partial class DefaultSerializationProviderAttribute : System.Attribute
5341     {
DefaultSerializationProviderAttribute(string providerTypeName)5342         public DefaultSerializationProviderAttribute(string providerTypeName) { }
DefaultSerializationProviderAttribute(System.Type providerType)5343         public DefaultSerializationProviderAttribute(System.Type providerType) { }
5344         public string ProviderTypeName { get { throw null; } }
5345     }
5346     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5347     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5348     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5349     public abstract partial class DesignerLoader
5350     {
DesignerLoader()5351         protected DesignerLoader() { }
5352         public virtual bool Loading { get { throw null; } }
BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host)5353         public abstract void BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host);
Dispose()5354         public abstract void Dispose();
Flush()5355         public virtual void Flush() { }
5356     }
5357     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5358     public sealed partial class DesignerSerializerAttribute : System.Attribute
5359     {
DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName)5360         public DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName) { }
DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType)5361         public DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType) { }
DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType)5362         public DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType) { }
5363         public string SerializerBaseTypeName { get { throw null; } }
5364         public string SerializerTypeName { get { throw null; } }
5365         public override object TypeId { get { throw null; } }
5366     }
5367     public partial interface IDesignerLoaderHost : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
5368     {
EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection)5369         void EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection);
Reload()5370         void Reload();
5371     }
5372     public partial interface IDesignerLoaderHost2 : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.ComponentModel.Design.Serialization.IDesignerLoaderHost, System.IServiceProvider
5373     {
5374         bool CanReloadWithErrors { get; set; }
5375         bool IgnoreErrorsDuringReload { get; set; }
5376     }
5377     public partial interface IDesignerLoaderService
5378     {
AddLoadDependency()5379         void AddLoadDependency();
DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection)5380         void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection);
Reload()5381         bool Reload();
5382     }
5383     public partial interface IDesignerSerializationManager : System.IServiceProvider
5384     {
5385         System.ComponentModel.Design.Serialization.ContextStack Context { get; }
5386         System.ComponentModel.PropertyDescriptorCollection Properties { get; }
5387         event System.ComponentModel.Design.Serialization.ResolveNameEventHandler ResolveName;
5388         event System.EventHandler SerializationComplete;
AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5389         void AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer)5390         object CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer);
GetInstance(string name)5391         object GetInstance(string name);
GetName(object value)5392         string GetName(object value);
GetSerializer(System.Type objectType, System.Type serializerType)5393         object GetSerializer(System.Type objectType, System.Type serializerType);
GetType(string typeName)5394         System.Type GetType(string typeName);
RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5395         void RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
ReportError(object errorInformation)5396         void ReportError(object errorInformation);
SetName(object instance, string name)5397         void SetName(object instance, string name);
5398     }
5399     public partial interface IDesignerSerializationProvider
5400     {
GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType)5401         object GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType);
5402     }
5403     public partial interface IDesignerSerializationService
5404     {
Deserialize(object serializationData)5405         System.Collections.ICollection Deserialize(object serializationData);
Serialize(System.Collections.ICollection objects)5406         object Serialize(System.Collections.ICollection objects);
5407     }
5408     public partial interface INameCreationService
5409     {
CreateName(System.ComponentModel.IContainer container, System.Type dataType)5410         string CreateName(System.ComponentModel.IContainer container, System.Type dataType);
IsValidName(string name)5411         bool IsValidName(string name);
ValidateName(string name)5412         void ValidateName(string name);
5413     }
5414     public sealed partial class InstanceDescriptor
5415     {
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments)5416         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments) { }
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete)5417         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete) { }
5418         public System.Collections.ICollection Arguments { get { throw null; } }
5419         public bool IsComplete { get { throw null; } }
5420         public System.Reflection.MemberInfo MemberInfo { get { throw null; } }
Invoke()5421         public object Invoke() { throw null; }
5422     }
5423     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5424     public partial struct MemberRelationship
5425     {
5426         public static readonly System.ComponentModel.Design.Serialization.MemberRelationship Empty;
MemberRelationshipSystem.ComponentModel.Design.Serialization.MemberRelationship5427         public MemberRelationship(object owner, System.ComponentModel.MemberDescriptor member) { throw null;}
5428         public bool IsEmpty { get { throw null; } }
5429         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
5430         public object Owner { get { throw null; } }
EqualsSystem.ComponentModel.Design.Serialization.MemberRelationship5431         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.ComponentModel.Design.Serialization.MemberRelationship5432         public override int GetHashCode() { throw null; }
operator ==System.ComponentModel.Design.Serialization.MemberRelationship5433         public static bool operator ==(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
operator !=System.ComponentModel.Design.Serialization.MemberRelationship5434         public static bool operator !=(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
5435     }
5436     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5437     public abstract partial class MemberRelationshipService
5438     {
MemberRelationshipService()5439         protected MemberRelationshipService() { }
5440         public System.ComponentModel.Design.Serialization.MemberRelationship this[System.ComponentModel.Design.Serialization.MemberRelationship source] { get { throw null; } set { } }
5441         public System.ComponentModel.Design.Serialization.MemberRelationship this[object sourceOwner, System.ComponentModel.MemberDescriptor sourceMember] { get { throw null; } set { } }
GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source)5442         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)5443         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)5444         public abstract bool SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship);
5445     }
5446     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5447     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5448     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5449     public partial class ResolveNameEventArgs : System.EventArgs
5450     {
ResolveNameEventArgs(string name)5451         public ResolveNameEventArgs(string name) { }
5452         public string Name { get { throw null; } }
5453         public object Value { get { throw null; } set { } }
5454     }
5455     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e)5456     public delegate void ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e);
5457     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5458     [System.ObsoleteAttribute("This attribute has been deprecated. Use DesignerSerializerAttribute instead.  For example, to specify a root designer for CodeDom, use DesignerSerializerAttribute(...,typeof(TypeCodeDomSerializer)).  http://go.microsoft.com/fwlink/?linkid=14202")]
5459     public sealed partial class RootDesignerSerializerAttribute : System.Attribute
5460     {
RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable)5461         public RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) { }
RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable)5462         public RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable) { }
RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable)5463         public RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable) { }
5464         public bool Reloadable { get { throw null; } }
5465         public string SerializerBaseTypeName { get { throw null; } }
5466         public string SerializerTypeName { get { throw null; } }
5467         public override object TypeId { get { throw null; } }
5468     }
5469     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5470     public abstract partial class SerializationStore : System.IDisposable
5471     {
SerializationStore()5472         protected SerializationStore() { }
5473         public abstract System.Collections.ICollection Errors { get; }
Close()5474         public abstract void Close();
Dispose(bool disposing)5475         protected virtual void Dispose(bool disposing) { }
Save(System.IO.Stream stream)5476         public abstract void Save(System.IO.Stream stream);
System.IDisposable.Dispose()5477         void System.IDisposable.Dispose() { }
5478     }
5479 }
5480 #if CONFIG_DEP
5481 namespace System.Configuration
5482 {
5483     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5484     public sealed partial class ApplicationScopedSettingAttribute : System.Configuration.SettingAttribute
5485     {
ApplicationScopedSettingAttribute()5486         public ApplicationScopedSettingAttribute() { }
5487     }
5488     public abstract partial class ApplicationSettingsBase : System.Configuration.SettingsBase, System.ComponentModel.INotifyPropertyChanged
5489     {
ApplicationSettingsBase()5490         protected ApplicationSettingsBase() { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner)5491         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner) { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey)5492         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey) { }
ApplicationSettingsBase(string settingsKey)5493         protected ApplicationSettingsBase(string settingsKey) { }
5494         [System.ComponentModel.BrowsableAttribute(false)]
5495         public override System.Configuration.SettingsContext Context { get { throw null; } }
5496         [System.MonoTODOAttribute]
5497         public override object this[string propertyName] { get { throw null; } set { } }
5498         [System.ComponentModel.BrowsableAttribute(false)]
5499         public override System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
5500         [System.ComponentModel.BrowsableAttribute(false)]
5501         public override System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
5502         [System.ComponentModel.BrowsableAttribute(false)]
5503         public override System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
5504         [System.ComponentModel.BrowsableAttribute(false)]
5505         public string SettingsKey { get { throw null; } set { } }
5506         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
5507         public event System.Configuration.SettingChangingEventHandler SettingChanging { add { } remove { } }
5508         public event System.Configuration.SettingsLoadedEventHandler SettingsLoaded { add { } remove { } }
5509         public event System.Configuration.SettingsSavingEventHandler SettingsSaving { add { } remove { } }
GetPreviousVersion(string propertyName)5510         public object GetPreviousVersion(string propertyName) { throw null; }
OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)5511         protected virtual void OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { }
OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e)5512         protected virtual void OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e) { }
OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e)5513         protected virtual void OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e) { }
OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e)5514         protected virtual void OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e) { }
Reload()5515         public void Reload() { }
Reset()5516         public void Reset() { }
Save()5517         public override void Save() { }
Upgrade()5518         public virtual void Upgrade() { }
5519     }
5520     public sealed partial class ApplicationSettingsGroup : System.Configuration.ConfigurationSectionGroup
5521     {
ApplicationSettingsGroup()5522         public ApplicationSettingsGroup() { }
5523     }
5524     public partial class AppSettingsReader
5525     {
AppSettingsReader()5526         public AppSettingsReader() { }
GetValue(string key, System.Type type)5527         public object GetValue(string key, System.Type type) { throw null; }
5528     }
5529     public sealed partial class ClientSettingsSection : System.Configuration.ConfigurationSection
5530     {
ClientSettingsSection()5531         public ClientSettingsSection() { }
5532         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5533         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
5534         public System.Configuration.SettingElementCollection Settings { get { throw null; } }
5535     }
5536     [System.SerializableAttribute]
5537     public partial class ConfigurationException : System.SystemException
5538     {
5539         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException()5540         public ConfigurationException() { }
ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5541         protected ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5542         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message)5543         public ConfigurationException(string message) { }
5544         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner)5545         public ConfigurationException(string message, System.Exception inner) { }
5546         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, string filename, int line)5547         public ConfigurationException(string message, System.Exception inner, string filename, int line) { }
5548         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node)5549         public ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node) { }
5550         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, string filename, int line)5551         public ConfigurationException(string message, string filename, int line) { }
5552         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Xml.XmlNode node)5553         public ConfigurationException(string message, System.Xml.XmlNode node) { }
5554         public virtual string BareMessage { get { throw null; } }
5555         public virtual string Filename { get { throw null; } }
5556         public virtual int Line { get { throw null; } }
5557         public override string Message { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5558         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5559         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
GetXmlNodeFilename(System.Xml.XmlNode node)5560         public static string GetXmlNodeFilename(System.Xml.XmlNode node) { throw null; }
5561         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
GetXmlNodeLineNumber(System.Xml.XmlNode node)5562         public static int GetXmlNodeLineNumber(System.Xml.XmlNode node) { throw null; }
5563     }
5564     public sealed partial class ConfigurationSettings
5565     {
ConfigurationSettings()5566         internal ConfigurationSettings() { }
5567         [System.ObsoleteAttribute("This property is obsolete.  Please use System.Configuration.ConfigurationManager.AppSettings")]
5568         public static System.Collections.Specialized.NameValueCollection AppSettings { get { throw null; } }
5569         [System.ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
GetConfig(string sectionName)5570         public static object GetConfig(string sectionName) { throw null; }
5571     }
5572     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
5573     public sealed partial class ConfigXmlDocument : System.Xml.XmlDocument, System.Configuration.Internal.IConfigErrorInfo
5574     {
ConfigXmlDocument()5575         public ConfigXmlDocument() { }
5576         public string Filename { get { throw null; } }
5577         public int LineNumber { get { throw null; } }
5578         string System.Configuration.Internal.IConfigErrorInfo.Filename { get { throw null; } }
5579         int System.Configuration.Internal.IConfigErrorInfo.LineNumber { get { throw null; } }
CreateAttribute(string prefix, string localName, string namespaceUri)5580         public override System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceUri) { throw null; }
CreateCDataSection(string data)5581         public override System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; }
CreateComment(string data)5582         public override System.Xml.XmlComment CreateComment(string data) { throw null; }
CreateElement(string prefix, string localName, string namespaceUri)5583         public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceUri) { throw null; }
CreateSignificantWhitespace(string data)5584         public override System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string data) { throw null; }
CreateTextNode(string text)5585         public override System.Xml.XmlText CreateTextNode(string text) { throw null; }
CreateWhitespace(string data)5586         public override System.Xml.XmlWhitespace CreateWhitespace(string data) { throw null; }
Load(string filename)5587         public override void Load(string filename) { }
LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader)5588         public void LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader) { }
5589     }
5590     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5591     public sealed partial class DefaultSettingValueAttribute : System.Attribute
5592     {
DefaultSettingValueAttribute(string value)5593         public DefaultSettingValueAttribute(string value) { }
5594         public string Value { get { throw null; } }
5595     }
5596     public partial class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler
5597     {
DictionarySectionHandler()5598         public DictionarySectionHandler() { }
5599         protected virtual string KeyAttributeName { get { throw null; } }
5600         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5601         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5602     }
5603     public partial interface IApplicationSettingsProvider
5604     {
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5605         System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
Reset(System.Configuration.SettingsContext context)5606         void Reset(System.Configuration.SettingsContext context);
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5607         void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties);
5608     }
5609     public partial interface IConfigurationSectionHandler
5610     {
Create(object parent, object configContext, System.Xml.XmlNode section)5611         object Create(object parent, object configContext, System.Xml.XmlNode section);
5612     }
5613     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
5614     public partial interface IConfigurationSystem
5615     {
GetConfig(string configKey)5616         object GetConfig(string configKey);
Init()5617         void Init();
5618     }
5619     public sealed partial class IdnElement : System.Configuration.ConfigurationElement
5620     {
IdnElement()5621         public IdnElement() { }
5622         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5623         public System.UriIdnScope Enabled { get { throw null; } set { } }
5624         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5625     }
5626     public partial class IgnoreSectionHandler : System.Configuration.IConfigurationSectionHandler
5627     {
IgnoreSectionHandler()5628         public IgnoreSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5629         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5630     }
5631     public partial interface IPersistComponentSettings
5632     {
5633         bool SaveSettings { get; set; }
5634         string SettingsKey { get; set; }
LoadComponentSettings()5635         void LoadComponentSettings();
ResetComponentSettings()5636         void ResetComponentSettings();
SaveComponentSettings()5637         void SaveComponentSettings();
5638     }
5639     public sealed partial class IriParsingElement : System.Configuration.ConfigurationElement
5640     {
IriParsingElement()5641         public IriParsingElement() { }
5642         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5643         public bool Enabled { get { throw null; } set { } }
5644         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5645     }
5646     public partial interface ISettingsProviderService
5647     {
GetSettingsProvider(System.Configuration.SettingsProperty property)5648         System.Configuration.SettingsProvider GetSettingsProvider(System.Configuration.SettingsProperty property);
5649     }
5650     public partial class LocalFileSettingsProvider : System.Configuration.SettingsProvider, System.Configuration.IApplicationSettingsProvider
5651     {
LocalFileSettingsProvider()5652         public LocalFileSettingsProvider() { }
5653         public override string ApplicationName { get { throw null; } set { } }
5654         [System.MonoTODOAttribute]
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5655         public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) { throw null; }
5656         [System.MonoTODOAttribute]
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5657         public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection values)5658         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection values) { }
5659         [System.MonoTODOAttribute]
Reset(System.Configuration.SettingsContext context)5660         public void Reset(System.Configuration.SettingsContext context) { }
5661         [System.MonoTODOAttribute]
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values)5662         public override void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values) { }
5663         [System.MonoTODOAttribute]
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5664         public void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { }
5665     }
5666     public partial class NameValueFileSectionHandler : System.Configuration.IConfigurationSectionHandler
5667     {
NameValueFileSectionHandler()5668         public NameValueFileSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5669         public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5670     }
5671     public partial class NameValueSectionHandler : System.Configuration.IConfigurationSectionHandler
5672     {
NameValueSectionHandler()5673         public NameValueSectionHandler() { }
5674         protected virtual string KeyAttributeName { get { throw null; } }
5675         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5676         public object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5677     }
5678     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5679     public sealed partial class NoSettingsVersionUpgradeAttribute : System.Attribute
5680     {
NoSettingsVersionUpgradeAttribute()5681         public NoSettingsVersionUpgradeAttribute() { }
5682     }
5683     public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement
5684     {
SchemeSettingElement()5685         public SchemeSettingElement() { }
5686         public System.GenericUriParserOptions GenericUriParserOptions { get { throw null; } }
5687         public string Name { get { throw null; } }
5688         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5689     }
5690     public sealed partial class SchemeSettingElementCollection : System.Configuration.ConfigurationElementCollection
5691     {
SchemeSettingElementCollection()5692         public SchemeSettingElementCollection() { }
5693         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
5694         public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5695         public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
CreateNewElement()5696         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)5697         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Configuration.SchemeSettingElement element)5698         public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; }
5699     }
5700     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5701     public partial class SettingAttribute : System.Attribute
5702     {
SettingAttribute()5703         public SettingAttribute() { }
5704     }
5705     public partial class SettingChangingEventArgs : System.ComponentModel.CancelEventArgs
5706     {
SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)5707         public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel) { }
5708         public object NewValue { get { throw null; } }
5709         public string SettingClass { get { throw null; } }
5710         public string SettingKey { get { throw null; } }
5711         public string SettingName { get { throw null; } }
5712     }
SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e)5713     public delegate void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e);
5714     public sealed partial class SettingElement : System.Configuration.ConfigurationElement
5715     {
SettingElement()5716         public SettingElement() { }
SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs)5717         public SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs) { }
5718         [System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue="", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5719         public string Name { get { throw null; } set { } }
5720         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5721         [System.Configuration.ConfigurationPropertyAttribute("serializeAs", DefaultValue=(System.Configuration.SettingsSerializeAs)(0), Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
5722         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
5723         [System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
5724         public System.Configuration.SettingValueElement Value { get { throw null; } set { } }
Equals(object settings)5725         public override bool Equals(object settings) { throw null; }
GetHashCode()5726         public override int GetHashCode() { throw null; }
5727     }
5728     public sealed partial class SettingElementCollection : System.Configuration.ConfigurationElementCollection
5729     {
SettingElementCollection()5730         public SettingElementCollection() { }
5731         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
5732         protected override string ElementName { get { throw null; } }
Add(System.Configuration.SettingElement element)5733         public void Add(System.Configuration.SettingElement element) { }
Clear()5734         public void Clear() { }
CreateNewElement()5735         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
Get(string elementKey)5736         public System.Configuration.SettingElement Get(string elementKey) { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)5737         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Configuration.SettingElement element)5738         public void Remove(System.Configuration.SettingElement element) { }
5739     }
5740     [System.SerializableAttribute]
5741     public partial class SettingsAttributeDictionary : System.Collections.Hashtable
5742     {
SettingsAttributeDictionary()5743         public SettingsAttributeDictionary() { }
SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes)5744         public SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes) { }
5745     }
5746     public abstract partial class SettingsBase
5747     {
SettingsBase()5748         protected SettingsBase() { }
5749         public virtual System.Configuration.SettingsContext Context { get { throw null; } }
5750         [System.ComponentModel.BrowsableAttribute(false)]
5751         public bool IsSynchronized { get { throw null; } }
5752         public virtual object this[string propertyName] { get { throw null; } set { } }
5753         public virtual System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
5754         public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
5755         public virtual System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers)5756         public void Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers) { }
Save()5757         public virtual void Save() { }
Synchronized(System.Configuration.SettingsBase settingsBase)5758         public static System.Configuration.SettingsBase Synchronized(System.Configuration.SettingsBase settingsBase) { throw null; }
5759     }
5760     [System.SerializableAttribute]
5761     public partial class SettingsContext : System.Collections.Hashtable
5762     {
SettingsContext()5763         public SettingsContext() { }
5764     }
5765     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5766     public sealed partial class SettingsDescriptionAttribute : System.Attribute
5767     {
SettingsDescriptionAttribute(string description)5768         public SettingsDescriptionAttribute(string description) { }
5769         public string Description { get { throw null; } }
5770     }
5771     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5772     public sealed partial class SettingsGroupDescriptionAttribute : System.Attribute
5773     {
SettingsGroupDescriptionAttribute(string description)5774         public SettingsGroupDescriptionAttribute(string description) { }
5775         public string Description { get { throw null; } }
5776     }
5777     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5778     public sealed partial class SettingsGroupNameAttribute : System.Attribute
5779     {
SettingsGroupNameAttribute(string groupName)5780         public SettingsGroupNameAttribute(string groupName) { }
5781         public string GroupName { get { throw null; } }
5782     }
5783     public partial class SettingsLoadedEventArgs : System.EventArgs
5784     {
SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider)5785         public SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider) { }
5786         public System.Configuration.SettingsProvider Provider { get { throw null; } }
5787     }
SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e)5788     public delegate void SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e);
5789     public enum SettingsManageability
5790     {
5791         Roaming = 0,
5792     }
5793     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5794     public sealed partial class SettingsManageabilityAttribute : System.Attribute
5795     {
SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability)5796         public SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability) { }
5797         public System.Configuration.SettingsManageability Manageability { get { throw null; } }
5798     }
5799     public partial class SettingsProperty
5800     {
SettingsProperty(System.Configuration.SettingsProperty propertyToCopy)5801         public SettingsProperty(System.Configuration.SettingsProperty propertyToCopy) { }
SettingsProperty(string name)5802         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)5803         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) { }
5804         public virtual System.Configuration.SettingsAttributeDictionary Attributes { get { throw null; } }
5805         public virtual object DefaultValue { get { throw null; } set { } }
5806         public virtual bool IsReadOnly { get { throw null; } set { } }
5807         public virtual string Name { get { throw null; } set { } }
5808         public virtual System.Type PropertyType { get { throw null; } set { } }
5809         public virtual System.Configuration.SettingsProvider Provider { get { throw null; } set { } }
5810         public virtual System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
5811         public bool ThrowOnErrorDeserializing { get { throw null; } set { } }
5812         public bool ThrowOnErrorSerializing { get { throw null; } set { } }
5813     }
5814     public partial class SettingsPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
5815     {
SettingsPropertyCollection()5816         public SettingsPropertyCollection() { }
5817         public int Count { get { throw null; } }
5818         public bool IsSynchronized { get { throw null; } }
5819         public System.Configuration.SettingsProperty this[string name] { get { throw null; } }
5820         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsProperty property)5821         public void Add(System.Configuration.SettingsProperty property) { }
Clear()5822         public void Clear() { }
Clone()5823         public object Clone() { throw null; }
CopyTo(System.Array array, int index)5824         public void CopyTo(System.Array array, int index) { }
GetEnumerator()5825         public System.Collections.IEnumerator GetEnumerator() { throw null; }
OnAdd(System.Configuration.SettingsProperty property)5826         protected virtual void OnAdd(System.Configuration.SettingsProperty property) { }
OnAddComplete(System.Configuration.SettingsProperty property)5827         protected virtual void OnAddComplete(System.Configuration.SettingsProperty property) { }
OnClear()5828         protected virtual void OnClear() { }
OnClearComplete()5829         protected virtual void OnClearComplete() { }
OnRemove(System.Configuration.SettingsProperty property)5830         protected virtual void OnRemove(System.Configuration.SettingsProperty property) { }
OnRemoveComplete(System.Configuration.SettingsProperty property)5831         protected virtual void OnRemoveComplete(System.Configuration.SettingsProperty property) { }
Remove(string name)5832         public void Remove(string name) { }
SetReadOnly()5833         public void SetReadOnly() { }
5834     }
5835     [System.SerializableAttribute]
5836     public partial class SettingsPropertyIsReadOnlyException : System.Exception
5837     {
SettingsPropertyIsReadOnlyException()5838         public SettingsPropertyIsReadOnlyException() { }
SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5839         protected SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyIsReadOnlyException(string message)5840         public SettingsPropertyIsReadOnlyException(string message) { }
SettingsPropertyIsReadOnlyException(string message, System.Exception innerException)5841         public SettingsPropertyIsReadOnlyException(string message, System.Exception innerException) { }
5842     }
5843     [System.SerializableAttribute]
5844     public partial class SettingsPropertyNotFoundException : System.Exception
5845     {
SettingsPropertyNotFoundException()5846         public SettingsPropertyNotFoundException() { }
SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5847         protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyNotFoundException(string message)5848         public SettingsPropertyNotFoundException(string message) { }
SettingsPropertyNotFoundException(string message, System.Exception innerException)5849         public SettingsPropertyNotFoundException(string message, System.Exception innerException) { }
5850     }
5851     public partial class SettingsPropertyValue
5852     {
SettingsPropertyValue(System.Configuration.SettingsProperty property)5853         public SettingsPropertyValue(System.Configuration.SettingsProperty property) { }
5854         public bool Deserialized { get { throw null; } set { } }
5855         public bool IsDirty { get { throw null; } set { } }
5856         public string Name { get { throw null; } }
5857         public System.Configuration.SettingsProperty Property { get { throw null; } }
5858         public object PropertyValue { get { throw null; } set { } }
5859         public object SerializedValue { get { throw null; } set { } }
5860         public bool UsingDefaultValue { get { throw null; } }
5861     }
5862     public partial class SettingsPropertyValueCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
5863     {
SettingsPropertyValueCollection()5864         public SettingsPropertyValueCollection() { }
5865         public int Count { get { throw null; } }
5866         public bool IsSynchronized { get { throw null; } }
5867         public System.Configuration.SettingsPropertyValue this[string name] { get { throw null; } }
5868         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsPropertyValue property)5869         public void Add(System.Configuration.SettingsPropertyValue property) { }
Clear()5870         public void Clear() { }
Clone()5871         public object Clone() { throw null; }
CopyTo(System.Array array, int index)5872         public void CopyTo(System.Array array, int index) { }
GetEnumerator()5873         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)5874         public void Remove(string name) { }
SetReadOnly()5875         public void SetReadOnly() { }
5876     }
5877     [System.SerializableAttribute]
5878     public partial class SettingsPropertyWrongTypeException : System.Exception
5879     {
SettingsPropertyWrongTypeException()5880         public SettingsPropertyWrongTypeException() { }
SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5881         protected SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyWrongTypeException(string message)5882         public SettingsPropertyWrongTypeException(string message) { }
SettingsPropertyWrongTypeException(string message, System.Exception innerException)5883         public SettingsPropertyWrongTypeException(string message, System.Exception innerException) { }
5884     }
5885     public abstract partial class SettingsProvider : System.Configuration.Provider.ProviderBase
5886     {
SettingsProvider()5887         protected SettingsProvider() { }
5888         public abstract string ApplicationName { get; set; }
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection)5889         public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection)5890         public abstract void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection);
5891     }
5892     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5893     public sealed partial class SettingsProviderAttribute : System.Attribute
5894     {
SettingsProviderAttribute(string providerTypeName)5895         public SettingsProviderAttribute(string providerTypeName) { }
SettingsProviderAttribute(System.Type providerType)5896         public SettingsProviderAttribute(System.Type providerType) { }
5897         public string ProviderTypeName { get { throw null; } }
5898     }
5899     public partial class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection
5900     {
SettingsProviderCollection()5901         public SettingsProviderCollection() { }
5902         public new System.Configuration.SettingsProvider this[string name] { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)5903         public override void Add(System.Configuration.Provider.ProviderBase provider) { }
5904     }
SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e)5905     public delegate void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
5906     public enum SettingsSerializeAs
5907     {
5908         Binary = 2,
5909         ProviderSpecific = 3,
5910         String = 0,
5911         Xml = 1,
5912     }
5913     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5914     public sealed partial class SettingsSerializeAsAttribute : System.Attribute
5915     {
SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs)5916         public SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs) { }
5917         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } }
5918     }
5919     public sealed partial class SettingValueElement : System.Configuration.ConfigurationElement
5920     {
5921         [System.MonoTODOAttribute]
SettingValueElement()5922         public SettingValueElement() { }
5923         [System.MonoTODOAttribute]
5924         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5925         public System.Xml.XmlNode ValueXml { get { throw null; } set { } }
5926         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)5927         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Equals(object settingValue)5928         public override bool Equals(object settingValue) { throw null; }
GetHashCode()5929         public override int GetHashCode() { throw null; }
IsModified()5930         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)5931         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()5932         protected override void ResetModified() { }
SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName)5933         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)5934         protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
5935     }
5936     public partial class SingleTagSectionHandler : System.Configuration.IConfigurationSectionHandler
5937     {
SingleTagSectionHandler()5938         public SingleTagSectionHandler() { }
Create(object parent, object context, System.Xml.XmlNode section)5939         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5940     }
5941     public enum SpecialSetting
5942     {
5943         ConnectionString = 0,
5944         WebServiceUrl = 1,
5945     }
5946     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5947     public sealed partial class SpecialSettingAttribute : System.Attribute
5948     {
SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting)5949         public SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting) { }
5950         public System.Configuration.SpecialSetting SpecialSetting { get { throw null; } }
5951     }
5952     public sealed partial class UriSection : System.Configuration.ConfigurationSection
5953     {
UriSection()5954         public UriSection() { }
5955         [System.Configuration.ConfigurationPropertyAttribute("idn")]
5956         public System.Configuration.IdnElement Idn { get { throw null; } }
5957         [System.Configuration.ConfigurationPropertyAttribute("iriParsing")]
5958         public System.Configuration.IriParsingElement IriParsing { get { throw null; } }
5959         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5960         public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } }
5961     }
5962     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5963     public sealed partial class UserScopedSettingAttribute : System.Configuration.SettingAttribute
5964     {
UserScopedSettingAttribute()5965         public UserScopedSettingAttribute() { }
5966     }
5967     public sealed partial class UserSettingsGroup : System.Configuration.ConfigurationSectionGroup
5968     {
UserSettingsGroup()5969         public UserSettingsGroup() { }
5970     }
5971 }
5972 #endif
5973 namespace System.Diagnostics
5974 {
5975     [System.Diagnostics.SwitchLevelAttribute(typeof(bool))]
5976     public partial class BooleanSwitch : System.Diagnostics.Switch
5977     {
BooleanSwitch(string displayName, string description)5978         public BooleanSwitch(string displayName, string description) : base (default(string), default(string)) { }
BooleanSwitch(string displayName, string description, string defaultSwitchValue)5979         public BooleanSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
5980         public bool Enabled { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
OnValueChanged()5981         protected override void OnValueChanged() { }
5982     }
5983     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
5984     public partial class ConsoleTraceListener : System.Diagnostics.TextWriterTraceListener
5985     {
ConsoleTraceListener()5986         public ConsoleTraceListener() { }
ConsoleTraceListener(bool useErrorStream)5987         public ConsoleTraceListener(bool useErrorStream) { }
Close()5988         public override void Close() { }
5989     }
5990     public partial class CorrelationManager
5991     {
CorrelationManager()5992         internal CorrelationManager() { }
5993         public System.Guid ActivityId { get { throw null; } set { } }
5994         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
StartLogicalOperation()5995         public void StartLogicalOperation() { }
StartLogicalOperation(object operationId)5996         public void StartLogicalOperation(object operationId) { }
StopLogicalOperation()5997         public void StopLogicalOperation() { }
5998     }
5999     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterCreationDataConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6000     [System.SerializableAttribute]
6001     public partial class CounterCreationData
6002     {
CounterCreationData()6003         public CounterCreationData() { }
CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType)6004         public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType) { }
6005         [System.ComponentModel.DefaultValueAttribute("")]
6006         [System.Diagnostics.MonitoringDescriptionAttribute("Description of this counter.")]
6007         public string CounterHelp { get { throw null; } set { } }
6008         [System.ComponentModel.DefaultValueAttribute("")]
6009         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6010         [System.Diagnostics.MonitoringDescriptionAttribute("Name of this counter.")]
6011         public string CounterName { get { throw null; } set { } }
6012         [System.ComponentModel.DefaultValueAttribute(typeof(System.Diagnostics.PerformanceCounterType), "NumberOfItems32")]
6013         [System.Diagnostics.MonitoringDescriptionAttribute("Type of this counter.")]
6014         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } set { } }
6015     }
6016     [System.SerializableAttribute]
6017     public partial class CounterCreationDataCollection : System.Collections.CollectionBase
6018     {
CounterCreationDataCollection()6019         public CounterCreationDataCollection() { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value)6020         public CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value) { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value)6021         public CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value) { }
6022         public System.Diagnostics.CounterCreationData this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.CounterCreationData value)6023         public int Add(System.Diagnostics.CounterCreationData value) { throw null; }
AddRange(System.Diagnostics.CounterCreationDataCollection value)6024         public void AddRange(System.Diagnostics.CounterCreationDataCollection value) { }
AddRange(System.Diagnostics.CounterCreationData[] value)6025         public void AddRange(System.Diagnostics.CounterCreationData[] value) { }
Contains(System.Diagnostics.CounterCreationData value)6026         public bool Contains(System.Diagnostics.CounterCreationData value) { throw null; }
CopyTo(System.Diagnostics.CounterCreationData[] array, int index)6027         public void CopyTo(System.Diagnostics.CounterCreationData[] array, int index) { }
IndexOf(System.Diagnostics.CounterCreationData value)6028         public int IndexOf(System.Diagnostics.CounterCreationData value) { throw null; }
Insert(int index, System.Diagnostics.CounterCreationData value)6029         public void Insert(int index, System.Diagnostics.CounterCreationData value) { }
OnValidate(object value)6030         protected override void OnValidate(object value) { }
Remove(System.Diagnostics.CounterCreationData value)6031         public virtual void Remove(System.Diagnostics.CounterCreationData value) { }
6032     }
6033     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
6034     public partial struct CounterSample
6035     {
6036         public static System.Diagnostics.CounterSample Empty;
CounterSampleSystem.Diagnostics.CounterSample6037         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw null;}
CounterSampleSystem.Diagnostics.CounterSample6038         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw null;}
6039         public long BaseValue { get { throw null; } }
6040         public long CounterFrequency { get { throw null; } }
6041         public long CounterTimeStamp { get { throw null; } }
6042         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6043         public long RawValue { get { throw null; } }
6044         public long SystemFrequency { get { throw null; } }
6045         public long TimeStamp { get { throw null; } }
6046         public long TimeStamp100nSec { get { throw null; } }
CalculateSystem.Diagnostics.CounterSample6047         public static float Calculate(System.Diagnostics.CounterSample counterSample) { throw null; }
CalculateSystem.Diagnostics.CounterSample6048         public static float Calculate(System.Diagnostics.CounterSample counterSample, System.Diagnostics.CounterSample nextCounterSample) { throw null; }
EqualsSystem.Diagnostics.CounterSample6049         public bool Equals(System.Diagnostics.CounterSample sample) { throw null; }
EqualsSystem.Diagnostics.CounterSample6050         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Diagnostics.CounterSample6051         public override int GetHashCode() { throw null; }
operator ==System.Diagnostics.CounterSample6052         public static bool operator ==(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw null; }
operator !=System.Diagnostics.CounterSample6053         public static bool operator !=(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw null; }
6054     }
6055     public static partial class CounterSampleCalculator
6056     {
ComputeCounterValue(System.Diagnostics.CounterSample newSample)6057         public static float ComputeCounterValue(System.Diagnostics.CounterSample newSample) { throw null; }
6058         [System.MonoTODOAttribute("What's the algorithm?")]
ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample)6059         public static float ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample) { throw null; }
6060     }
6061     public partial class DataReceivedEventArgs : System.EventArgs
6062     {
DataReceivedEventArgs()6063         internal DataReceivedEventArgs() { }
6064         public string Data { get { throw null; } }
6065     }
DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e)6066     public delegate void DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e);
6067     public static partial class Debug
6068     {
6069         public static bool AutoFlush { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
6070         public static int IndentLevel { get { throw null; } set { } }
6071         public static int IndentSize { get { throw null; } set { } }
6072         public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
6073         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition)6074         public static void Assert(bool condition) { }
6075         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message)6076         public static void Assert(bool condition, string message) { }
6077         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessage)6078         public static void Assert(bool condition, string message, string detailMessage) { }
6079         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessageFormat, params object[] args)6080         public static void Assert(bool condition, string message, string detailMessageFormat, params object[] args) { }
6081         [System.Diagnostics.ConditionalAttribute("DEBUG")]
6082         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Close()6083         public static void Close() { }
6084         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message)6085         public static void Fail(string message) { }
6086         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message, string detailMessage)6087         public static void Fail(string message, string detailMessage) { }
6088         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Flush()6089         public static void Flush() { }
6090         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Indent()6091         public static void Indent() { }
6092         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string message)6093         public static void Print(string message) { }
6094         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string format, params object[] args)6095         public static void Print(string format, params object[] args) { }
6096         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Unindent()6097         public static void Unindent() { }
6098         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value)6099         public static void Write(object value) { }
6100         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value, string category)6101         public static void Write(object value, string category) { }
6102         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message)6103         public static void Write(string message) { }
6104         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message, string category)6105         public static void Write(string message, string category) { }
6106         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value)6107         public static void WriteIf(bool condition, object value) { }
6108         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value, string category)6109         public static void WriteIf(bool condition, object value, string category) { }
6110         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message)6111         public static void WriteIf(bool condition, string message) { }
6112         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message, string category)6113         public static void WriteIf(bool condition, string message, string category) { }
6114         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value)6115         public static void WriteLine(object value) { }
6116         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value, string category)6117         public static void WriteLine(object value, string category) { }
6118         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message)6119         public static void WriteLine(string message) { }
6120         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string format, params object[] args)6121         public static void WriteLine(string format, params object[] args) { }
6122         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message, string category)6123         public static void WriteLine(string message, string category) { }
6124         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value)6125         public static void WriteLineIf(bool condition, object value) { }
6126         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value, string category)6127         public static void WriteLineIf(bool condition, object value, string category) { }
6128         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message)6129         public static void WriteLineIf(bool condition, string message) { }
6130         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message, string category)6131         public static void WriteLineIf(bool condition, string message, string category) { }
6132     }
6133     public partial class DefaultTraceListener : System.Diagnostics.TraceListener
6134     {
DefaultTraceListener()6135         public DefaultTraceListener() { }
6136         [System.MonoTODOAttribute("AssertUiEnabled defaults to False; should follow Environment.UserInteractive.")]
6137         public bool AssertUiEnabled { get { throw null; } set { } }
6138         [System.MonoTODOAttribute]
6139         public string LogFileName { get { throw null; } set { } }
Fail(string message)6140         public override void Fail(string message) { }
Fail(string message, string detailMessage)6141         public override void Fail(string message, string detailMessage) { }
Write(string message)6142         public override void Write(string message) { }
WriteLine(string message)6143         public override void WriteLine(string message) { }
6144     }
6145     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
6146     public partial class DelimitedListTraceListener : System.Diagnostics.TextWriterTraceListener
6147     {
DelimitedListTraceListener(System.IO.Stream stream)6148         public DelimitedListTraceListener(System.IO.Stream stream) { }
DelimitedListTraceListener(System.IO.Stream stream, string name)6149         public DelimitedListTraceListener(System.IO.Stream stream, string name) { }
DelimitedListTraceListener(System.IO.TextWriter writer)6150         public DelimitedListTraceListener(System.IO.TextWriter writer) { }
DelimitedListTraceListener(System.IO.TextWriter writer, string name)6151         public DelimitedListTraceListener(System.IO.TextWriter writer, string name) { }
DelimitedListTraceListener(string fileName)6152         public DelimitedListTraceListener(string fileName) { }
DelimitedListTraceListener(string fileName, string name)6153         public DelimitedListTraceListener(string fileName, string name) { }
6154         public string Delimiter { get { throw null; } set { } }
GetSupportedAttributes()6155         protected internal override string[] GetSupportedAttributes() { throw null; }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)6156         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)6157         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)6158         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)6159         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
6160     }
6161 #if CONFIG_DEP
6162     [System.ObsoleteAttribute("This class is obsoleted")]
6163     public partial class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler
6164     {
DiagnosticsConfigurationHandler()6165         public DiagnosticsConfigurationHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)6166         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
6167     }
6168 #endif
6169     public partial class EntryWrittenEventArgs : System.EventArgs
6170     {
EntryWrittenEventArgs()6171         public EntryWrittenEventArgs() { }
EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry)6172         public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry) { }
6173         public System.Diagnostics.EventLogEntry Entry { get { throw null; } }
6174     }
EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e)6175     public delegate void EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e);
6176     public partial class EventInstance
6177     {
EventInstance(long instanceId, int categoryId)6178         public EventInstance(long instanceId, int categoryId) { }
EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType)6179         public EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType) { }
6180         public int CategoryId { get { throw null; } set { } }
6181         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } set { } }
6182         public long InstanceId { get { throw null; } set { } }
6183     }
6184     [System.ComponentModel.DefaultEventAttribute("EntryWritten")]
6185     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.EventLogInstaller")]
6186     [System.Diagnostics.MonitoringDescriptionAttribute("Represents an event log")]
6187     public partial class EventLog : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6188     {
EventLog()6189         public EventLog() { }
EventLog(string logName)6190         public EventLog(string logName) { }
EventLog(string logName, string machineName)6191         public EventLog(string logName, string machineName) { }
EventLog(string logName, string machineName, string source)6192         public EventLog(string logName, string machineName, string source) { }
6193         [System.ComponentModel.BrowsableAttribute(false)]
6194         [System.ComponentModel.DefaultValueAttribute(false)]
6195         [System.Diagnostics.MonitoringDescriptionAttribute("If enabled raises event when a log is written.")]
6196         public bool EnableRaisingEvents { get { throw null; } set { } }
6197         [System.ComponentModel.BrowsableAttribute(false)]
6198         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6199         [System.Diagnostics.MonitoringDescriptionAttribute("The entries in the log.")]
6200         public System.Diagnostics.EventLogEntryCollection Entries { get { throw null; } }
6201         [System.ComponentModel.DefaultValueAttribute("")]
6202         [System.ComponentModel.ReadOnlyAttribute(true)]
6203         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6204         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.LogConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6205         [System.Diagnostics.MonitoringDescriptionAttribute("Name of the log that is read and written.")]
6206         public string Log { get { throw null; } set { } }
6207         [System.ComponentModel.BrowsableAttribute(false)]
6208         public string LogDisplayName { get { throw null; } }
6209         [System.ComponentModel.DefaultValueAttribute(".")]
6210         [System.ComponentModel.ReadOnlyAttribute(true)]
6211         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6212         [System.Diagnostics.MonitoringDescriptionAttribute("Name of the machine that this log get written to.")]
6213         public string MachineName { get { throw null; } set { } }
6214         [System.ComponentModel.BrowsableAttribute(false)]
6215         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6216         [System.MonoTODOAttribute]
6217         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6218         public long MaximumKilobytes { get { throw null; } set { } }
6219         [System.ComponentModel.BrowsableAttribute(false)]
6220         [System.MonoTODOAttribute]
6221         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6222         public int MinimumRetentionDays { get { throw null; } }
6223         [System.ComponentModel.BrowsableAttribute(false)]
6224         [System.MonoTODOAttribute]
6225         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6226         public System.Diagnostics.OverflowAction OverflowAction { get { throw null; } }
6227         [System.ComponentModel.DefaultValueAttribute("")]
6228         [System.ComponentModel.ReadOnlyAttribute(true)]
6229         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6230         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6231         [System.Diagnostics.MonitoringDescriptionAttribute("The application name that writes the log.")]
6232         public string Source { get { throw null; } set { } }
6233         [System.ComponentModel.BrowsableAttribute(false)]
6234         [System.ComponentModel.DefaultValueAttribute(null)]
6235         [System.Diagnostics.MonitoringDescriptionAttribute("An object that synchronizes event handler calls.")]
6236         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
6237         [System.Diagnostics.MonitoringDescriptionAttribute("Raised for each EventLog entry written.")]
6238         public event System.Diagnostics.EntryWrittenEventHandler EntryWritten { add { } remove { } }
BeginInit()6239         public void BeginInit() { }
Clear()6240         public void Clear() { }
Close()6241         public void Close() { }
6242         [System.MonoNotSupportedAttribute("remote machine is not supported")]
CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData)6243         public static void CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData) { }
CreateEventSource(string source, string logName)6244         public static void CreateEventSource(string source, string logName) { }
6245         [System.ObsoleteAttribute("use CreateEventSource(EventSourceCreationData) instead")]
CreateEventSource(string source, string logName, string machineName)6246         public static void CreateEventSource(string source, string logName, string machineName) { }
Delete(string logName)6247         public static void Delete(string logName) { }
6248         [System.MonoNotSupportedAttribute("remote machine is not supported")]
Delete(string logName, string machineName)6249         public static void Delete(string logName, string machineName) { }
DeleteEventSource(string source)6250         public static void DeleteEventSource(string source) { }
6251         [System.MonoNotSupportedAttribute("remote machine is not supported")]
DeleteEventSource(string source, string machineName)6252         public static void DeleteEventSource(string source, string machineName) { }
Dispose(bool disposing)6253         protected override void Dispose(bool disposing) { }
EndInit()6254         public void EndInit() { }
Exists(string logName)6255         public static bool Exists(string logName) { throw null; }
6256         [System.MonoNotSupportedAttribute("remote machine is not supported")]
Exists(string logName, string machineName)6257         public static bool Exists(string logName, string machineName) { throw null; }
GetEventLogs()6258         public static System.Diagnostics.EventLog[] GetEventLogs() { throw null; }
6259         [System.MonoNotSupportedAttribute("remote machine is not supported")]
GetEventLogs(string machineName)6260         public static System.Diagnostics.EventLog[] GetEventLogs(string machineName) { throw null; }
6261         [System.MonoNotSupportedAttribute("remote machine is not supported")]
LogNameFromSourceName(string source, string machineName)6262         public static string LogNameFromSourceName(string source, string machineName) { throw null; }
6263         [System.MonoTODOAttribute]
6264         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays)6265         public void ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays) { }
6266         [System.MonoTODOAttribute]
6267         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
RegisterDisplayName(string resourceFile, long resourceId)6268         public void RegisterDisplayName(string resourceFile, long resourceId) { }
SourceExists(string source)6269         public static bool SourceExists(string source) { throw null; }
6270         [System.MonoNotSupportedAttribute("remote machine is not supported")]
SourceExists(string source, string machineName)6271         public static bool SourceExists(string source, string machineName) { throw null; }
WriteEntry(string message)6272         public void WriteEntry(string message) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type)6273         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID)6274         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category)6275         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)6276         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
WriteEntry(string source, string message)6277         public static void WriteEntry(string source, string message) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type)6278         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID)6279         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)6280         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)6281         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
6282         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6283         public void WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { }
6284         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, params object[] values)6285         public void WriteEvent(System.Diagnostics.EventInstance instance, params object[] values) { }
WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6286         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)6287         public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, params object[] values) { }
6288     }
6289     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
6290     [System.ComponentModel.ToolboxItemAttribute(false)]
6291     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6292     [System.SerializableAttribute]
6293     public sealed partial class EventLogEntry : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
6294     {
EventLogEntry()6295         internal EventLogEntry() { }
6296         [System.Diagnostics.MonitoringDescriptionAttribute("The category of this event entry.")]
6297         public string Category { get { throw null; } }
6298         [System.Diagnostics.MonitoringDescriptionAttribute("An ID for the category of this event entry.")]
6299         public short CategoryNumber { get { throw null; } }
6300         [System.Diagnostics.MonitoringDescriptionAttribute("Binary data associated with this event entry.")]
6301         public byte[] Data { get { throw null; } }
6302         [System.Diagnostics.MonitoringDescriptionAttribute("The type of this event entry.")]
6303         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } }
6304         [System.Diagnostics.MonitoringDescriptionAttribute("An ID number for this event entry.")]
6305         [System.ObsoleteAttribute("Use InstanceId")]
6306         public int EventID { get { throw null; } }
6307         [System.Diagnostics.MonitoringDescriptionAttribute("Sequence numer of this event entry.")]
6308         public int Index { get { throw null; } }
6309         [System.Diagnostics.MonitoringDescriptionAttribute("The instance ID for this event entry.")]
6310         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6311         public long InstanceId { get { throw null; } }
6312         [System.Diagnostics.MonitoringDescriptionAttribute("The Computer on which this event entry occured.")]
6313         public string MachineName { get { throw null; } }
6314         [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")]
6315         [System.Diagnostics.MonitoringDescriptionAttribute("The message of this event entry.")]
6316         public string Message { get { throw null; } }
6317         [System.Diagnostics.MonitoringDescriptionAttribute("Application strings for this event entry.")]
6318         public string[] ReplacementStrings { get { throw null; } }
6319         [System.Diagnostics.MonitoringDescriptionAttribute("The source application of this event entry.")]
6320         public string Source { get { throw null; } }
6321         [System.Diagnostics.MonitoringDescriptionAttribute("Generation time of this event entry.")]
6322         public System.DateTime TimeGenerated { get { throw null; } }
6323         [System.Diagnostics.MonitoringDescriptionAttribute("The time at which this event entry was written to the logfile.")]
6324         public System.DateTime TimeWritten { get { throw null; } }
6325         [System.Diagnostics.MonitoringDescriptionAttribute("The name of a user associated with this event entry.")]
6326         public string UserName { get { throw null; } }
Equals(System.Diagnostics.EventLogEntry otherEntry)6327         public bool Equals(System.Diagnostics.EventLogEntry otherEntry) { throw null; }
6328         [System.MonoTODOAttribute("Needs serialization support")]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)6329         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
6330     }
6331     public partial class EventLogEntryCollection : System.Collections.ICollection, System.Collections.IEnumerable
6332     {
EventLogEntryCollection()6333         internal EventLogEntryCollection() { }
6334         public int Count { get { throw null; } }
6335         public virtual System.Diagnostics.EventLogEntry this[int index] { get { throw null; } }
6336         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6337         object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Diagnostics.EventLogEntry[] entries, int index)6338         public void CopyTo(System.Diagnostics.EventLogEntry[] entries, int index) { }
GetEnumerator()6339         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)6340         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
6341     }
6342     public enum EventLogEntryType
6343     {
6344         Error = 1,
6345         FailureAudit = 16,
6346         Information = 4,
6347         SuccessAudit = 8,
6348         Warning = 2,
6349     }
6350     [System.SerializableAttribute]
6351     public sealed partial class EventLogPermission : System.Security.Permissions.ResourcePermissionBase
6352     {
EventLogPermission()6353         public EventLogPermission() { }
EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6354         public EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries)6355         public EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries) { }
EventLogPermission(System.Security.Permissions.PermissionState state)6356         public EventLogPermission(System.Security.Permissions.PermissionState state) { }
6357         public System.Diagnostics.EventLogPermissionEntryCollection PermissionEntries { get { throw null; } }
6358     }
6359     [System.FlagsAttribute]
6360     public enum EventLogPermissionAccess
6361     {
6362         Administer = 48,
6363         [System.ObsoleteAttribute]
6364         Audit = 10,
6365         [System.ObsoleteAttribute]
6366         Browse = 2,
6367         [System.ObsoleteAttribute]
6368         Instrument = 6,
6369         None = 0,
6370         Write = 16,
6371     }
6372     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6373     [System.SerializableAttribute]
6374     public partial class EventLogPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6375     {
EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action)6376         public EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6377         public string MachineName { get { throw null; } set { } }
6378         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6379         public override System.Security.IPermission CreatePermission() { throw null; }
6380     }
6381     [System.SerializableAttribute]
6382     public partial class EventLogPermissionEntry
6383     {
EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6384         public EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
6385         public string MachineName { get { throw null; } }
6386         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } }
6387     }
6388     [System.SerializableAttribute]
6389     public partial class EventLogPermissionEntryCollection : System.Collections.CollectionBase
6390     {
EventLogPermissionEntryCollection()6391         internal EventLogPermissionEntryCollection() { }
6392         public System.Diagnostics.EventLogPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.EventLogPermissionEntry value)6393         public int Add(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.EventLogPermissionEntryCollection value)6394         public void AddRange(System.Diagnostics.EventLogPermissionEntryCollection value) { }
AddRange(System.Diagnostics.EventLogPermissionEntry[] value)6395         public void AddRange(System.Diagnostics.EventLogPermissionEntry[] value) { }
Contains(System.Diagnostics.EventLogPermissionEntry value)6396         public bool Contains(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index)6397         public void CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.EventLogPermissionEntry value)6398         public int IndexOf(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.EventLogPermissionEntry value)6399         public void Insert(int index, System.Diagnostics.EventLogPermissionEntry value) { }
OnClear()6400         protected override void OnClear() { }
OnInsert(int index, object value)6401         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6402         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6403         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.EventLogPermissionEntry value)6404         public void Remove(System.Diagnostics.EventLogPermissionEntry value) { }
6405     }
6406     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6407     public sealed partial class EventLogTraceListener : System.Diagnostics.TraceListener
6408     {
EventLogTraceListener()6409         public EventLogTraceListener() { }
EventLogTraceListener(System.Diagnostics.EventLog eventLog)6410         public EventLogTraceListener(System.Diagnostics.EventLog eventLog) { }
EventLogTraceListener(string source)6411         public EventLogTraceListener(string source) { }
6412         public System.Diagnostics.EventLog EventLog { get { throw null; } set { } }
6413         public override string Name { get { throw null; } set { } }
Close()6414         public override void Close() { }
Dispose(bool disposing)6415         protected override void Dispose(bool disposing) { }
6416         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data)6417         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data) { }
6418         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data)6419         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data) { }
6420         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message)6421         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message) { }
6422         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args)6423         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args) { }
Write(string message)6424         public override void Write(string message) { }
WriteLine(string message)6425         public override void WriteLine(string message) { }
6426     }
6427     public partial class EventSourceCreationData
6428     {
EventSourceCreationData(string source, string logName)6429         public EventSourceCreationData(string source, string logName) { }
6430         public int CategoryCount { get { throw null; } set { } }
6431         public string CategoryResourceFile { get { throw null; } set { } }
6432         public string LogName { get { throw null; } set { } }
6433         public string MachineName { get { throw null; } set { } }
6434         public string MessageResourceFile { get { throw null; } set { } }
6435         public string ParameterResourceFile { get { throw null; } set { } }
6436         public string Source { get { throw null; } set { } }
6437     }
6438     public partial class EventTypeFilter : System.Diagnostics.TraceFilter
6439     {
EventTypeFilter(System.Diagnostics.SourceLevels level)6440         public EventTypeFilter(System.Diagnostics.SourceLevels level) { }
6441         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)6442         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; }
6443     }
6444     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6445     public sealed partial class FileVersionInfo
6446     {
FileVersionInfo()6447         internal FileVersionInfo() { }
6448         public string Comments { get { throw null; } }
6449         public string CompanyName { get { throw null; } }
6450         public int FileBuildPart { get { throw null; } }
6451         public string FileDescription { get { throw null; } }
6452         public int FileMajorPart { get { throw null; } }
6453         public int FileMinorPart { get { throw null; } }
6454         public string FileName { get { throw null; } }
6455         public int FilePrivatePart { get { throw null; } }
6456         public string FileVersion { get { throw null; } }
6457         public string InternalName { get { throw null; } }
6458         public bool IsDebug { get { throw null; } }
6459         public bool IsPatched { get { throw null; } }
6460         public bool IsPreRelease { get { throw null; } }
6461         public bool IsPrivateBuild { get { throw null; } }
6462         public bool IsSpecialBuild { get { throw null; } }
6463         public string Language { get { throw null; } }
6464         public string LegalCopyright { get { throw null; } }
6465         public string LegalTrademarks { get { throw null; } }
6466         public string OriginalFilename { get { throw null; } }
6467         public string PrivateBuild { get { throw null; } }
6468         public int ProductBuildPart { get { throw null; } }
6469         public int ProductMajorPart { get { throw null; } }
6470         public int ProductMinorPart { get { throw null; } }
6471         public string ProductName { get { throw null; } }
6472         public int ProductPrivatePart { get { throw null; } }
6473         public string ProductVersion { get { throw null; } }
6474         public string SpecialBuild { get { throw null; } }
GetVersionInfo(string fileName)6475         public static System.Diagnostics.FileVersionInfo GetVersionInfo(string fileName) { throw null; }
ToString()6476         public override string ToString() { throw null; }
6477     }
6478     [System.Runtime.InteropServices.GuidAttribute("73386977-D6FD-11D2-BED5-00C04F79E3AE")]
6479     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
6480     public partial interface ICollectData
6481     {
CloseData()6482         void CloseData();
6483         [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)6484         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);
6485     }
6486     public partial class InstanceData
6487     {
InstanceData(string instanceName, System.Diagnostics.CounterSample sample)6488         public InstanceData(string instanceName, System.Diagnostics.CounterSample sample) { }
6489         public string InstanceName { get { throw null; } }
6490         public long RawValue { get { throw null; } }
6491         public System.Diagnostics.CounterSample Sample { get { throw null; } }
6492     }
6493     public partial class InstanceDataCollection : System.Collections.DictionaryBase
6494     {
6495         [System.ObsoleteAttribute("Use InstanceDataCollectionCollection indexer instead.")]
InstanceDataCollection(string counterName)6496         public InstanceDataCollection(string counterName) { }
6497         public string CounterName { get { throw null; } }
6498         public System.Diagnostics.InstanceData this[string instanceName] { get { throw null; } }
6499         public System.Collections.ICollection Keys { get { throw null; } }
6500         public System.Collections.ICollection Values { get { throw null; } }
Contains(string instanceName)6501         public bool Contains(string instanceName) { throw null; }
CopyTo(System.Diagnostics.InstanceData[] instances, int index)6502         public void CopyTo(System.Diagnostics.InstanceData[] instances, int index) { }
6503     }
6504     public partial class InstanceDataCollectionCollection : System.Collections.DictionaryBase
6505     {
6506         [System.ObsoleteAttribute("Use PerformanceCounterCategory.ReadCategory()")]
InstanceDataCollectionCollection()6507         public InstanceDataCollectionCollection() { }
6508         public System.Diagnostics.InstanceDataCollection this[string counterName] { get { throw null; } }
6509         public System.Collections.ICollection Keys { get { throw null; } }
6510         public System.Collections.ICollection Values { get { throw null; } }
Contains(string counterName)6511         public bool Contains(string counterName) { throw null; }
CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index)6512         public void CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index) { }
6513     }
6514     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
6515     public partial class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
6516     {
MonitoringDescriptionAttribute(string description)6517         public MonitoringDescriptionAttribute(string description) { }
6518         public override string Description { get { throw null; } }
6519     }
6520     public enum OverflowAction
6521     {
6522         DoNotOverwrite = -1,
6523         OverwriteAsNeeded = 0,
6524         OverwriteOlder = 1,
6525     }
6526     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.PerformanceCounterInstaller")]
6527     public sealed partial class PerformanceCounter : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6528     {
6529         [System.ObsoleteAttribute]
6530         public static int DefaultFileMappingSize;
PerformanceCounter()6531         public PerformanceCounter() { }
PerformanceCounter(string categoryName, string counterName)6532         public PerformanceCounter(string categoryName, string counterName) { }
PerformanceCounter(string categoryName, string counterName, bool readOnly)6533         public PerformanceCounter(string categoryName, string counterName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName)6534         public PerformanceCounter(string categoryName, string counterName, string instanceName) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly)6535         public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName)6536         public PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName) { }
6537         [System.ComponentModel.DefaultValueAttribute("")]
6538         [System.ComponentModel.ReadOnlyAttribute(true)]
6539         [System.ComponentModel.SettingsBindableAttribute(true)]
6540         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CategoryValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6541         public string CategoryName { get { throw null; } set { } }
6542         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6543         [System.ComponentModel.ReadOnlyAttribute(true)]
6544         [System.Diagnostics.MonitoringDescriptionAttribute("A description describing the counter.")]
6545         [System.MonoTODOAttribute]
6546         public string CounterHelp { get { throw null; } }
6547         [System.ComponentModel.DefaultValueAttribute("")]
6548         [System.ComponentModel.ReadOnlyAttribute(true)]
6549         [System.ComponentModel.SettingsBindableAttribute(true)]
6550         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6551         public string CounterName { get { throw null; } set { } }
6552         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6553         [System.Diagnostics.MonitoringDescriptionAttribute("The type of the counter.")]
6554         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6555         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterInstanceLifetime)(0))]
6556         [System.MonoTODOAttribute]
6557         public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get { throw null; } set { } }
6558         [System.ComponentModel.DefaultValueAttribute("")]
6559         [System.ComponentModel.ReadOnlyAttribute(true)]
6560         [System.ComponentModel.SettingsBindableAttribute(true)]
6561         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.InstanceNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6562         public string InstanceName { get { throw null; } set { } }
6563         [System.ComponentModel.BrowsableAttribute(false)]
6564         [System.ComponentModel.DefaultValueAttribute(".")]
6565         [System.ComponentModel.SettingsBindableAttribute(true)]
6566         [System.MonoTODOAttribute("What's the machine name format?")]
6567         public string MachineName { get { throw null; } set { } }
6568         [System.ComponentModel.BrowsableAttribute(false)]
6569         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6570         [System.Diagnostics.MonitoringDescriptionAttribute("The raw value of the counter.")]
6571         public long RawValue { get { throw null; } set { } }
6572         [System.ComponentModel.BrowsableAttribute(false)]
6573         [System.ComponentModel.DefaultValueAttribute(true)]
6574         [System.Diagnostics.MonitoringDescriptionAttribute("The accessability level of the counter.")]
6575         public bool ReadOnly { get { throw null; } set { } }
BeginInit()6576         public void BeginInit() { }
Close()6577         public void Close() { }
CloseSharedResources()6578         public static void CloseSharedResources() { }
Decrement()6579         public long Decrement() { throw null; }
Dispose(bool disposing)6580         protected override void Dispose(bool disposing) { }
EndInit()6581         public void EndInit() { }
Increment()6582         public long Increment() { throw null; }
6583         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
IncrementBy(long value)6584         public long IncrementBy(long value) { throw null; }
NextSample()6585         public System.Diagnostics.CounterSample NextSample() { throw null; }
NextValue()6586         public float NextValue() { throw null; }
6587         [System.MonoTODOAttribute]
6588         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
RemoveInstance()6589         public void RemoveInstance() { }
6590     }
6591     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6592     public sealed partial class PerformanceCounterCategory
6593     {
PerformanceCounterCategory()6594         public PerformanceCounterCategory() { }
PerformanceCounterCategory(string categoryName)6595         public PerformanceCounterCategory(string categoryName) { }
PerformanceCounterCategory(string categoryName, string machineName)6596         public PerformanceCounterCategory(string categoryName, string machineName) { }
6597         public string CategoryHelp { get { throw null; } }
6598         public string CategoryName { get { throw null; } set { } }
6599         public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get { throw null; } }
6600         public string MachineName { get { throw null; } set { } }
CounterExists(string counterName)6601         public bool CounterExists(string counterName) { throw null; }
CounterExists(string counterName, string categoryName)6602         public static bool CounterExists(string counterName, string categoryName) { throw null; }
CounterExists(string counterName, string categoryName, string machineName)6603         public static bool CounterExists(string counterName, string categoryName, string machineName) { throw null; }
6604         [System.ObsoleteAttribute("Use another overload that uses PerformanceCounterCategoryType instead")]
Create(string categoryName, string categoryHelp, System.Diagnostics.CounterCreationDataCollection counterData)6605         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)6606         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)6607         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) { throw null; }
6608         [System.ObsoleteAttribute("Use another overload that uses PerformanceCounterCategoryType instead")]
Create(string categoryName, string categoryHelp, string counterName, string counterHelp)6609         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string counterHelp) { throw null; }
Delete(string categoryName)6610         public static void Delete(string categoryName) { }
Exists(string categoryName)6611         public static bool Exists(string categoryName) { throw null; }
Exists(string categoryName, string machineName)6612         public static bool Exists(string categoryName, string machineName) { throw null; }
GetCategories()6613         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories() { throw null; }
GetCategories(string machineName)6614         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories(string machineName) { throw null; }
GetCounters()6615         public System.Diagnostics.PerformanceCounter[] GetCounters() { throw null; }
GetCounters(string instanceName)6616         public System.Diagnostics.PerformanceCounter[] GetCounters(string instanceName) { throw null; }
GetInstanceNames()6617         public string[] GetInstanceNames() { throw null; }
InstanceExists(string instanceName)6618         public bool InstanceExists(string instanceName) { throw null; }
InstanceExists(string instanceName, string categoryName)6619         public static bool InstanceExists(string instanceName, string categoryName) { throw null; }
InstanceExists(string instanceName, string categoryName, string machineName)6620         public static bool InstanceExists(string instanceName, string categoryName, string machineName) { throw null; }
6621         [System.MonoTODOAttribute]
ReadCategory()6622         public System.Diagnostics.InstanceDataCollectionCollection ReadCategory() { throw null; }
6623     }
6624     public enum PerformanceCounterCategoryType
6625     {
6626         MultiInstance = 1,
6627         SingleInstance = 0,
6628         Unknown = -1,
6629     }
6630     public enum PerformanceCounterInstanceLifetime
6631     {
6632         Global = 0,
6633         Process = 1,
6634     }
6635     [System.MonoTODOAttribute("not implemented")]
6636     [System.ObsoleteAttribute("use PerformanceCounter")]
6637     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6638     [System.Runtime.InteropServices.GuidAttribute("82840be1-d273-11d2-b94a-00600893b17a")]
6639     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6640     public sealed partial class PerformanceCounterManager : System.Diagnostics.ICollectData
6641     {
6642         [System.ObsoleteAttribute("use PerformanceCounter")]
PerformanceCounterManager()6643         public PerformanceCounterManager() { }
System.Diagnostics.ICollectData.CloseData()6644         void System.Diagnostics.ICollectData.CloseData() { }
System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res)6645         void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { res = default(System.IntPtr); }
6646     }
6647     [System.SerializableAttribute]
6648     public sealed partial class PerformanceCounterPermission : System.Security.Permissions.ResourcePermissionBase
6649     {
PerformanceCounterPermission()6650         public PerformanceCounterPermission() { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6651         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries)6652         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries) { }
PerformanceCounterPermission(System.Security.Permissions.PermissionState state)6653         public PerformanceCounterPermission(System.Security.Permissions.PermissionState state) { }
6654         public System.Diagnostics.PerformanceCounterPermissionEntryCollection PermissionEntries { get { throw null; } }
6655     }
6656     [System.FlagsAttribute]
6657     public enum PerformanceCounterPermissionAccess
6658     {
6659         Administer = 7,
6660         [System.ObsoleteAttribute]
6661         Browse = 1,
6662         [System.ObsoleteAttribute]
6663         Instrument = 3,
6664         None = 0,
6665         Read = 1,
6666         Write = 2,
6667     }
6668     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6669     [System.SerializableAttribute]
6670     public partial class PerformanceCounterPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6671     {
PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action)6672         public PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6673         public string CategoryName { get { throw null; } set { } }
6674         public string MachineName { get { throw null; } set { } }
6675         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6676         public override System.Security.IPermission CreatePermission() { throw null; }
6677     }
6678     [System.SerializableAttribute]
6679     public partial class PerformanceCounterPermissionEntry
6680     {
PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6681         public PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
6682         public string CategoryName { get { throw null; } }
6683         public string MachineName { get { throw null; } }
6684         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } }
6685     }
6686     [System.SerializableAttribute]
6687     public partial class PerformanceCounterPermissionEntryCollection : System.Collections.CollectionBase
6688     {
PerformanceCounterPermissionEntryCollection()6689         internal PerformanceCounterPermissionEntryCollection() { }
6690         public System.Diagnostics.PerformanceCounterPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.PerformanceCounterPermissionEntry value)6691         public int Add(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value)6692         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value) { }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value)6693         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value) { }
Contains(System.Diagnostics.PerformanceCounterPermissionEntry value)6694         public bool Contains(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index)6695         public void CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value)6696         public int IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value)6697         public void Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value) { }
OnClear()6698         protected override void OnClear() { }
OnInsert(int index, object value)6699         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6700         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6701         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.PerformanceCounterPermissionEntry value)6702         public void Remove(System.Diagnostics.PerformanceCounterPermissionEntry value) { }
6703     }
6704     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.AlphabeticalEnumConverter")]
6705     public enum PerformanceCounterType
6706     {
6707         AverageBase = 1073939458,
6708         AverageCount64 = 1073874176,
6709         AverageTimer32 = 805438464,
6710         CounterDelta32 = 4195328,
6711         CounterDelta64 = 4195584,
6712         CounterMultiBase = 1107494144,
6713         CounterMultiTimer = 574686464,
6714         CounterMultiTimer100Ns = 575735040,
6715         CounterMultiTimer100NsInverse = 592512256,
6716         CounterMultiTimerInverse = 591463680,
6717         CounterTimer = 541132032,
6718         CounterTimerInverse = 557909248,
6719         CountPerTimeInterval32 = 4523008,
6720         CountPerTimeInterval64 = 4523264,
6721         ElapsedTime = 807666944,
6722         NumberOfItems32 = 65536,
6723         NumberOfItems64 = 65792,
6724         NumberOfItemsHEX32 = 0,
6725         NumberOfItemsHEX64 = 256,
6726         RateOfCountsPerSecond32 = 272696320,
6727         RateOfCountsPerSecond64 = 272696576,
6728         RawBase = 1073939459,
6729         RawFraction = 537003008,
6730         SampleBase = 1073939457,
6731         SampleCounter = 4260864,
6732         SampleFraction = 549585920,
6733         Timer100Ns = 542180608,
6734         Timer100NsInverse = 558957824,
6735     }
6736     [System.ComponentModel.DefaultEventAttribute("Exited")]
6737     [System.ComponentModel.DefaultPropertyAttribute("StartInfo")]
6738     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6739     [System.Diagnostics.MonitoringDescriptionAttribute("Provides access to local and remote processes, enabling starting and stopping of local processes.")]
6740     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
6741     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
6742     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true, Synchronization=true, ExternalProcessMgmt=true, SelfAffectingProcessMgmt=true)]
6743     public partial class Process : System.ComponentModel.Component
6744     {
Process()6745         public Process() { }
6746         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6747         [System.Diagnostics.MonitoringDescriptionAttribute("Base process priority.")]
6748         [System.MonoTODOAttribute]
6749         public int BasePriority { get { throw null; } }
6750         [System.ComponentModel.BrowsableAttribute(false)]
6751         [System.ComponentModel.DefaultValueAttribute(false)]
6752         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process component should watch for the associated process to exit, and raise the Exited event.")]
6753         public bool EnableRaisingEvents { get { throw null; } set { } }
6754         [System.ComponentModel.BrowsableAttribute(false)]
6755         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6756         [System.Diagnostics.MonitoringDescriptionAttribute("The value returned from the associated process when it terminated.")]
6757         public int ExitCode { get { throw null; } }
6758         [System.ComponentModel.BrowsableAttribute(false)]
6759         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6760         [System.Diagnostics.MonitoringDescriptionAttribute("The time that the associated process exited.")]
6761         public System.DateTime ExitTime { get { throw null; } }
6762         [System.ComponentModel.BrowsableAttribute(false)]
6763         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6764         [System.Diagnostics.MonitoringDescriptionAttribute("Returns the native handle for this process.   The handle is only available if the process was started using this component.")]
6765         public System.IntPtr Handle { get { throw null; } }
6766         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6767         [System.Diagnostics.MonitoringDescriptionAttribute("Handles for this process.")]
6768         [System.MonoTODOAttribute]
6769         public int HandleCount { get { throw null; } }
6770         [System.ComponentModel.BrowsableAttribute(false)]
6771         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6772         [System.Diagnostics.MonitoringDescriptionAttribute("Indicates if the associated process has been terminated.")]
6773         public bool HasExited { get { throw null; } }
6774         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6775         [System.Diagnostics.MonitoringDescriptionAttribute("The unique identifier for the process.")]
6776         public int Id { get { throw null; } }
6777         [System.ComponentModel.BrowsableAttribute(false)]
6778         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6779         [System.Diagnostics.MonitoringDescriptionAttribute("The name of the machine the running the process.")]
6780         public string MachineName { get { throw null; } }
6781         [System.ComponentModel.BrowsableAttribute(false)]
6782         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6783         [System.Diagnostics.MonitoringDescriptionAttribute("The main module of the process.")]
6784         public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
6785         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6786         [System.Diagnostics.MonitoringDescriptionAttribute("The handle of the main window of the process.")]
6787         [System.MonoTODOAttribute]
6788         public System.IntPtr MainWindowHandle { get { throw null; } }
6789         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6790         [System.Diagnostics.MonitoringDescriptionAttribute("The title of the main window of the process.")]
6791         [System.MonoTODOAttribute]
6792         public string MainWindowTitle { get { throw null; } }
6793         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6794         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of physical memory the process has required since it was started.")]
6795         public System.IntPtr MaxWorkingSet { get { throw null; } set { } }
6796         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6797         [System.Diagnostics.MonitoringDescriptionAttribute("The minimum amount of physical memory the process has required since it was started.")]
6798         public System.IntPtr MinWorkingSet { get { throw null; } set { } }
6799         [System.ComponentModel.BrowsableAttribute(false)]
6800         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6801         [System.Diagnostics.MonitoringDescriptionAttribute("The modules that are loaded as part of this process.")]
6802         public System.Diagnostics.ProcessModuleCollection Modules { get { throw null; } }
6803         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6804         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are not pageable.")]
6805         [System.MonoTODOAttribute]
6806         [System.ObsoleteAttribute("Use NonpagedSystemMemorySize64")]
6807         public int NonpagedSystemMemorySize { get { throw null; } }
6808         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6809         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are not pageable.")]
6810         [System.MonoTODOAttribute]
6811         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6812         public long NonpagedSystemMemorySize64 { get { throw null; } }
6813         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6814         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are paged.")]
6815         [System.ObsoleteAttribute("Use PagedMemorySize64")]
6816         public int PagedMemorySize { get { throw null; } }
6817         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6818         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are paged.")]
6819         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6820         public long PagedMemorySize64 { get { throw null; } }
6821         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6822         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of paged system memory in bytes.")]
6823         [System.ObsoleteAttribute("Use PagedSystemMemorySize64")]
6824         public int PagedSystemMemorySize { get { throw null; } }
6825         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6826         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of paged system memory in bytes.")]
6827         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6828         public long PagedSystemMemorySize64 { get { throw null; } }
6829         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6830         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of paged memory used by this process.")]
6831         [System.MonoTODOAttribute]
6832         [System.ObsoleteAttribute("Use PeakPagedMemorySize64")]
6833         public int PeakPagedMemorySize { get { throw null; } }
6834         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6835         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of paged memory used by this process.")]
6836         [System.MonoTODOAttribute]
6837         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6838         public long PeakPagedMemorySize64 { get { throw null; } }
6839         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6840         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of virtual memory used by this process.")]
6841         [System.ObsoleteAttribute("Use PeakVirtualMemorySize64")]
6842         public int PeakVirtualMemorySize { get { throw null; } }
6843         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6844         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of virtual memory used by this process.")]
6845         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6846         public long PeakVirtualMemorySize64 { get { throw null; } }
6847         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6848         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of system memory used by this process.")]
6849         [System.ObsoleteAttribute("Use PeakWorkingSet64")]
6850         public int PeakWorkingSet { get { throw null; } }
6851         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6852         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of system memory used by this process.")]
6853         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6854         public long PeakWorkingSet64 { get { throw null; } }
6855         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6856         [System.Diagnostics.MonitoringDescriptionAttribute("Process will be of higher priority while it is actively used.")]
6857         [System.MonoTODOAttribute]
6858         public bool PriorityBoostEnabled { get { throw null; } set { } }
6859         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6860         [System.Diagnostics.MonitoringDescriptionAttribute("The priority that the threads in the process run relative to.")]
6861         public System.Diagnostics.ProcessPriorityClass PriorityClass { get { throw null; } set { } }
6862         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6863         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of memory exclusively used by this process.")]
6864         [System.ObsoleteAttribute("Use PrivateMemorySize64")]
6865         public int PrivateMemorySize { get { throw null; } }
6866         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6867         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of memory exclusively used by this process.")]
6868         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6869         public long PrivateMemorySize64 { get { throw null; } }
6870         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6871         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time the process spent inside the operating system core.")]
6872         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
6873         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6874         [System.Diagnostics.MonitoringDescriptionAttribute("The name of this process.")]
6875         public string ProcessName { get { throw null; } }
6876         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6877         [System.Diagnostics.MonitoringDescriptionAttribute("Allowed processor that can be used by this process.")]
6878         [System.MonoTODOAttribute]
6879         public System.IntPtr ProcessorAffinity { get { throw null; } set { } }
6880         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6881         [System.Diagnostics.MonitoringDescriptionAttribute("Is this process responsive.")]
6882         [System.MonoTODOAttribute]
6883         public bool Responding { get { throw null; } }
6884         [System.ComponentModel.BrowsableAttribute(false)]
6885         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6886         public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get { throw null; } }
6887         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6888         [System.Diagnostics.MonitoringDescriptionAttribute("The session ID for this process.")]
6889         [System.MonoNotSupportedAttribute("")]
6890         public int SessionId { get { throw null; } }
6891         [System.ComponentModel.BrowsableAttribute(false)]
6892         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6893         [System.Diagnostics.MonitoringDescriptionAttribute("Standard error stream of the process.")]
6894         public System.IO.StreamReader StandardError { get { throw null; } }
6895         [System.ComponentModel.BrowsableAttribute(false)]
6896         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6897         [System.Diagnostics.MonitoringDescriptionAttribute("Standard input stream of the process.")]
6898         public System.IO.StreamWriter StandardInput { get { throw null; } }
6899         [System.ComponentModel.BrowsableAttribute(false)]
6900         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6901         [System.Diagnostics.MonitoringDescriptionAttribute("Standard output stream of the process.")]
6902         public System.IO.StreamReader StandardOutput { get { throw null; } }
6903         [System.ComponentModel.BrowsableAttribute(false)]
6904         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
6905         [System.Diagnostics.MonitoringDescriptionAttribute("Specifies information used to start a process.")]
6906         public System.Diagnostics.ProcessStartInfo StartInfo { get { throw null; } set { } }
6907         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6908         [System.Diagnostics.MonitoringDescriptionAttribute("The time at which the process was started.")]
6909         public System.DateTime StartTime { get { throw null; } }
6910         [System.ComponentModel.BrowsableAttribute(false)]
6911         [System.ComponentModel.DefaultValueAttribute(null)]
6912         [System.Diagnostics.MonitoringDescriptionAttribute("The object used to marshal the event handler calls issued as a result of a Process exit.")]
6913         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
6914         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6915         [System.Diagnostics.MonitoringDescriptionAttribute("The number of threads of this process.")]
6916         [System.MonoTODOAttribute]
6917         public System.Diagnostics.ProcessThreadCollection Threads { get { throw null; } }
6918         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6919         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time the process has used.")]
6920         public System.TimeSpan TotalProcessorTime { get { throw null; } }
6921         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6922         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time the process spent outside the operating system core.")]
6923         public System.TimeSpan UserProcessorTime { get { throw null; } }
6924         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6925         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of virtual memory currently used for this process.")]
6926         [System.ObsoleteAttribute("Use VirtualMemorySize64")]
6927         public int VirtualMemorySize { get { throw null; } }
6928         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6929         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of virtual memory currently used for this process.")]
6930         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6931         public long VirtualMemorySize64 { get { throw null; } }
6932         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6933         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of physical memory currently used for this process.")]
6934         [System.ObsoleteAttribute("Use WorkingSet64")]
6935         public int WorkingSet { get { throw null; } }
6936         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6937         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of physical memory currently used for this process.")]
6938         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6939         public long WorkingSet64 { get { throw null; } }
6940         [System.ComponentModel.BrowsableAttribute(true)]
6941         [System.Diagnostics.MonitoringDescriptionAttribute("Indicates if the process component is associated with a real process.")]
6942         public event System.Diagnostics.DataReceivedEventHandler ErrorDataReceived { add { } remove { } }
6943         [System.ComponentModel.CategoryAttribute("Behavior")]
6944         [System.Diagnostics.MonitoringDescriptionAttribute("If the WatchForExit property is set to true, then this event is raised when the associated process exits.")]
6945         public event System.EventHandler Exited { add { } remove { } }
6946         [System.ComponentModel.BrowsableAttribute(true)]
6947         [System.Diagnostics.MonitoringDescriptionAttribute("Indicates if the process component is associated with a real process.")]
6948         public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived { add { } remove { } }
6949         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginErrorReadLine()6950         public void BeginErrorReadLine() { }
6951         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginOutputReadLine()6952         public void BeginOutputReadLine() { }
6953         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelErrorRead()6954         public void CancelErrorRead() { }
6955         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelOutputRead()6956         public void CancelOutputRead() { }
Close()6957         public void Close() { }
CloseMainWindow()6958         public bool CloseMainWindow() { throw null; }
Dispose(bool disposing)6959         protected override void Dispose(bool disposing) { }
EnterDebugMode()6960         public static void EnterDebugMode() { }
GetCurrentProcess()6961         public static System.Diagnostics.Process GetCurrentProcess() { throw null; }
GetProcessById(int processId)6962         public static System.Diagnostics.Process GetProcessById(int processId) { throw null; }
6963         [System.MonoTODOAttribute("There is no support for retrieving process information from a remote machine")]
GetProcessById(int processId, string machineName)6964         public static System.Diagnostics.Process GetProcessById(int processId, string machineName) { throw null; }
GetProcesses()6965         public static System.Diagnostics.Process[] GetProcesses() { throw null; }
6966         [System.MonoTODOAttribute("There is no support for retrieving process information from a remote machine")]
GetProcesses(string machineName)6967         public static System.Diagnostics.Process[] GetProcesses(string machineName) { throw null; }
GetProcessesByName(string processName)6968         public static System.Diagnostics.Process[] GetProcessesByName(string processName) { throw null; }
GetProcessesByName(string processName, string machineName)6969         public static System.Diagnostics.Process[] GetProcessesByName(string processName, string machineName) { throw null; }
Kill()6970         public void Kill() { }
LeaveDebugMode()6971         public static void LeaveDebugMode() { }
OnExited()6972         protected void OnExited() { }
Refresh()6973         public void Refresh() { }
Start()6974         public bool Start() { throw null; }
Start(System.Diagnostics.ProcessStartInfo startInfo)6975         public static System.Diagnostics.Process Start(System.Diagnostics.ProcessStartInfo startInfo) { throw null; }
Start(string fileName)6976         public static System.Diagnostics.Process Start(string fileName) { throw null; }
Start(string fileName, string arguments)6977         public static System.Diagnostics.Process Start(string fileName, string arguments) { throw null; }
Start(string fileName, string userName, System.Security.SecureString password, string domain)6978         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)6979         public static System.Diagnostics.Process Start(string fileName, string arguments, string userName, System.Security.SecureString password, string domain) { throw null; }
ToString()6980         public override string ToString() { throw null; }
WaitForExit()6981         public void WaitForExit() { }
WaitForExit(int milliseconds)6982         public bool WaitForExit(int milliseconds) { throw null; }
WaitForInputIdle()6983         public bool WaitForInputIdle() { throw null; }
WaitForInputIdle(int milliseconds)6984         public bool WaitForInputIdle(int milliseconds) { throw null; }
6985     }
6986     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessModuleDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6987     public partial class ProcessModule : System.ComponentModel.Component
6988     {
ProcessModule()6989         internal ProcessModule() { }
6990         [System.Diagnostics.MonitoringDescriptionAttribute("The base memory address of this module")]
6991         public System.IntPtr BaseAddress { get { throw null; } }
6992         [System.Diagnostics.MonitoringDescriptionAttribute("The base memory address of the entry point of this module")]
6993         public System.IntPtr EntryPointAddress { get { throw null; } }
6994         [System.Diagnostics.MonitoringDescriptionAttribute("The file name of this module")]
6995         public string FileName { get { throw null; } }
6996         [System.ComponentModel.BrowsableAttribute(false)]
6997         public System.Diagnostics.FileVersionInfo FileVersionInfo { get { throw null; } }
6998         [System.Diagnostics.MonitoringDescriptionAttribute("The memory needed by this module")]
6999         public int ModuleMemorySize { get { throw null; } }
7000         [System.Diagnostics.MonitoringDescriptionAttribute("The name of this module")]
7001         public string ModuleName { get { throw null; } }
ToString()7002         public override string ToString() { throw null; }
7003     }
7004     public partial class ProcessModuleCollection : System.Collections.ReadOnlyCollectionBase
7005     {
ProcessModuleCollection()7006         protected ProcessModuleCollection() { }
ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules)7007         public ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules) { }
7008         public System.Diagnostics.ProcessModule this[int index] { get { throw null; } }
Contains(System.Diagnostics.ProcessModule module)7009         public bool Contains(System.Diagnostics.ProcessModule module) { throw null; }
CopyTo(System.Diagnostics.ProcessModule[] array, int index)7010         public void CopyTo(System.Diagnostics.ProcessModule[] array, int index) { }
IndexOf(System.Diagnostics.ProcessModule module)7011         public int IndexOf(System.Diagnostics.ProcessModule module) { throw null; }
7012     }
7013     public enum ProcessPriorityClass
7014     {
7015         AboveNormal = 32768,
7016         BelowNormal = 16384,
7017         High = 128,
7018         Idle = 64,
7019         Normal = 32,
7020         RealTime = 256,
7021     }
7022     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))]
7023     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
7024     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true, SelfAffectingProcessMgmt=true)]
7025     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7026     public sealed partial class ProcessStartInfo
7027     {
ProcessStartInfo()7028         public ProcessStartInfo() { }
ProcessStartInfo(string fileName)7029         public ProcessStartInfo(string fileName) { }
ProcessStartInfo(string fileName, string arguments)7030         public ProcessStartInfo(string fileName, string arguments) { }
7031         [System.ComponentModel.DefaultValueAttribute("")]
7032         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7033         [System.ComponentModel.SettingsBindableAttribute(true)]
7034         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7035         [System.Diagnostics.MonitoringDescriptionAttribute("Command line arguments that will be passed to the application specified by the FileName property.")]
7036         public string Arguments { get { throw null; } set { } }
7037         [System.ComponentModel.DefaultValueAttribute(false)]
7038         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7039         [System.Diagnostics.MonitoringDescriptionAttribute("Whether to start the process without creating a new window to contain it.")]
7040         public bool CreateNoWindow { get { throw null; } set { } }
7041         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7042         public string Domain { get { throw null; } set { } }
7043         [System.ComponentModel.DefaultValueAttribute(null)]
7044         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7045         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7046         public System.Collections.Generic.IDictionary<string, string> Environment { get { throw null; } }
7047         [System.ComponentModel.DefaultValueAttribute(null)]
7048         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
7049         [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")]
7050         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7051         [System.Diagnostics.MonitoringDescriptionAttribute("Set of environment variables that apply to this process and child processes.")]
7052         public System.Collections.Specialized.StringDictionary EnvironmentVariables { get { throw null; } }
7053         [System.ComponentModel.DefaultValueAttribute(false)]
7054         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7055         [System.Diagnostics.MonitoringDescriptionAttribute("Whether to show an error dialog to the user if there is an error.")]
7056         public bool ErrorDialog { get { throw null; } set { } }
7057         [System.ComponentModel.BrowsableAttribute(false)]
7058         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7059         public System.IntPtr ErrorDialogParentHandle { get { throw null; } set { } }
7060         [System.ComponentModel.DefaultValueAttribute("")]
7061         [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")]
7062         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7063         [System.ComponentModel.SettingsBindableAttribute(true)]
7064         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7065         [System.Diagnostics.MonitoringDescriptionAttribute("The name of the application, document or URL to start.")]
7066         public string FileName { get { throw null; } set { } }
7067         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7068         public bool LoadUserProfile { get { throw null; } set { } }
7069         public System.Security.SecureString Password { get { throw null; } set { } }
7070         public string PasswordInClearText { get { throw null; } set { } }
7071         [System.ComponentModel.DefaultValueAttribute(false)]
7072         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7073         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process's error output is written to the Process instance's StandardError member.")]
7074         public bool RedirectStandardError { get { throw null; } set { } }
7075         [System.ComponentModel.DefaultValueAttribute(false)]
7076         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7077         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process command input is read from the Process instance's StandardInput member.")]
7078         public bool RedirectStandardInput { get { throw null; } set { } }
7079         [System.ComponentModel.DefaultValueAttribute(false)]
7080         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7081         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process output is written to the Process instance's StandardOutput member.")]
7082         public bool RedirectStandardOutput { get { throw null; } set { } }
7083         public System.Text.Encoding StandardErrorEncoding { get { throw null; } set { } }
7084         public System.Text.Encoding StandardOutputEncoding { get { throw null; } set { } }
7085         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7086         public string UserName { get { throw null; } set { } }
7087         [System.ComponentModel.DefaultValueAttribute(true)]
7088         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7089         [System.Diagnostics.MonitoringDescriptionAttribute("Whether to use the operating system shell to start the process.")]
7090         public bool UseShellExecute { get { throw null; } set { } }
7091         [System.ComponentModel.DefaultValueAttribute("")]
7092         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7093         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.VerbConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7094         [System.Diagnostics.MonitoringDescriptionAttribute("The verb to apply to the document specified by the FileName property.")]
7095         public string Verb { get { throw null; } set { } }
7096         [System.ComponentModel.BrowsableAttribute(false)]
7097         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7098         public string[] Verbs { get { throw null; } }
7099         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.ProcessWindowStyle)(0))]
7100         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7101         [System.Diagnostics.MonitoringDescriptionAttribute("How the main window should be created when the process starts.")]
7102         public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw null; } set { } }
7103         [System.ComponentModel.DefaultValueAttribute("")]
7104         [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")]
7105         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7106         [System.ComponentModel.SettingsBindableAttribute(true)]
7107         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7108         [System.Diagnostics.MonitoringDescriptionAttribute("The initial working directory for the process.")]
7109         public string WorkingDirectory { get { throw null; } set { } }
7110     }
7111     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessThreadDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7112     public partial class ProcessThread : System.ComponentModel.Component
7113     {
ProcessThread()7114         internal ProcessThread() { }
7115         [System.Diagnostics.MonitoringDescriptionAttribute("The base priority of this thread.")]
7116         [System.MonoTODOAttribute]
7117         public int BasePriority { get { throw null; } }
7118         [System.Diagnostics.MonitoringDescriptionAttribute("The current priority of this thread.")]
7119         [System.MonoTODOAttribute]
7120         public int CurrentPriority { get { throw null; } }
7121         [System.Diagnostics.MonitoringDescriptionAttribute("The ID of this thread.")]
7122         [System.MonoTODOAttribute]
7123         public int Id { get { throw null; } }
7124         [System.ComponentModel.BrowsableAttribute(false)]
7125         [System.MonoTODOAttribute]
7126         public int IdealProcessor { set { } }
7127         [System.Diagnostics.MonitoringDescriptionAttribute("Thread gets a priority boot when interactively used by a user.")]
7128         [System.MonoTODOAttribute]
7129         public bool PriorityBoostEnabled { get { throw null; } set { } }
7130         [System.Diagnostics.MonitoringDescriptionAttribute("The priority level of this thread.")]
7131         [System.MonoTODOAttribute]
7132         public System.Diagnostics.ThreadPriorityLevel PriorityLevel { get { throw null; } set { } }
7133         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in privileged mode.")]
7134         [System.MonoTODOAttribute]
7135         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
7136         [System.ComponentModel.BrowsableAttribute(false)]
7137         [System.MonoTODOAttribute]
7138         public System.IntPtr ProcessorAffinity { set { } }
7139         [System.Diagnostics.MonitoringDescriptionAttribute("The start address in memory of this thread.")]
7140         [System.MonoTODOAttribute]
7141         public System.IntPtr StartAddress { get { throw null; } }
7142         [System.Diagnostics.MonitoringDescriptionAttribute("The time this thread was started.")]
7143         [System.MonoTODOAttribute]
7144         public System.DateTime StartTime { get { throw null; } }
7145         [System.Diagnostics.MonitoringDescriptionAttribute("The current state of this thread.")]
7146         [System.MonoTODOAttribute]
7147         public System.Diagnostics.ThreadState ThreadState { get { throw null; } }
7148         [System.Diagnostics.MonitoringDescriptionAttribute("The total amount of CPU time used.")]
7149         [System.MonoTODOAttribute]
7150         public System.TimeSpan TotalProcessorTime { get { throw null; } }
7151         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in user mode.")]
7152         [System.MonoTODOAttribute]
7153         public System.TimeSpan UserProcessorTime { get { throw null; } }
7154         [System.Diagnostics.MonitoringDescriptionAttribute("The reason why this thread is waiting.")]
7155         [System.MonoTODOAttribute]
7156         public System.Diagnostics.ThreadWaitReason WaitReason { get { throw null; } }
7157         [System.MonoTODOAttribute]
ResetIdealProcessor()7158         public void ResetIdealProcessor() { }
7159     }
7160     public partial class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase
7161     {
ProcessThreadCollection()7162         protected ProcessThreadCollection() { }
ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads)7163         public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { }
7164         public System.Diagnostics.ProcessThread this[int index] { get { throw null; } }
Add(System.Diagnostics.ProcessThread thread)7165         public int Add(System.Diagnostics.ProcessThread thread) { throw null; }
Contains(System.Diagnostics.ProcessThread thread)7166         public bool Contains(System.Diagnostics.ProcessThread thread) { throw null; }
CopyTo(System.Diagnostics.ProcessThread[] array, int index)7167         public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) { }
IndexOf(System.Diagnostics.ProcessThread thread)7168         public int IndexOf(System.Diagnostics.ProcessThread thread) { throw null; }
Insert(int index, System.Diagnostics.ProcessThread thread)7169         public void Insert(int index, System.Diagnostics.ProcessThread thread) { }
Remove(System.Diagnostics.ProcessThread thread)7170         public void Remove(System.Diagnostics.ProcessThread thread) { }
7171     }
7172     public enum ProcessWindowStyle
7173     {
7174         Hidden = 1,
7175         Maximized = 3,
7176         Minimized = 2,
7177         Normal = 0,
7178     }
7179     public partial class SourceFilter : System.Diagnostics.TraceFilter
7180     {
SourceFilter(string source)7181         public SourceFilter(string source) { }
7182         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)7183         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; }
7184     }
7185     [System.FlagsAttribute]
7186     public enum SourceLevels
7187     {
7188         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7189         ActivityTracing = 65280,
7190         All = -1,
7191         Critical = 1,
7192         Error = 3,
7193         Information = 15,
7194         Off = 0,
7195         Verbose = 31,
7196         Warning = 7,
7197     }
7198     public partial class SourceSwitch : System.Diagnostics.Switch
7199     {
SourceSwitch(string name)7200         public SourceSwitch(string name) : base (default(string), default(string)) { }
SourceSwitch(string displayName, string defaultSwitchValue)7201         public SourceSwitch(string displayName, string defaultSwitchValue) : base (default(string), default(string)) { }
7202         public System.Diagnostics.SourceLevels Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
OnValueChanged()7203         protected override void OnValueChanged() { }
ShouldTrace(System.Diagnostics.TraceEventType eventType)7204         public bool ShouldTrace(System.Diagnostics.TraceEventType eventType) { throw null; }
7205     }
7206     public partial class Stopwatch
7207     {
7208         public static readonly long Frequency;
7209         public static readonly bool IsHighResolution;
Stopwatch()7210         public Stopwatch() { }
7211         public System.TimeSpan Elapsed { get { throw null; } }
7212         public long ElapsedMilliseconds { get { throw null; } }
7213         public long ElapsedTicks { get { throw null; } }
7214         public bool IsRunning { get { throw null; } }
GetTimestamp()7215         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static long GetTimestamp() { throw null; }
Reset()7216         public void Reset() { }
Restart()7217         public void Restart() { }
Start()7218         public void Start() { }
StartNew()7219         public static System.Diagnostics.Stopwatch StartNew() { throw null; }
Stop()7220         public void Stop() { }
7221     }
7222     public abstract partial class Switch
7223     {
Switch(string displayName, string description)7224         protected Switch(string displayName, string description) { }
Switch(string displayName, string description, string defaultSwitchValue)7225         protected Switch(string displayName, string description, string defaultSwitchValue) { }
7226 #if XML_DEP
7227         [System.Xml.Serialization.XmlIgnoreAttribute]
7228 #endif
7229         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7230         public string Description { get { throw null; } }
7231         public string DisplayName { get { throw null; } }
7232         protected int SwitchSetting { get { throw null; } set { } }
7233         protected string Value { get { throw null; } set { } }
GetSupportedAttributes()7234         protected internal virtual string[] GetSupportedAttributes() { throw null; }
OnSwitchSettingChanged()7235         protected virtual void OnSwitchSettingChanged() { }
OnValueChanged()7236         protected virtual void OnValueChanged() { }
7237     }
7238     [System.AttributeUsageAttribute((System.AttributeTargets)(741))]
7239     public sealed partial class SwitchAttribute : System.Attribute
7240     {
SwitchAttribute(string switchName, System.Type switchType)7241         public SwitchAttribute(string switchName, System.Type switchType) { }
7242         public string SwitchDescription { get { throw null; } set { } }
7243         public string SwitchName { get { throw null; } set { } }
7244         public System.Type SwitchType { get { throw null; } set { } }
GetAll(System.Reflection.Assembly assembly)7245         public static System.Diagnostics.SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) { throw null; }
7246     }
7247     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
7248     public sealed partial class SwitchLevelAttribute : System.Attribute
7249     {
SwitchLevelAttribute(System.Type switchLevelType)7250         public SwitchLevelAttribute(System.Type switchLevelType) { }
7251         public System.Type SwitchLevelType { get { throw null; } set { } }
7252     }
7253     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7254     public partial class TextWriterTraceListener : System.Diagnostics.TraceListener
7255     {
TextWriterTraceListener()7256         public TextWriterTraceListener() { }
TextWriterTraceListener(System.IO.Stream stream)7257         public TextWriterTraceListener(System.IO.Stream stream) { }
TextWriterTraceListener(System.IO.Stream stream, string name)7258         public TextWriterTraceListener(System.IO.Stream stream, string name) { }
TextWriterTraceListener(System.IO.TextWriter writer)7259         public TextWriterTraceListener(System.IO.TextWriter writer) { }
TextWriterTraceListener(System.IO.TextWriter writer, string name)7260         public TextWriterTraceListener(System.IO.TextWriter writer, string name) { }
TextWriterTraceListener(string fileName)7261         public TextWriterTraceListener(string fileName) { }
TextWriterTraceListener(string fileName, string name)7262         public TextWriterTraceListener(string fileName, string name) { }
7263         public System.IO.TextWriter Writer { get { throw null; } set { } }
Close()7264         public override void Close() { }
Dispose(bool disposing)7265         protected override void Dispose(bool disposing) { }
Flush()7266         public override void Flush() { }
Write(string message)7267         public override void Write(string message) { }
WriteLine(string message)7268         public override void WriteLine(string message) { }
7269     }
7270     public enum ThreadPriorityLevel
7271     {
7272         AboveNormal = 1,
7273         BelowNormal = -1,
7274         Highest = 2,
7275         Idle = -15,
7276         Lowest = -2,
7277         Normal = 0,
7278         TimeCritical = 15,
7279     }
7280     public enum ThreadState
7281     {
7282         Initialized = 0,
7283         Ready = 1,
7284         Running = 2,
7285         Standby = 3,
7286         Terminated = 4,
7287         Transition = 6,
7288         Unknown = 7,
7289         Wait = 5,
7290     }
7291     public enum ThreadWaitReason
7292     {
7293         EventPairHigh = 7,
7294         EventPairLow = 8,
7295         ExecutionDelay = 4,
7296         Executive = 0,
7297         FreePage = 1,
7298         LpcReceive = 9,
7299         LpcReply = 10,
7300         PageIn = 2,
7301         PageOut = 12,
7302         Suspended = 5,
7303         SystemAllocation = 3,
7304         Unknown = 13,
7305         UserRequest = 6,
7306         VirtualMemory = 11,
7307     }
7308     public sealed partial class Trace
7309     {
Trace()7310         internal Trace() { }
7311         public static bool AutoFlush { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7312         public static System.Diagnostics.CorrelationManager CorrelationManager { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7313         public static int IndentLevel { get { throw null; } set { } }
7314         public static int IndentSize { get { throw null; } set { } }
7315         public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
7316         public static bool UseGlobalLock { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7317         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition)7318         public static void Assert(bool condition) { }
7319         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message)7320         public static void Assert(bool condition, string message) { }
7321         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message, string detailMessage)7322         public static void Assert(bool condition, string message, string detailMessage) { }
7323         [System.Diagnostics.ConditionalAttribute("TRACE")]
Close()7324         public static void Close() { }
7325         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message)7326         public static void Fail(string message) { }
7327         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message, string detailMessage)7328         public static void Fail(string message, string detailMessage) { }
7329         [System.Diagnostics.ConditionalAttribute("TRACE")]
Flush()7330         public static void Flush() { }
7331         [System.Diagnostics.ConditionalAttribute("TRACE")]
Indent()7332         public static void Indent() { }
Refresh()7333         public static void Refresh() { }
7334         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string message)7335         public static void TraceError(string message) { }
7336         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string format, params object[] args)7337         public static void TraceError(string format, params object[] args) { }
7338         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7339         public static void TraceInformation(string message) { }
7340         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7341         public static void TraceInformation(string format, params object[] args) { }
7342         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string message)7343         public static void TraceWarning(string message) { }
7344         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string format, params object[] args)7345         public static void TraceWarning(string format, params object[] args) { }
7346         [System.Diagnostics.ConditionalAttribute("TRACE")]
Unindent()7347         public static void Unindent() { }
7348         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value)7349         public static void Write(object value) { }
7350         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value, string category)7351         public static void Write(object value, string category) { }
7352         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message)7353         public static void Write(string message) { }
7354         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message, string category)7355         public static void Write(string message, string category) { }
7356         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value)7357         public static void WriteIf(bool condition, object value) { }
7358         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value, string category)7359         public static void WriteIf(bool condition, object value, string category) { }
7360         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message)7361         public static void WriteIf(bool condition, string message) { }
7362         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message, string category)7363         public static void WriteIf(bool condition, string message, string category) { }
7364         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value)7365         public static void WriteLine(object value) { }
7366         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value, string category)7367         public static void WriteLine(object value, string category) { }
7368         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message)7369         public static void WriteLine(string message) { }
7370         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message, string category)7371         public static void WriteLine(string message, string category) { }
7372         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value)7373         public static void WriteLineIf(bool condition, object value) { }
7374         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value, string category)7375         public static void WriteLineIf(bool condition, object value, string category) { }
7376         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message)7377         public static void WriteLineIf(bool condition, string message) { }
7378         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message, string category)7379         public static void WriteLineIf(bool condition, string message, string category) { }
7380     }
7381     public partial class TraceEventCache
7382     {
TraceEventCache()7383         public TraceEventCache() { }
7384         public string Callstack { get { throw null; } }
7385         public System.DateTime DateTime { get { throw null; } }
7386         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
7387         public int ProcessId { get { throw null; } }
7388         public string ThreadId { get { throw null; } }
7389         public long Timestamp { get { throw null; } }
7390     }
7391     public enum TraceEventType
7392     {
7393         Critical = 1,
7394         Error = 2,
7395         Information = 8,
7396         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7397         Resume = 2048,
7398         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7399         Start = 256,
7400         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7401         Stop = 512,
7402         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7403         Suspend = 1024,
7404         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7405         Transfer = 4096,
7406         Verbose = 16,
7407         Warning = 4,
7408     }
7409     public abstract partial class TraceFilter
7410     {
TraceFilter()7411         protected TraceFilter() { }
ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)7412         public abstract bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data);
7413     }
7414     public enum TraceLevel
7415     {
7416         Error = 1,
7417         Info = 3,
7418         Off = 0,
7419         Verbose = 4,
7420         Warning = 2,
7421     }
7422     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7423     public abstract partial class TraceListener : System.MarshalByRefObject, System.IDisposable
7424     {
TraceListener()7425         protected TraceListener() { }
TraceListener(string name)7426         protected TraceListener(string name) { }
7427         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7428         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7429         public System.Diagnostics.TraceFilter Filter { get { throw null; } set { } }
7430         public int IndentLevel { get { throw null; } set { } }
7431         public int IndentSize { get { throw null; } set { } }
7432         public virtual bool IsThreadSafe { get { throw null; } }
7433         public virtual string Name { get { throw null; } set { } }
7434         protected bool NeedIndent { get { throw null; } set { } }
7435         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7436         public System.Diagnostics.TraceOptions TraceOutputOptions { get { throw null; } set { } }
Close()7437         public virtual void Close() { }
Dispose()7438         public void Dispose() { }
Dispose(bool disposing)7439         protected virtual void Dispose(bool disposing) { }
Fail(string message)7440         public virtual void Fail(string message) { }
Fail(string message, string detailMessage)7441         public virtual void Fail(string message, string detailMessage) { }
Flush()7442         public virtual void Flush() { }
GetSupportedAttributes()7443         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7444         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7445         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
7446         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)7447         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7448         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id)7449         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id) { }
7450         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)7451         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
7452         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7453         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7454         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId)7455         public virtual void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(object o)7456         public virtual void Write(object o) { }
Write(object o, string category)7457         public virtual void Write(object o, string category) { }
Write(string message)7458         public abstract void Write(string message);
Write(string message, string category)7459         public virtual void Write(string message, string category) { }
WriteIndent()7460         protected virtual void WriteIndent() { }
WriteLine(object o)7461         public virtual void WriteLine(object o) { }
WriteLine(object o, string category)7462         public virtual void WriteLine(object o, string category) { }
WriteLine(string message)7463         public abstract void WriteLine(string message);
WriteLine(string message, string category)7464         public virtual void WriteLine(string message, string category) { }
7465     }
7466     public partial class TraceListenerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7467     {
TraceListenerCollection()7468         internal TraceListenerCollection() { }
7469         public int Count { get { throw null; } }
7470         public System.Diagnostics.TraceListener this[int i] { get { throw null; } set { } }
7471         public System.Diagnostics.TraceListener this[string name] { get { throw null; } }
7472         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7473         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7474         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7475         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7476         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.TraceListener listener)7477         public int Add(System.Diagnostics.TraceListener listener) { throw null; }
AddRange(System.Diagnostics.TraceListenerCollection value)7478         public void AddRange(System.Diagnostics.TraceListenerCollection value) { }
AddRange(System.Diagnostics.TraceListener[] value)7479         public void AddRange(System.Diagnostics.TraceListener[] value) { }
Clear()7480         public void Clear() { }
Contains(System.Diagnostics.TraceListener listener)7481         public bool Contains(System.Diagnostics.TraceListener listener) { throw null; }
CopyTo(System.Diagnostics.TraceListener[] listeners, int index)7482         public void CopyTo(System.Diagnostics.TraceListener[] listeners, int index) { }
GetEnumerator()7483         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Diagnostics.TraceListener listener)7484         public int IndexOf(System.Diagnostics.TraceListener listener) { throw null; }
Insert(int index, System.Diagnostics.TraceListener listener)7485         public void Insert(int index, System.Diagnostics.TraceListener listener) { }
Remove(System.Diagnostics.TraceListener listener)7486         public void Remove(System.Diagnostics.TraceListener listener) { }
Remove(string name)7487         public void Remove(string name) { }
RemoveAt(int index)7488         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7489         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IList.Add(object value)7490         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)7491         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7492         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7493         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7494         void System.Collections.IList.Remove(object value) { }
7495     }
7496     [System.FlagsAttribute]
7497     public enum TraceOptions
7498     {
7499         Callstack = 32,
7500         DateTime = 2,
7501         LogicalOperationStack = 1,
7502         None = 0,
7503         ProcessId = 8,
7504         ThreadId = 16,
7505         Timestamp = 4,
7506     }
7507     public partial class TraceSource
7508     {
TraceSource(string name)7509         public TraceSource(string name) { }
TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel)7510         public TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel) { }
7511         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7512         public System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7513         public string Name { get { throw null; } }
7514         public System.Diagnostics.SourceSwitch Switch { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7515         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Close()7516         public void Close() { }
Flush()7517         public void Flush() { }
GetSupportedAttributes()7518         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7519         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, object data)7520         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, object data) { }
7521         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data)7522         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7523         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id)7524         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id) { }
7525         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message)7526         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message) { }
7527         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7528         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7529         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7530         public void TraceInformation(string message) { }
7531         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7532         public void TraceInformation(string format, params object[] args) { }
7533         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceTransfer(int id, string message, System.Guid relatedActivityId)7534         public void TraceTransfer(int id, string message, System.Guid relatedActivityId) { }
7535     }
7536     [System.Diagnostics.SwitchLevelAttribute(typeof(System.Diagnostics.TraceLevel))]
7537     public partial class TraceSwitch : System.Diagnostics.Switch
7538     {
TraceSwitch(string displayName, string description)7539         public TraceSwitch(string displayName, string description) : base (default(string), default(string)) { }
TraceSwitch(string displayName, string description, string defaultSwitchValue)7540         public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
7541         public System.Diagnostics.TraceLevel Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7542         public bool TraceError { get { throw null; } }
7543         public bool TraceInfo { get { throw null; } }
7544         public bool TraceVerbose { get { throw null; } }
7545         public bool TraceWarning { get { throw null; } }
OnSwitchSettingChanged()7546         protected override void OnSwitchSettingChanged() { }
OnValueChanged()7547         protected override void OnValueChanged() { }
7548     }
7549     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7550     public partial class XmlWriterTraceListener : System.Diagnostics.TextWriterTraceListener
7551     {
XmlWriterTraceListener(System.IO.Stream stream)7552         public XmlWriterTraceListener(System.IO.Stream stream) { }
XmlWriterTraceListener(System.IO.Stream stream, string name)7553         public XmlWriterTraceListener(System.IO.Stream stream, string name) { }
XmlWriterTraceListener(System.IO.TextWriter writer)7554         public XmlWriterTraceListener(System.IO.TextWriter writer) { }
XmlWriterTraceListener(System.IO.TextWriter writer, string name)7555         public XmlWriterTraceListener(System.IO.TextWriter writer, string name) { }
XmlWriterTraceListener(string filename)7556         public XmlWriterTraceListener(string filename) { }
XmlWriterTraceListener(string filename, string name)7557         public XmlWriterTraceListener(string filename, string name) { }
Close()7558         public override void Close() { }
Fail(string message, string detailMessage)7559         public override void Fail(string message, string detailMessage) { }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7560         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)7561         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)7562         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)7563         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)7564         public override void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(string message)7565         public override void Write(string message) { }
WriteLine(string message)7566         public override void WriteLine(string message) { }
7567     }
7568 }
7569 namespace System.Diagnostics.CodeAnalysis
7570 {
7571     [System.AttributeUsageAttribute((System.AttributeTargets)(748), Inherited=false, AllowMultiple=false)]
7572     public sealed partial class ExcludeFromCodeCoverageAttribute : System.Attribute
7573     {
ExcludeFromCodeCoverageAttribute()7574         public ExcludeFromCodeCoverageAttribute() { }
7575     }
7576 }
7577 namespace System.IO
7578 {
7579     public partial class ErrorEventArgs : System.EventArgs
7580     {
ErrorEventArgs(System.Exception exception)7581         public ErrorEventArgs(System.Exception exception) { }
GetException()7582         public virtual System.Exception GetException() { throw null; }
7583     }
ErrorEventHandler(object sender, System.IO.ErrorEventArgs e)7584     public delegate void ErrorEventHandler(object sender, System.IO.ErrorEventArgs e);
7585     public partial class FileSystemEventArgs : System.EventArgs
7586     {
FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name)7587         public FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name) { }
7588         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } }
7589         public string FullPath { get { throw null; } }
7590         public string Name { get { throw null; } }
7591     }
FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e)7592     public delegate void FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e);
7593     [System.ComponentModel.DefaultEventAttribute("Changed")]
7594     [System.IO.IODescriptionAttribute("")]
7595     public partial class FileSystemWatcher : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
7596     {
FileSystemWatcher()7597         public FileSystemWatcher() { }
FileSystemWatcher(string path)7598         public FileSystemWatcher(string path) { }
FileSystemWatcher(string path, string filter)7599         public FileSystemWatcher(string path, string filter) { }
7600         [System.ComponentModel.DefaultValueAttribute(false)]
7601         [System.IO.IODescriptionAttribute("Flag to indicate if this instance is active")]
7602         public bool EnableRaisingEvents { get { throw null; } set { } }
7603         [System.ComponentModel.DefaultValueAttribute("*.*")]
7604         [System.ComponentModel.SettingsBindableAttribute(true)]
7605         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7606         [System.IO.IODescriptionAttribute("File name filter pattern")]
7607         public string Filter { get { throw null; } set { } }
7608         [System.ComponentModel.DefaultValueAttribute(false)]
7609         [System.IO.IODescriptionAttribute("Flag to indicate we want to watch subdirectories")]
7610         public bool IncludeSubdirectories { get { throw null; } set { } }
7611         [System.ComponentModel.BrowsableAttribute(false)]
7612         [System.ComponentModel.DefaultValueAttribute(8192)]
7613         public int InternalBufferSize { get { throw null; } set { } }
7614         [System.ComponentModel.DefaultValueAttribute((System.IO.NotifyFilters)(19))]
7615         [System.IO.IODescriptionAttribute("Flag to indicate which change event we want to monitor")]
7616         public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
7617         [System.ComponentModel.DefaultValueAttribute("")]
7618         [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")]
7619         [System.ComponentModel.SettingsBindableAttribute(true)]
7620         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7621         [System.IO.IODescriptionAttribute("The directory to monitor")]
7622         public string Path { get { throw null; } set { } }
7623         [System.ComponentModel.BrowsableAttribute(false)]
7624         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
7625         [System.ComponentModel.BrowsableAttribute(false)]
7626         [System.ComponentModel.DefaultValueAttribute(null)]
7627         [System.IO.IODescriptionAttribute("The object used to marshal the event handler calls resulting from a directory change")]
7628         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
7629         [System.IO.IODescriptionAttribute("Occurs when a file/directory change matches the filter")]
7630         public event System.IO.FileSystemEventHandler Changed { add { } remove { } }
7631         [System.IO.IODescriptionAttribute("Occurs when a file/directory creation matches the filter")]
7632         public event System.IO.FileSystemEventHandler Created { add { } remove { } }
7633         [System.IO.IODescriptionAttribute("Occurs when a file/directory deletion matches the filter")]
7634         public event System.IO.FileSystemEventHandler Deleted { add { } remove { } }
7635         [System.ComponentModel.BrowsableAttribute(false)]
7636         public event System.IO.ErrorEventHandler Error { add { } remove { } }
7637         [System.IO.IODescriptionAttribute("Occurs when a file/directory rename matches the filter")]
7638         public event System.IO.RenamedEventHandler Renamed { add { } remove { } }
BeginInit()7639         public void BeginInit() { }
Dispose(bool disposing)7640         protected override void Dispose(bool disposing) { }
EndInit()7641         public void EndInit() { }
OnChanged(System.IO.FileSystemEventArgs e)7642         protected void OnChanged(System.IO.FileSystemEventArgs e) { }
OnCreated(System.IO.FileSystemEventArgs e)7643         protected void OnCreated(System.IO.FileSystemEventArgs e) { }
OnDeleted(System.IO.FileSystemEventArgs e)7644         protected void OnDeleted(System.IO.FileSystemEventArgs e) { }
OnError(System.IO.ErrorEventArgs e)7645         protected void OnError(System.IO.ErrorEventArgs e) { }
OnRenamed(System.IO.RenamedEventArgs e)7646         protected void OnRenamed(System.IO.RenamedEventArgs e) { }
WaitForChanged(System.IO.WatcherChangeTypes changeType)7647         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { throw null; }
WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout)7648         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout) { throw null; }
7649     }
7650     [System.SerializableAttribute]
7651     public partial class InternalBufferOverflowException : System.SystemException
7652     {
InternalBufferOverflowException()7653         public InternalBufferOverflowException() { }
InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7654         protected InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InternalBufferOverflowException(string message)7655         public InternalBufferOverflowException(string message) { }
InternalBufferOverflowException(string message, System.Exception inner)7656         public InternalBufferOverflowException(string message, System.Exception inner) { }
7657     }
7658     [System.SerializableAttribute]
7659     public sealed partial class InvalidDataException : System.SystemException
7660     {
InvalidDataException()7661         public InvalidDataException() { }
InvalidDataException(string message)7662         public InvalidDataException(string message) { }
InvalidDataException(string message, System.Exception innerException)7663         public InvalidDataException(string message, System.Exception innerException) { }
7664     }
7665     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
7666     public partial class IODescriptionAttribute : System.ComponentModel.DescriptionAttribute
7667     {
IODescriptionAttribute(string description)7668         public IODescriptionAttribute(string description) { }
7669         public override string Description { get { throw null; } }
7670     }
7671     [System.FlagsAttribute]
7672     public enum NotifyFilters
7673     {
7674         Attributes = 4,
7675         CreationTime = 64,
7676         DirectoryName = 2,
7677         FileName = 1,
7678         LastAccess = 32,
7679         LastWrite = 16,
7680         Security = 256,
7681         Size = 8,
7682     }
7683     public partial class RenamedEventArgs : System.IO.FileSystemEventArgs
7684     {
RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName)7685         public RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName) : base (default(System.IO.WatcherChangeTypes), default(string), default(string)) { }
7686         public string OldFullPath { get { throw null; } }
7687         public string OldName { get { throw null; } }
7688     }
RenamedEventHandler(object sender, System.IO.RenamedEventArgs e)7689     public delegate void RenamedEventHandler(object sender, System.IO.RenamedEventArgs e);
7690     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7691     public partial struct WaitForChangedResult
7692     {
7693         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } set { } }
7694         public string Name { get { throw null; } set { } }
7695         public string OldName { get { throw null; } set { } }
7696         public bool TimedOut { get { throw null; } set { } }
7697     }
7698     [System.FlagsAttribute]
7699     public enum WatcherChangeTypes
7700     {
7701         All = 15,
7702         Changed = 4,
7703         Created = 1,
7704         Deleted = 2,
7705         Renamed = 8,
7706     }
7707 }
7708 namespace System.IO.Compression
7709 {
7710     public enum CompressionLevel
7711     {
7712         Fastest = 1,
7713         NoCompression = 2,
7714         Optimal = 0,
7715     }
7716     public enum CompressionMode
7717     {
7718         Compress = 1,
7719         Decompress = 0,
7720     }
7721     public partial class DeflateStream : System.IO.Stream
7722     {
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7723         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7724         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)7725         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7726         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7727         public System.IO.Stream BaseStream { get { throw null; } }
7728         public override bool CanRead { get { throw null; } }
7729         public override bool CanSeek { get { throw null; } }
7730         public override bool CanWrite { get { throw null; } }
7731         public override long Length { get { throw null; } }
7732         public override long Position { get { throw null; } set { } }
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7733         public override System.IAsyncResult BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7734         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)7735         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)7736         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)7737         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()7738         public override void Flush() { }
Read(byte[] array, int offset, int count)7739         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7740         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7741         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)7742         public override void Write(byte[] array, int offset, int count) { }
7743     }
7744     public partial class GZipStream : System.IO.Stream
7745     {
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7746         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7747         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)7748         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7749         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7750         public System.IO.Stream BaseStream { get { throw null; } }
7751         public override bool CanRead { get { throw null; } }
7752         public override bool CanSeek { get { throw null; } }
7753         public override bool CanWrite { get { throw null; } }
7754         public override long Length { get { throw null; } }
7755         public override long Position { get { throw null; } set { } }
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7756         public override System.IAsyncResult BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7757         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)7758         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)7759         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)7760         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()7761         public override void Flush() { }
Read(byte[] array, int offset, int count)7762         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7763         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7764         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)7765         public override void Write(byte[] array, int offset, int count) { }
7766     }
7767 }
7768 namespace System.IO.Ports
7769 {
7770     public enum Handshake
7771     {
7772         None = 0,
7773         RequestToSend = 2,
7774         RequestToSendXOnXOff = 3,
7775         XOnXOff = 1,
7776     }
7777     public enum Parity
7778     {
7779         Even = 2,
7780         Mark = 3,
7781         None = 0,
7782         Odd = 1,
7783         Space = 4,
7784     }
7785     public enum SerialData
7786     {
7787         Chars = 1,
7788         Eof = 2,
7789     }
7790     public partial class SerialDataReceivedEventArgs : System.EventArgs
7791     {
SerialDataReceivedEventArgs()7792         internal SerialDataReceivedEventArgs() { }
7793         public System.IO.Ports.SerialData EventType { get { throw null; } }
7794     }
SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)7795     public delegate void SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e);
7796     public enum SerialError
7797     {
7798         Frame = 8,
7799         Overrun = 2,
7800         RXOver = 1,
7801         RXParity = 4,
7802         TXFull = 256,
7803     }
7804     public partial class SerialErrorReceivedEventArgs : System.EventArgs
7805     {
SerialErrorReceivedEventArgs()7806         internal SerialErrorReceivedEventArgs() { }
7807         public System.IO.Ports.SerialError EventType { get { throw null; } }
7808     }
SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e)7809     public delegate void SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e);
7810     public enum SerialPinChange
7811     {
7812         Break = 64,
7813         CDChanged = 32,
7814         CtsChanged = 8,
7815         DsrChanged = 16,
7816         Ring = 256,
7817     }
7818     public partial class SerialPinChangedEventArgs : System.EventArgs
7819     {
SerialPinChangedEventArgs()7820         internal SerialPinChangedEventArgs() { }
7821         public System.IO.Ports.SerialPinChange EventType { get { throw null; } }
7822     }
SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e)7823     public delegate void SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e);
7824     [System.Diagnostics.MonitoringDescriptionAttribute("")]
7825     public partial class SerialPort : System.ComponentModel.Component
7826     {
7827         public const int InfiniteTimeout = -1;
SerialPort()7828         public SerialPort() { }
SerialPort(System.ComponentModel.IContainer container)7829         public SerialPort(System.ComponentModel.IContainer container) { }
SerialPort(string portName)7830         public SerialPort(string portName) { }
SerialPort(string portName, int baudRate)7831         public SerialPort(string portName, int baudRate) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity)7832         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits)7833         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)7834         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits) { }
7835         [System.ComponentModel.BrowsableAttribute(false)]
7836         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7837         public System.IO.Stream BaseStream { get { throw null; } }
7838         [System.ComponentModel.BrowsableAttribute(true)]
7839         [System.ComponentModel.DefaultValueAttribute(9600)]
7840         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7841         public int BaudRate { get { throw null; } set { } }
7842         [System.ComponentModel.BrowsableAttribute(false)]
7843         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7844         public bool BreakState { get { throw null; } set { } }
7845         [System.ComponentModel.BrowsableAttribute(false)]
7846         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7847         public int BytesToRead { get { throw null; } }
7848         [System.ComponentModel.BrowsableAttribute(false)]
7849         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7850         public int BytesToWrite { get { throw null; } }
7851         [System.ComponentModel.BrowsableAttribute(false)]
7852         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7853         public bool CDHolding { get { throw null; } }
7854         [System.ComponentModel.BrowsableAttribute(false)]
7855         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7856         public bool CtsHolding { get { throw null; } }
7857         [System.ComponentModel.BrowsableAttribute(true)]
7858         [System.ComponentModel.DefaultValueAttribute(8)]
7859         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7860         public int DataBits { get { throw null; } set { } }
7861         [System.ComponentModel.BrowsableAttribute(true)]
7862         [System.ComponentModel.DefaultValueAttribute(false)]
7863         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7864         [System.MonoTODOAttribute("Not implemented")]
7865         public bool DiscardNull { get { throw null; } set { } }
7866         [System.ComponentModel.BrowsableAttribute(false)]
7867         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7868         public bool DsrHolding { get { throw null; } }
7869         [System.ComponentModel.BrowsableAttribute(true)]
7870         [System.ComponentModel.DefaultValueAttribute(false)]
7871         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7872         public bool DtrEnable { get { throw null; } set { } }
7873         [System.ComponentModel.BrowsableAttribute(false)]
7874         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7875         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7876         public System.Text.Encoding Encoding { get { throw null; } set { } }
7877         [System.ComponentModel.BrowsableAttribute(true)]
7878         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Handshake)(0))]
7879         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7880         public System.IO.Ports.Handshake Handshake { get { throw null; } set { } }
7881         [System.ComponentModel.BrowsableAttribute(false)]
7882         public bool IsOpen { get { throw null; } }
7883         [System.ComponentModel.BrowsableAttribute(false)]
7884         [System.ComponentModel.DefaultValueAttribute("\n")]
7885         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7886         public string NewLine { get { throw null; } set { } }
7887         [System.ComponentModel.BrowsableAttribute(true)]
7888         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Parity)(0))]
7889         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7890         public System.IO.Ports.Parity Parity { get { throw null; } set { } }
7891         [System.ComponentModel.BrowsableAttribute(true)]
7892         [System.ComponentModel.DefaultValueAttribute(63)]
7893         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7894         [System.MonoTODOAttribute("Not implemented")]
7895         public byte ParityReplace { get { throw null; } set { } }
7896         [System.ComponentModel.BrowsableAttribute(true)]
7897         [System.ComponentModel.DefaultValueAttribute("COM1")]
7898         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7899         public string PortName { get { throw null; } set { } }
7900         [System.ComponentModel.BrowsableAttribute(true)]
7901         [System.ComponentModel.DefaultValueAttribute(4096)]
7902         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7903         public int ReadBufferSize { get { throw null; } set { } }
7904         [System.ComponentModel.BrowsableAttribute(true)]
7905         [System.ComponentModel.DefaultValueAttribute(-1)]
7906         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7907         public int ReadTimeout { get { throw null; } set { } }
7908         [System.ComponentModel.BrowsableAttribute(true)]
7909         [System.ComponentModel.DefaultValueAttribute(1)]
7910         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7911         [System.MonoTODOAttribute("Not implemented")]
7912         public int ReceivedBytesThreshold { get { throw null; } set { } }
7913         [System.ComponentModel.BrowsableAttribute(true)]
7914         [System.ComponentModel.DefaultValueAttribute(false)]
7915         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7916         public bool RtsEnable { get { throw null; } set { } }
7917         [System.ComponentModel.BrowsableAttribute(true)]
7918         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.StopBits)(1))]
7919         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7920         public System.IO.Ports.StopBits StopBits { get { throw null; } set { } }
7921         [System.ComponentModel.BrowsableAttribute(true)]
7922         [System.ComponentModel.DefaultValueAttribute(2048)]
7923         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7924         public int WriteBufferSize { get { throw null; } set { } }
7925         [System.ComponentModel.BrowsableAttribute(true)]
7926         [System.ComponentModel.DefaultValueAttribute(-1)]
7927         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7928         public int WriteTimeout { get { throw null; } set { } }
7929         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7930         public event System.IO.Ports.SerialDataReceivedEventHandler DataReceived { add { } remove { } }
7931         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7932         public event System.IO.Ports.SerialErrorReceivedEventHandler ErrorReceived { add { } remove { } }
7933         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7934         public event System.IO.Ports.SerialPinChangedEventHandler PinChanged { add { } remove { } }
Close()7935         public void Close() { }
DiscardInBuffer()7936         public void DiscardInBuffer() { }
DiscardOutBuffer()7937         public void DiscardOutBuffer() { }
Dispose(bool disposing)7938         protected override void Dispose(bool disposing) { }
GetPortNames()7939         public static string[] GetPortNames() { throw null; }
Open()7940         public void Open() { }
Read(byte[] buffer, int offset, int count)7941         public int Read(byte[] buffer, int offset, int count) { throw null; }
Read(char[] buffer, int offset, int count)7942         public int Read(char[] buffer, int offset, int count) { throw null; }
ReadByte()7943         public int ReadByte() { throw null; }
ReadChar()7944         public int ReadChar() { throw null; }
ReadExisting()7945         public string ReadExisting() { throw null; }
ReadLine()7946         public string ReadLine() { throw null; }
ReadTo(string value)7947         public string ReadTo(string value) { throw null; }
Write(byte[] buffer, int offset, int count)7948         public void Write(byte[] buffer, int offset, int count) { }
Write(char[] buffer, int offset, int count)7949         public void Write(char[] buffer, int offset, int count) { }
Write(string text)7950         public void Write(string text) { }
WriteLine(string text)7951         public void WriteLine(string text) { }
7952     }
7953     public enum StopBits
7954     {
7955         None = 0,
7956         One = 1,
7957         OnePointFive = 3,
7958         Two = 2,
7959     }
7960 }
7961 namespace System.Media
7962 {
7963     [System.ComponentModel.ToolboxItemAttribute(false)]
7964     [System.SerializableAttribute]
7965     public partial class SoundPlayer : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
7966     {
SoundPlayer()7967         public SoundPlayer() { }
SoundPlayer(System.IO.Stream stream)7968         public SoundPlayer(System.IO.Stream stream) { }
SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)7969         protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
SoundPlayer(string soundLocation)7970         public SoundPlayer(string soundLocation) { }
7971         public bool IsLoadCompleted { get { throw null; } }
7972         public int LoadTimeout { get { throw null; } set { } }
7973         public string SoundLocation { get { throw null; } set { } }
7974         public System.IO.Stream Stream { get { throw null; } set { } }
7975         public object Tag { get { throw null; } set { } }
7976         public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
7977         public event System.EventHandler SoundLocationChanged { add { } remove { } }
7978         public event System.EventHandler StreamChanged { add { } remove { } }
Load()7979         public void Load() { }
LoadAsync()7980         public void LoadAsync() { }
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e)7981         protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnSoundLocationChanged(System.EventArgs e)7982         protected virtual void OnSoundLocationChanged(System.EventArgs e) { }
OnStreamChanged(System.EventArgs e)7983         protected virtual void OnStreamChanged(System.EventArgs e) { }
Play()7984         public void Play() { }
PlayLooping()7985         public void PlayLooping() { }
PlaySync()7986         public void PlaySync() { }
Stop()7987         public void Stop() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7988         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
7989     }
7990     public partial class SystemSound
7991     {
SystemSound()7992         internal SystemSound() { }
Play()7993         public void Play() { }
7994     }
7995     public sealed partial class SystemSounds
7996     {
SystemSounds()7997         internal SystemSounds() { }
7998         public static System.Media.SystemSound Asterisk { get { throw null; } }
7999         public static System.Media.SystemSound Beep { get { throw null; } }
8000         public static System.Media.SystemSound Exclamation { get { throw null; } }
8001         public static System.Media.SystemSound Hand { get { throw null; } }
8002         public static System.Media.SystemSound Question { get { throw null; } }
8003     }
8004 }
8005 namespace System.Net
8006 {
8007     public partial class AuthenticationManager
8008     {
AuthenticationManager()8009         internal AuthenticationManager() { }
8010         public static System.Net.ICredentialPolicy CredentialPolicy { get { throw null; } set { } }
8011         [System.MonoTODOAttribute]
8012         public static System.Collections.Specialized.StringDictionary CustomTargetNameDictionary { get { throw null; } }
8013         public static System.Collections.IEnumerator RegisteredModules { get { throw null; } }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8014         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)8015         public static System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials) { throw null; }
Register(System.Net.IAuthenticationModule authenticationModule)8016         public static void Register(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(System.Net.IAuthenticationModule authenticationModule)8017         public static void Unregister(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(string authenticationScheme)8018         public static void Unregister(string authenticationScheme) { }
8019     }
8020     [System.FlagsAttribute]
8021     public enum AuthenticationSchemes
8022     {
8023         Anonymous = 32768,
8024         Basic = 8,
8025         Digest = 1,
8026         IntegratedWindowsAuthentication = 6,
8027         Negotiate = 2,
8028         None = 0,
8029         Ntlm = 4,
8030     }
AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest)8031     public delegate System.Net.AuthenticationSchemes AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest);
8032     public partial class Authorization
8033     {
Authorization(string token)8034         public Authorization(string token) { }
Authorization(string token, bool finished)8035         public Authorization(string token, bool finished) { }
Authorization(string token, bool finished, string connectionGroupId)8036         public Authorization(string token, bool finished, string connectionGroupId) { }
8037         public bool Complete { get { throw null; } }
8038         public string ConnectionGroupId { get { throw null; } }
8039         public string Message { get { throw null; } }
8040         public bool MutuallyAuthenticated { get { throw null; } set { } }
8041         public string[] ProtectionRealm { get { throw null; } set { } }
8042     }
BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount)8043     public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount);
8044     [System.SerializableAttribute]
8045     public sealed partial class Cookie
8046     {
Cookie()8047         public Cookie() { }
Cookie(string name, string value)8048         public Cookie(string name, string value) { }
Cookie(string name, string value, string path)8049         public Cookie(string name, string value, string path) { }
Cookie(string name, string value, string path, string domain)8050         public Cookie(string name, string value, string path, string domain) { }
8051         public string Comment { get { throw null; } set { } }
8052         public System.Uri CommentUri { get { throw null; } set { } }
8053         public bool Discard { get { throw null; } set { } }
8054         public string Domain { get { throw null; } set { } }
8055         public bool Expired { get { throw null; } set { } }
8056         public System.DateTime Expires { get { throw null; } set { } }
8057         public bool HttpOnly { get { throw null; } set { } }
8058         public string Name { get { throw null; } set { } }
8059         public string Path { get { throw null; } set { } }
8060         public string Port { get { throw null; } set { } }
8061         public bool Secure { get { throw null; } set { } }
8062         public System.DateTime TimeStamp { get { throw null; } }
8063         public string Value { get { throw null; } set { } }
8064         public int Version { get { throw null; } set { } }
Equals(object comparand)8065         public override bool Equals(object comparand) { throw null; }
GetHashCode()8066         public override int GetHashCode() { throw null; }
ToString()8067         public override string ToString() { throw null; }
8068     }
8069     [System.SerializableAttribute]
8070     public partial class CookieCollection : System.Collections.ICollection, System.Collections.IEnumerable
8071     {
CookieCollection()8072         public CookieCollection() { }
8073         public int Count { get { throw null; } }
8074         public bool IsReadOnly { get { throw null; } }
8075         public bool IsSynchronized { get { throw null; } }
8076         public System.Net.Cookie this[int index] { get { throw null; } }
8077         public System.Net.Cookie this[string name] { get { throw null; } }
8078         public object SyncRoot { get { throw null; } }
Add(System.Net.Cookie cookie)8079         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8080         public void Add(System.Net.CookieCollection cookies) { }
CopyTo(System.Array array, int index)8081         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Net.Cookie[] array, int index)8082         public void CopyTo(System.Net.Cookie[] array, int index) { }
GetEnumerator()8083         public System.Collections.IEnumerator GetEnumerator() { throw null; }
8084     }
8085     [System.SerializableAttribute]
8086     public partial class CookieContainer
8087     {
8088         public const int DefaultCookieLengthLimit = 4096;
8089         public const int DefaultCookieLimit = 300;
8090         public const int DefaultPerDomainCookieLimit = 20;
CookieContainer()8091         public CookieContainer() { }
CookieContainer(int capacity)8092         public CookieContainer(int capacity) { }
CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize)8093         public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) { }
8094         public int Capacity { get { throw null; } set { } }
8095         public int Count { get { throw null; } }
8096         public int MaxCookieSize { get { throw null; } set { } }
8097         public int PerDomainCapacity { get { throw null; } set { } }
Add(System.Net.Cookie cookie)8098         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8099         public void Add(System.Net.CookieCollection cookies) { }
Add(System.Uri uri, System.Net.Cookie cookie)8100         public void Add(System.Uri uri, System.Net.Cookie cookie) { }
Add(System.Uri uri, System.Net.CookieCollection cookies)8101         public void Add(System.Uri uri, System.Net.CookieCollection cookies) { }
GetCookieHeader(System.Uri uri)8102         public string GetCookieHeader(System.Uri uri) { throw null; }
GetCookies(System.Uri uri)8103         public System.Net.CookieCollection GetCookies(System.Uri uri) { throw null; }
SetCookies(System.Uri uri, string cookieHeader)8104         public void SetCookies(System.Uri uri, string cookieHeader) { }
8105     }
8106     [System.SerializableAttribute]
8107     public partial class CookieException : System.FormatException, System.Runtime.Serialization.ISerializable
8108     {
CookieException()8109         public CookieException() { }
CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8110         protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8111         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8112         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8113         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8114         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8115     }
8116     public partial class CredentialCache : System.Collections.IEnumerable, System.Net.ICredentials, System.Net.ICredentialsByHost
8117     {
CredentialCache()8118         public CredentialCache() { }
8119         public static System.Net.ICredentials DefaultCredentials { get { throw null; } }
8120         public static System.Net.NetworkCredential DefaultNetworkCredentials { get { throw null; } }
Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential)8121         public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) { }
Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred)8122         public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) { }
GetCredential(string host, int port, string authenticationType)8123         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uriPrefix, string authType)8124         public System.Net.NetworkCredential GetCredential(System.Uri uriPrefix, string authType) { throw null; }
GetEnumerator()8125         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string host, int port, string authenticationType)8126         public void Remove(string host, int port, string authenticationType) { }
Remove(System.Uri uriPrefix, string authType)8127         public void Remove(System.Uri uriPrefix, string authType) { }
8128     }
8129     [System.FlagsAttribute]
8130     public enum DecompressionMethods
8131     {
8132         Deflate = 2,
8133         GZip = 1,
8134         None = 0,
8135     }
8136     public static partial class Dns
8137     {
BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state)8138         public static System.IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state) { throw null; }
8139         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject)8140         public static System.IAsyncResult BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject)8141         public static System.IAsyncResult BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject)8142         public static System.IAsyncResult BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject) { throw null; }
8143         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject)8144         public static System.IAsyncResult BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
EndGetHostAddresses(System.IAsyncResult asyncResult)8145         public static System.Net.IPAddress[] EndGetHostAddresses(System.IAsyncResult asyncResult) { throw null; }
8146         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndGetHostByName(System.IAsyncResult asyncResult)8147         public static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult) { throw null; }
EndGetHostEntry(System.IAsyncResult asyncResult)8148         public static System.Net.IPHostEntry EndGetHostEntry(System.IAsyncResult asyncResult) { throw null; }
8149         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndResolve(System.IAsyncResult asyncResult)8150         public static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult) { throw null; }
GetHostAddresses(string hostNameOrAddress)8151         public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress) { throw null; }
GetHostAddressesAsync(string hostNameOrAddress)8152         public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) { throw null; }
8153         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(System.Net.IPAddress address)8154         public static System.Net.IPHostEntry GetHostByAddress(System.Net.IPAddress address) { throw null; }
8155         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(string address)8156         public static System.Net.IPHostEntry GetHostByAddress(string address) { throw null; }
8157         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByName(string hostName)8158         public static System.Net.IPHostEntry GetHostByName(string hostName) { throw null; }
GetHostEntry(System.Net.IPAddress address)8159         public static System.Net.IPHostEntry GetHostEntry(System.Net.IPAddress address) { throw null; }
GetHostEntry(string hostNameOrAddress)8160         public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress) { throw null; }
GetHostEntryAsync(System.Net.IPAddress address)8161         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(System.Net.IPAddress address) { throw null; }
GetHostEntryAsync(string hostNameOrAddress)8162         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(string hostNameOrAddress) { throw null; }
GetHostName()8163         public static string GetHostName() { throw null; }
8164         [System.ObsoleteAttribute("Use GetHostEntry instead")]
Resolve(string hostName)8165         public static System.Net.IPHostEntry Resolve(string hostName) { throw null; }
8166     }
8167     public partial class DnsEndPoint : System.Net.EndPoint
8168     {
DnsEndPoint(string host, int port)8169         public DnsEndPoint(string host, int port) { }
DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily)8170         public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) { }
8171         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8172         public string Host { get { throw null; } }
8173         public int Port { get { throw null; } }
Equals(object comparand)8174         public override bool Equals(object comparand) { throw null; }
GetHashCode()8175         public override int GetHashCode() { throw null; }
ToString()8176         public override string ToString() { throw null; }
8177     }
8178     [System.SerializableAttribute]
8179     public sealed partial class DnsPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8180     {
DnsPermission(System.Security.Permissions.PermissionState state)8181         public DnsPermission(System.Security.Permissions.PermissionState state) { }
Copy()8182         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)8183         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)8184         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)8185         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()8186         public bool IsUnrestricted() { throw null; }
ToXml()8187         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)8188         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
8189     }
8190     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
8191     [System.SerializableAttribute]
8192     public sealed partial class DnsPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
8193     {
DnsPermissionAttribute(System.Security.Permissions.SecurityAction action)8194         public DnsPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()8195         public override System.Security.IPermission CreatePermission() { throw null; }
8196     }
8197     public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8198     {
DownloadDataCompletedEventArgs()8199         internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8200         public byte[] Result { get { throw null; } }
8201     }
DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e)8202     public delegate void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e);
8203     public partial class DownloadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
8204     {
DownloadProgressChangedEventArgs()8205         internal DownloadProgressChangedEventArgs() : base (default(int), default(object)) { }
8206         public long BytesReceived { get { throw null; } }
8207         public long TotalBytesToReceive { get { throw null; } }
8208     }
DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e)8209     public delegate void DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e);
8210     public partial class DownloadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8211     {
DownloadStringCompletedEventArgs()8212         internal DownloadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8213         public string Result { get { throw null; } }
8214     }
DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e)8215     public delegate void DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e);
8216     [System.SerializableAttribute]
8217     public abstract partial class EndPoint
8218     {
EndPoint()8219         protected EndPoint() { }
8220         public virtual System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
Create(System.Net.SocketAddress socketAddress)8221         public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Serialize()8222         public virtual System.Net.SocketAddress Serialize() { throw null; }
8223     }
8224     [System.SerializableAttribute]
8225     public partial class EndpointPermission
8226     {
EndpointPermission()8227         internal EndpointPermission() { }
8228         public string Hostname { get { throw null; } }
8229         public int Port { get { throw null; } }
8230         public System.Net.TransportType Transport { get { throw null; } }
Equals(object obj)8231         public override bool Equals(object obj) { throw null; }
GetHashCode()8232         public override int GetHashCode() { throw null; }
ToString()8233         public override string ToString() { throw null; }
8234     }
8235     [System.SerializableAttribute]
8236     public partial class FileWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8237     {
8238         [System.ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8239         protected FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8240         public override string ConnectionGroupName { get { throw null; } set { } }
8241         public override long ContentLength { get { throw null; } set { } }
8242         public override string ContentType { get { throw null; } set { } }
8243         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8244         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8245         public override string Method { get { throw null; } set { } }
8246         public override bool PreAuthenticate { get { throw null; } set { } }
8247         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8248         public override System.Uri RequestUri { get { throw null; } }
8249         public override int Timeout { get { throw null; } set { } }
8250         public override bool UseDefaultCredentials { get { throw null; } set { } }
Abort()8251         public override void Abort() { }
8252         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)8253         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
8254         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)8255         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8256         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8257         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
8258         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8259         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8260         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8261         public override System.Net.WebResponse GetResponse() { throw null; }
8262         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8263         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8264     }
8265     [System.SerializableAttribute]
8266     public partial class FileWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8267     {
8268         [System.ObsoleteAttribute("Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202")]
FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8269         protected FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8270         public override long ContentLength { get { throw null; } }
8271         public override string ContentType { get { throw null; } }
8272         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8273         public override System.Uri ResponseUri { get { throw null; } }
8274         public override bool SupportsHeaders { get { throw null; } }
Close()8275         public override void Close() { }
8276         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8277         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()8278         public override System.IO.Stream GetResponseStream() { throw null; }
8279         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8280         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8281     }
8282     public enum FtpStatusCode
8283     {
8284         AccountNeeded = 532,
8285         ActionAbortedLocalProcessingError = 451,
8286         ActionAbortedUnknownPageType = 551,
8287         ActionNotTakenFilenameNotAllowed = 553,
8288         ActionNotTakenFileUnavailable = 550,
8289         ActionNotTakenFileUnavailableOrBusy = 450,
8290         ActionNotTakenInsufficientSpace = 452,
8291         ArgumentSyntaxError = 501,
8292         BadCommandSequence = 503,
8293         CantOpenData = 425,
8294         ClosingControl = 221,
8295         ClosingData = 226,
8296         CommandExtraneous = 202,
8297         CommandNotImplemented = 502,
8298         CommandOK = 200,
8299         CommandSyntaxError = 500,
8300         ConnectionClosed = 426,
8301         DataAlreadyOpen = 125,
8302         DirectoryStatus = 212,
8303         EnteringPassive = 227,
8304         FileActionAborted = 552,
8305         FileActionOK = 250,
8306         FileCommandPending = 350,
8307         FileStatus = 213,
8308         LoggedInProceed = 230,
8309         NeedLoginAccount = 332,
8310         NotLoggedIn = 530,
8311         OpeningData = 150,
8312         PathnameCreated = 257,
8313         RestartMarker = 110,
8314         SendPasswordCommand = 331,
8315         SendUserCommand = 220,
8316         ServerWantsSecureSession = 234,
8317         ServiceNotAvailable = 421,
8318         ServiceTemporarilyNotAvailable = 120,
8319         SystemType = 215,
8320         Undefined = 0,
8321     }
8322     public sealed partial class FtpWebRequest : System.Net.WebRequest
8323     {
FtpWebRequest()8324         internal FtpWebRequest() { }
8325         [System.MonoTODOAttribute]
8326         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8327         [System.MonoTODOAttribute]
8328         public override string ConnectionGroupName { get { throw null; } set { } }
8329         public override long ContentLength { get { throw null; } set { } }
8330         public long ContentOffset { get { throw null; } set { } }
8331         public override string ContentType { get { throw null; } set { } }
8332         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8333         [System.MonoTODOAttribute]
8334         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8335         public bool EnableSsl { get { throw null; } set { } }
8336         [System.MonoTODOAttribute]
8337         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8338         [System.MonoTODOAttribute("We don't support KeepAlive = true")]
8339         public bool KeepAlive { get { throw null; } set { } }
8340         public override string Method { get { throw null; } set { } }
8341         public override bool PreAuthenticate { get { throw null; } set { } }
8342         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8343         public int ReadWriteTimeout { get { throw null; } set { } }
8344         public string RenameTo { get { throw null; } set { } }
8345         public override System.Uri RequestUri { get { throw null; } }
8346         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8347         public override int Timeout { get { throw null; } set { } }
8348         public bool UseBinary { get { throw null; } set { } }
8349         [System.MonoTODOAttribute]
8350         public override bool UseDefaultCredentials { get { throw null; } set { } }
8351         public bool UsePassive { get { throw null; } set { } }
Abort()8352         public override void Abort() { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8353         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8354         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8355         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8356         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetRequestStream()8357         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8358         public override System.Net.WebResponse GetResponse() { throw null; }
8359     }
8360     public partial class FtpWebResponse : System.Net.WebResponse, System.IDisposable
8361     {
FtpWebResponse()8362         internal FtpWebResponse() { }
8363         public string BannerMessage { get { throw null; } }
8364         public override long ContentLength { get { throw null; } }
8365         public string ExitMessage { get { throw null; } }
8366         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8367         public System.DateTime LastModified { get { throw null; } }
8368         public override System.Uri ResponseUri { get { throw null; } }
8369         public System.Net.FtpStatusCode StatusCode { get { throw null; } }
8370         public string StatusDescription { get { throw null; } }
8371         public override bool SupportsHeaders { get { throw null; } }
8372         public string WelcomeMessage { get { throw null; } }
Close()8373         public override void Close() { }
GetResponseStream()8374         public override System.IO.Stream GetResponseStream() { throw null; }
8375     }
8376     [System.ObsoleteAttribute("This class has been deprecated. Please use WebRequest.DefaultWebProxy instead to access and set the global default proxy. Use 'null' instead of GetEmptyWebProxy. http://go.microsoft.com/fwlink/?linkid=14202")]
8377     public partial class GlobalProxySelection
8378     {
GlobalProxySelection()8379         public GlobalProxySelection() { }
8380         public static System.Net.IWebProxy Select { get { throw null; } set { } }
GetEmptyWebProxy()8381         public static System.Net.IWebProxy GetEmptyWebProxy() { throw null; }
8382     }
HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders)8383     public delegate void HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders);
8384     public sealed partial class HttpListener : System.IDisposable
8385     {
HttpListener()8386         public HttpListener() { }
8387         public System.Net.AuthenticationSchemes AuthenticationSchemes { get { throw null; } set { } }
8388         public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw null; } set { } }
8389         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection DefaultServiceNames { get { throw null; } }
8390         [System.MonoTODOAttribute("not used anywhere in the implementation")]
8391         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionPolicy { get { throw null; } set { } }
8392         public System.Net.HttpListener.ExtendedProtectionSelector ExtendedProtectionSelectorDelegate { get { throw null; } set { } }
8393         public bool IgnoreWriteExceptions { get { throw null; } set { } }
8394         public bool IsListening { get { throw null; } }
8395         public static bool IsSupported { get { throw null; } }
8396         public System.Net.HttpListenerPrefixCollection Prefixes { get { throw null; } }
8397         public string Realm { get { throw null; } set { } }
8398         [System.MonoTODOAttribute]
8399         public System.Net.HttpListenerTimeoutManager TimeoutManager { get { throw null; } }
8400         [System.MonoTODOAttribute("Support for NTLM needs some loving.")]
8401         public bool UnsafeConnectionNtlmAuthentication { get { throw null; } set { } }
Abort()8402         public void Abort() { }
BeginGetContext(System.AsyncCallback callback, object state)8403         public System.IAsyncResult BeginGetContext(System.AsyncCallback callback, object state) { throw null; }
Close()8404         public void Close() { }
EndGetContext(System.IAsyncResult asyncResult)8405         public System.Net.HttpListenerContext EndGetContext(System.IAsyncResult asyncResult) { throw null; }
GetContext()8406         public System.Net.HttpListenerContext GetContext() { throw null; }
GetContextAsync()8407         public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null; }
Start()8408         public void Start() { }
Stop()8409         public void Stop() { }
System.IDisposable.Dispose()8410         void System.IDisposable.Dispose() { }
ExtendedProtectionSelector(System.Net.HttpListenerRequest request)8411         public delegate System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionSelector(System.Net.HttpListenerRequest request);
8412     }
8413     public partial class HttpListenerBasicIdentity : System.Security.Principal.GenericIdentity
8414     {
HttpListenerBasicIdentity(string username, string password)8415         public HttpListenerBasicIdentity(string username, string password) : base (default(string)) { }
8416         public virtual string Password { get { throw null; } }
8417     }
8418     public sealed partial class HttpListenerContext
8419     {
HttpListenerContext()8420         internal HttpListenerContext() { }
8421         public System.Net.HttpListenerRequest Request { get { throw null; } }
8422         public System.Net.HttpListenerResponse Response { get { throw null; } }
8423         public System.Security.Principal.IPrincipal User { get { throw null; } }
8424         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol)8425         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol) { throw null; }
8426         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval)8427         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval) { throw null; }
8428         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer)8429         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer) { throw null; }
8430         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval)8431         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval) { throw null; }
8432     }
8433     [System.SerializableAttribute]
8434     public partial class HttpListenerException : System.ComponentModel.Win32Exception
8435     {
HttpListenerException()8436         public HttpListenerException() { }
HttpListenerException(int errorCode)8437         public HttpListenerException(int errorCode) { }
HttpListenerException(int errorCode, string message)8438         public HttpListenerException(int errorCode, string message) { }
HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8439         protected HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8440         public override int ErrorCode { get { throw null; } }
8441     }
8442     public partial class HttpListenerPrefixCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.IEnumerable
8443     {
HttpListenerPrefixCollection()8444         internal HttpListenerPrefixCollection() { }
8445         public int Count { get { throw null; } }
8446         public bool IsReadOnly { get { throw null; } }
8447         public bool IsSynchronized { get { throw null; } }
Add(string uriPrefix)8448         public void Add(string uriPrefix) { }
Clear()8449         public void Clear() { }
Contains(string uriPrefix)8450         public bool Contains(string uriPrefix) { throw null; }
CopyTo(System.Array array, int offset)8451         public void CopyTo(System.Array array, int offset) { }
CopyTo(string[] array, int offset)8452         public void CopyTo(string[] array, int offset) { }
GetEnumerator()8453         public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
Remove(string uriPrefix)8454         public bool Remove(string uriPrefix) { throw null; }
System.Collections.IEnumerable.GetEnumerator()8455         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
8456     }
8457     public sealed partial class HttpListenerRequest
8458     {
HttpListenerRequest()8459         internal HttpListenerRequest() { }
8460         public string[] AcceptTypes { get { throw null; } }
8461         public int ClientCertificateError { get { throw null; } }
8462         public System.Text.Encoding ContentEncoding { get { throw null; } }
8463         public long ContentLength64 { get { throw null; } }
8464         public string ContentType { get { throw null; } }
8465         public System.Net.CookieCollection Cookies { get { throw null; } }
8466         public bool HasEntityBody { get { throw null; } }
8467         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
8468         public string HttpMethod { get { throw null; } }
8469         public System.IO.Stream InputStream { get { throw null; } }
8470         [System.MonoTODOAttribute("Always returns false")]
8471         public bool IsAuthenticated { get { throw null; } }
8472         public bool IsLocal { get { throw null; } }
8473         public bool IsSecureConnection { get { throw null; } }
8474         [System.MonoTODOAttribute]
8475         public bool IsWebSocketRequest { get { throw null; } }
8476         public bool KeepAlive { get { throw null; } }
8477         public System.Net.IPEndPoint LocalEndPoint { get { throw null; } }
8478         public System.Version ProtocolVersion { get { throw null; } }
8479         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } }
8480         public string RawUrl { get { throw null; } }
8481         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
8482         [System.MonoTODOAttribute("Always returns Guid.Empty")]
8483         public System.Guid RequestTraceIdentifier { get { throw null; } }
8484         [System.MonoTODOAttribute]
8485         public string ServiceName { get { throw null; } }
8486         public System.Net.TransportContext TransportContext { get { throw null; } }
8487         public System.Uri Url { get { throw null; } }
8488         public System.Uri UrlReferrer { get { throw null; } }
8489         public string UserAgent { get { throw null; } }
8490         public string UserHostAddress { get { throw null; } }
8491         public string UserHostName { get { throw null; } }
8492         public string[] UserLanguages { get { throw null; } }
BeginGetClientCertificate(System.AsyncCallback requestCallback, object state)8493         public System.IAsyncResult BeginGetClientCertificate(System.AsyncCallback requestCallback, object state) { throw null; }
EndGetClientCertificate(System.IAsyncResult asyncResult)8494         public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate(System.IAsyncResult asyncResult) { throw null; }
GetClientCertificate()8495         public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate() { throw null; }
GetClientCertificateAsync()8496         public System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2> GetClientCertificateAsync() { throw null; }
8497     }
8498     public sealed partial class HttpListenerResponse : System.IDisposable
8499     {
HttpListenerResponse()8500         internal HttpListenerResponse() { }
8501         public System.Text.Encoding ContentEncoding { get { throw null; } set { } }
8502         public long ContentLength64 { get { throw null; } set { } }
8503         public string ContentType { get { throw null; } set { } }
8504         public System.Net.CookieCollection Cookies { get { throw null; } set { } }
8505         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8506         public bool KeepAlive { get { throw null; } set { } }
8507         public System.IO.Stream OutputStream { get { throw null; } }
8508         public System.Version ProtocolVersion { get { throw null; } set { } }
8509         public string RedirectLocation { get { throw null; } set { } }
8510         public bool SendChunked { get { throw null; } set { } }
8511         public int StatusCode { get { throw null; } set { } }
8512         public string StatusDescription { get { throw null; } set { } }
Abort()8513         public void Abort() { }
AddHeader(string name, string value)8514         public void AddHeader(string name, string value) { }
AppendCookie(System.Net.Cookie cookie)8515         public void AppendCookie(System.Net.Cookie cookie) { }
AppendHeader(string name, string value)8516         public void AppendHeader(string name, string value) { }
Close()8517         public void Close() { }
Close(byte[] responseEntity, bool willBlock)8518         public void Close(byte[] responseEntity, bool willBlock) { }
CopyFrom(System.Net.HttpListenerResponse templateResponse)8519         public void CopyFrom(System.Net.HttpListenerResponse templateResponse) { }
Redirect(string url)8520         public void Redirect(string url) { }
SetCookie(System.Net.Cookie cookie)8521         public void SetCookie(System.Net.Cookie cookie) { }
System.IDisposable.Dispose()8522         void System.IDisposable.Dispose() { }
8523     }
8524     public partial class HttpListenerTimeoutManager
8525     {
HttpListenerTimeoutManager()8526         internal HttpListenerTimeoutManager() { }
8527         [System.MonoTODOAttribute]
8528         public System.TimeSpan DrainEntityBody { get { throw null; } set { } }
8529         [System.MonoTODOAttribute]
8530         public System.TimeSpan EntityBody { get { throw null; } set { } }
8531         [System.MonoTODOAttribute]
8532         public System.TimeSpan HeaderWait { get { throw null; } set { } }
8533         [System.MonoTODOAttribute]
8534         public System.TimeSpan IdleConnection { get { throw null; } set { } }
8535         [System.MonoTODOAttribute]
8536         public long MinSendBytesPerSecond { get { throw null; } set { } }
8537         [System.MonoTODOAttribute]
8538         public System.TimeSpan RequestQueue { get { throw null; } set { } }
8539     }
8540     public enum HttpRequestHeader
8541     {
8542         Accept = 20,
8543         AcceptCharset = 21,
8544         AcceptEncoding = 22,
8545         AcceptLanguage = 23,
8546         Allow = 10,
8547         Authorization = 24,
8548         CacheControl = 0,
8549         Connection = 1,
8550         ContentEncoding = 13,
8551         ContentLanguage = 14,
8552         ContentLength = 11,
8553         ContentLocation = 15,
8554         ContentMd5 = 16,
8555         ContentRange = 17,
8556         ContentType = 12,
8557         Cookie = 25,
8558         Date = 2,
8559         Expect = 26,
8560         Expires = 18,
8561         From = 27,
8562         Host = 28,
8563         IfMatch = 29,
8564         IfModifiedSince = 30,
8565         IfNoneMatch = 31,
8566         IfRange = 32,
8567         IfUnmodifiedSince = 33,
8568         KeepAlive = 3,
8569         LastModified = 19,
8570         MaxForwards = 34,
8571         Pragma = 4,
8572         ProxyAuthorization = 35,
8573         Range = 37,
8574         Referer = 36,
8575         Te = 38,
8576         Trailer = 5,
8577         TransferEncoding = 6,
8578         Translate = 39,
8579         Upgrade = 7,
8580         UserAgent = 40,
8581         Via = 8,
8582         Warning = 9,
8583     }
8584     public enum HttpResponseHeader
8585     {
8586         AcceptRanges = 20,
8587         Age = 21,
8588         Allow = 10,
8589         CacheControl = 0,
8590         Connection = 1,
8591         ContentEncoding = 13,
8592         ContentLanguage = 14,
8593         ContentLength = 11,
8594         ContentLocation = 15,
8595         ContentMd5 = 16,
8596         ContentRange = 17,
8597         ContentType = 12,
8598         Date = 2,
8599         ETag = 22,
8600         Expires = 18,
8601         KeepAlive = 3,
8602         LastModified = 19,
8603         Location = 23,
8604         Pragma = 4,
8605         ProxyAuthenticate = 24,
8606         RetryAfter = 25,
8607         Server = 26,
8608         SetCookie = 27,
8609         Trailer = 5,
8610         TransferEncoding = 6,
8611         Upgrade = 7,
8612         Vary = 28,
8613         Via = 8,
8614         Warning = 9,
8615         WwwAuthenticate = 29,
8616     }
8617     public enum HttpStatusCode
8618     {
8619         Accepted = 202,
8620         Ambiguous = 300,
8621         BadGateway = 502,
8622         BadRequest = 400,
8623         Conflict = 409,
8624         Continue = 100,
8625         Created = 201,
8626         ExpectationFailed = 417,
8627         Forbidden = 403,
8628         Found = 302,
8629         GatewayTimeout = 504,
8630         Gone = 410,
8631         HttpVersionNotSupported = 505,
8632         InternalServerError = 500,
8633         LengthRequired = 411,
8634         MethodNotAllowed = 405,
8635         Moved = 301,
8636         MovedPermanently = 301,
8637         MultipleChoices = 300,
8638         NoContent = 204,
8639         NonAuthoritativeInformation = 203,
8640         NotAcceptable = 406,
8641         NotFound = 404,
8642         NotImplemented = 501,
8643         NotModified = 304,
8644         OK = 200,
8645         PartialContent = 206,
8646         PaymentRequired = 402,
8647         PreconditionFailed = 412,
8648         ProxyAuthenticationRequired = 407,
8649         Redirect = 302,
8650         RedirectKeepVerb = 307,
8651         RedirectMethod = 303,
8652         RequestedRangeNotSatisfiable = 416,
8653         RequestEntityTooLarge = 413,
8654         RequestTimeout = 408,
8655         RequestUriTooLong = 414,
8656         ResetContent = 205,
8657         SeeOther = 303,
8658         ServiceUnavailable = 503,
8659         SwitchingProtocols = 101,
8660         TemporaryRedirect = 307,
8661         Unauthorized = 401,
8662         UnsupportedMediaType = 415,
8663         Unused = 306,
8664         UpgradeRequired = 426,
8665         UseProxy = 305,
8666     }
8667     public partial class HttpVersion
8668     {
8669         public static readonly System.Version Version10;
8670         public static readonly System.Version Version11;
HttpVersion()8671         public HttpVersion() { }
8672     }
8673     [System.SerializableAttribute]
8674     public partial class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8675     {
HttpWebRequest()8676         public HttpWebRequest() { }
8677         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8678         protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8679         public string Accept { get { throw null; } set { } }
8680         public System.Uri Address { get { throw null; } }
8681         public virtual bool AllowAutoRedirect { get { throw null; } set { } }
8682         public virtual bool AllowReadStreamBuffering { get { throw null; } set { } }
8683         public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } }
8684         public System.Net.DecompressionMethods AutomaticDecompression { get { throw null; } set { } }
8685         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8686         public string Connection { get { throw null; } set { } }
8687         public override string ConnectionGroupName { get { throw null; } set { } }
8688         public override long ContentLength { get { throw null; } set { } }
8689         public override string ContentType { get { throw null; } set { } }
8690         public System.Net.HttpContinueDelegate ContinueDelegate { get { throw null; } set { } }
8691         [System.MonoTODOAttribute]
8692         public int ContinueTimeout { get { throw null; } set { } }
8693         public virtual System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
8694         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8695         public System.DateTime Date { get { throw null; } set { } }
8696         [System.MonoTODOAttribute]
8697         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8698         [System.MonoTODOAttribute]
8699         public static int DefaultMaximumErrorResponseLength { get { throw null; } set { } }
8700         [System.MonoTODOAttribute("Use this")]
8701         public static int DefaultMaximumResponseHeadersLength { get { throw null; } set { } }
8702         public string Expect { get { throw null; } set { } }
8703         public virtual bool HaveResponse { get { throw null; } }
8704         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8705         public string Host { get { throw null; } set { } }
8706         public System.DateTime IfModifiedSince { get { throw null; } set { } }
8707         public bool KeepAlive { get { throw null; } set { } }
8708         public int MaximumAutomaticRedirections { get { throw null; } set { } }
8709         [System.MonoTODOAttribute("Use this")]
8710         public int MaximumResponseHeadersLength { get { throw null; } set { } }
8711         public string MediaType { get { throw null; } set { } }
8712         public override string Method { get { throw null; } set { } }
8713         public bool Pipelined { get { throw null; } set { } }
8714         public override bool PreAuthenticate { get { throw null; } set { } }
8715         public System.Version ProtocolVersion { get { throw null; } set { } }
8716         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8717         public int ReadWriteTimeout { get { throw null; } set { } }
8718         public string Referer { get { throw null; } set { } }
8719         public override System.Uri RequestUri { get { throw null; } }
8720         public bool SendChunked { get { throw null; } set { } }
8721         public System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8722         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8723         public virtual bool SupportsCookieContainer { get { throw null; } }
8724         public override int Timeout { get { throw null; } set { } }
8725         public string TransferEncoding { get { throw null; } set { } }
8726         public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } }
8727         public override bool UseDefaultCredentials { get { throw null; } set { } }
8728         public string UserAgent { get { throw null; } set { } }
Abort()8729         public override void Abort() { }
AddRange(int range)8730         public void AddRange(int range) { }
AddRange(int from, int to)8731         public void AddRange(int from, int to) { }
AddRange(long range)8732         public void AddRange(long range) { }
AddRange(long from, long to)8733         public void AddRange(long from, long to) { }
AddRange(string rangeSpecifier, int range)8734         public void AddRange(string rangeSpecifier, int range) { }
AddRange(string rangeSpecifier, int from, int to)8735         public void AddRange(string rangeSpecifier, int from, int to) { }
AddRange(string rangeSpecifier, long range)8736         public void AddRange(string rangeSpecifier, long range) { }
AddRange(string rangeSpecifier, long from, long to)8737         public void AddRange(string rangeSpecifier, long from, long to) { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8738         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8739         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8740         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context)8741         public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8742         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8743         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8744         public override System.IO.Stream GetRequestStream() { throw null; }
8745         [System.MonoTODOAttribute]
GetRequestStream(out System.Net.TransportContext context)8746         public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
GetResponse()8747         public override System.Net.WebResponse GetResponse() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8748         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8749     }
8750     [System.SerializableAttribute]
8751     public partial class HttpWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8752     {
HttpWebResponse()8753         public HttpWebResponse() { }
8754         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8755         protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8756         public string CharacterSet { get { throw null; } }
8757         public string ContentEncoding { get { throw null; } }
8758         public override long ContentLength { get { throw null; } }
8759         public override string ContentType { get { throw null; } }
8760         public virtual System.Net.CookieCollection Cookies { get { throw null; } set { } }
8761         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8762         [System.MonoTODOAttribute]
8763         public override bool IsMutuallyAuthenticated { get { throw null; } }
8764         public System.DateTime LastModified { get { throw null; } }
8765         public virtual string Method { get { throw null; } }
8766         public System.Version ProtocolVersion { get { throw null; } }
8767         public override System.Uri ResponseUri { get { throw null; } }
8768         public string Server { get { throw null; } }
8769         public virtual System.Net.HttpStatusCode StatusCode { get { throw null; } }
8770         public virtual string StatusDescription { get { throw null; } }
8771         public override bool SupportsHeaders { get { throw null; } }
Close()8772         public override void Close() { }
Dispose(bool disposing)8773         protected override void Dispose(bool disposing) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8774         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseHeader(string headerName)8775         public string GetResponseHeader(string headerName) { throw null; }
GetResponseStream()8776         public override System.IO.Stream GetResponseStream() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8777         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8778     }
8779     public partial interface IAuthenticationModule
8780     {
8781         string AuthenticationType { get; }
8782         bool CanPreAuthenticate { get; }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8783         System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials);
PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials)8784         System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials);
8785     }
8786     public partial interface ICertificatePolicy
8787     {
CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem)8788         bool CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem);
8789     }
8790     public partial interface ICredentialPolicy
8791     {
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule)8792         bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule);
8793     }
8794     public partial interface ICredentials
8795     {
GetCredential(System.Uri uri, string authType)8796         System.Net.NetworkCredential GetCredential(System.Uri uri, string authType);
8797     }
8798     public partial interface ICredentialsByHost
8799     {
GetCredential(string host, int port, string authenticationType)8800         System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType);
8801     }
8802     [System.SerializableAttribute]
8803     public partial class IPAddress
8804     {
8805         public static readonly System.Net.IPAddress Any;
8806         public static readonly System.Net.IPAddress Broadcast;
8807         public static readonly System.Net.IPAddress IPv6Any;
8808         public static readonly System.Net.IPAddress IPv6Loopback;
8809         public static readonly System.Net.IPAddress IPv6None;
8810         public static readonly System.Net.IPAddress Loopback;
8811         public static readonly System.Net.IPAddress None;
IPAddress(byte[] address)8812         public IPAddress(byte[] address) { }
IPAddress(byte[] address, long scopeid)8813         public IPAddress(byte[] address, long scopeid) { }
IPAddress(long newAddress)8814         public IPAddress(long newAddress) { }
8815         [System.ObsoleteAttribute("This property has been deprecated. It is address family dependent. Please use IPAddress.Equals method to perform comparisons. http://go.microsoft.com/fwlink/?linkid=14202")]
8816         public long Address { get { throw null; } set { } }
8817         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8818         public bool IsIPv4MappedToIPv6 { get { throw null; } }
8819         public bool IsIPv6LinkLocal { get { throw null; } }
8820         public bool IsIPv6Multicast { get { throw null; } }
8821         public bool IsIPv6SiteLocal { get { throw null; } }
8822         public bool IsIPv6Teredo { get { throw null; } }
8823         public long ScopeId { get { throw null; } set { } }
Equals(object comparand)8824         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()8825         public byte[] GetAddressBytes() { throw null; }
GetHashCode()8826         public override int GetHashCode() { throw null; }
HostToNetworkOrder(short host)8827         public static short HostToNetworkOrder(short host) { throw null; }
HostToNetworkOrder(int host)8828         public static int HostToNetworkOrder(int host) { throw null; }
HostToNetworkOrder(long host)8829         public static long HostToNetworkOrder(long host) { throw null; }
IsLoopback(System.Net.IPAddress address)8830         public static bool IsLoopback(System.Net.IPAddress address) { throw null; }
MapToIPv4()8831         public System.Net.IPAddress MapToIPv4() { throw null; }
MapToIPv6()8832         public System.Net.IPAddress MapToIPv6() { throw null; }
NetworkToHostOrder(short network)8833         public static short NetworkToHostOrder(short network) { throw null; }
NetworkToHostOrder(int network)8834         public static int NetworkToHostOrder(int network) { throw null; }
NetworkToHostOrder(long network)8835         public static long NetworkToHostOrder(long network) { throw null; }
Parse(string ipString)8836         public static System.Net.IPAddress Parse(string ipString) { throw null; }
ToString()8837         public override string ToString() { throw null; }
TryParse(string ipString, out System.Net.IPAddress address)8838         public static bool TryParse(string ipString, out System.Net.IPAddress address) { address = default(System.Net.IPAddress); throw null; }
8839     }
8840     [System.SerializableAttribute]
8841     public partial class IPEndPoint : System.Net.EndPoint
8842     {
8843         public const int MaxPort = 65535;
8844         public const int MinPort = 0;
IPEndPoint(long address, int port)8845         public IPEndPoint(long address, int port) { }
IPEndPoint(System.Net.IPAddress address, int port)8846         public IPEndPoint(System.Net.IPAddress address, int port) { }
8847         public System.Net.IPAddress Address { get { throw null; } set { } }
8848         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8849         public int Port { get { throw null; } set { } }
Create(System.Net.SocketAddress socketAddress)8850         public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Equals(object comparand)8851         public override bool Equals(object comparand) { throw null; }
GetHashCode()8852         public override int GetHashCode() { throw null; }
Serialize()8853         public override System.Net.SocketAddress Serialize() { throw null; }
ToString()8854         public override string ToString() { throw null; }
8855     }
8856     public partial class IPHostEntry
8857     {
IPHostEntry()8858         public IPHostEntry() { }
8859         public System.Net.IPAddress[] AddressList { get { throw null; } set { } }
8860         public string[] Aliases { get { throw null; } set { } }
8861         public string HostName { get { throw null; } set { } }
8862     }
8863     public partial interface IWebProxy
8864     {
8865         System.Net.ICredentials Credentials { get; set; }
GetProxy(System.Uri destination)8866         System.Uri GetProxy(System.Uri destination);
IsBypassed(System.Uri host)8867         bool IsBypassed(System.Uri host);
8868     }
8869     public partial interface IWebProxyScript
8870     {
Close()8871         void Close();
Load(System.Uri scriptLocation, string script, System.Type helperType)8872         bool Load(System.Uri scriptLocation, string script, System.Type helperType);
Run(string url, string host)8873         string Run(string url, string host);
8874     }
8875     public partial interface IWebRequestCreate
8876     {
Create(System.Uri uri)8877         System.Net.WebRequest Create(System.Uri uri);
8878     }
8879     [System.FlagsAttribute]
8880     public enum NetworkAccess
8881     {
8882         Accept = 128,
8883         Connect = 64,
8884     }
8885     public partial class NetworkCredential : System.Net.ICredentials, System.Net.ICredentialsByHost
8886     {
NetworkCredential()8887         public NetworkCredential() { }
NetworkCredential(string userName, System.Security.SecureString password)8888         public NetworkCredential(string userName, System.Security.SecureString password) { }
NetworkCredential(string userName, System.Security.SecureString password, string domain)8889         public NetworkCredential(string userName, System.Security.SecureString password, string domain) { }
NetworkCredential(string userName, string password)8890         public NetworkCredential(string userName, string password) { }
NetworkCredential(string userName, string password, string domain)8891         public NetworkCredential(string userName, string password, string domain) { }
8892         public string Domain { get { throw null; } set { } }
8893         public string Password { get { throw null; } set { } }
8894         public System.Security.SecureString SecurePassword { get { throw null; } set { } }
8895         public string UserName { get { throw null; } set { } }
GetCredential(string host, int port, string authenticationType)8896         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uri, string authType)8897         public System.Net.NetworkCredential GetCredential(System.Uri uri, string authType) { throw null; }
8898     }
8899     public partial class OpenReadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8900     {
OpenReadCompletedEventArgs()8901         internal OpenReadCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8902         public System.IO.Stream Result { get { throw null; } }
8903     }
OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e)8904     public delegate void OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e);
8905     public partial class OpenWriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8906     {
OpenWriteCompletedEventArgs()8907         internal OpenWriteCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8908         public System.IO.Stream Result { get { throw null; } }
8909     }
OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e)8910     public delegate void OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e);
8911     [System.SerializableAttribute]
8912     public partial class ProtocolViolationException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
8913     {
ProtocolViolationException()8914         public ProtocolViolationException() { }
ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8915         protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ProtocolViolationException(string message)8916         public ProtocolViolationException(string message) { }
8917         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8918         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8919         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8920         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8921     }
8922     [System.FlagsAttribute]
8923     public enum SecurityProtocolType
8924     {
8925         Ssl3 = 48,
8926         Tls = 192,
8927         Tls11 = 768,
8928         Tls12 = 3072,
8929     }
8930     public partial class ServicePoint
8931     {
ServicePoint()8932         internal ServicePoint() { }
8933         public System.Uri Address { get { throw null; } }
8934         public System.Net.BindIPEndPoint BindIPEndPointDelegate { get { throw null; } set { } }
8935         public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get { throw null; } }
8936         public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
8937         [System.MonoTODOAttribute]
8938         public int ConnectionLeaseTimeout { get { throw null; } set { } }
8939         public int ConnectionLimit { get { throw null; } set { } }
8940         public string ConnectionName { get { throw null; } }
8941         public int CurrentConnections { get { throw null; } }
8942         public bool Expect100Continue { get { throw null; } set { } }
8943         public System.DateTime IdleSince { get { throw null; } }
8944         public int MaxIdleTime { get { throw null; } set { } }
8945         public virtual System.Version ProtocolVersion { get { throw null; } }
8946         [System.MonoTODOAttribute]
8947         public int ReceiveBufferSize { get { throw null; } set { } }
8948         public bool SupportsPipelining { get { throw null; } }
8949         public bool UseNagleAlgorithm { get { throw null; } set { } }
CloseConnectionGroup(string connectionGroupName)8950         public bool CloseConnectionGroup(string connectionGroupName) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8951         public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8952     }
8953     public partial class ServicePointManager
8954     {
ServicePointManager()8955         internal ServicePointManager() { }
8956         public const int DefaultNonPersistentConnectionLimit = 4;
8957         public const int DefaultPersistentConnectionLimit = 2;
8958         [System.ObsoleteAttribute("Use ServerCertificateValidationCallback instead", false)]
8959         public static System.Net.ICertificatePolicy CertificatePolicy { get { throw null; } set { } }
8960         [System.MonoTODOAttribute("CRL checks not implemented")]
8961         public static bool CheckCertificateRevocationList { get { throw null; } set { } }
8962         public static int DefaultConnectionLimit { get { throw null; } set { } }
8963         public static int DnsRefreshTimeout { get { throw null; } set { } }
8964         [System.MonoTODOAttribute]
8965         public static bool EnableDnsRoundRobin { get { throw null; } set { } }
8966         [System.MonoTODOAttribute("Always returns EncryptionPolicy.RequireEncryption.")]
8967         public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } }
8968         public static bool Expect100Continue { get { throw null; } set { } }
8969         public static int MaxServicePointIdleTime { get { throw null; } set { } }
8970         public static int MaxServicePoints { get { throw null; } set { } }
8971         [System.MonoTODOAttribute]
8972         public static bool ReusePort { get { throw null; } set { } }
8973         public static System.Net.SecurityProtocolType SecurityProtocol { get { throw null; } set { } }
8974         public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8975         public static bool UseNagleAlgorithm { get { throw null; } set { } }
FindServicePoint(string uriString, System.Net.IWebProxy proxy)8976         public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) { throw null; }
FindServicePoint(System.Uri address)8977         public static System.Net.ServicePoint FindServicePoint(System.Uri address) { throw null; }
FindServicePoint(System.Uri address, System.Net.IWebProxy proxy)8978         public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8979         public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8980     }
8981     public partial class SocketAddress
8982     {
SocketAddress(System.Net.Sockets.AddressFamily family)8983         public SocketAddress(System.Net.Sockets.AddressFamily family) { }
SocketAddress(System.Net.Sockets.AddressFamily family, int size)8984         public SocketAddress(System.Net.Sockets.AddressFamily family, int size) { }
8985         public System.Net.Sockets.AddressFamily Family { get { throw null; } }
8986         public byte this[int offset] { get { throw null; } set { } }
8987         public int Size { get { throw null; } }
Equals(object comparand)8988         public override bool Equals(object comparand) { throw null; }
GetHashCode()8989         public override int GetHashCode() { throw null; }
ToString()8990         public override string ToString() { throw null; }
8991     }
8992     [System.SerializableAttribute]
8993     public sealed partial class SocketPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8994     {
8995         public const int AllPorts = -1;
SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)8996         public SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
SocketPermission(System.Security.Permissions.PermissionState state)8997         public SocketPermission(System.Security.Permissions.PermissionState state) { }
8998         public System.Collections.IEnumerator AcceptList { get { throw null; } }
8999         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)9000         public void AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
Copy()9001         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9002         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9003         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9004         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9005         public bool IsUnrestricted() { throw null; }
ToXml()9006         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9007         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9008     }
9009     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9010     [System.SerializableAttribute]
9011     public sealed partial class SocketPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9012     {
SocketPermissionAttribute(System.Security.Permissions.SecurityAction action)9013         public SocketPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9014         public string Access { get { throw null; } set { } }
9015         public string Host { get { throw null; } set { } }
9016         public string Port { get { throw null; } set { } }
9017         public string Transport { get { throw null; } set { } }
CreatePermission()9018         public override System.Security.IPermission CreatePermission() { throw null; }
9019     }
9020     public abstract partial class TransportContext
9021     {
TransportContext()9022         protected TransportContext() { }
GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)9023         public abstract System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind);
GetTlsTokenBindings()9024         public virtual System.Collections.Generic.IEnumerable<System.Security.Authentication.ExtendedProtection.TokenBinding> GetTlsTokenBindings() { throw null; }
9025     }
9026     public enum TransportType
9027     {
9028         All = 3,
9029         Connectionless = 1,
9030         ConnectionOriented = 2,
9031         Tcp = 2,
9032         Udp = 1,
9033     }
9034     public partial class UploadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9035     {
UploadDataCompletedEventArgs()9036         internal UploadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9037         public byte[] Result { get { throw null; } }
9038     }
UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e)9039     public delegate void UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e);
9040     public partial class UploadFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9041     {
UploadFileCompletedEventArgs()9042         internal UploadFileCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9043         public byte[] Result { get { throw null; } }
9044     }
UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e)9045     public delegate void UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e);
9046     public partial class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
9047     {
UploadProgressChangedEventArgs()9048         internal UploadProgressChangedEventArgs() : base (default(int), default(object)) { }
9049         public long BytesReceived { get { throw null; } }
9050         public long BytesSent { get { throw null; } }
9051         public long TotalBytesToReceive { get { throw null; } }
9052         public long TotalBytesToSend { get { throw null; } }
9053     }
UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e)9054     public delegate void UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e);
9055     public partial class UploadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9056     {
UploadStringCompletedEventArgs()9057         internal UploadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9058         public string Result { get { throw null; } }
9059     }
UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e)9060     public delegate void UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e);
9061     public partial class UploadValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9062     {
UploadValuesCompletedEventArgs()9063         internal UploadValuesCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9064         public byte[] Result { get { throw null; } }
9065     }
UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e)9066     public delegate void UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e);
9067     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9068     public partial class WebClient : System.ComponentModel.Component
9069     {
WebClient()9070         public WebClient() { }
9071         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9072         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9073         public bool AllowReadStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9074         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9075         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9076         public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9077         public string BaseAddress { get { throw null; } set { } }
9078         public System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9079         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9080         public System.Text.Encoding Encoding { get { throw null; } set { } }
9081         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9082         public bool IsBusy { get { throw null; } }
9083         public System.Net.IWebProxy Proxy { get { throw null; } set { } }
9084         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } set { } }
9085         public System.Net.WebHeaderCollection ResponseHeaders { get { throw null; } }
9086         public bool UseDefaultCredentials { get { throw null; } set { } }
9087         public event System.Net.DownloadDataCompletedEventHandler DownloadDataCompleted { add { } remove { } }
9088         public event System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted { add { } remove { } }
9089         public event System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged { add { } remove { } }
9090         public event System.Net.DownloadStringCompletedEventHandler DownloadStringCompleted { add { } remove { } }
9091         public event System.Net.OpenReadCompletedEventHandler OpenReadCompleted { add { } remove { } }
9092         public event System.Net.OpenWriteCompletedEventHandler OpenWriteCompleted { add { } remove { } }
9093         public event System.Net.UploadDataCompletedEventHandler UploadDataCompleted { add { } remove { } }
9094         public event System.Net.UploadFileCompletedEventHandler UploadFileCompleted { add { } remove { } }
9095         public event System.Net.UploadProgressChangedEventHandler UploadProgressChanged { add { } remove { } }
9096         public event System.Net.UploadStringCompletedEventHandler UploadStringCompleted { add { } remove { } }
9097         public event System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted { add { } remove { } }
9098         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9099         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9100         public event System.Net.WriteStreamClosedEventHandler WriteStreamClosed { add { } remove { } }
CancelAsync()9101         public void CancelAsync() { }
DownloadData(string address)9102         public byte[] DownloadData(string address) { throw null; }
DownloadData(System.Uri address)9103         public byte[] DownloadData(System.Uri address) { throw null; }
9104         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address)9105         public void DownloadDataAsync(System.Uri address) { }
9106         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address, object userToken)9107         public void DownloadDataAsync(System.Uri address, object userToken) { }
9108         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9109         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(string address)9110         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; }
9111         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9112         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(System.Uri address)9113         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null; }
DownloadFile(string address, string fileName)9114         public void DownloadFile(string address, string fileName) { }
DownloadFile(System.Uri address, string fileName)9115         public void DownloadFile(System.Uri address, string fileName) { }
9116         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName)9117         public void DownloadFileAsync(System.Uri address, string fileName) { }
9118         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName, object userToken)9119         public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { }
9120         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9121         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(string address, string fileName)9122         public System.Threading.Tasks.Task DownloadFileTaskAsync(string address, string fileName) { throw null; }
9123         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9124         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(System.Uri address, string fileName)9125         public System.Threading.Tasks.Task DownloadFileTaskAsync(System.Uri address, string fileName) { throw null; }
DownloadString(string address)9126         public string DownloadString(string address) { throw null; }
DownloadString(System.Uri address)9127         public string DownloadString(System.Uri address) { throw null; }
9128         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address)9129         public void DownloadStringAsync(System.Uri address) { }
9130         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address, object userToken)9131         public void DownloadStringAsync(System.Uri address, object userToken) { }
9132         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9133         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(string address)9134         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; }
9135         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9136         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(System.Uri address)9137         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw null; }
GetWebRequest(System.Uri address)9138         protected virtual System.Net.WebRequest GetWebRequest(System.Uri address) { throw null; }
GetWebResponse(System.Net.WebRequest request)9139         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw null; }
GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)9140         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) { throw null; }
OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e)9141         protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { }
OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e)9142         protected virtual void OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e)9143         protected virtual void OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e) { }
OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e)9144         protected virtual void OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e) { }
OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e)9145         protected virtual void OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e) { }
OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e)9146         protected virtual void OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e) { }
OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e)9147         protected virtual void OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e) { }
OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e)9148         protected virtual void OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e) { }
OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e)9149         protected virtual void OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e) { }
OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e)9150         protected virtual void OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e) { }
OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e)9151         protected virtual void OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e) { }
9152         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9153         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs e)9154         protected virtual void OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs e) { }
OpenRead(string address)9155         public System.IO.Stream OpenRead(string address) { throw null; }
OpenRead(System.Uri address)9156         public System.IO.Stream OpenRead(System.Uri address) { throw null; }
9157         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address)9158         public void OpenReadAsync(System.Uri address) { }
9159         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address, object userToken)9160         public void OpenReadAsync(System.Uri address, object userToken) { }
9161         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9162         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(string address)9163         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(string address) { throw null; }
9164         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9165         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(System.Uri address)9166         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(System.Uri address) { throw null; }
OpenWrite(string address)9167         public System.IO.Stream OpenWrite(string address) { throw null; }
OpenWrite(string address, string method)9168         public System.IO.Stream OpenWrite(string address, string method) { throw null; }
OpenWrite(System.Uri address)9169         public System.IO.Stream OpenWrite(System.Uri address) { throw null; }
OpenWrite(System.Uri address, string method)9170         public System.IO.Stream OpenWrite(System.Uri address, string method) { throw null; }
9171         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address)9172         public void OpenWriteAsync(System.Uri address) { }
9173         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method)9174         public void OpenWriteAsync(System.Uri address, string method) { }
9175         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method, object userToken)9176         public void OpenWriteAsync(System.Uri address, string method, object userToken) { }
9177         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9178         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address)9179         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address) { throw null; }
9180         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9181         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address, string method)9182         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address, string method) { throw null; }
9183         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9184         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address)9185         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address) { throw null; }
9186         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9187         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address, string method)9188         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address, string method) { throw null; }
UploadData(string address, byte[] data)9189         public byte[] UploadData(string address, byte[] data) { throw null; }
UploadData(string address, string method, byte[] data)9190         public byte[] UploadData(string address, string method, byte[] data) { throw null; }
UploadData(System.Uri address, byte[] data)9191         public byte[] UploadData(System.Uri address, byte[] data) { throw null; }
UploadData(System.Uri address, string method, byte[] data)9192         public byte[] UploadData(System.Uri address, string method, byte[] data) { throw null; }
9193         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, byte[] data)9194         public void UploadDataAsync(System.Uri address, byte[] data) { }
9195         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data)9196         public void UploadDataAsync(System.Uri address, string method, byte[] data) { }
9197         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data, object userToken)9198         public void UploadDataAsync(System.Uri address, string method, byte[] data, object userToken) { }
9199         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9200         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, byte[] data)9201         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, byte[] data) { throw null; }
9202         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9203         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, string method, byte[] data)9204         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, string method, byte[] data) { throw null; }
9205         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9206         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, byte[] data)9207         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, byte[] data) { throw null; }
9208         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9209         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, string method, byte[] data)9210         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, string method, byte[] data) { throw null; }
UploadFile(string address, string fileName)9211         public byte[] UploadFile(string address, string fileName) { throw null; }
UploadFile(string address, string method, string fileName)9212         public byte[] UploadFile(string address, string method, string fileName) { throw null; }
UploadFile(System.Uri address, string fileName)9213         public byte[] UploadFile(System.Uri address, string fileName) { throw null; }
UploadFile(System.Uri address, string method, string fileName)9214         public byte[] UploadFile(System.Uri address, string method, string fileName) { throw null; }
9215         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string fileName)9216         public void UploadFileAsync(System.Uri address, string fileName) { }
9217         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName)9218         public void UploadFileAsync(System.Uri address, string method, string fileName) { }
9219         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName, object userToken)9220         public void UploadFileAsync(System.Uri address, string method, string fileName, object userToken) { }
9221         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9222         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string fileName)9223         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string fileName) { throw null; }
9224         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9225         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string method, string fileName)9226         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string method, string fileName) { throw null; }
9227         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9228         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string fileName)9229         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string fileName) { throw null; }
9230         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9231         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string method, string fileName)9232         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string method, string fileName) { throw null; }
UploadString(string address, string data)9233         public string UploadString(string address, string data) { throw null; }
UploadString(string address, string method, string data)9234         public string UploadString(string address, string method, string data) { throw null; }
UploadString(System.Uri address, string data)9235         public string UploadString(System.Uri address, string data) { throw null; }
UploadString(System.Uri address, string method, string data)9236         public string UploadString(System.Uri address, string method, string data) { throw null; }
9237         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string data)9238         public void UploadStringAsync(System.Uri address, string data) { }
9239         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data)9240         public void UploadStringAsync(System.Uri address, string method, string data) { }
9241         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data, object userToken)9242         public void UploadStringAsync(System.Uri address, string method, string data, object userToken) { }
9243         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9244         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string data)9245         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string data) { throw null; }
9246         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9247         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string method, string data)9248         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string method, string data) { throw null; }
9249         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9250         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string data)9251         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string data) { throw null; }
9252         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9253         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string method, string data)9254         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string method, string data) { throw null; }
UploadValues(string address, System.Collections.Specialized.NameValueCollection data)9255         public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data)9256         public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data)9257         public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9258         public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9259         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9260         public void UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { }
9261         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9262         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { }
9263         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken)9264         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken) { }
9265         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9266         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data)9267         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9268         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9269         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data)9270         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9271         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9272         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9273         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9274         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9275         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9276         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9277     }
9278     [System.SerializableAttribute]
9279     public partial class WebException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
9280     {
WebException()9281         public WebException() { }
WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9282         protected WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebException(string message)9283         public WebException(string message) { }
WebException(string message, System.Exception innerException)9284         public WebException(string message, System.Exception innerException) { }
WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response)9285         public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response) { }
WebException(string message, System.Net.WebExceptionStatus status)9286         public WebException(string message, System.Net.WebExceptionStatus status) { }
9287         public System.Net.WebResponse Response { get { throw null; } }
9288         public System.Net.WebExceptionStatus Status { get { throw null; } }
9289         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9290         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9291         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9292         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9293     }
9294     public enum WebExceptionStatus
9295     {
9296         CacheEntryNotFound = 18,
9297         ConnectFailure = 2,
9298         ConnectionClosed = 8,
9299         KeepAliveFailure = 12,
9300         MessageLengthLimitExceeded = 17,
9301         NameResolutionFailure = 1,
9302         Pending = 13,
9303         PipelineFailure = 5,
9304         ProtocolError = 7,
9305         ProxyNameResolutionFailure = 15,
9306         ReceiveFailure = 3,
9307         RequestCanceled = 6,
9308         RequestProhibitedByCachePolicy = 19,
9309         RequestProhibitedByProxy = 20,
9310         SecureChannelFailure = 10,
9311         SendFailure = 4,
9312         ServerProtocolViolation = 11,
9313         Success = 0,
9314         Timeout = 14,
9315         TrustFailure = 9,
9316         UnknownError = 16,
9317     }
9318     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9319     [System.SerializableAttribute]
9320     public partial class WebHeaderCollection : System.Collections.Specialized.NameValueCollection, System.Runtime.Serialization.ISerializable
9321     {
WebHeaderCollection()9322         public WebHeaderCollection() { }
WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9323         protected WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9324         public override string[] AllKeys { get { throw null; } }
9325         public override int Count { get { throw null; } }
9326         public string this[System.Net.HttpRequestHeader header] { get { throw null; } set { } }
9327         public string this[System.Net.HttpResponseHeader header] { get { throw null; } set { } }
9328         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(System.Net.HttpRequestHeader header, string value)9329         public void Add(System.Net.HttpRequestHeader header, string value) { }
Add(System.Net.HttpResponseHeader header, string value)9330         public void Add(System.Net.HttpResponseHeader header, string value) { }
Add(string header)9331         public void Add(string header) { }
Add(string name, string value)9332         public override void Add(string name, string value) { }
AddWithoutValidate(string headerName, string headerValue)9333         protected void AddWithoutValidate(string headerName, string headerValue) { }
Clear()9334         public override void Clear() { }
Get(int index)9335         public override string Get(int index) { throw null; }
Get(string name)9336         public override string Get(string name) { throw null; }
GetEnumerator()9337         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)9338         public override string GetKey(int index) { throw null; }
9339         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9340         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetValues(int index)9341         public override string[] GetValues(int index) { throw null; }
GetValues(string header)9342         public override string[] GetValues(string header) { throw null; }
IsRestricted(string headerName)9343         public static bool IsRestricted(string headerName) { throw null; }
IsRestricted(string headerName, bool response)9344         public static bool IsRestricted(string headerName, bool response) { throw null; }
OnDeserialization(object sender)9345         public override void OnDeserialization(object sender) { }
Remove(System.Net.HttpRequestHeader header)9346         public void Remove(System.Net.HttpRequestHeader header) { }
Remove(System.Net.HttpResponseHeader header)9347         public void Remove(System.Net.HttpResponseHeader header) { }
Remove(string name)9348         public override void Remove(string name) { }
Set(System.Net.HttpRequestHeader header, string value)9349         public void Set(System.Net.HttpRequestHeader header, string value) { }
Set(System.Net.HttpResponseHeader header, string value)9350         public void Set(System.Net.HttpResponseHeader header, string value) { }
Set(string name, string value)9351         public override void Set(string name, string value) { }
9352         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9353         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ToByteArray()9354         public byte[] ToByteArray() { throw null; }
ToString()9355         public override string ToString() { throw null; }
9356     }
9357     [System.SerializableAttribute]
9358     public sealed partial class WebPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
9359     {
WebPermission()9360         public WebPermission() { }
WebPermission(System.Net.NetworkAccess access, string uriString)9361         public WebPermission(System.Net.NetworkAccess access, string uriString) { }
WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9362         public WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
WebPermission(System.Security.Permissions.PermissionState state)9363         public WebPermission(System.Security.Permissions.PermissionState state) { }
9364         public System.Collections.IEnumerator AcceptList { get { throw null; } }
9365         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, string uriString)9366         public void AddPermission(System.Net.NetworkAccess access, string uriString) { }
AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9367         public void AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
Copy()9368         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9369         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9370         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9371         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9372         public bool IsUnrestricted() { throw null; }
ToXml()9373         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9374         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9375     }
9376     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9377     [System.SerializableAttribute]
9378     public sealed partial class WebPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9379     {
WebPermissionAttribute(System.Security.Permissions.SecurityAction action)9380         public WebPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9381         public string Accept { get { throw null; } set { } }
9382         public string AcceptPattern { get { throw null; } set { } }
9383         public string Connect { get { throw null; } set { } }
9384         public string ConnectPattern { get { throw null; } set { } }
CreatePermission()9385         public override System.Security.IPermission CreatePermission() { throw null; }
9386     }
9387     [System.SerializableAttribute]
9388     public partial class WebProxy : System.Net.IWebProxy, System.Runtime.Serialization.ISerializable
9389     {
WebProxy()9390         public WebProxy() { }
WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9391         protected WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebProxy(string Address)9392         public WebProxy(string Address) { }
WebProxy(string Address, bool BypassOnLocal)9393         public WebProxy(string Address, bool BypassOnLocal) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList)9394         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9395         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
WebProxy(string Host, int Port)9396         public WebProxy(string Host, int Port) { }
WebProxy(System.Uri Address)9397         public WebProxy(System.Uri Address) { }
WebProxy(System.Uri Address, bool BypassOnLocal)9398         public WebProxy(System.Uri Address, bool BypassOnLocal) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList)9399         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9400         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
9401         public System.Uri Address { get { throw null; } set { } }
9402         public System.Collections.ArrayList BypassArrayList { get { throw null; } }
9403         public string[] BypassList { get { throw null; } set { } }
9404         public bool BypassProxyOnLocal { get { throw null; } set { } }
9405         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9406         public bool UseDefaultCredentials { get { throw null; } set { } }
9407         [System.ObsoleteAttribute("This method has been deprecated. Please use the proxy selected for you by default. http://go.microsoft.com/fwlink/?linkid=14202")]
GetDefaultProxy()9408         public static System.Net.WebProxy GetDefaultProxy() { throw null; }
9409         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9410         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetProxy(System.Uri destination)9411         public System.Uri GetProxy(System.Uri destination) { throw null; }
IsBypassed(System.Uri host)9412         public bool IsBypassed(System.Uri host) { throw null; }
9413         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9414         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9415     }
9416     [System.SerializableAttribute]
9417     public abstract partial class WebRequest : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
9418     {
WebRequest()9419         protected WebRequest() { }
WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9420         protected WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9421         public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } }
9422         public virtual System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9423         public virtual string ConnectionGroupName { get { throw null; } set { } }
9424         public virtual long ContentLength { get { throw null; } set { } }
9425         public virtual string ContentType { get { throw null; } set { } }
9426         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9427         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9428         public virtual System.Net.IWebRequestCreate CreatorInstance { get { throw null; } }
9429         public virtual System.Net.ICredentials Credentials { get { throw null; } set { } }
9430         public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
9431         public static System.Net.IWebProxy DefaultWebProxy { get { throw null; } set { } }
9432         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9433         public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } set { } }
9434         public virtual string Method { get { throw null; } set { } }
9435         public virtual bool PreAuthenticate { get { throw null; } set { } }
9436         public virtual System.Net.IWebProxy Proxy { get { throw null; } set { } }
9437         public virtual System.Uri RequestUri { get { throw null; } }
9438         public virtual int Timeout { get { throw null; } set { } }
9439         public virtual bool UseDefaultCredentials { get { throw null; } set { } }
Abort()9440         public virtual void Abort() { }
9441         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)9442         public virtual System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
9443         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)9444         public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
Create(string requestUriString)9445         public static System.Net.WebRequest Create(string requestUriString) { throw null; }
Create(System.Uri requestUri)9446         public static System.Net.WebRequest Create(System.Uri requestUri) { throw null; }
CreateDefault(System.Uri requestUri)9447         public static System.Net.WebRequest CreateDefault(System.Uri requestUri) { throw null; }
CreateHttp(string requestUriString)9448         public static System.Net.HttpWebRequest CreateHttp(string requestUriString) { throw null; }
CreateHttp(System.Uri requestUri)9449         public static System.Net.HttpWebRequest CreateHttp(System.Uri requestUri) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)9450         public virtual System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)9451         public virtual System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
9452         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9453         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()9454         public virtual System.IO.Stream GetRequestStream() { throw null; }
9455         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetRequestStreamAsync()9456         public virtual System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw null; }
GetResponse()9457         public virtual System.Net.WebResponse GetResponse() { throw null; }
9458         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetResponseAsync()9459         public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null; }
GetSystemWebProxy()9460         public static System.Net.IWebProxy GetSystemWebProxy() { throw null; }
9461         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9462         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
RegisterPortableWebRequestCreator(System.Net.IWebRequestCreate creator)9463         public static void RegisterPortableWebRequestCreator(System.Net.IWebRequestCreate creator) { }
RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator)9464         public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw null; }
9465         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9466         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9467     }
9468     public static partial class WebRequestMethods
9469     {
9470         public static partial class File
9471         {
9472             public const string DownloadFile = "GET";
9473             public const string UploadFile = "PUT";
9474         }
9475         public static partial class Ftp
9476         {
9477             public const string AppendFile = "APPE";
9478             public const string DeleteFile = "DELE";
9479             public const string DownloadFile = "RETR";
9480             public const string GetDateTimestamp = "MDTM";
9481             public const string GetFileSize = "SIZE";
9482             public const string ListDirectory = "NLST";
9483             public const string ListDirectoryDetails = "LIST";
9484             public const string MakeDirectory = "MKD";
9485             public const string PrintWorkingDirectory = "PWD";
9486             public const string RemoveDirectory = "RMD";
9487             public const string Rename = "RENAME";
9488             public const string UploadFile = "STOR";
9489             public const string UploadFileWithUniqueName = "STOU";
9490         }
9491         public static partial class Http
9492         {
9493             public const string Connect = "CONNECT";
9494             public const string Get = "GET";
9495             public const string Head = "HEAD";
9496             public const string MkCol = "MKCOL";
9497             public const string Post = "POST";
9498             public const string Put = "PUT";
9499         }
9500     }
9501     [System.SerializableAttribute]
9502     public abstract partial class WebResponse : System.MarshalByRefObject, System.IDisposable, System.Runtime.Serialization.ISerializable
9503     {
WebResponse()9504         protected WebResponse() { }
WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9505         protected WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9506         public virtual long ContentLength { get { throw null; } set { } }
9507         public virtual string ContentType { get { throw null; } set { } }
9508         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } }
9509         public virtual bool IsFromCache { get { throw null; } }
9510         public virtual bool IsMutuallyAuthenticated { get { throw null; } }
9511         public virtual System.Uri ResponseUri { get { throw null; } }
9512         public virtual bool SupportsHeaders { get { throw null; } }
Close()9513         public virtual void Close() { }
Dispose()9514         public void Dispose() { }
Dispose(bool disposing)9515         protected virtual void Dispose(bool disposing) { }
9516         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9517         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()9518         public virtual System.IO.Stream GetResponseStream() { throw null; }
9519         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128), SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9520         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9521     }
9522     public static partial class WebUtility
9523     {
HtmlDecode(string value)9524         public static string HtmlDecode(string value) { throw null; }
HtmlDecode(string value, System.IO.TextWriter output)9525         public static void HtmlDecode(string value, System.IO.TextWriter output) { }
HtmlEncode(string value)9526         public static string HtmlEncode(string value) { throw null; }
HtmlEncode(string value, System.IO.TextWriter output)9527         public static void HtmlEncode(string value, System.IO.TextWriter output) { }
UrlDecode(string encodedValue)9528         public static string UrlDecode(string encodedValue) { throw null; }
UrlDecodeToBytes(byte[] encodedValue, int offset, int count)9529         public static byte[] UrlDecodeToBytes(byte[] encodedValue, int offset, int count) { throw null; }
UrlEncode(string value)9530         public static string UrlEncode(string value) { throw null; }
UrlEncodeToBytes(byte[] value, int offset, int count)9531         public static byte[] UrlEncodeToBytes(byte[] value, int offset, int count) { throw null; }
9532     }
9533     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9534     public partial class WriteStreamClosedEventArgs : System.EventArgs
9535     {
9536         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9537         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
WriteStreamClosedEventArgs()9538         public WriteStreamClosedEventArgs() { }
9539         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9540         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9541         public System.Exception Error { get { throw null; } }
9542     }
9543     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e)9544     public delegate void WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e);
9545 }
9546 namespace System.Net.Cache
9547 {
9548     public enum HttpCacheAgeControl
9549     {
9550         MaxAge = 2,
9551         MaxAgeAndMaxStale = 6,
9552         MaxAgeAndMinFresh = 3,
9553         MaxStale = 4,
9554         MinFresh = 1,
9555         None = 0,
9556     }
9557     public enum HttpRequestCacheLevel
9558     {
9559         BypassCache = 1,
9560         CacheIfAvailable = 3,
9561         CacheOnly = 2,
9562         CacheOrNextCacheOnly = 7,
9563         Default = 0,
9564         NoCacheNoStore = 6,
9565         Refresh = 8,
9566         Reload = 5,
9567         Revalidate = 4,
9568     }
9569     public partial class HttpRequestCachePolicy : System.Net.Cache.RequestCachePolicy
9570     {
HttpRequestCachePolicy()9571         public HttpRequestCachePolicy() { }
HttpRequestCachePolicy(System.DateTime cacheSyncDate)9572         public HttpRequestCachePolicy(System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale)9573         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale)9574         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)9575         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level)9576         public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) { }
9577         public System.DateTime CacheSyncDate { get { throw null; } }
9578         public new System.Net.Cache.HttpRequestCacheLevel Level { get { throw null; } }
9579         public System.TimeSpan MaxAge { get { throw null; } }
9580         public System.TimeSpan MaxStale { get { throw null; } }
9581         public System.TimeSpan MinFresh { get { throw null; } }
ToString()9582         public override string ToString() { throw null; }
9583     }
9584     public enum RequestCacheLevel
9585     {
9586         BypassCache = 1,
9587         CacheIfAvailable = 3,
9588         CacheOnly = 2,
9589         Default = 0,
9590         NoCacheNoStore = 6,
9591         Reload = 5,
9592         Revalidate = 4,
9593     }
9594     public partial class RequestCachePolicy
9595     {
RequestCachePolicy()9596         public RequestCachePolicy() { }
RequestCachePolicy(System.Net.Cache.RequestCacheLevel level)9597         public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) { }
9598         public System.Net.Cache.RequestCacheLevel Level { get { throw null; } }
ToString()9599         public override string ToString() { throw null; }
9600     }
9601 }
9602 #if CONFIG_DEP
9603 namespace System.Net.Configuration
9604 {
9605     public sealed partial class AuthenticationModuleElement : System.Configuration.ConfigurationElement
9606     {
AuthenticationModuleElement()9607         public AuthenticationModuleElement() { }
AuthenticationModuleElement(string typeName)9608         public AuthenticationModuleElement(string typeName) { }
9609         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9610         [System.Configuration.ConfigurationPropertyAttribute("type", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9611         public string Type { get { throw null; } set { } }
9612     }
9613     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.AuthenticationModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9614     public sealed partial class AuthenticationModuleElementCollection : System.Configuration.ConfigurationElementCollection
9615     {
9616         [System.MonoTODOAttribute]
AuthenticationModuleElementCollection()9617         public AuthenticationModuleElementCollection() { }
9618         [System.MonoTODOAttribute]
9619         public System.Net.Configuration.AuthenticationModuleElement this[int index] { get { throw null; } set { } }
9620         [System.MonoTODOAttribute]
9621         public new System.Net.Configuration.AuthenticationModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.AuthenticationModuleElement element)9622         public void Add(System.Net.Configuration.AuthenticationModuleElement element) { }
Clear()9623         public void Clear() { }
CreateNewElement()9624         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9625         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9626         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.AuthenticationModuleElement element)9627         public int IndexOf(System.Net.Configuration.AuthenticationModuleElement element) { throw null; }
Remove(System.Net.Configuration.AuthenticationModuleElement element)9628         public void Remove(System.Net.Configuration.AuthenticationModuleElement element) { }
Remove(string name)9629         public void Remove(string name) { }
RemoveAt(int index)9630         public void RemoveAt(int index) { }
9631     }
9632     public sealed partial class AuthenticationModulesSection : System.Configuration.ConfigurationSection
9633     {
AuthenticationModulesSection()9634         public AuthenticationModulesSection() { }
9635         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9636         public System.Net.Configuration.AuthenticationModuleElementCollection AuthenticationModules { get { throw null; } }
9637         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9638         [System.MonoTODOAttribute]
InitializeDefault()9639         protected override void InitializeDefault() { }
9640         [System.MonoTODOAttribute]
PostDeserialize()9641         protected override void PostDeserialize() { }
9642     }
9643     public sealed partial class BypassElement : System.Configuration.ConfigurationElement
9644     {
BypassElement()9645         public BypassElement() { }
BypassElement(string address)9646         public BypassElement(string address) { }
9647         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9648         public string Address { get { throw null; } set { } }
9649         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9650     }
9651     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.BypassElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9652     public sealed partial class BypassElementCollection : System.Configuration.ConfigurationElementCollection
9653     {
BypassElementCollection()9654         public BypassElementCollection() { }
9655         [System.MonoTODOAttribute]
9656         public System.Net.Configuration.BypassElement this[int index] { get { throw null; } set { } }
9657         public new System.Net.Configuration.BypassElement this[string name] { get { throw null; } set { } }
9658         protected override bool ThrowOnDuplicate { get { throw null; } }
Add(System.Net.Configuration.BypassElement element)9659         public void Add(System.Net.Configuration.BypassElement element) { }
Clear()9660         public void Clear() { }
CreateNewElement()9661         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9662         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9663         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.BypassElement element)9664         public int IndexOf(System.Net.Configuration.BypassElement element) { throw null; }
Remove(System.Net.Configuration.BypassElement element)9665         public void Remove(System.Net.Configuration.BypassElement element) { }
Remove(string name)9666         public void Remove(string name) { }
RemoveAt(int index)9667         public void RemoveAt(int index) { }
9668     }
9669     public sealed partial class ConnectionManagementElement : System.Configuration.ConfigurationElement
9670     {
ConnectionManagementElement()9671         public ConnectionManagementElement() { }
ConnectionManagementElement(string address, int maxConnection)9672         public ConnectionManagementElement(string address, int maxConnection) { }
9673         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9674         public string Address { get { throw null; } set { } }
9675         [System.Configuration.ConfigurationPropertyAttribute("maxconnection", DefaultValue="6", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9676         public int MaxConnection { get { throw null; } set { } }
9677         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9678     }
9679     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.ConnectionManagementElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9680     public sealed partial class ConnectionManagementElementCollection : System.Configuration.ConfigurationElementCollection
9681     {
ConnectionManagementElementCollection()9682         public ConnectionManagementElementCollection() { }
9683         [System.MonoTODOAttribute]
9684         public System.Net.Configuration.ConnectionManagementElement this[int index] { get { throw null; } set { } }
9685         public new System.Net.Configuration.ConnectionManagementElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.ConnectionManagementElement element)9686         public void Add(System.Net.Configuration.ConnectionManagementElement element) { }
Clear()9687         public void Clear() { }
CreateNewElement()9688         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9689         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.ConnectionManagementElement element)9690         public int IndexOf(System.Net.Configuration.ConnectionManagementElement element) { throw null; }
Remove(System.Net.Configuration.ConnectionManagementElement element)9691         public void Remove(System.Net.Configuration.ConnectionManagementElement element) { }
Remove(string name)9692         public void Remove(string name) { }
RemoveAt(int index)9693         public void RemoveAt(int index) { }
9694     }
9695     public sealed partial class ConnectionManagementSection : System.Configuration.ConfigurationSection
9696     {
ConnectionManagementSection()9697         public ConnectionManagementSection() { }
9698         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9699         public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get { throw null; } }
9700         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9701     }
9702     public sealed partial class DefaultProxySection : System.Configuration.ConfigurationSection
9703     {
DefaultProxySection()9704         public DefaultProxySection() { }
9705         [System.Configuration.ConfigurationPropertyAttribute("bypasslist")]
9706         public System.Net.Configuration.BypassElementCollection BypassList { get { throw null; } }
9707         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="True")]
9708         public bool Enabled { get { throw null; } set { } }
9709         [System.Configuration.ConfigurationPropertyAttribute("module")]
9710         public System.Net.Configuration.ModuleElement Module { get { throw null; } }
9711         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9712         [System.Configuration.ConfigurationPropertyAttribute("proxy")]
9713         public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9714         [System.Configuration.ConfigurationPropertyAttribute("useDefaultCredentials", DefaultValue="False")]
9715         public bool UseDefaultCredentials { get { throw null; } set { } }
9716         [System.MonoTODOAttribute]
PostDeserialize()9717         protected override void PostDeserialize() { }
9718         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9719         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9720     }
9721     public sealed partial class FtpCachePolicyElement : System.Configuration.ConfigurationElement
9722     {
FtpCachePolicyElement()9723         public FtpCachePolicyElement() { }
9724         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default")]
9725         public System.Net.Cache.RequestCacheLevel PolicyLevel { get { throw null; } set { } }
9726         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9727         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9728         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9729         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9730         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9731     }
9732     public sealed partial class HttpCachePolicyElement : System.Configuration.ConfigurationElement
9733     {
HttpCachePolicyElement()9734         public HttpCachePolicyElement() { }
9735         [System.Configuration.ConfigurationPropertyAttribute("maximumAge", DefaultValue="10675199.02:48:05.4775807")]
9736         public System.TimeSpan MaximumAge { get { throw null; } set { } }
9737         [System.Configuration.ConfigurationPropertyAttribute("maximumStale", DefaultValue="-10675199.02:48:05.4775808")]
9738         public System.TimeSpan MaximumStale { get { throw null; } set { } }
9739         [System.Configuration.ConfigurationPropertyAttribute("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")]
9740         public System.TimeSpan MinimumFresh { get { throw null; } set { } }
9741         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9742         public System.Net.Cache.HttpRequestCacheLevel PolicyLevel { get { throw null; } set { } }
9743         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9744         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9745         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9746         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9747         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9748     }
9749     public sealed partial class HttpListenerElement : System.Configuration.ConfigurationElement
9750     {
HttpListenerElement()9751         public HttpListenerElement() { }
9752         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9753         public System.Net.Configuration.HttpListenerTimeoutsElement Timeouts { get { throw null; } }
9754         public bool UnescapeRequestUrl { get { throw null; } }
9755     }
9756     public sealed partial class HttpListenerTimeoutsElement : System.Configuration.ConfigurationElement
9757     {
HttpListenerTimeoutsElement()9758         public HttpListenerTimeoutsElement() { }
9759         public System.TimeSpan DrainEntityBody { get { throw null; } }
9760         public System.TimeSpan EntityBody { get { throw null; } }
9761         public System.TimeSpan HeaderWait { get { throw null; } }
9762         public System.TimeSpan IdleConnection { get { throw null; } }
9763         public long MinSendBytesPerSecond { get { throw null; } }
9764         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9765         public System.TimeSpan RequestQueue { get { throw null; } }
9766     }
9767     public sealed partial class HttpWebRequestElement : System.Configuration.ConfigurationElement
9768     {
HttpWebRequestElement()9769         public HttpWebRequestElement() { }
9770         [System.Configuration.ConfigurationPropertyAttribute("maximumErrorResponseLength", DefaultValue="64")]
9771         public int MaximumErrorResponseLength { get { throw null; } set { } }
9772         [System.Configuration.ConfigurationPropertyAttribute("maximumResponseHeadersLength", DefaultValue="64")]
9773         public int MaximumResponseHeadersLength { get { throw null; } set { } }
9774         [System.Configuration.ConfigurationPropertyAttribute("maximumUnauthorizedUploadLength", DefaultValue="-1")]
9775         public int MaximumUnauthorizedUploadLength { get { throw null; } set { } }
9776         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9777         [System.Configuration.ConfigurationPropertyAttribute("useUnsafeHeaderParsing", DefaultValue="False")]
9778         public bool UseUnsafeHeaderParsing { get { throw null; } set { } }
9779         [System.MonoTODOAttribute]
PostDeserialize()9780         protected override void PostDeserialize() { }
9781     }
9782     public sealed partial class Ipv6Element : System.Configuration.ConfigurationElement
9783     {
Ipv6Element()9784         public Ipv6Element() { }
9785         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9786         public bool Enabled { get { throw null; } set { } }
9787         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9788     }
9789     public sealed partial class MailSettingsSectionGroup : System.Configuration.ConfigurationSectionGroup
9790     {
MailSettingsSectionGroup()9791         public MailSettingsSectionGroup() { }
9792         public System.Net.Configuration.SmtpSection Smtp { get { throw null; } }
9793     }
9794     public sealed partial class ModuleElement : System.Configuration.ConfigurationElement
9795     {
ModuleElement()9796         public ModuleElement() { }
9797         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9798         [System.Configuration.ConfigurationPropertyAttribute("type")]
9799         public string Type { get { throw null; } set { } }
9800     }
9801     public sealed partial class NetSectionGroup : System.Configuration.ConfigurationSectionGroup
9802     {
9803         [System.MonoTODOAttribute]
NetSectionGroup()9804         public NetSectionGroup() { }
9805         [System.Configuration.ConfigurationPropertyAttribute("authenticationModules")]
9806         public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get { throw null; } }
9807         [System.Configuration.ConfigurationPropertyAttribute("connectionManagement")]
9808         public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get { throw null; } }
9809         [System.Configuration.ConfigurationPropertyAttribute("defaultProxy")]
9810         public System.Net.Configuration.DefaultProxySection DefaultProxy { get { throw null; } }
9811         public System.Net.Configuration.MailSettingsSectionGroup MailSettings { get { throw null; } }
9812         [System.Configuration.ConfigurationPropertyAttribute("requestCaching")]
9813         public System.Net.Configuration.RequestCachingSection RequestCaching { get { throw null; } }
9814         [System.Configuration.ConfigurationPropertyAttribute("settings")]
9815         public System.Net.Configuration.SettingsSection Settings { get { throw null; } }
9816         [System.Configuration.ConfigurationPropertyAttribute("webRequestModules")]
9817         public System.Net.Configuration.WebRequestModulesSection WebRequestModules { get { throw null; } }
9818         [System.MonoTODOAttribute]
GetSectionGroup(System.Configuration.Configuration config)9819         public static System.Net.Configuration.NetSectionGroup GetSectionGroup(System.Configuration.Configuration config) { throw null; }
9820     }
9821     public sealed partial class PerformanceCountersElement : System.Configuration.ConfigurationElement
9822     {
PerformanceCountersElement()9823         public PerformanceCountersElement() { }
9824         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9825         public bool Enabled { get { throw null; } set { } }
9826         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9827     }
9828     public sealed partial class ProxyElement : System.Configuration.ConfigurationElement
9829     {
ProxyElement()9830         public ProxyElement() { }
9831         [System.Configuration.ConfigurationPropertyAttribute("autoDetect", DefaultValue="Unspecified")]
9832         public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set { } }
9833         [System.Configuration.ConfigurationPropertyAttribute("bypassonlocal", DefaultValue="Unspecified")]
9834         public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null; } set { } }
9835         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9836         [System.Configuration.ConfigurationPropertyAttribute("proxyaddress")]
9837         public System.Uri ProxyAddress { get { throw null; } set { } }
9838         [System.Configuration.ConfigurationPropertyAttribute("scriptLocation")]
9839         public System.Uri ScriptLocation { get { throw null; } set { } }
9840         [System.Configuration.ConfigurationPropertyAttribute("usesystemdefault", DefaultValue="Unspecified")]
9841         public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw null; } set { } }
9842         public enum AutoDetectValues
9843         {
9844             False = 0,
9845             True = 1,
9846             Unspecified = -1,
9847         }
9848         public enum BypassOnLocalValues
9849         {
9850             False = 0,
9851             True = 1,
9852             Unspecified = -1,
9853         }
9854         public enum UseSystemDefaultValues
9855         {
9856             False = 0,
9857             True = 1,
9858             Unspecified = -1,
9859         }
9860     }
9861     public sealed partial class RequestCachingSection : System.Configuration.ConfigurationSection
9862     {
RequestCachingSection()9863         public RequestCachingSection() { }
9864         [System.Configuration.ConfigurationPropertyAttribute("defaultFtpCachePolicy")]
9865         public System.Net.Configuration.FtpCachePolicyElement DefaultFtpCachePolicy { get { throw null; } }
9866         [System.Configuration.ConfigurationPropertyAttribute("defaultHttpCachePolicy")]
9867         public System.Net.Configuration.HttpCachePolicyElement DefaultHttpCachePolicy { get { throw null; } }
9868         [System.Configuration.ConfigurationPropertyAttribute("defaultPolicyLevel", DefaultValue="BypassCache")]
9869         public System.Net.Cache.RequestCacheLevel DefaultPolicyLevel { get { throw null; } set { } }
9870         [System.Configuration.ConfigurationPropertyAttribute("disableAllCaching", DefaultValue="False")]
9871         public bool DisableAllCaching { get { throw null; } set { } }
9872         [System.Configuration.ConfigurationPropertyAttribute("isPrivateCache", DefaultValue="True")]
9873         public bool IsPrivateCache { get { throw null; } set { } }
9874         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9875         [System.Configuration.ConfigurationPropertyAttribute("unspecifiedMaximumAge", DefaultValue="1.00:00:00")]
9876         public System.TimeSpan UnspecifiedMaximumAge { get { throw null; } set { } }
9877         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9878         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9879         [System.MonoTODOAttribute]
PostDeserialize()9880         protected override void PostDeserialize() { }
9881     }
9882     public sealed partial class ServicePointManagerElement : System.Configuration.ConfigurationElement
9883     {
ServicePointManagerElement()9884         public ServicePointManagerElement() { }
9885         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateName", DefaultValue="True")]
9886         public bool CheckCertificateName { get { throw null; } set { } }
9887         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateRevocationList", DefaultValue="False")]
9888         public bool CheckCertificateRevocationList { get { throw null; } set { } }
9889         [System.Configuration.ConfigurationPropertyAttribute("dnsRefreshTimeout", DefaultValue="120000")]
9890         public int DnsRefreshTimeout { get { throw null; } set { } }
9891         [System.Configuration.ConfigurationPropertyAttribute("enableDnsRoundRobin", DefaultValue="False")]
9892         public bool EnableDnsRoundRobin { get { throw null; } set { } }
9893         public System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } set { } }
9894         [System.Configuration.ConfigurationPropertyAttribute("expect100Continue", DefaultValue="True")]
9895         public bool Expect100Continue { get { throw null; } set { } }
9896         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9897         [System.Configuration.ConfigurationPropertyAttribute("useNagleAlgorithm", DefaultValue="True")]
9898         public bool UseNagleAlgorithm { get { throw null; } set { } }
9899         [System.MonoTODOAttribute]
PostDeserialize()9900         protected override void PostDeserialize() { }
9901     }
9902     public sealed partial class SettingsSection : System.Configuration.ConfigurationSection
9903     {
SettingsSection()9904         public SettingsSection() { }
9905         public System.Net.Configuration.HttpListenerElement HttpListener { get { throw null; } }
9906         [System.Configuration.ConfigurationPropertyAttribute("httpWebRequest")]
9907         public System.Net.Configuration.HttpWebRequestElement HttpWebRequest { get { throw null; } }
9908         [System.Configuration.ConfigurationPropertyAttribute("ipv6")]
9909         public System.Net.Configuration.Ipv6Element Ipv6 { get { throw null; } }
9910         [System.Configuration.ConfigurationPropertyAttribute("performanceCounters")]
9911         public System.Net.Configuration.PerformanceCountersElement PerformanceCounters { get { throw null; } }
9912         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9913         [System.Configuration.ConfigurationPropertyAttribute("servicePointManager")]
9914         public System.Net.Configuration.ServicePointManagerElement ServicePointManager { get { throw null; } }
9915         [System.Configuration.ConfigurationPropertyAttribute("socket")]
9916         public System.Net.Configuration.SocketElement Socket { get { throw null; } }
9917         [System.Configuration.ConfigurationPropertyAttribute("webProxyScript")]
9918         public System.Net.Configuration.WebProxyScriptElement WebProxyScript { get { throw null; } }
9919         public System.Net.Configuration.WebUtilityElement WebUtility { get { throw null; } }
9920     }
9921     public sealed partial class SmtpNetworkElement : System.Configuration.ConfigurationElement
9922     {
SmtpNetworkElement()9923         public SmtpNetworkElement() { }
9924         public string ClientDomain { get { throw null; } set { } }
9925         [System.Configuration.ConfigurationPropertyAttribute("defaultCredentials", DefaultValue="False")]
9926         public bool DefaultCredentials { get { throw null; } set { } }
9927         [System.Configuration.ConfigurationPropertyAttribute("enableSsl", DefaultValue=false)]
9928         public bool EnableSsl { get { throw null; } set { } }
9929         [System.Configuration.ConfigurationPropertyAttribute("host")]
9930         public string Host { get { throw null; } set { } }
9931         [System.Configuration.ConfigurationPropertyAttribute("password")]
9932         public string Password { get { throw null; } set { } }
9933         [System.Configuration.ConfigurationPropertyAttribute("port", DefaultValue="25")]
9934         public int Port { get { throw null; } set { } }
9935         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9936         [System.Configuration.ConfigurationPropertyAttribute("targetName", DefaultValue=null)]
9937         public string TargetName { get { throw null; } set { } }
9938         [System.Configuration.ConfigurationPropertyAttribute("userName", DefaultValue=null)]
9939         public string UserName { get { throw null; } set { } }
PostDeserialize()9940         protected override void PostDeserialize() { }
9941     }
9942     public sealed partial class SmtpSection : System.Configuration.ConfigurationSection
9943     {
SmtpSection()9944         public SmtpSection() { }
9945         [System.Configuration.ConfigurationPropertyAttribute("deliveryFormat", DefaultValue=(System.Net.Mail.SmtpDeliveryFormat)(0))]
9946         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
9947         [System.Configuration.ConfigurationPropertyAttribute("deliveryMethod", DefaultValue="Network")]
9948         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
9949         [System.Configuration.ConfigurationPropertyAttribute("from")]
9950         public string From { get { throw null; } set { } }
9951         [System.Configuration.ConfigurationPropertyAttribute("network")]
9952         public System.Net.Configuration.SmtpNetworkElement Network { get { throw null; } }
9953         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9954         [System.Configuration.ConfigurationPropertyAttribute("specifiedPickupDirectory")]
9955         public System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory { get { throw null; } }
9956     }
9957     public sealed partial class SmtpSpecifiedPickupDirectoryElement : System.Configuration.ConfigurationElement
9958     {
SmtpSpecifiedPickupDirectoryElement()9959         public SmtpSpecifiedPickupDirectoryElement() { }
9960         [System.Configuration.ConfigurationPropertyAttribute("pickupDirectoryLocation")]
9961         public string PickupDirectoryLocation { get { throw null; } set { } }
9962         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9963     }
9964     public sealed partial class SocketElement : System.Configuration.ConfigurationElement
9965     {
SocketElement()9966         public SocketElement() { }
9967         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForAccept", DefaultValue="False")]
9968         public bool AlwaysUseCompletionPortsForAccept { get { throw null; } set { } }
9969         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForConnect", DefaultValue="False")]
9970         public bool AlwaysUseCompletionPortsForConnect { get { throw null; } set { } }
9971         public System.Net.Sockets.IPProtectionLevel IPProtectionLevel { get { throw null; } set { } }
9972         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9973         [System.MonoTODOAttribute]
PostDeserialize()9974         protected override void PostDeserialize() { }
9975     }
9976     public enum UnicodeDecodingConformance
9977     {
9978         Auto = 0,
9979         Compat = 2,
9980         Loose = 3,
9981         Strict = 1,
9982     }
9983     public enum UnicodeEncodingConformance
9984     {
9985         Auto = 0,
9986         Compat = 2,
9987         Strict = 1,
9988     }
9989     public sealed partial class WebProxyScriptElement : System.Configuration.ConfigurationElement
9990     {
WebProxyScriptElement()9991         public WebProxyScriptElement() { }
9992         [System.Configuration.ConfigurationPropertyAttribute("downloadTimeout", DefaultValue="00:02:00")]
9993         public System.TimeSpan DownloadTimeout { get { throw null; } set { } }
9994         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
PostDeserialize()9995         protected override void PostDeserialize() { }
9996     }
9997     public sealed partial class WebRequestModuleElement : System.Configuration.ConfigurationElement
9998     {
WebRequestModuleElement()9999         public WebRequestModuleElement() { }
WebRequestModuleElement(string prefix, string type)10000         public WebRequestModuleElement(string prefix, string type) { }
WebRequestModuleElement(string prefix, System.Type type)10001         public WebRequestModuleElement(string prefix, System.Type type) { }
10002         [System.Configuration.ConfigurationPropertyAttribute("prefix", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
10003         public string Prefix { get { throw null; } set { } }
10004         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10005         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.TypeConverter))]
10006         [System.Configuration.ConfigurationPropertyAttribute("type")]
10007         public System.Type Type { get { throw null; } set { } }
10008     }
10009     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.WebRequestModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
10010     public sealed partial class WebRequestModuleElementCollection : System.Configuration.ConfigurationElementCollection
10011     {
WebRequestModuleElementCollection()10012         public WebRequestModuleElementCollection() { }
10013         [System.MonoTODOAttribute]
10014         public System.Net.Configuration.WebRequestModuleElement this[int index] { get { throw null; } set { } }
10015         [System.MonoTODOAttribute]
10016         public new System.Net.Configuration.WebRequestModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.WebRequestModuleElement element)10017         public void Add(System.Net.Configuration.WebRequestModuleElement element) { }
Clear()10018         public void Clear() { }
CreateNewElement()10019         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)10020         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.WebRequestModuleElement element)10021         public int IndexOf(System.Net.Configuration.WebRequestModuleElement element) { throw null; }
Remove(System.Net.Configuration.WebRequestModuleElement element)10022         public void Remove(System.Net.Configuration.WebRequestModuleElement element) { }
Remove(string name)10023         public void Remove(string name) { }
RemoveAt(int index)10024         public void RemoveAt(int index) { }
10025     }
10026     public sealed partial class WebRequestModulesSection : System.Configuration.ConfigurationSection
10027     {
WebRequestModulesSection()10028         public WebRequestModulesSection() { }
10029         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10030         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
10031         public System.Net.Configuration.WebRequestModuleElementCollection WebRequestModules { get { throw null; } }
10032         [System.MonoTODOAttribute]
InitializeDefault()10033         protected override void InitializeDefault() { }
10034         [System.MonoTODOAttribute]
PostDeserialize()10035         protected override void PostDeserialize() { }
10036     }
10037     public sealed partial class WebUtilityElement : System.Configuration.ConfigurationElement
10038     {
WebUtilityElement()10039         public WebUtilityElement() { }
10040         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10041         public System.Net.Configuration.UnicodeDecodingConformance UnicodeDecodingConformance { get { throw null; } set { } }
10042         public System.Net.Configuration.UnicodeEncodingConformance UnicodeEncodingConformance { get { throw null; } set { } }
10043     }
10044 }
10045 #endif
10046 namespace System.Net.Mail
10047 {
10048     public partial class AlternateView : System.Net.Mail.AttachmentBase
10049     {
AlternateView(System.IO.Stream contentStream)10050         public AlternateView(System.IO.Stream contentStream) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10051         public AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, string mediaType)10052         public AlternateView(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
AlternateView(string fileName)10053         public AlternateView(string fileName) : base (default(string)) { }
AlternateView(string fileName, System.Net.Mime.ContentType contentType)10054         public AlternateView(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(string fileName, string mediaType)10055         public AlternateView(string fileName, string mediaType) : base (default(string)) { }
10056         public System.Uri BaseUri { get { throw null; } set { } }
10057         public System.Net.Mail.LinkedResourceCollection LinkedResources { get { throw null; } }
CreateAlternateViewFromString(string content)10058         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content) { throw null; }
CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType)10059         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateAlternateViewFromString(string content, System.Text.Encoding contentEncoding, string mediaType)10060         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
Dispose(bool disposing)10061         protected override void Dispose(bool disposing) { }
10062     }
10063     public sealed partial class AlternateViewCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.AlternateView>, System.IDisposable
10064     {
AlternateViewCollection()10065         internal AlternateViewCollection() { }
ClearItems()10066         protected override void ClearItems() { }
Dispose()10067         public void Dispose() { }
InsertItem(int index, System.Net.Mail.AlternateView item)10068         protected override void InsertItem(int index, System.Net.Mail.AlternateView item) { }
RemoveItem(int index)10069         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.AlternateView item)10070         protected override void SetItem(int index, System.Net.Mail.AlternateView item) { }
10071     }
10072     public partial class Attachment : System.Net.Mail.AttachmentBase
10073     {
Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10074         public Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name)10075         public Attachment(System.IO.Stream contentStream, string name) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name, string mediaType)10076         public Attachment(System.IO.Stream contentStream, string name, string mediaType) : base (default(string)) { }
Attachment(string fileName)10077         public Attachment(string fileName) : base (default(string)) { }
Attachment(string fileName, System.Net.Mime.ContentType contentType)10078         public Attachment(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(string fileName, string mediaType)10079         public Attachment(string fileName, string mediaType) : base (default(string)) { }
10080         public System.Net.Mime.ContentDisposition ContentDisposition { get { throw null; } }
10081         public string Name { get { throw null; } set { } }
10082         public System.Text.Encoding NameEncoding { get { throw null; } set { } }
CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType)10083         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateAttachmentFromString(string content, string name)10084         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name) { throw null; }
CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType)10085         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10086     }
10087     public abstract partial class AttachmentBase : System.IDisposable
10088     {
AttachmentBase(System.IO.Stream contentStream)10089         protected AttachmentBase(System.IO.Stream contentStream) { }
AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10090         protected AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) { }
AttachmentBase(System.IO.Stream contentStream, string mediaType)10091         protected AttachmentBase(System.IO.Stream contentStream, string mediaType) { }
AttachmentBase(string fileName)10092         protected AttachmentBase(string fileName) { }
AttachmentBase(string fileName, System.Net.Mime.ContentType contentType)10093         protected AttachmentBase(string fileName, System.Net.Mime.ContentType contentType) { }
AttachmentBase(string fileName, string mediaType)10094         protected AttachmentBase(string fileName, string mediaType) { }
10095         public string ContentId { get { throw null; } set { } }
10096         public System.IO.Stream ContentStream { get { throw null; } }
10097         public System.Net.Mime.ContentType ContentType { get { throw null; } set { } }
10098         public System.Net.Mime.TransferEncoding TransferEncoding { get { throw null; } set { } }
Dispose()10099         public void Dispose() { }
Dispose(bool disposing)10100         protected virtual void Dispose(bool disposing) { }
10101     }
10102     public sealed partial class AttachmentCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.Attachment>, System.IDisposable
10103     {
AttachmentCollection()10104         internal AttachmentCollection() { }
ClearItems()10105         protected override void ClearItems() { }
Dispose()10106         public void Dispose() { }
InsertItem(int index, System.Net.Mail.Attachment item)10107         protected override void InsertItem(int index, System.Net.Mail.Attachment item) { }
RemoveItem(int index)10108         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.Attachment item)10109         protected override void SetItem(int index, System.Net.Mail.Attachment item) { }
10110     }
10111     [System.FlagsAttribute]
10112     public enum DeliveryNotificationOptions
10113     {
10114         Delay = 4,
10115         Never = 134217728,
10116         None = 0,
10117         OnFailure = 2,
10118         OnSuccess = 1,
10119     }
10120     public partial class LinkedResource : System.Net.Mail.AttachmentBase
10121     {
LinkedResource(System.IO.Stream contentStream)10122         public LinkedResource(System.IO.Stream contentStream) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10123         public LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, string mediaType)10124         public LinkedResource(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
LinkedResource(string fileName)10125         public LinkedResource(string fileName) : base (default(string)) { }
LinkedResource(string fileName, System.Net.Mime.ContentType contentType)10126         public LinkedResource(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(string fileName, string mediaType)10127         public LinkedResource(string fileName, string mediaType) : base (default(string)) { }
10128         public System.Uri ContentLink { get { throw null; } set { } }
CreateLinkedResourceFromString(string content)10129         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content) { throw null; }
CreateLinkedResourceFromString(string content, System.Net.Mime.ContentType contentType)10130         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)10131         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10132     }
10133     public sealed partial class LinkedResourceCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.LinkedResource>, System.IDisposable
10134     {
LinkedResourceCollection()10135         internal LinkedResourceCollection() { }
ClearItems()10136         protected override void ClearItems() { }
Dispose()10137         public void Dispose() { }
InsertItem(int index, System.Net.Mail.LinkedResource item)10138         protected override void InsertItem(int index, System.Net.Mail.LinkedResource item) { }
RemoveItem(int index)10139         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.LinkedResource item)10140         protected override void SetItem(int index, System.Net.Mail.LinkedResource item) { }
10141     }
10142     public partial class MailAddress
10143     {
MailAddress(string address)10144         public MailAddress(string address) { }
MailAddress(string address, string displayName)10145         public MailAddress(string address, string displayName) { }
10146         [System.MonoTODOAttribute("We don't do anything with displayNameEncoding")]
MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding)10147         public MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding) { }
10148         public string Address { get { throw null; } }
10149         public string DisplayName { get { throw null; } }
10150         public string Host { get { throw null; } }
10151         public string User { get { throw null; } }
Equals(object value)10152         public override bool Equals(object value) { throw null; }
GetHashCode()10153         public override int GetHashCode() { throw null; }
ToString()10154         public override string ToString() { throw null; }
10155     }
10156     public partial class MailAddressCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.MailAddress>
10157     {
MailAddressCollection()10158         public MailAddressCollection() { }
Add(string addresses)10159         public void Add(string addresses) { }
InsertItem(int index, System.Net.Mail.MailAddress item)10160         protected override void InsertItem(int index, System.Net.Mail.MailAddress item) { }
SetItem(int index, System.Net.Mail.MailAddress item)10161         protected override void SetItem(int index, System.Net.Mail.MailAddress item) { }
ToString()10162         public override string ToString() { throw null; }
10163     }
10164     public partial class MailMessage : System.IDisposable
10165     {
MailMessage()10166         public MailMessage() { }
MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to)10167         public MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to) { }
MailMessage(string from, string to)10168         public MailMessage(string from, string to) { }
MailMessage(string from, string to, string subject, string body)10169         public MailMessage(string from, string to, string subject, string body) { }
10170         public System.Net.Mail.AlternateViewCollection AlternateViews { get { throw null; } }
10171         public System.Net.Mail.AttachmentCollection Attachments { get { throw null; } }
10172         public System.Net.Mail.MailAddressCollection Bcc { get { throw null; } }
10173         public string Body { get { throw null; } set { } }
10174         public System.Text.Encoding BodyEncoding { get { throw null; } set { } }
10175         public System.Net.Mime.TransferEncoding BodyTransferEncoding { get { throw null; } set { } }
10176         public System.Net.Mail.MailAddressCollection CC { get { throw null; } }
10177         public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOptions { get { throw null; } set { } }
10178         public System.Net.Mail.MailAddress From { get { throw null; } set { } }
10179         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
10180         public System.Text.Encoding HeadersEncoding { get { throw null; } set { } }
10181         public bool IsBodyHtml { get { throw null; } set { } }
10182         public System.Net.Mail.MailPriority Priority { get { throw null; } set { } }
10183         [System.ObsoleteAttribute("Use ReplyToList instead")]
10184         public System.Net.Mail.MailAddress ReplyTo { get { throw null; } set { } }
10185         public System.Net.Mail.MailAddressCollection ReplyToList { get { throw null; } }
10186         public System.Net.Mail.MailAddress Sender { get { throw null; } set { } }
10187         public string Subject { get { throw null; } set { } }
10188         public System.Text.Encoding SubjectEncoding { get { throw null; } set { } }
10189         public System.Net.Mail.MailAddressCollection To { get { throw null; } }
Dispose()10190         public void Dispose() { }
Dispose(bool disposing)10191         protected virtual void Dispose(bool disposing) { }
10192     }
10193     public enum MailPriority
10194     {
10195         High = 2,
10196         Low = 1,
10197         Normal = 0,
10198     }
SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)10199     public delegate void SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
10200     public enum SmtpAccess
10201     {
10202         Connect = 1,
10203         ConnectToUnrestrictedPort = 2,
10204         None = 0,
10205     }
10206     [System.ObsoleteAttribute("SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead")]
10207     public partial class SmtpClient : System.IDisposable
10208     {
SmtpClient()10209         public SmtpClient() { }
SmtpClient(string host)10210         public SmtpClient(string host) { }
SmtpClient(string host, int port)10211         public SmtpClient(string host, int port) { }
10212         [System.MonoTODOAttribute("Client certificates not used")]
10213         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
10214         public System.Net.ICredentialsByHost Credentials { get { throw null; } set { } }
10215         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
10216         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
10217         public bool EnableSsl { get { throw null; } set { } }
10218         public string Host { get { throw null; } set { } }
10219         public string PickupDirectoryLocation { get { throw null; } set { } }
10220         public int Port { get { throw null; } set { } }
10221         [System.MonoTODOAttribute]
10222         public System.Net.ServicePoint ServicePoint { get { throw null; } }
10223         public string TargetName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
10224         public int Timeout { get { throw null; } set { } }
10225         public bool UseDefaultCredentials { get { throw null; } [System.MonoNotSupportedAttribute("no DefaultCredential support in Mono")]set { } }
10226         public event System.Net.Mail.SendCompletedEventHandler SendCompleted { add { } remove { } }
Dispose()10227         public void Dispose() { }
10228         [System.MonoTODOAttribute("Does nothing at the moment.")]
Dispose(bool disposing)10229         protected virtual void Dispose(bool disposing) { }
OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e)10230         protected void OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
Send(System.Net.Mail.MailMessage message)10231         public void Send(System.Net.Mail.MailMessage message) { }
Send(string from, string recipients, string subject, string body)10232         public void Send(string from, string recipients, string subject, string body) { }
SendAsync(System.Net.Mail.MailMessage message, object userToken)10233         public void SendAsync(System.Net.Mail.MailMessage message, object userToken) { }
SendAsync(string from, string recipients, string subject, string body, object userToken)10234         public void SendAsync(string from, string recipients, string subject, string body, object userToken) { }
SendAsyncCancel()10235         public void SendAsyncCancel() { }
SendMailAsync(System.Net.Mail.MailMessage message)10236         public System.Threading.Tasks.Task SendMailAsync(System.Net.Mail.MailMessage message) { throw null; }
SendMailAsync(string from, string recipients, string subject, string body)10237         public System.Threading.Tasks.Task SendMailAsync(string from, string recipients, string subject, string body) { throw null; }
10238     }
10239     public enum SmtpDeliveryFormat
10240     {
10241         International = 1,
10242         SevenBit = 0,
10243     }
10244     public enum SmtpDeliveryMethod
10245     {
10246         Network = 0,
10247         PickupDirectoryFromIis = 2,
10248         SpecifiedPickupDirectory = 1,
10249     }
10250     [System.SerializableAttribute]
10251     public partial class SmtpException : System.Exception, System.Runtime.Serialization.ISerializable
10252     {
SmtpException()10253         public SmtpException() { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode)10254         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode) { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message)10255         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message) { }
SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10256         protected SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
SmtpException(string message)10257         public SmtpException(string message) { }
SmtpException(string message, System.Exception innerException)10258         public SmtpException(string message, System.Exception innerException) { }
10259         public System.Net.Mail.SmtpStatusCode StatusCode { get { throw null; } set { } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10260         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)10261         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10262     }
10263     [System.SerializableAttribute]
10264     public partial class SmtpFailedRecipientException : System.Net.Mail.SmtpException, System.Runtime.Serialization.ISerializable
10265     {
SmtpFailedRecipientException()10266         public SmtpFailedRecipientException() { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient)10267         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient) { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse)10268         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse) { }
SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10269         protected SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientException(string message)10270         public SmtpFailedRecipientException(string message) { }
SmtpFailedRecipientException(string message, System.Exception innerException)10271         public SmtpFailedRecipientException(string message, System.Exception innerException) { }
SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException)10272         public SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException) { }
10273         public string FailedRecipient { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10274         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)10275         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10276     }
10277     [System.SerializableAttribute]
10278     public partial class SmtpFailedRecipientsException : System.Net.Mail.SmtpFailedRecipientException, System.Runtime.Serialization.ISerializable
10279     {
SmtpFailedRecipientsException()10280         public SmtpFailedRecipientsException() { }
SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10281         protected SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientsException(string message)10282         public SmtpFailedRecipientsException(string message) { }
SmtpFailedRecipientsException(string message, System.Exception innerException)10283         public SmtpFailedRecipientsException(string message, System.Exception innerException) { }
SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions)10284         public SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions) { }
10285         public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10286         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)10287         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10288     }
10289     [System.SerializableAttribute]
10290     public sealed partial class SmtpPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10291     {
SmtpPermission(bool unrestricted)10292         public SmtpPermission(bool unrestricted) { }
SmtpPermission(System.Net.Mail.SmtpAccess access)10293         public SmtpPermission(System.Net.Mail.SmtpAccess access) { }
SmtpPermission(System.Security.Permissions.PermissionState state)10294         public SmtpPermission(System.Security.Permissions.PermissionState state) { }
10295         public System.Net.Mail.SmtpAccess Access { get { throw null; } }
AddPermission(System.Net.Mail.SmtpAccess access)10296         public void AddPermission(System.Net.Mail.SmtpAccess access) { }
Copy()10297         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10298         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10299         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10300         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10301         public bool IsUnrestricted() { throw null; }
ToXml()10302         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10303         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10304     }
10305     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10306     [System.SerializableAttribute]
10307     public sealed partial class SmtpPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10308     {
SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action)10309         public SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10310         public string Access { get { throw null; } set { } }
CreatePermission()10311         public override System.Security.IPermission CreatePermission() { throw null; }
10312     }
10313     public enum SmtpStatusCode
10314     {
10315         BadCommandSequence = 503,
10316         CannotVerifyUserWillAttemptDelivery = 252,
10317         ClientNotPermitted = 454,
10318         CommandNotImplemented = 502,
10319         CommandParameterNotImplemented = 504,
10320         CommandUnrecognized = 500,
10321         ExceededStorageAllocation = 552,
10322         GeneralFailure = -1,
10323         HelpMessage = 214,
10324         InsufficientStorage = 452,
10325         LocalErrorInProcessing = 451,
10326         MailboxBusy = 450,
10327         MailboxNameNotAllowed = 553,
10328         MailboxUnavailable = 550,
10329         MustIssueStartTlsFirst = 530,
10330         Ok = 250,
10331         ServiceClosingTransmissionChannel = 221,
10332         ServiceNotAvailable = 421,
10333         ServiceReady = 220,
10334         StartMailInput = 354,
10335         SyntaxError = 501,
10336         SystemStatus = 211,
10337         TransactionFailed = 554,
10338         UserNotLocalTryAlternatePath = 551,
10339         UserNotLocalWillForward = 251,
10340     }
10341 }
10342 namespace System.Net.Mime
10343 {
10344     public partial class ContentDisposition
10345     {
ContentDisposition()10346         public ContentDisposition() { }
ContentDisposition(string disposition)10347         public ContentDisposition(string disposition) { }
10348         public System.DateTime CreationDate { get { throw null; } set { } }
10349         public string DispositionType { get { throw null; } set { } }
10350         public string FileName { get { throw null; } set { } }
10351         public bool Inline { get { throw null; } set { } }
10352         public System.DateTime ModificationDate { get { throw null; } set { } }
10353         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
10354         public System.DateTime ReadDate { get { throw null; } set { } }
10355         public long Size { get { throw null; } set { } }
Equals(object rparam)10356         public override bool Equals(object rparam) { throw null; }
GetHashCode()10357         public override int GetHashCode() { throw null; }
ToString()10358         public override string ToString() { throw null; }
10359     }
10360     public partial class ContentType
10361     {
ContentType()10362         public ContentType() { }
ContentType(string contentType)10363         public ContentType(string contentType) { }
10364         public string Boundary { get { throw null; } set { } }
10365         public string CharSet { get { throw null; } set { } }
10366         public string MediaType { get { throw null; } set { } }
10367         public string Name { get { throw null; } set { } }
10368         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
Equals(object rparam)10369         public override bool Equals(object rparam) { throw null; }
GetHashCode()10370         public override int GetHashCode() { throw null; }
ToString()10371         public override string ToString() { throw null; }
10372     }
10373     public static partial class DispositionTypeNames
10374     {
10375         public const string Attachment = "attachment";
10376         public const string Inline = "inline";
10377     }
10378     public static partial class MediaTypeNames
10379     {
10380         public static partial class Application
10381         {
10382             public const string Octet = "application/octet-stream";
10383             public const string Pdf = "application/pdf";
10384             public const string Rtf = "application/rtf";
10385             public const string Soap = "application/soap+xml";
10386             public const string Zip = "application/zip";
10387         }
10388         public static partial class Image
10389         {
10390             public const string Gif = "image/gif";
10391             public const string Jpeg = "image/jpeg";
10392             public const string Tiff = "image/tiff";
10393         }
10394         public static partial class Text
10395         {
10396             public const string Html = "text/html";
10397             public const string Plain = "text/plain";
10398             public const string RichText = "text/richtext";
10399             public const string Xml = "text/xml";
10400         }
10401     }
10402     public enum TransferEncoding
10403     {
10404         Base64 = 1,
10405         EightBit = 3,
10406         QuotedPrintable = 0,
10407         SevenBit = 2,
10408         Unknown = -1,
10409     }
10410 }
10411 namespace System.Net.NetworkInformation
10412 {
10413     public enum DuplicateAddressDetectionState
10414     {
10415         Deprecated = 3,
10416         Duplicate = 2,
10417         Invalid = 0,
10418         Preferred = 4,
10419         Tentative = 1,
10420     }
10421     public abstract partial class GatewayIPAddressInformation
10422     {
GatewayIPAddressInformation()10423         protected GatewayIPAddressInformation() { }
10424         public abstract System.Net.IPAddress Address { get; }
10425     }
10426     public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.IEnumerable
10427     {
GatewayIPAddressInformationCollection()10428         protected internal GatewayIPAddressInformationCollection() { }
10429         public virtual int Count { get { throw null; } }
10430         public virtual bool IsReadOnly { get { throw null; } }
10431         public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.GatewayIPAddressInformation address)10432         public virtual void Add(System.Net.NetworkInformation.GatewayIPAddressInformation address) { }
Clear()10433         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address)10434         public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset)10435         public virtual void CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset) { }
GetEnumerator()10436         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.GatewayIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address)10437         public virtual bool Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10438         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10439     }
10440     public abstract partial class IcmpV4Statistics
10441     {
IcmpV4Statistics()10442         protected IcmpV4Statistics() { }
10443         public abstract long AddressMaskRepliesReceived { get; }
10444         public abstract long AddressMaskRepliesSent { get; }
10445         public abstract long AddressMaskRequestsReceived { get; }
10446         public abstract long AddressMaskRequestsSent { get; }
10447         public abstract long DestinationUnreachableMessagesReceived { get; }
10448         public abstract long DestinationUnreachableMessagesSent { get; }
10449         public abstract long EchoRepliesReceived { get; }
10450         public abstract long EchoRepliesSent { get; }
10451         public abstract long EchoRequestsReceived { get; }
10452         public abstract long EchoRequestsSent { get; }
10453         public abstract long ErrorsReceived { get; }
10454         public abstract long ErrorsSent { get; }
10455         public abstract long MessagesReceived { get; }
10456         public abstract long MessagesSent { get; }
10457         public abstract long ParameterProblemsReceived { get; }
10458         public abstract long ParameterProblemsSent { get; }
10459         public abstract long RedirectsReceived { get; }
10460         public abstract long RedirectsSent { get; }
10461         public abstract long SourceQuenchesReceived { get; }
10462         public abstract long SourceQuenchesSent { get; }
10463         public abstract long TimeExceededMessagesReceived { get; }
10464         public abstract long TimeExceededMessagesSent { get; }
10465         public abstract long TimestampRepliesReceived { get; }
10466         public abstract long TimestampRepliesSent { get; }
10467         public abstract long TimestampRequestsReceived { get; }
10468         public abstract long TimestampRequestsSent { get; }
10469     }
10470     public abstract partial class IcmpV6Statistics
10471     {
IcmpV6Statistics()10472         protected IcmpV6Statistics() { }
10473         public abstract long DestinationUnreachableMessagesReceived { get; }
10474         public abstract long DestinationUnreachableMessagesSent { get; }
10475         public abstract long EchoRepliesReceived { get; }
10476         public abstract long EchoRepliesSent { get; }
10477         public abstract long EchoRequestsReceived { get; }
10478         public abstract long EchoRequestsSent { get; }
10479         public abstract long ErrorsReceived { get; }
10480         public abstract long ErrorsSent { get; }
10481         public abstract long MembershipQueriesReceived { get; }
10482         public abstract long MembershipQueriesSent { get; }
10483         public abstract long MembershipReductionsReceived { get; }
10484         public abstract long MembershipReductionsSent { get; }
10485         public abstract long MembershipReportsReceived { get; }
10486         public abstract long MembershipReportsSent { get; }
10487         public abstract long MessagesReceived { get; }
10488         public abstract long MessagesSent { get; }
10489         public abstract long NeighborAdvertisementsReceived { get; }
10490         public abstract long NeighborAdvertisementsSent { get; }
10491         public abstract long NeighborSolicitsReceived { get; }
10492         public abstract long NeighborSolicitsSent { get; }
10493         public abstract long PacketTooBigMessagesReceived { get; }
10494         public abstract long PacketTooBigMessagesSent { get; }
10495         public abstract long ParameterProblemsReceived { get; }
10496         public abstract long ParameterProblemsSent { get; }
10497         public abstract long RedirectsReceived { get; }
10498         public abstract long RedirectsSent { get; }
10499         public abstract long RouterAdvertisementsReceived { get; }
10500         public abstract long RouterAdvertisementsSent { get; }
10501         public abstract long RouterSolicitsReceived { get; }
10502         public abstract long RouterSolicitsSent { get; }
10503         public abstract long TimeExceededMessagesReceived { get; }
10504         public abstract long TimeExceededMessagesSent { get; }
10505     }
10506     public partial class IPAddressCollection : System.Collections.Generic.ICollection<System.Net.IPAddress>, System.Collections.Generic.IEnumerable<System.Net.IPAddress>, System.Collections.IEnumerable
10507     {
IPAddressCollection()10508         protected internal IPAddressCollection() { }
10509         public virtual int Count { get { throw null; } }
10510         public virtual bool IsReadOnly { get { throw null; } }
10511         public virtual System.Net.IPAddress this[int index] { get { throw null; } }
Add(System.Net.IPAddress address)10512         public virtual void Add(System.Net.IPAddress address) { }
Clear()10513         public virtual void Clear() { }
Contains(System.Net.IPAddress address)10514         public virtual bool Contains(System.Net.IPAddress address) { throw null; }
CopyTo(System.Net.IPAddress[] array, int offset)10515         public virtual void CopyTo(System.Net.IPAddress[] array, int offset) { }
GetEnumerator()10516         public virtual System.Collections.Generic.IEnumerator<System.Net.IPAddress> GetEnumerator() { throw null; }
Remove(System.Net.IPAddress address)10517         public virtual bool Remove(System.Net.IPAddress address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10518         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10519     }
10520     public abstract partial class IPAddressInformation
10521     {
IPAddressInformation()10522         protected IPAddressInformation() { }
10523         public abstract System.Net.IPAddress Address { get; }
10524         public abstract bool IsDnsEligible { get; }
10525         public abstract bool IsTransient { get; }
10526     }
10527     public partial class IPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.IEnumerable
10528     {
IPAddressInformationCollection()10529         internal IPAddressInformationCollection() { }
10530         public virtual int Count { get { throw null; } }
10531         public virtual bool IsReadOnly { get { throw null; } }
10532         public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.IPAddressInformation address)10533         public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { }
Clear()10534         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.IPAddressInformation address)10535         public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset)10536         public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) { }
GetEnumerator()10537         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.IPAddressInformation address)10538         public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10539         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10540     }
10541     public abstract partial class IPGlobalProperties
10542     {
IPGlobalProperties()10543         protected IPGlobalProperties() { }
10544         public abstract string DhcpScopeName { get; }
10545         public abstract string DomainName { get; }
10546         public abstract string HostName { get; }
10547         public abstract bool IsWinsProxy { get; }
10548         public abstract System.Net.NetworkInformation.NetBiosNodeType NodeType { get; }
BeginGetUnicastAddresses(System.AsyncCallback callback, object state)10549         public virtual System.IAsyncResult BeginGetUnicastAddresses(System.AsyncCallback callback, object state) { throw null; }
EndGetUnicastAddresses(System.IAsyncResult asyncResult)10550         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection EndGetUnicastAddresses(System.IAsyncResult asyncResult) { throw null; }
GetActiveTcpConnections()10551         public abstract System.Net.NetworkInformation.TcpConnectionInformation[] GetActiveTcpConnections();
GetActiveTcpListeners()10552         public abstract System.Net.IPEndPoint[] GetActiveTcpListeners();
GetActiveUdpListeners()10553         public abstract System.Net.IPEndPoint[] GetActiveUdpListeners();
GetIcmpV4Statistics()10554         public abstract System.Net.NetworkInformation.IcmpV4Statistics GetIcmpV4Statistics();
GetIcmpV6Statistics()10555         public abstract System.Net.NetworkInformation.IcmpV6Statistics GetIcmpV6Statistics();
GetIPGlobalProperties()10556         public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties() { throw null; }
GetIPv4GlobalStatistics()10557         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv4GlobalStatistics();
GetIPv6GlobalStatistics()10558         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv6GlobalStatistics();
GetTcpIPv4Statistics()10559         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv4Statistics();
GetTcpIPv6Statistics()10560         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv6Statistics();
GetUdpIPv4Statistics()10561         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv4Statistics();
GetUdpIPv6Statistics()10562         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv6Statistics();
GetUnicastAddresses()10563         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection GetUnicastAddresses() { throw null; }
10564         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetUnicastAddressesAsync()10565         public virtual System.Threading.Tasks.Task<System.Net.NetworkInformation.UnicastIPAddressInformationCollection> GetUnicastAddressesAsync() { throw null; }
10566     }
10567     public abstract partial class IPGlobalStatistics
10568     {
IPGlobalStatistics()10569         protected IPGlobalStatistics() { }
10570         public abstract int DefaultTtl { get; }
10571         public abstract bool ForwardingEnabled { get; }
10572         public abstract int NumberOfInterfaces { get; }
10573         public abstract int NumberOfIPAddresses { get; }
10574         public abstract int NumberOfRoutes { get; }
10575         public abstract long OutputPacketRequests { get; }
10576         public abstract long OutputPacketRoutingDiscards { get; }
10577         public abstract long OutputPacketsDiscarded { get; }
10578         public abstract long OutputPacketsWithNoRoute { get; }
10579         public abstract long PacketFragmentFailures { get; }
10580         public abstract long PacketReassembliesRequired { get; }
10581         public abstract long PacketReassemblyFailures { get; }
10582         public abstract long PacketReassemblyTimeout { get; }
10583         public abstract long PacketsFragmented { get; }
10584         public abstract long PacketsReassembled { get; }
10585         public abstract long ReceivedPackets { get; }
10586         public abstract long ReceivedPacketsDelivered { get; }
10587         public abstract long ReceivedPacketsDiscarded { get; }
10588         public abstract long ReceivedPacketsForwarded { get; }
10589         public abstract long ReceivedPacketsWithAddressErrors { get; }
10590         public abstract long ReceivedPacketsWithHeadersErrors { get; }
10591         public abstract long ReceivedPacketsWithUnknownProtocol { get; }
10592     }
10593     public abstract partial class IPInterfaceProperties
10594     {
IPInterfaceProperties()10595         protected IPInterfaceProperties() { }
10596         public abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; }
10597         public abstract System.Net.NetworkInformation.IPAddressCollection DhcpServerAddresses { get; }
10598         public abstract System.Net.NetworkInformation.IPAddressCollection DnsAddresses { get; }
10599         public abstract string DnsSuffix { get; }
10600         public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddresses { get; }
10601         public abstract bool IsDnsEnabled { get; }
10602         public abstract bool IsDynamicDnsEnabled { get; }
10603         public abstract System.Net.NetworkInformation.MulticastIPAddressInformationCollection MulticastAddresses { get; }
10604         public abstract System.Net.NetworkInformation.UnicastIPAddressInformationCollection UnicastAddresses { get; }
10605         public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
GetIPv4Properties()10606         public abstract System.Net.NetworkInformation.IPv4InterfaceProperties GetIPv4Properties();
GetIPv6Properties()10607         public abstract System.Net.NetworkInformation.IPv6InterfaceProperties GetIPv6Properties();
10608     }
10609     public abstract partial class IPInterfaceStatistics
10610     {
IPInterfaceStatistics()10611         protected IPInterfaceStatistics() { }
10612         public abstract long BytesReceived { get; }
10613         public abstract long BytesSent { get; }
10614         public abstract long IncomingPacketsDiscarded { get; }
10615         public abstract long IncomingPacketsWithErrors { get; }
10616         public abstract long IncomingUnknownProtocolPackets { get; }
10617         public abstract long NonUnicastPacketsReceived { get; }
10618         public abstract long NonUnicastPacketsSent { get; }
10619         public abstract long OutgoingPacketsDiscarded { get; }
10620         public abstract long OutgoingPacketsWithErrors { get; }
10621         public abstract long OutputQueueLength { get; }
10622         public abstract long UnicastPacketsReceived { get; }
10623         public abstract long UnicastPacketsSent { get; }
10624     }
10625     public enum IPStatus
10626     {
10627         BadDestination = 11018,
10628         BadHeader = 11042,
10629         BadOption = 11007,
10630         BadRoute = 11012,
10631         DestinationHostUnreachable = 11003,
10632         DestinationNetworkUnreachable = 11002,
10633         DestinationPortUnreachable = 11005,
10634         DestinationProhibited = 11004,
10635         DestinationProtocolUnreachable = 11004,
10636         DestinationScopeMismatch = 11045,
10637         DestinationUnreachable = 11040,
10638         HardwareError = 11008,
10639         IcmpError = 11044,
10640         NoResources = 11006,
10641         PacketTooBig = 11009,
10642         ParameterProblem = 11015,
10643         SourceQuench = 11016,
10644         Success = 0,
10645         TimedOut = 11010,
10646         TimeExceeded = 11041,
10647         TtlExpired = 11013,
10648         TtlReassemblyTimeExceeded = 11014,
10649         Unknown = -1,
10650         UnrecognizedNextHeader = 11043,
10651     }
10652     public abstract partial class IPv4InterfaceProperties
10653     {
IPv4InterfaceProperties()10654         protected IPv4InterfaceProperties() { }
10655         public abstract int Index { get; }
10656         public abstract bool IsAutomaticPrivateAddressingActive { get; }
10657         public abstract bool IsAutomaticPrivateAddressingEnabled { get; }
10658         public abstract bool IsDhcpEnabled { get; }
10659         public abstract bool IsForwardingEnabled { get; }
10660         public abstract int Mtu { get; }
10661         public abstract bool UsesWins { get; }
10662     }
10663     public abstract partial class IPv4InterfaceStatistics
10664     {
IPv4InterfaceStatistics()10665         protected IPv4InterfaceStatistics() { }
10666         public abstract long BytesReceived { get; }
10667         public abstract long BytesSent { get; }
10668         public abstract long IncomingPacketsDiscarded { get; }
10669         public abstract long IncomingPacketsWithErrors { get; }
10670         public abstract long IncomingUnknownProtocolPackets { get; }
10671         public abstract long NonUnicastPacketsReceived { get; }
10672         public abstract long NonUnicastPacketsSent { get; }
10673         public abstract long OutgoingPacketsDiscarded { get; }
10674         public abstract long OutgoingPacketsWithErrors { get; }
10675         public abstract long OutputQueueLength { get; }
10676         public abstract long UnicastPacketsReceived { get; }
10677         public abstract long UnicastPacketsSent { get; }
10678     }
10679     public abstract partial class IPv6InterfaceProperties
10680     {
IPv6InterfaceProperties()10681         protected IPv6InterfaceProperties() { }
10682         public abstract int Index { get; }
10683         public abstract int Mtu { get; }
GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel)10684         public virtual long GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel) { throw null; }
10685     }
10686     public abstract partial class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10687     {
MulticastIPAddressInformation()10688         protected MulticastIPAddressInformation() { }
10689         public abstract long AddressPreferredLifetime { get; }
10690         public abstract long AddressValidLifetime { get; }
10691         public abstract long DhcpLeaseLifetime { get; }
10692         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10693         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10694         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10695     }
10696     public partial class MulticastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.IEnumerable
10697     {
MulticastIPAddressInformationCollection()10698         protected internal MulticastIPAddressInformationCollection() { }
10699         public virtual int Count { get { throw null; } }
10700         public virtual bool IsReadOnly { get { throw null; } }
10701         public virtual System.Net.NetworkInformation.MulticastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.MulticastIPAddressInformation address)10702         public virtual void Add(System.Net.NetworkInformation.MulticastIPAddressInformation address) { }
Clear()10703         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address)10704         public virtual bool Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset)10705         public virtual void CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset) { }
GetEnumerator()10706         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.MulticastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address)10707         public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10708         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10709     }
10710     public enum NetBiosNodeType
10711     {
10712         Broadcast = 1,
10713         Hybrid = 8,
10714         Mixed = 4,
10715         Peer2Peer = 2,
10716         Unknown = 0,
10717     }
NetworkAddressChangedEventHandler(object sender, System.EventArgs e)10718     public delegate void NetworkAddressChangedEventHandler(object sender, System.EventArgs e);
NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e)10719     public delegate void NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e);
10720     public partial class NetworkAvailabilityEventArgs : System.EventArgs
10721     {
NetworkAvailabilityEventArgs()10722         internal NetworkAvailabilityEventArgs() { }
10723         public bool IsAvailable { get { throw null; } }
10724     }
10725     public partial class NetworkChange
10726     {
NetworkChange()10727         public NetworkChange() { }
10728         public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler NetworkAddressChanged { add { } remove { } }
10729         public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged { add { } remove { } }
RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc)10730         public static void RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc) { }
10731     }
10732     [System.FlagsAttribute]
10733     public enum NetworkInformationAccess
10734     {
10735         None = 0,
10736         Ping = 4,
10737         Read = 1,
10738     }
10739     [System.SerializableAttribute]
10740     public partial class NetworkInformationException : System.ComponentModel.Win32Exception
10741     {
NetworkInformationException()10742         public NetworkInformationException() { }
NetworkInformationException(int errorCode)10743         public NetworkInformationException(int errorCode) { }
NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10744         protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10745         public override int ErrorCode { get { throw null; } }
10746     }
10747     [System.SerializableAttribute]
10748     public sealed partial class NetworkInformationPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10749     {
NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10750         public NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
NetworkInformationPermission(System.Security.Permissions.PermissionState state)10751         public NetworkInformationPermission(System.Security.Permissions.PermissionState state) { }
10752         public System.Net.NetworkInformation.NetworkInformationAccess Access { get { throw null; } }
AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10753         public void AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
Copy()10754         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10755         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10756         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10757         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10758         public bool IsUnrestricted() { throw null; }
ToXml()10759         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10760         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10761     }
10762     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10763     [System.SerializableAttribute]
10764     public sealed partial class NetworkInformationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10765     {
NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action)10766         public NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10767         public string Access { get { throw null; } set { } }
CreatePermission()10768         public override System.Security.IPermission CreatePermission() { throw null; }
10769     }
10770     public abstract partial class NetworkInterface
10771     {
NetworkInterface()10772         protected NetworkInterface() { }
10773         public virtual string Description { get { throw null; } }
10774         public virtual string Id { get { throw null; } }
10775         public static int IPv6LoopbackInterfaceIndex { get { throw null; } }
10776         public virtual bool IsReceiveOnly { get { throw null; } }
10777         public static int LoopbackInterfaceIndex { get { throw null; } }
10778         public virtual string Name { get { throw null; } }
10779         public virtual System.Net.NetworkInformation.NetworkInterfaceType NetworkInterfaceType { get { throw null; } }
10780         public virtual System.Net.NetworkInformation.OperationalStatus OperationalStatus { get { throw null; } }
10781         public virtual long Speed { get { throw null; } }
10782         public virtual bool SupportsMulticast { get { throw null; } }
GetAllNetworkInterfaces()10783         public static System.Net.NetworkInformation.NetworkInterface[] GetAllNetworkInterfaces() { throw null; }
GetIPProperties()10784         public virtual System.Net.NetworkInformation.IPInterfaceProperties GetIPProperties() { throw null; }
GetIPStatistics()10785         public virtual System.Net.NetworkInformation.IPInterfaceStatistics GetIPStatistics() { throw null; }
GetIPv4Statistics()10786         public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics() { throw null; }
GetIsNetworkAvailable()10787         public static bool GetIsNetworkAvailable() { throw null; }
GetPhysicalAddress()10788         public virtual System.Net.NetworkInformation.PhysicalAddress GetPhysicalAddress() { throw null; }
Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent)10789         public virtual bool Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent) { throw null; }
10790     }
10791     public enum NetworkInterfaceComponent
10792     {
10793         IPv4 = 0,
10794         IPv6 = 1,
10795     }
10796     public enum NetworkInterfaceType
10797     {
10798         AsymmetricDsl = 94,
10799         Atm = 37,
10800         BasicIsdn = 20,
10801         Ethernet = 6,
10802         Ethernet3Megabit = 26,
10803         FastEthernetFx = 69,
10804         FastEthernetT = 62,
10805         Fddi = 15,
10806         GenericModem = 48,
10807         GigabitEthernet = 117,
10808         HighPerformanceSerialBus = 144,
10809         IPOverAtm = 114,
10810         Isdn = 63,
10811         Loopback = 24,
10812         MultiRateSymmetricDsl = 143,
10813         Ppp = 23,
10814         PrimaryIsdn = 21,
10815         RateAdaptDsl = 95,
10816         Slip = 28,
10817         SymmetricDsl = 96,
10818         TokenRing = 9,
10819         Tunnel = 131,
10820         Unknown = 1,
10821         VeryHighSpeedDsl = 97,
10822         Wireless80211 = 71,
10823         Wman = 237,
10824         Wwanpp = 243,
10825         Wwanpp2 = 244,
10826     }
10827     public enum OperationalStatus
10828     {
10829         Dormant = 5,
10830         Down = 2,
10831         LowerLayerDown = 7,
10832         NotPresent = 6,
10833         Testing = 3,
10834         Unknown = 4,
10835         Up = 1,
10836     }
10837     public partial class PhysicalAddress
10838     {
10839         public static readonly System.Net.NetworkInformation.PhysicalAddress None;
PhysicalAddress(byte[] address)10840         public PhysicalAddress(byte[] address) { }
Equals(object comparand)10841         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()10842         public byte[] GetAddressBytes() { throw null; }
GetHashCode()10843         public override int GetHashCode() { throw null; }
Parse(string address)10844         public static System.Net.NetworkInformation.PhysicalAddress Parse(string address) { throw null; }
ToString()10845         public override string ToString() { throw null; }
10846     }
10847     [System.MonoTODOAttribute("IPv6 support is missing")]
10848     public partial class Ping : System.ComponentModel.Component
10849     {
Ping()10850         public Ping() { }
10851         public event System.Net.NetworkInformation.PingCompletedEventHandler PingCompleted { add { } remove { } }
Dispose(bool disposing)10852         protected override void Dispose(bool disposing) { }
OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e)10853         protected void OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e) { }
Send(System.Net.IPAddress address)10854         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address) { throw null; }
Send(System.Net.IPAddress address, int timeout)10855         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout) { throw null; }
Send(System.Net.IPAddress address, int timeout, byte[] buffer)10856         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)10857         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
Send(string hostNameOrAddress)10858         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress) { throw null; }
Send(string hostNameOrAddress, int timeout)10859         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout) { throw null; }
Send(string hostNameOrAddress, int timeout, byte[] buffer)10860         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)10861         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)10862         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)10863         public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken) { }
SendAsync(System.Net.IPAddress address, int timeout, object userToken)10864         public void SendAsync(System.Net.IPAddress address, int timeout, object userToken) { }
SendAsync(System.Net.IPAddress address, object userToken)10865         public void SendAsync(System.Net.IPAddress address, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken)10866         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)10867         public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, object userToken)10868         public void SendAsync(string hostNameOrAddress, int timeout, object userToken) { }
SendAsync(string hostNameOrAddress, object userToken)10869         public void SendAsync(string hostNameOrAddress, object userToken) { }
SendAsyncCancel()10870         public void SendAsyncCancel() { }
SendPingAsync(System.Net.IPAddress address)10871         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address) { throw null; }
SendPingAsync(System.Net.IPAddress address, int timeout)10872         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address, int timeout) { throw null; }
SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer)10873         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer) { throw null; }
SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options)10874         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
SendPingAsync(string hostNameOrAddress)10875         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress) { throw null; }
SendPingAsync(string hostNameOrAddress, int timeout)10876         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout) { throw null; }
SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer)10877         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer) { throw null; }
SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options)10878         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
10879     }
10880     public partial class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
10881     {
PingCompletedEventArgs()10882         internal PingCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
10883         public System.Net.NetworkInformation.PingReply Reply { get { throw null; } }
10884     }
PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e)10885     public delegate void PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e);
10886     [System.SerializableAttribute]
10887     public partial class PingException : System.InvalidOperationException
10888     {
PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10889         protected PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
PingException(string message)10890         public PingException(string message) { }
PingException(string message, System.Exception innerException)10891         public PingException(string message, System.Exception innerException) { }
10892     }
10893     public partial class PingOptions
10894     {
PingOptions()10895         public PingOptions() { }
PingOptions(int ttl, bool dontFragment)10896         public PingOptions(int ttl, bool dontFragment) { }
10897         public bool DontFragment { get { throw null; } set { } }
10898         public int Ttl { get { throw null; } set { } }
10899     }
10900     public partial class PingReply
10901     {
PingReply()10902         internal PingReply() { }
10903         public System.Net.IPAddress Address { get { throw null; } }
10904         public byte[] Buffer { get { throw null; } }
10905         public System.Net.NetworkInformation.PingOptions Options { get { throw null; } }
10906         public long RoundtripTime { get { throw null; } }
10907         public System.Net.NetworkInformation.IPStatus Status { get { throw null; } }
10908     }
10909     public enum PrefixOrigin
10910     {
10911         Dhcp = 3,
10912         Manual = 1,
10913         Other = 0,
10914         RouterAdvertisement = 4,
10915         WellKnown = 2,
10916     }
10917     public enum ScopeLevel
10918     {
10919         Admin = 4,
10920         Global = 14,
10921         Interface = 1,
10922         Link = 2,
10923         None = 0,
10924         Organization = 8,
10925         Site = 5,
10926         Subnet = 3,
10927     }
10928     public enum SuffixOrigin
10929     {
10930         LinkLayerAddress = 4,
10931         Manual = 1,
10932         OriginDhcp = 3,
10933         Other = 0,
10934         Random = 5,
10935         WellKnown = 2,
10936     }
10937     public abstract partial class TcpConnectionInformation
10938     {
TcpConnectionInformation()10939         protected TcpConnectionInformation() { }
10940         public abstract System.Net.IPEndPoint LocalEndPoint { get; }
10941         public abstract System.Net.IPEndPoint RemoteEndPoint { get; }
10942         public abstract System.Net.NetworkInformation.TcpState State { get; }
10943     }
10944     public enum TcpState
10945     {
10946         Closed = 1,
10947         CloseWait = 8,
10948         Closing = 9,
10949         DeleteTcb = 12,
10950         Established = 5,
10951         FinWait1 = 6,
10952         FinWait2 = 7,
10953         LastAck = 10,
10954         Listen = 2,
10955         SynReceived = 4,
10956         SynSent = 3,
10957         TimeWait = 11,
10958         Unknown = 0,
10959     }
10960     public abstract partial class TcpStatistics
10961     {
TcpStatistics()10962         protected TcpStatistics() { }
10963         public abstract long ConnectionsAccepted { get; }
10964         public abstract long ConnectionsInitiated { get; }
10965         public abstract long CumulativeConnections { get; }
10966         public abstract long CurrentConnections { get; }
10967         public abstract long ErrorsReceived { get; }
10968         public abstract long FailedConnectionAttempts { get; }
10969         public abstract long MaximumConnections { get; }
10970         public abstract long MaximumTransmissionTimeout { get; }
10971         public abstract long MinimumTransmissionTimeout { get; }
10972         public abstract long ResetConnections { get; }
10973         public abstract long ResetsSent { get; }
10974         public abstract long SegmentsReceived { get; }
10975         public abstract long SegmentsResent { get; }
10976         public abstract long SegmentsSent { get; }
10977     }
10978     public abstract partial class UdpStatistics
10979     {
UdpStatistics()10980         protected UdpStatistics() { }
10981         public abstract long DatagramsReceived { get; }
10982         public abstract long DatagramsSent { get; }
10983         public abstract long IncomingDatagramsDiscarded { get; }
10984         public abstract long IncomingDatagramsWithErrors { get; }
10985         public abstract int UdpListeners { get; }
10986     }
10987     public abstract partial class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10988     {
UnicastIPAddressInformation()10989         protected UnicastIPAddressInformation() { }
10990         public abstract long AddressPreferredLifetime { get; }
10991         public abstract long AddressValidLifetime { get; }
10992         public abstract long DhcpLeaseLifetime { get; }
10993         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10994         public abstract System.Net.IPAddress IPv4Mask { get; }
10995         public virtual int PrefixLength { get { throw null; } }
10996         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10997         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10998     }
10999     public partial class UnicastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.IEnumerable
11000     {
UnicastIPAddressInformationCollection()11001         protected internal UnicastIPAddressInformationCollection() { }
11002         public virtual int Count { get { throw null; } }
11003         public virtual bool IsReadOnly { get { throw null; } }
11004         public virtual System.Net.NetworkInformation.UnicastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.UnicastIPAddressInformation address)11005         public virtual void Add(System.Net.NetworkInformation.UnicastIPAddressInformation address) { }
Clear()11006         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address)11007         public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset)11008         public virtual void CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset) { }
GetEnumerator()11009         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.UnicastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address)11010         public virtual bool Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()11011         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
11012     }
11013 }
11014 namespace System.Net.Security
11015 {
11016     public abstract partial class AuthenticatedStream : System.IO.Stream
11017     {
AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11018         protected AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) { }
11019         protected System.IO.Stream InnerStream { get { throw null; } }
11020         public abstract bool IsAuthenticated { get; }
11021         public abstract bool IsEncrypted { get; }
11022         public abstract bool IsMutuallyAuthenticated { get; }
11023         public abstract bool IsServer { get; }
11024         public abstract bool IsSigned { get; }
11025         public bool LeaveInnerStreamOpen { get { throw null; } }
Dispose(bool disposing)11026         protected override void Dispose(bool disposing) { }
11027     }
11028     public enum AuthenticationLevel
11029     {
11030         MutualAuthRequested = 1,
11031         MutualAuthRequired = 2,
11032         None = 0,
11033     }
11034     public enum EncryptionPolicy
11035     {
11036         AllowNoEncryption = 1,
11037         NoEncryption = 2,
11038         RequireEncryption = 0,
11039     }
LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers)11040     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);
11041     public partial class NegotiateStream : System.Net.Security.AuthenticatedStream
11042     {
11043         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream)11044         public NegotiateStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
11045         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11046         public NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { }
11047         public override bool CanRead { get { throw null; } }
11048         public override bool CanSeek { get { throw null; } }
11049         [System.MonoTODOAttribute]
11050         public override bool CanTimeout { get { throw null; } }
11051         public override bool CanWrite { get { throw null; } }
11052         [System.MonoTODOAttribute]
11053         public virtual System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } }
11054         [System.MonoTODOAttribute]
11055         public override bool IsAuthenticated { get { throw null; } }
11056         [System.MonoTODOAttribute]
11057         public override bool IsEncrypted { get { throw null; } }
11058         [System.MonoTODOAttribute]
11059         public override bool IsMutuallyAuthenticated { get { throw null; } }
11060         [System.MonoTODOAttribute]
11061         public override bool IsServer { get { throw null; } }
11062         [System.MonoTODOAttribute]
11063         public override bool IsSigned { get { throw null; } }
11064         public override long Length { get { throw null; } }
11065         public override long Position { get { throw null; } set { } }
11066         public override int ReadTimeout { get { throw null; } set { } }
11067         [System.MonoTODOAttribute]
11068         public virtual System.Security.Principal.IIdentity RemoteIdentity { get { throw null; } }
11069         public override int WriteTimeout { get { throw null; } set { } }
11070         [System.MonoTODOAttribute]
AuthenticateAsClient()11071         public virtual void AuthenticateAsClient() { }
11072         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11073         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) { }
11074         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11075         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { }
11076         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName)11077         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName) { }
11078         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11079         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { }
AuthenticateAsClientAsync()11080         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync() { throw null; }
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11081         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) { throw null; }
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11082         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { throw null; }
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName)11083         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName) { throw null; }
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11084         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { throw null; }
11085         [System.MonoTODOAttribute]
AuthenticateAsServer()11086         public virtual void AuthenticateAsServer() { }
11087         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11088         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
11089         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11090         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
11091         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy)11092         public virtual void AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { }
AuthenticateAsServerAsync()11093         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync() { throw null; }
AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11094         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { throw null; }
AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11095         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { throw null; }
AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy)11096         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { throw null; }
11097         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState)11098         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11099         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState)11100         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11101         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11102         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11103         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState)11104         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11105         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11106         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; }
11107         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState)11108         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11109         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11110         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; }
11111         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11112         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11113         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState)11114         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11115         [System.MonoTODOAttribute]
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11116         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11117         [System.MonoTODOAttribute]
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11118         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11119         [System.MonoTODOAttribute]
Dispose(bool disposing)11120         protected override void Dispose(bool disposing) { }
11121         [System.MonoTODOAttribute]
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11122         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
11123         [System.MonoTODOAttribute]
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11124         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
11125         [System.MonoTODOAttribute]
EndRead(System.IAsyncResult asyncResult)11126         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
11127         [System.MonoTODOAttribute]
EndWrite(System.IAsyncResult asyncResult)11128         public override void EndWrite(System.IAsyncResult asyncResult) { }
11129         [System.MonoTODOAttribute]
Flush()11130         public override void Flush() { }
11131         [System.MonoTODOAttribute]
Read(byte[] buffer, int offset, int count)11132         public override int Read(byte[] buffer, int offset, int count) { throw null; }
11133         [System.MonoTODOAttribute]
Seek(long offset, System.IO.SeekOrigin origin)11134         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
11135         [System.MonoTODOAttribute]
SetLength(long value)11136         public override void SetLength(long value) { }
11137         [System.MonoTODOAttribute]
Write(byte[] buffer, int offset, int count)11138         public override void Write(byte[] buffer, int offset, int count) { }
11139     }
11140     public enum ProtectionLevel
11141     {
11142         EncryptAndSign = 2,
11143         None = 0,
11144         Sign = 1,
11145     }
RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors)11146     public delegate bool RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors);
11147     [System.FlagsAttribute]
11148     public enum SslPolicyErrors
11149     {
11150         None = 0,
11151         RemoteCertificateChainErrors = 4,
11152         RemoteCertificateNameMismatch = 2,
11153         RemoteCertificateNotAvailable = 1,
11154     }
11155     public partial class SslStream : System.Net.Security.AuthenticatedStream
11156     {
SslStream(System.IO.Stream innerStream)11157         public SslStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11158         public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback)11159         public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback) : base (default(System.IO.Stream), default(bool)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback)11160         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)) { }
11161         [System.MonoLimitationAttribute("encryptionPolicy is ignored")]
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy)11162         public SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy) : base (default(System.IO.Stream), default(bool)) { }
11163         public override bool CanRead { get { throw null; } }
11164         public override bool CanSeek { get { throw null; } }
11165         public override bool CanTimeout { get { throw null; } }
11166         public override bool CanWrite { get { throw null; } }
11167         public virtual bool CheckCertRevocationStatus { get { throw null; } }
11168         public virtual System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
11169         public virtual int CipherStrength { get { throw null; } }
11170         public virtual System.Security.Authentication.HashAlgorithmType HashAlgorithm { get { throw null; } }
11171         public virtual int HashStrength { get { throw null; } }
11172         public override bool IsAuthenticated { get { throw null; } }
11173         public override bool IsEncrypted { get { throw null; } }
11174         public override bool IsMutuallyAuthenticated { get { throw null; } }
11175         public override bool IsServer { get { throw null; } }
11176         public override bool IsSigned { get { throw null; } }
11177         public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
11178         public virtual int KeyExchangeStrength { get { throw null; } }
11179         public override long Length { get { throw null; } }
11180         public virtual System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get { throw null; } }
11181         public override long Position { get { throw null; } set { } }
11182         public override int ReadTimeout { get { throw null; } set { } }
11183         public virtual System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get { throw null; } }
11184         public virtual System.Security.Authentication.SslProtocols SslProtocol { get { throw null; } }
11185         public System.Net.TransportContext TransportContext { get { throw null; } }
11186         public override int WriteTimeout { get { throw null; } set { } }
AuthenticateAsClient(string targetHost)11187         public virtual void AuthenticateAsClient(string targetHost) { }
AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11188         public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
AuthenticateAsClientAsync(string targetHost)11189         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost) { throw null; }
AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11190         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw null; }
AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate)11191         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)11192         public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate)11193         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) { throw null; }
AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11194         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw null; }
BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState)11195         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)11196         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)11197         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)11198         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)11199         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)11200         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)11201         protected override void Dispose(bool disposing) { }
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11202         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11203         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
EndRead(System.IAsyncResult asyncResult)11204         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11205         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()11206         public override void Flush() { }
Read(byte[] buffer, int offset, int count)11207         public override int Read(byte[] buffer, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)11208         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11209         public override void SetLength(long value) { }
Write(byte[] buffer)11210         public void Write(byte[] buffer) { }
Write(byte[] buffer, int offset, int count)11211         public override void Write(byte[] buffer, int offset, int count) { }
11212     }
11213 }
11214 namespace System.Net.Sockets
11215 {
11216     public enum AddressFamily
11217     {
11218         AppleTalk = 16,
11219         Atm = 22,
11220         Banyan = 21,
11221         Ccitt = 10,
11222         Chaos = 5,
11223         Cluster = 24,
11224         DataKit = 9,
11225         DataLink = 13,
11226         DecNet = 12,
11227         Ecma = 8,
11228         FireFox = 19,
11229         HyperChannel = 15,
11230         Ieee12844 = 25,
11231         ImpLink = 3,
11232         InterNetwork = 2,
11233         InterNetworkV6 = 23,
11234         Ipx = 6,
11235         Irda = 26,
11236         Iso = 7,
11237         Lat = 14,
11238         Max = 29,
11239         NetBios = 17,
11240         NetworkDesigners = 28,
11241         NS = 6,
11242         Osi = 7,
11243         Pup = 4,
11244         Sna = 11,
11245         Unix = 1,
11246         Unknown = -1,
11247         Unspecified = 0,
11248         VoiceView = 18,
11249     }
11250     public enum IOControlCode : long
11251     {
11252         AbsorbRouterAlert = (long)2550136837,
11253         AddMulticastGroupOnInterface = (long)2550136842,
11254         AddressListChange = (long)671088663,
11255         AddressListQuery = (long)1207959574,
11256         AddressListSort = (long)3355443225,
11257         AssociateHandle = (long)2281701377,
11258         AsyncIO = (long)2147772029,
11259         BindToInterface = (long)2550136840,
11260         DataToRead = (long)1074030207,
11261         DeleteMulticastGroupFromInterface = (long)2550136843,
11262         EnableCircularQueuing = (long)671088642,
11263         Flush = (long)671088644,
11264         GetBroadcastAddress = (long)1207959557,
11265         GetExtensionFunctionPointer = (long)3355443206,
11266         GetGroupQos = (long)3355443208,
11267         GetQos = (long)3355443207,
11268         KeepAliveValues = (long)2550136836,
11269         LimitBroadcasts = (long)2550136839,
11270         MulticastInterface = (long)2550136841,
11271         MulticastScope = (long)2281701386,
11272         MultipointLoopback = (long)2281701385,
11273         NamespaceChange = (long)2281701401,
11274         NonBlockingIO = (long)2147772030,
11275         OobDataRead = (long)1074033415,
11276         QueryTargetPnpHandle = (long)1207959576,
11277         ReceiveAll = (long)2550136833,
11278         ReceiveAllIgmpMulticast = (long)2550136835,
11279         ReceiveAllMulticast = (long)2550136834,
11280         RoutingInterfaceChange = (long)2281701397,
11281         RoutingInterfaceQuery = (long)3355443220,
11282         SetGroupQos = (long)2281701388,
11283         SetQos = (long)2281701387,
11284         TranslateHandle = (long)3355443213,
11285         UnicastInterface = (long)2550136838,
11286     }
11287     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11288     public partial struct IPPacketInformation
11289     {
11290         public System.Net.IPAddress Address { get { throw null; } }
11291         public int Interface { get { throw null; } }
EqualsSystem.Net.Sockets.IPPacketInformation11292         public override bool Equals(object comparand) { throw null; }
GetHashCodeSystem.Net.Sockets.IPPacketInformation11293         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.IPPacketInformation11294         public static bool operator ==(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
operator !=System.Net.Sockets.IPPacketInformation11295         public static bool operator !=(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
11296     }
11297     public enum IPProtectionLevel
11298     {
11299         EdgeRestricted = 20,
11300         Restricted = 30,
11301         Unrestricted = 10,
11302         Unspecified = -1,
11303     }
11304     public partial class IPv6MulticastOption
11305     {
IPv6MulticastOption(System.Net.IPAddress group)11306         public IPv6MulticastOption(System.Net.IPAddress group) { }
IPv6MulticastOption(System.Net.IPAddress group, long ifindex)11307         public IPv6MulticastOption(System.Net.IPAddress group, long ifindex) { }
11308         public System.Net.IPAddress Group { get { throw null; } set { } }
11309         public long InterfaceIndex { get { throw null; } set { } }
11310     }
11311     public partial class LingerOption
11312     {
LingerOption(bool enable, int seconds)11313         public LingerOption(bool enable, int seconds) { }
11314         public bool Enabled { get { throw null; } set { } }
11315         public int LingerTime { get { throw null; } set { } }
11316     }
11317     public partial class MulticastOption
11318     {
MulticastOption(System.Net.IPAddress group)11319         public MulticastOption(System.Net.IPAddress group) { }
MulticastOption(System.Net.IPAddress group, int interfaceIndex)11320         public MulticastOption(System.Net.IPAddress group, int interfaceIndex) { }
MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint)11321         public MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint) { }
11322         public System.Net.IPAddress Group { get { throw null; } set { } }
11323         public int InterfaceIndex { get { throw null; } set { } }
11324         public System.Net.IPAddress LocalAddress { get { throw null; } set { } }
11325     }
11326     public partial class NetworkStream : System.IO.Stream
11327     {
NetworkStream(System.Net.Sockets.Socket socket)11328         public NetworkStream(System.Net.Sockets.Socket socket) { }
NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket)11329         public NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access)11330         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket)11331         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket) { }
11332         public override bool CanRead { get { throw null; } }
11333         public override bool CanSeek { get { throw null; } }
11334         public override bool CanTimeout { get { throw null; } }
11335         public override bool CanWrite { get { throw null; } }
11336         public virtual bool DataAvailable { get { throw null; } }
11337         public override long Length { get { throw null; } }
11338         public override long Position { get { throw null; } set { } }
11339         protected bool Readable { get { throw null; } set { } }
11340         public override int ReadTimeout { get { throw null; } set { } }
11341         protected System.Net.Sockets.Socket Socket { get { throw null; } }
11342         protected bool Writeable { get { throw null; } set { } }
11343         public override int WriteTimeout { get { throw null; } set { } }
11344         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11345         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
11346         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11347         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
Close(int timeout)11348         public void Close(int timeout) { }
Dispose(bool disposing)11349         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)11350         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11351         public override void EndWrite(System.IAsyncResult asyncResult) { }
~NetworkStream()11352         ~NetworkStream() { }
Flush()11353         public override void Flush() { }
FlushAsync(System.Threading.CancellationToken cancellationToken)11354         public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
Read([System.Runtime.InteropServices.In][System.Runtime.InteropServices.Out]byte[] buffer, int offset, int size)11355         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)11356         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11357         public override void SetLength(long value) { }
Write(byte[] buffer, int offset, int size)11358         public override void Write(byte[] buffer, int offset, int size) { }
11359     }
11360     public enum ProtocolFamily
11361     {
11362         AppleTalk = 16,
11363         Atm = 22,
11364         Banyan = 21,
11365         Ccitt = 10,
11366         Chaos = 5,
11367         Cluster = 24,
11368         DataKit = 9,
11369         DataLink = 13,
11370         DecNet = 12,
11371         Ecma = 8,
11372         FireFox = 19,
11373         HyperChannel = 15,
11374         Ieee12844 = 25,
11375         ImpLink = 3,
11376         InterNetwork = 2,
11377         InterNetworkV6 = 23,
11378         Ipx = 6,
11379         Irda = 26,
11380         Iso = 7,
11381         Lat = 14,
11382         Max = 29,
11383         NetBios = 17,
11384         NetworkDesigners = 28,
11385         NS = 6,
11386         Osi = 7,
11387         Pup = 4,
11388         Sna = 11,
11389         Unix = 1,
11390         Unknown = -1,
11391         Unspecified = 0,
11392         VoiceView = 18,
11393     }
11394     public enum ProtocolType
11395     {
11396         Ggp = 3,
11397         Icmp = 1,
11398         IcmpV6 = 58,
11399         Idp = 22,
11400         Igmp = 2,
11401         IP = 0,
11402         IPSecAuthenticationHeader = 51,
11403         IPSecEncapsulatingSecurityPayload = 50,
11404         IPv4 = 4,
11405         IPv6 = 41,
11406         IPv6DestinationOptions = 60,
11407         IPv6FragmentHeader = 44,
11408         IPv6HopByHopOptions = 0,
11409         IPv6NoNextHeader = 59,
11410         IPv6RoutingHeader = 43,
11411         Ipx = 1000,
11412         ND = 77,
11413         Pup = 12,
11414         Raw = 255,
11415         Spx = 1256,
11416         SpxII = 1257,
11417         Tcp = 6,
11418         Udp = 17,
11419         Unknown = -1,
11420         Unspecified = 0,
11421     }
11422     public enum SelectMode
11423     {
11424         SelectError = 2,
11425         SelectRead = 0,
11426         SelectWrite = 1,
11427     }
11428     public partial class SendPacketsElement
11429     {
SendPacketsElement(byte[] buffer)11430         public SendPacketsElement(byte[] buffer) { }
SendPacketsElement(byte[] buffer, int offset, int count)11431         public SendPacketsElement(byte[] buffer, int offset, int count) { }
SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket)11432         public SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket) { }
SendPacketsElement(string filepath)11433         public SendPacketsElement(string filepath) { }
SendPacketsElement(string filepath, int offset, int count)11434         public SendPacketsElement(string filepath, int offset, int count) { }
SendPacketsElement(string filepath, int offset, int count, bool endOfPacket)11435         public SendPacketsElement(string filepath, int offset, int count, bool endOfPacket) { }
11436         public byte[] Buffer { get { throw null; } }
11437         public int Count { get { throw null; } }
11438         public bool EndOfPacket { get { throw null; } }
11439         public string FilePath { get { throw null; } }
11440         public int Offset { get { throw null; } }
11441     }
11442     public partial class Socket : System.IDisposable
11443     {
Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11444         public Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
Socket(System.Net.Sockets.SocketInformation socketInformation)11445         public Socket(System.Net.Sockets.SocketInformation socketInformation) { }
Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11446         public Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
11447         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
11448         public int Available { get { throw null; } }
11449         public bool Blocking { get { throw null; } set { } }
11450         public bool Connected { get { throw null; } }
11451         public bool DontFragment { get { throw null; } set { } }
11452         public bool DualMode { get { throw null; } set { } }
11453         public bool EnableBroadcast { get { throw null; } set { } }
11454         public bool ExclusiveAddressUse { get { throw null; } set { } }
11455         public System.IntPtr Handle { get { throw null; } }
11456         public bool IsBound { get { throw null; } }
11457         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11458         public System.Net.EndPoint LocalEndPoint { get { throw null; } }
11459         public bool MulticastLoopback { get { throw null; } set { } }
11460         public bool NoDelay { get { throw null; } set { } }
11461         public static bool OSSupportsIPv4 { get { throw null; } }
11462         public static bool OSSupportsIPv6 { get { throw null; } }
11463         public System.Net.Sockets.ProtocolType ProtocolType { get { throw null; } }
11464         public int ReceiveBufferSize { get { throw null; } set { } }
11465         public int ReceiveTimeout { get { throw null; } set { } }
11466         public System.Net.EndPoint RemoteEndPoint { get { throw null; } }
11467         public int SendBufferSize { get { throw null; } set { } }
11468         public int SendTimeout { get { throw null; } set { } }
11469         public System.Net.Sockets.SocketType SocketType { get { throw null; } }
11470         [System.ObsoleteAttribute("SupportsIPv4 is obsoleted for this type, please use OSSupportsIPv4 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11471         public static bool SupportsIPv4 { get { throw null; } }
11472         [System.ObsoleteAttribute("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11473         public static bool SupportsIPv6 { get { throw null; } }
11474         public short Ttl { get { throw null; } set { } }
11475         public bool UseOnlyOverlappedIO { get { throw null; } set { } }
Accept()11476         public System.Net.Sockets.Socket Accept() { throw null; }
AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e)11477         public bool AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
BeginAccept(System.AsyncCallback callback, object state)11478         public System.IAsyncResult BeginAccept(System.AsyncCallback callback, object state) { throw null; }
11479         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAccept(int receiveSize, System.AsyncCallback callback, object state)11480         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)11481         public System.IAsyncResult BeginAccept(System.Net.Sockets.Socket acceptSocket, int receiveSize, System.AsyncCallback callback, object state) { throw null; }
BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11482         public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
11483         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11484         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)11485         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)11486         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state)11487         public System.IAsyncResult BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state) { throw null; }
11488         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state)11489         public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11490         public System.IAsyncResult BeginReceive(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; }
11491         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state)11492         public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11493         [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)11494         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 socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11495         public System.IAsyncResult BeginReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
11496         [System.MonoTODOAttribute]
BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11497         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; }
11498         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state)11499         public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, 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)11500         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; }
11501         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state)11502         public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11503         [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)11504         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; }
11505         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSendFile(string fileName, System.AsyncCallback callback, object state)11506         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)11507         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 socketFlags, System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11508         public System.IAsyncResult BeginSendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
Bind(System.Net.EndPoint localEP)11509         public void Bind(System.Net.EndPoint localEP) { }
CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11510         public static void CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { }
Close()11511         public void Close() { }
Close(int timeout)11512         public void Close(int timeout) { }
Connect(System.Net.EndPoint remoteEP)11513         public void Connect(System.Net.EndPoint remoteEP) { }
Connect(System.Net.IPAddress address, int port)11514         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] addresses, int port)11515         public void Connect(System.Net.IPAddress[] addresses, int port) { }
Connect(string host, int port)11516         public void Connect(string host, int port) { }
ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11517         public bool ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
ConnectAsync(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType, System.Net.Sockets.SocketAsyncEventArgs e)11518         public static bool ConnectAsync(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType, System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Disconnect(bool reuseSocket)11519         public void Disconnect(bool reuseSocket) { }
DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11520         public bool DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Dispose()11521         public void Dispose() { }
Dispose(bool disposing)11522         protected virtual void Dispose(bool disposing) { }
11523         [System.MonoLimitationAttribute("We do not support passing sockets across processes, we merely allow this API to pass the socket across AppDomains")]
DuplicateAndClose(int targetProcessId)11524         public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; }
EndAccept(out byte[] buffer, System.IAsyncResult asyncResult)11525         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)11526         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 asyncResult)11527         public System.Net.Sockets.Socket EndAccept(System.IAsyncResult asyncResult) { throw null; }
EndConnect(System.IAsyncResult asyncResult)11528         public void EndConnect(System.IAsyncResult asyncResult) { }
EndDisconnect(System.IAsyncResult asyncResult)11529         public void EndDisconnect(System.IAsyncResult asyncResult) { }
EndReceive(System.IAsyncResult asyncResult)11530         public int EndReceive(System.IAsyncResult asyncResult) { throw null; }
EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11531         public int EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint)11532         public int EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint) { throw null; }
11533         [System.MonoTODOAttribute]
EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation)11534         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 asyncResult)11535         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11536         public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
EndSendFile(System.IAsyncResult asyncResult)11537         public void EndSendFile(System.IAsyncResult asyncResult) { }
EndSendTo(System.IAsyncResult asyncResult)11538         public int EndSendTo(System.IAsyncResult asyncResult) { throw null; }
~Socket()11539         ~Socket() { }
GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName)11540         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)11541         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 optionLength)11542         public byte[] GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionLength) { throw null; }
IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue)11543         public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue)11544         public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
Listen(int backlog)11545         public void Listen(int backlog) { }
Poll(int microSeconds, System.Net.Sockets.SelectMode mode)11546         public bool Poll(int microSeconds, System.Net.Sockets.SelectMode mode) { throw null; }
Receive(byte[] buffer)11547         public int Receive(byte[] buffer) { throw null; }
Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11548         public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11549         public int Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags)11550         public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11551         public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11552         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers) { throw null; }
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags)11553         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11554         [System.CLSCompliantAttribute(false)]
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11555         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)11556         public bool ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP)11557         public int ReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFrom(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP)11558         public int ReceiveFrom(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFrom(byte[] buffer, ref System.Net.EndPoint remoteEP)11559         public int ReceiveFrom(byte[] buffer, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP)11560         public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11561         public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
11562         [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)11563         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; }
11564         [System.MonoTODOAttribute("Not implemented")]
ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11565         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)11566         public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds) { }
Send(byte[] buffer)11567         public int Send(byte[] buffer) { throw null; }
Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11568         public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11569         public int Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags)11570         public int Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11571         public int Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11572         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)11573         public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11574         [System.CLSCompliantAttribute(false)]
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11575         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)11576         public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SendFile(string fileName)11577         public void SendFile(string fileName) { }
SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags)11578         public void SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags) { }
11579         [System.MonoTODOAttribute("Not implemented")]
SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e)11580         public bool SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP)11581         public int SendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw null; }
SendTo(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP)11582         public int SendTo(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw null; }
SendTo(byte[] buffer, System.Net.EndPoint remoteEP)11583         public int SendTo(byte[] buffer, System.Net.EndPoint remoteEP) { throw null; }
SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP)11584         public int SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw null; }
SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e)11585         public bool SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level)11586         public void SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level) { }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue)11587         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)11588         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)11589         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)11590         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue) { }
Shutdown(System.Net.Sockets.SocketShutdown how)11591         public void Shutdown(System.Net.Sockets.SocketShutdown how) { }
11592     }
11593     public partial class SocketAsyncEventArgs : System.EventArgs, System.IDisposable
11594     {
SocketAsyncEventArgs()11595         public SocketAsyncEventArgs() { }
11596         public System.Net.Sockets.Socket AcceptSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11597         public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11598         public System.Collections.Generic.IList<System.ArraySegment<byte>> BufferList { get { throw null; } set { } }
11599         public int BytesTransferred { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11600         public System.Exception ConnectByNameError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11601         public System.Net.Sockets.Socket ConnectSocket { get { throw null; } }
11602         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11603         public bool DisconnectReuseSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11604         public System.Net.Sockets.SocketAsyncOperation LastOperation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11605         public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11606         public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11607         public System.Net.EndPoint RemoteEndPoint { get { throw null; } set { } }
11608         public System.Net.Sockets.SendPacketsElement[] SendPacketsElements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11609         public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11610         [System.MonoTODOAttribute("unused property")]
11611         public int SendPacketsSendSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11612         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11613         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11614         public System.Net.Sockets.SocketClientAccessPolicyProtocol SocketClientAccessPolicyProtocol { get { throw null; } set { } }
11615         public System.Net.Sockets.SocketError SocketError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11616         public System.Net.Sockets.SocketFlags SocketFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11617         public object UserToken { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11618         public event System.EventHandler<System.Net.Sockets.SocketAsyncEventArgs> Completed { add { } remove { } }
Dispose()11619         public void Dispose() { }
~SocketAsyncEventArgs()11620         ~SocketAsyncEventArgs() { }
OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e)11621         protected virtual void OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e) { }
SetBuffer(byte[] buffer, int offset, int count)11622         public void SetBuffer(byte[] buffer, int offset, int count) { }
SetBuffer(int offset, int count)11623         public void SetBuffer(int offset, int count) { }
11624     }
11625     public enum SocketAsyncOperation
11626     {
11627         Accept = 1,
11628         Connect = 2,
11629         Disconnect = 3,
11630         None = 0,
11631         Receive = 4,
11632         ReceiveFrom = 5,
11633         ReceiveMessageFrom = 6,
11634         Send = 7,
11635         SendPackets = 8,
11636         SendTo = 9,
11637     }
11638     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11639     [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11640     public enum SocketClientAccessPolicyProtocol
11641     {
11642         Http = 1,
11643         Tcp = 0,
11644     }
11645     public enum SocketError
11646     {
11647         AccessDenied = 10013,
11648         AddressAlreadyInUse = 10048,
11649         AddressFamilyNotSupported = 10047,
11650         AddressNotAvailable = 10049,
11651         AlreadyInProgress = 10037,
11652         ConnectionAborted = 10053,
11653         ConnectionRefused = 10061,
11654         ConnectionReset = 10054,
11655         DestinationAddressRequired = 10039,
11656         Disconnecting = 10101,
11657         Fault = 10014,
11658         HostDown = 10064,
11659         HostNotFound = 11001,
11660         HostUnreachable = 10065,
11661         InProgress = 10036,
11662         Interrupted = 10004,
11663         InvalidArgument = 10022,
11664         IOPending = 997,
11665         IsConnected = 10056,
11666         MessageSize = 10040,
11667         NetworkDown = 10050,
11668         NetworkReset = 10052,
11669         NetworkUnreachable = 10051,
11670         NoBufferSpaceAvailable = 10055,
11671         NoData = 11004,
11672         NoRecovery = 11003,
11673         NotConnected = 10057,
11674         NotInitialized = 10093,
11675         NotSocket = 10038,
11676         OperationAborted = 995,
11677         OperationNotSupported = 10045,
11678         ProcessLimit = 10067,
11679         ProtocolFamilyNotSupported = 10046,
11680         ProtocolNotSupported = 10043,
11681         ProtocolOption = 10042,
11682         ProtocolType = 10041,
11683         Shutdown = 10058,
11684         SocketError = -1,
11685         SocketNotSupported = 10044,
11686         Success = 0,
11687         SystemNotReady = 10091,
11688         TimedOut = 10060,
11689         TooManyOpenSockets = 10024,
11690         TryAgain = 11002,
11691         TypeNotFound = 10109,
11692         VersionNotSupported = 10092,
11693         WouldBlock = 10035,
11694     }
11695     [System.SerializableAttribute]
11696     public partial class SocketException : System.ComponentModel.Win32Exception
11697     {
SocketException()11698         public SocketException() { }
SocketException(int errorCode)11699         public SocketException(int errorCode) { }
SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)11700         protected SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
11701         public override int ErrorCode { get { throw null; } }
11702         public override string Message { get { throw null; } }
11703         public System.Net.Sockets.SocketError SocketErrorCode { get { throw null; } }
11704     }
11705     [System.FlagsAttribute]
11706     public enum SocketFlags
11707     {
11708         Broadcast = 1024,
11709         ControlDataTruncated = 512,
11710         DontRoute = 4,
11711         MaxIOVectorLength = 16,
11712         Multicast = 2048,
11713         None = 0,
11714         OutOfBand = 1,
11715         Partial = 32768,
11716         Peek = 2,
11717         Truncated = 256,
11718     }
11719     [System.SerializableAttribute]
11720     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11721     public partial struct SocketInformation
11722     {
11723         public System.Net.Sockets.SocketInformationOptions Options { get { throw null; } set { } }
11724         public byte[] ProtocolInformation { get { throw null; } set { } }
11725     }
11726     [System.FlagsAttribute]
11727     public enum SocketInformationOptions
11728     {
11729         Connected = 2,
11730         Listening = 4,
11731         NonBlocking = 1,
11732         UseOnlyOverlappedIO = 8,
11733     }
11734     public enum SocketOptionLevel
11735     {
11736         IP = 0,
11737         IPv6 = 41,
11738         Socket = 65535,
11739         Tcp = 6,
11740         Udp = 17,
11741     }
11742     public enum SocketOptionName
11743     {
11744         AcceptConnection = 2,
11745         AddMembership = 12,
11746         AddSourceMembership = 15,
11747         BlockSource = 17,
11748         Broadcast = 32,
11749         BsdUrgent = 2,
11750         ChecksumCoverage = 20,
11751         Debug = 1,
11752         DontFragment = 14,
11753         DontLinger = -129,
11754         DontRoute = 16,
11755         DropMembership = 13,
11756         DropSourceMembership = 16,
11757         Error = 4103,
11758         ExclusiveAddressUse = -5,
11759         Expedited = 2,
11760         HeaderIncluded = 2,
11761         HopLimit = 21,
11762         IPOptions = 1,
11763         IPProtectionLevel = 23,
11764         IpTimeToLive = 4,
11765         IPv6Only = 27,
11766         KeepAlive = 8,
11767         Linger = 128,
11768         MaxConnections = 2147483647,
11769         MulticastInterface = 9,
11770         MulticastLoopback = 11,
11771         MulticastTimeToLive = 10,
11772         NoChecksum = 1,
11773         NoDelay = 1,
11774         OutOfBandInline = 256,
11775         PacketInformation = 19,
11776         ReceiveBuffer = 4098,
11777         ReceiveLowWater = 4100,
11778         ReceiveTimeout = 4102,
11779         ReuseAddress = 4,
11780         ReuseUnicastPort = 12295,
11781         SendBuffer = 4097,
11782         SendLowWater = 4099,
11783         SendTimeout = 4101,
11784         Type = 4104,
11785         TypeOfService = 3,
11786         UnblockSource = 18,
11787         UpdateAcceptContext = 28683,
11788         UpdateConnectContext = 28688,
11789         UseLoopback = 64,
11790     }
11791     public enum SocketShutdown
11792     {
11793         Both = 2,
11794         Receive = 0,
11795         Send = 1,
11796     }
11797     public enum SocketType
11798     {
11799         Dgram = 2,
11800         Raw = 3,
11801         Rdm = 4,
11802         Seqpacket = 5,
11803         Stream = 1,
11804         Unknown = -1,
11805     }
11806     public partial class TcpClient : System.IDisposable
11807     {
TcpClient()11808         public TcpClient() { }
TcpClient(System.Net.IPEndPoint localEP)11809         public TcpClient(System.Net.IPEndPoint localEP) { }
TcpClient(System.Net.Sockets.AddressFamily family)11810         public TcpClient(System.Net.Sockets.AddressFamily family) { }
TcpClient(string hostname, int port)11811         public TcpClient(string hostname, int port) { }
11812         protected bool Active { get { throw null; } set { } }
11813         public int Available { get { throw null; } }
11814         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11815         public bool Connected { get { throw null; } }
11816         public bool ExclusiveAddressUse { get { throw null; } set { } }
11817         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11818         public bool NoDelay { get { throw null; } set { } }
11819         public int ReceiveBufferSize { get { throw null; } set { } }
11820         public int ReceiveTimeout { get { throw null; } set { } }
11821         public int SendBufferSize { get { throw null; } set { } }
11822         public int SendTimeout { get { throw null; } set { } }
11823         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11824         public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11825         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state)11826         public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11827         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state)11828         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11829         public void Close() { }
Connect(System.Net.IPAddress address, int port)11830         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] ipAddresses, int port)11831         public void Connect(System.Net.IPAddress[] ipAddresses, int port) { }
Connect(System.Net.IPEndPoint remoteEP)11832         public void Connect(System.Net.IPEndPoint remoteEP) { }
Connect(string hostname, int port)11833         public void Connect(string hostname, int port) { }
11834         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress address, int port)11835         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) { throw null; }
11836         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress[] addresses, int port)11837         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) { throw null; }
11838         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(string host, int port)11839         public System.Threading.Tasks.Task ConnectAsync(string host, int port) { throw null; }
Dispose()11840         public void Dispose() { }
Dispose(bool disposing)11841         protected virtual void Dispose(bool disposing) { }
EndConnect(System.IAsyncResult asyncResult)11842         public void EndConnect(System.IAsyncResult asyncResult) { }
~TcpClient()11843         ~TcpClient() { }
GetStream()11844         public System.Net.Sockets.NetworkStream GetStream() { throw null; }
11845     }
11846     public partial class TcpListener
11847     {
11848         [System.ObsoleteAttribute("This method has been deprecated. Please use TcpListener(IPAddress localaddr, int port) instead. http://go.microsoft.com/fwlink/?linkid=14202")]
TcpListener(int port)11849         public TcpListener(int port) { }
TcpListener(System.Net.IPAddress localaddr, int port)11850         public TcpListener(System.Net.IPAddress localaddr, int port) { }
TcpListener(System.Net.IPEndPoint localEP)11851         public TcpListener(System.Net.IPEndPoint localEP) { }
11852         protected bool Active { get { throw null; } }
11853         public bool ExclusiveAddressUse { get { throw null; } set { } }
11854         public System.Net.EndPoint LocalEndpoint { get { throw null; } }
11855         public System.Net.Sockets.Socket Server { get { throw null; } }
AcceptSocket()11856         public System.Net.Sockets.Socket AcceptSocket() { throw null; }
11857         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptSocketAsync()11858         public System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptSocketAsync() { throw null; }
AcceptTcpClient()11859         public System.Net.Sockets.TcpClient AcceptTcpClient() { throw null; }
11860         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptTcpClientAsync()11861         public System.Threading.Tasks.Task<System.Net.Sockets.TcpClient> AcceptTcpClientAsync() { throw null; }
AllowNatTraversal(bool allowed)11862         public void AllowNatTraversal(bool allowed) { }
11863         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptSocket(System.AsyncCallback callback, object state)11864         public System.IAsyncResult BeginAcceptSocket(System.AsyncCallback callback, object state) { throw null; }
11865         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptTcpClient(System.AsyncCallback callback, object state)11866         public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { throw null; }
Create(int port)11867         public static System.Net.Sockets.TcpListener Create(int port) { throw null; }
EndAcceptSocket(System.IAsyncResult asyncResult)11868         public System.Net.Sockets.Socket EndAcceptSocket(System.IAsyncResult asyncResult) { throw null; }
EndAcceptTcpClient(System.IAsyncResult asyncResult)11869         public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw null; }
Pending()11870         public bool Pending() { throw null; }
Start()11871         public void Start() { }
Start(int backlog)11872         public void Start(int backlog) { }
Stop()11873         public void Stop() { }
11874     }
11875     [System.FlagsAttribute]
11876     public enum TransmitFileOptions
11877     {
11878         Disconnect = 1,
11879         ReuseSocket = 2,
11880         UseDefaultWorkerThread = 0,
11881         UseKernelApc = 32,
11882         UseSystemThread = 16,
11883         WriteBehind = 4,
11884     }
11885     public partial class UdpClient : System.IDisposable
11886     {
UdpClient()11887         public UdpClient() { }
UdpClient(int port)11888         public UdpClient(int port) { }
UdpClient(int port, System.Net.Sockets.AddressFamily family)11889         public UdpClient(int port, System.Net.Sockets.AddressFamily family) { }
UdpClient(System.Net.IPEndPoint localEP)11890         public UdpClient(System.Net.IPEndPoint localEP) { }
UdpClient(System.Net.Sockets.AddressFamily family)11891         public UdpClient(System.Net.Sockets.AddressFamily family) { }
UdpClient(string hostname, int port)11892         public UdpClient(string hostname, int port) { }
11893         protected bool Active { get { throw null; } set { } }
11894         public int Available { get { throw null; } }
11895         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11896         public bool DontFragment { get { throw null; } set { } }
11897         public bool EnableBroadcast { get { throw null; } set { } }
11898         public bool ExclusiveAddressUse { get { throw null; } set { } }
11899         public bool MulticastLoopback { get { throw null; } set { } }
11900         public short Ttl { get { throw null; } set { } }
AllowNatTraversal(bool allowed)11901         public void AllowNatTraversal(bool allowed) { }
11902         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceive(System.AsyncCallback requestCallback, object state)11903         public System.IAsyncResult BeginReceive(System.AsyncCallback requestCallback, object state) { throw null; }
11904         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state)11905         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state) { throw null; }
11906         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state)11907         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state) { throw null; }
11908         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state)11909         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11910         public void Close() { }
Connect(System.Net.IPAddress addr, int port)11911         public void Connect(System.Net.IPAddress addr, int port) { }
Connect(System.Net.IPEndPoint endPoint)11912         public void Connect(System.Net.IPEndPoint endPoint) { }
Connect(string hostname, int port)11913         public void Connect(string hostname, int port) { }
Dispose()11914         public void Dispose() { }
Dispose(bool disposing)11915         protected virtual void Dispose(bool disposing) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr)11916         public void DropMulticastGroup(System.Net.IPAddress multicastAddr) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex)11917         public void DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex) { }
EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP)11918         public byte[] EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP) { throw null; }
EndSend(System.IAsyncResult asyncResult)11919         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr)11920         public void JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr)11921         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive)11922         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress)11923         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress) { }
Receive(ref System.Net.IPEndPoint remoteEP)11924         public byte[] Receive(ref System.Net.IPEndPoint remoteEP) { throw null; }
11925         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ReceiveAsync()11926         public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw null; }
Send(byte[] dgram, int bytes)11927         public int Send(byte[] dgram, int bytes) { throw null; }
Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint)11928         public int Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
Send(byte[] dgram, int bytes, string hostname, int port)11929         public int Send(byte[] dgram, int bytes, string hostname, int port) { throw null; }
11930         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes)11931         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes) { throw null; }
11932         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint)11933         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
11934         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, string hostname, int port)11935         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, string hostname, int port) { throw null; }
11936     }
11937     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11938     public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult>
11939     {
UdpReceiveResultSystem.Net.Sockets.UdpReceiveResult11940         public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;}
11941         public byte[] Buffer { get { throw null; } }
11942         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
EqualsSystem.Net.Sockets.UdpReceiveResult11943         public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; }
EqualsSystem.Net.Sockets.UdpReceiveResult11944         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Net.Sockets.UdpReceiveResult11945         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.UdpReceiveResult11946         public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
operator !=System.Net.Sockets.UdpReceiveResult11947         public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
11948     }
11949 }
11950 namespace System.Net.WebSockets
11951 {
11952     public sealed partial class ClientWebSocket : System.Net.WebSockets.WebSocket
11953     {
ClientWebSocket()11954         public ClientWebSocket() { }
11955         public override System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get { throw null; } }
11956         public override string CloseStatusDescription { get { throw null; } }
11957         public System.Net.WebSockets.ClientWebSocketOptions Options { get { throw null; } }
11958         public override System.Net.WebSockets.WebSocketState State { get { throw null; } }
11959         public override string SubProtocol { get { throw null; } }
11960         [System.MonoTODOAttribute]
Abort()11961         public override void Abort() { }
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)11962         public override System.Threading.Tasks.Task CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken) { throw null; }
CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)11963         public override System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken) { throw null; }
ConnectAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken)11964         public System.Threading.Tasks.Task ConnectAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken) { throw null; }
Dispose()11965         public override void Dispose() { }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)11966         public override System.Threading.Tasks.Task<System.Net.WebSockets.WebSocketReceiveResult> ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken) { throw null; }
SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken)11967         public override System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) { throw null; }
11968     }
11969     public sealed partial class ClientWebSocketOptions
11970     {
ClientWebSocketOptions()11971         internal ClientWebSocketOptions() { }
11972         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11973         public System.Net.CookieContainer Cookies { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11974         public System.Net.ICredentials Credentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11975         public System.TimeSpan KeepAliveInterval { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11976         public System.Net.IWebProxy Proxy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11977         public bool UseDefaultCredentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
AddSubProtocol(string subProtocol)11978         public void AddSubProtocol(string subProtocol) { }
SetBuffer(int receiveBufferSize, int sendBufferSize)11979         public void SetBuffer(int receiveBufferSize, int sendBufferSize) { }
SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer)11980         public void SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer) { }
SetRequestHeader(string headerName, string headerValue)11981         public void SetRequestHeader(string headerName, string headerValue) { }
11982     }
11983     public partial class HttpListenerWebSocketContext : System.Net.WebSockets.WebSocketContext
11984     {
HttpListenerWebSocketContext()11985         internal HttpListenerWebSocketContext() { }
11986         [System.MonoTODOAttribute]
11987         public override System.Net.CookieCollection CookieCollection { get { throw null; } }
11988         [System.MonoTODOAttribute]
11989         public override System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
11990         [System.MonoTODOAttribute]
11991         public override bool IsAuthenticated { get { throw null; } }
11992         [System.MonoTODOAttribute]
11993         public override bool IsLocal { get { throw null; } }
11994         [System.MonoTODOAttribute]
11995         public override bool IsSecureConnection { get { throw null; } }
11996         [System.MonoTODOAttribute]
11997         public override string Origin { get { throw null; } }
11998         [System.MonoTODOAttribute]
11999         public override System.Uri RequestUri { get { throw null; } }
12000         [System.MonoTODOAttribute]
12001         public override string SecWebSocketKey { get { throw null; } }
12002         [System.MonoTODOAttribute]
12003         public override System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get { throw null; } }
12004         [System.MonoTODOAttribute]
12005         public override string SecWebSocketVersion { get { throw null; } }
12006         [System.MonoTODOAttribute]
12007         public override System.Security.Principal.IPrincipal User { get { throw null; } }
12008         [System.MonoTODOAttribute]
12009         public override System.Net.WebSockets.WebSocket WebSocket { get { throw null; } }
12010     }
12011     public abstract partial class WebSocket : System.IDisposable
12012     {
WebSocket()12013         protected WebSocket() { }
12014         public abstract System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get; }
12015         public abstract string CloseStatusDescription { get; }
12016         [System.MonoTODOAttribute]
12017         public static System.TimeSpan DefaultKeepAliveInterval { get { throw null; } }
12018         public abstract System.Net.WebSockets.WebSocketState State { get; }
12019         public abstract string SubProtocol { get; }
Abort()12020         public abstract void Abort();
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)12021         public abstract System.Threading.Tasks.Task CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken);
CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)12022         public abstract System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken);
12023         [System.MonoTODOAttribute]
CreateClientBuffer(int receiveBufferSize, int sendBufferSize)12024         public static System.ArraySegment<byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize) { throw null; }
12025         [System.MonoTODOAttribute]
CreateClientWebSocket(System.IO.Stream innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment<byte> internalBuffer)12026         public static System.Net.WebSockets.WebSocket CreateClientWebSocket(System.IO.Stream innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment<byte> internalBuffer) { throw null; }
12027         [System.MonoTODOAttribute]
CreateServerBuffer(int receiveBufferSize)12028         public static System.ArraySegment<byte> CreateServerBuffer(int receiveBufferSize) { throw null; }
Dispose()12029         public abstract void Dispose();
12030         [System.MonoTODOAttribute]
12031         [System.ObsoleteAttribute]
IsApplicationTargeting45()12032         public static bool IsApplicationTargeting45() { throw null; }
IsStateTerminal(System.Net.WebSockets.WebSocketState state)12033         protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) { throw null; }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)12034         public abstract System.Threading.Tasks.Task<System.Net.WebSockets.WebSocketReceiveResult> ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken);
12035         [System.MonoTODOAttribute]
RegisterPrefixes()12036         public static void RegisterPrefixes() { }
SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken)12037         public abstract System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken);
12038         [System.MonoTODOAttribute]
ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates)12039         protected static void ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates) { }
12040     }
12041     public enum WebSocketCloseStatus
12042     {
12043         Empty = 1005,
12044         EndpointUnavailable = 1001,
12045         InternalServerError = 1011,
12046         InvalidMessageType = 1003,
12047         InvalidPayloadData = 1007,
12048         MandatoryExtension = 1010,
12049         MessageTooBig = 1009,
12050         NormalClosure = 1000,
12051         PolicyViolation = 1008,
12052         ProtocolError = 1002,
12053     }
12054     public abstract partial class WebSocketContext
12055     {
WebSocketContext()12056         protected WebSocketContext() { }
12057         public abstract System.Net.CookieCollection CookieCollection { get; }
12058         public abstract System.Collections.Specialized.NameValueCollection Headers { get; }
12059         public abstract bool IsAuthenticated { get; }
12060         public abstract bool IsLocal { get; }
12061         public abstract bool IsSecureConnection { get; }
12062         public abstract string Origin { get; }
12063         public abstract System.Uri RequestUri { get; }
12064         public abstract string SecWebSocketKey { get; }
12065         public abstract System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get; }
12066         public abstract string SecWebSocketVersion { get; }
12067         public abstract System.Security.Principal.IPrincipal User { get; }
12068         public abstract System.Net.WebSockets.WebSocket WebSocket { get; }
12069     }
12070     public enum WebSocketError
12071     {
12072         ConnectionClosedPrematurely = 8,
12073         Faulted = 2,
12074         HeaderError = 7,
12075         InvalidMessageType = 1,
12076         InvalidState = 9,
12077         NativeError = 3,
12078         NotAWebSocket = 4,
12079         Success = 0,
12080         UnsupportedProtocol = 6,
12081         UnsupportedVersion = 5,
12082     }
12083     public sealed partial class WebSocketException : System.ComponentModel.Win32Exception
12084     {
WebSocketException()12085         public WebSocketException() { }
WebSocketException(int nativeError)12086         public WebSocketException(int nativeError) { }
WebSocketException(int nativeError, System.Exception innerException)12087         public WebSocketException(int nativeError, System.Exception innerException) { }
WebSocketException(int nativeError, string message)12088         public WebSocketException(int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error)12089         public WebSocketException(System.Net.WebSockets.WebSocketError error) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException)12090         public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError)12091         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException)12092         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message)12093         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException)12094         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message)12095         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException)12096         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException) { }
WebSocketException(string message)12097         public WebSocketException(string message) { }
WebSocketException(string message, System.Exception innerException)12098         public WebSocketException(string message, System.Exception innerException) { }
12099         public override int ErrorCode { get { throw null; } }
12100         public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12101         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12102     }
12103     public enum WebSocketMessageType
12104     {
12105         Binary = 1,
12106         Close = 2,
12107         Text = 0,
12108     }
12109     public partial class WebSocketReceiveResult
12110     {
WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage)12111         public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage) { }
WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> closeStatus, string closeStatusDescription)12112         public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> closeStatus, string closeStatusDescription) { }
12113         public System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12114         public string CloseStatusDescription { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12115         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12116         public bool EndOfMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12117         public System.Net.WebSockets.WebSocketMessageType MessageType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12118     }
12119     public enum WebSocketState
12120     {
12121         Aborted = 6,
12122         Closed = 5,
12123         CloseReceived = 4,
12124         CloseSent = 3,
12125         Connecting = 1,
12126         None = 0,
12127         Open = 2,
12128     }
12129 }
12130 namespace System.Reflection
12131 {
12132     public partial interface ICustomTypeProvider
12133     {
GetCustomType()12134         System.Type GetCustomType();
12135     }
12136 }
12137 namespace System.Runtime.InteropServices
12138 {
12139     [System.AttributeUsageAttribute((System.AttributeTargets)(2048))]
12140     public sealed partial class DefaultParameterValueAttribute : System.Attribute
12141     {
DefaultParameterValueAttribute(object value)12142         public DefaultParameterValueAttribute(object value) { }
12143         public object Value { get { throw null; } }
12144     }
12145     public sealed partial class HandleCollector
12146     {
HandleCollector(string name, int initialThreshold)12147         public HandleCollector(string name, int initialThreshold) { }
HandleCollector(string name, int initialThreshold, int maximumThreshold)12148         public HandleCollector(string name, int initialThreshold, int maximumThreshold) { }
12149         public int Count { get { throw null; } }
12150         public int InitialThreshold { get { throw null; } }
12151         public int MaximumThreshold { get { throw null; } }
12152         public string Name { get { throw null; } }
Add()12153         public void Add() { }
Remove()12154         public void Remove() { }
12155     }
12156     [System.MonoLimitationAttribute("The runtime does nothing special apart from what it already does with marshal-by-ref objects")]
12157     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12158     public partial class StandardOleMarshalObject : System.MarshalByRefObject
12159     {
StandardOleMarshalObject()12160         protected StandardOleMarshalObject() { }
12161     }
12162 }
12163 namespace System.Runtime.InteropServices.ComTypes
12164 {
12165     [System.FlagsAttribute]
12166     public enum ADVF
12167     {
12168         ADVFCACHE_FORCEBUILTIN = 16,
12169         ADVFCACHE_NOHANDLER = 8,
12170         ADVFCACHE_ONSAVE = 32,
12171         ADVF_DATAONSTOP = 64,
12172         ADVF_NODATA = 1,
12173         ADVF_ONLYONCE = 4,
12174         ADVF_PRIMEFIRST = 2,
12175     }
12176     public enum DATADIR
12177     {
12178         DATADIR_GET = 1,
12179         DATADIR_SET = 2,
12180     }
12181     [System.FlagsAttribute]
12182     public enum DVASPECT
12183     {
12184         DVASPECT_CONTENT = 1,
12185         DVASPECT_DOCPRINT = 8,
12186         DVASPECT_ICON = 4,
12187         DVASPECT_THUMBNAIL = 2,
12188     }
12189     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12190     public partial struct FORMATETC
12191     {
12192         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U2)]
12193         public short cfFormat;
12194         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12195         public System.Runtime.InteropServices.ComTypes.DVASPECT dwAspect;
12196         public int lindex;
12197         public System.IntPtr ptd;
12198         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12199         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12200     }
12201     [System.Runtime.InteropServices.GuidAttribute("0000010F-0000-0000-C000-000000000046")]
12202     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12203     public partial interface IAdviseSink
12204     {
OnClose()12205         [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)12206         [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)12207         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnRename(System.Runtime.InteropServices.ComTypes.IMoniker moniker);
OnSave()12208         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnSave();
OnViewChange(int aspect, int index)12209         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnViewChange(int aspect, int index);
12210     }
12211     [System.Runtime.InteropServices.GuidAttribute("0000010e-0000-0000-C000-000000000046")]
12212     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12213     public partial interface IDataObject
12214     {
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)12215         [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)12216         void DUnadvise(int connection);
EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise)12217         [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)12218         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)12219         [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)12220         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)12221         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)12222         [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)12223         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);
12224     }
12225     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12226     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12227     public partial interface IEnumFORMATETC
12228     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum)12229         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)12230         [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()12231         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12232         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12233     }
12234     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12235     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12236     public partial interface IEnumSTATDATA
12237     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum)12238         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)12239         [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()12240         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12241         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12242     }
12243     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12244     public partial struct STATDATA
12245     {
12246         public System.Runtime.InteropServices.ComTypes.ADVF advf;
12247         public System.Runtime.InteropServices.ComTypes.IAdviseSink advSink;
12248         public int connection;
12249         public System.Runtime.InteropServices.ComTypes.FORMATETC formatetc;
12250     }
12251     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12252     public partial struct STGMEDIUM
12253     {
12254         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.IUnknown)]
12255         public object pUnkForRelease;
12256         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12257         public System.IntPtr unionmember;
12258     }
12259     [System.FlagsAttribute]
12260     public enum TYMED
12261     {
12262         TYMED_ENHMF = 64,
12263         TYMED_FILE = 2,
12264         TYMED_GDI = 16,
12265         TYMED_HGLOBAL = 1,
12266         TYMED_ISTORAGE = 8,
12267         TYMED_ISTREAM = 4,
12268         TYMED_MFPICT = 32,
12269         TYMED_NULL = 0,
12270     }
12271 }
12272 namespace System.Runtime.Versioning
12273 {
12274     [System.SerializableAttribute]
12275     public sealed partial class FrameworkName : System.IEquatable<System.Runtime.Versioning.FrameworkName>
12276     {
FrameworkName(string frameworkName)12277         public FrameworkName(string frameworkName) { }
FrameworkName(string identifier, System.Version version)12278         public FrameworkName(string identifier, System.Version version) { }
FrameworkName(string identifier, System.Version version, string profile)12279         public FrameworkName(string identifier, System.Version version, string profile) { }
12280         public string FullName { get { throw null; } }
12281         public string Identifier { get { throw null; } }
12282         public string Profile { get { throw null; } }
12283         public System.Version Version { get { throw null; } }
Equals(object obj)12284         public override bool Equals(object obj) { throw null; }
Equals(System.Runtime.Versioning.FrameworkName other)12285         public bool Equals(System.Runtime.Versioning.FrameworkName other) { throw null; }
GetHashCode()12286         public override int GetHashCode() { throw null; }
operator ==(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right)12287         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)12288         public static bool operator !=(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) { throw null; }
ToString()12289         public override string ToString() { throw null; }
12290     }
12291 }
12292 namespace System.Security.AccessControl
12293 {
12294     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12295     public sealed partial class SemaphoreAccessRule : System.Security.AccessControl.AccessRule
12296     {
SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type)12297         public SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, 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 eventRights, System.Security.AccessControl.AccessControlType type)12298         public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRights, 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)) { }
12299         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12300     }
12301     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12302     public sealed partial class SemaphoreAuditRule : System.Security.AccessControl.AuditRule
12303     {
SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags)12304         public SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, 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)) { }
12305         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12306     }
12307     [System.FlagsAttribute]
12308     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12309     public enum SemaphoreRights
12310     {
12311         ChangePermissions = 262144,
12312         Delete = 65536,
12313         FullControl = 2031619,
12314         Modify = 2,
12315         ReadPermissions = 131072,
12316         Synchronize = 1048576,
12317         TakeOwnership = 524288,
12318     }
12319     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12320     public sealed partial class SemaphoreSecurity : System.Security.AccessControl.NativeObjectSecurity
12321     {
SemaphoreSecurity()12322         public SemaphoreSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections)12323         public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
12324         public override System.Type AccessRightType { get { throw null; } }
12325         public override System.Type AccessRuleType { get { throw null; } }
12326         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)12327         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)12328         public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12329         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)12330         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)12331         public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw null; }
RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule)12332         public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule)12333         public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12334         public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw null; }
RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule)12335         public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { }
RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule)12336         public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { }
ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12337         public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12338         public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12339         public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { }
12340     }
12341 }
12342 namespace System.Security.Authentication
12343 {
12344     [System.SerializableAttribute]
12345     public partial class AuthenticationException : System.SystemException
12346     {
AuthenticationException()12347         public AuthenticationException() { }
AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12348         protected AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
AuthenticationException(string message)12349         public AuthenticationException(string message) { }
AuthenticationException(string message, System.Exception innerException)12350         public AuthenticationException(string message, System.Exception innerException) { }
12351     }
12352     public enum CipherAlgorithmType
12353     {
12354         Aes = 26129,
12355         Aes128 = 26126,
12356         Aes192 = 26127,
12357         Aes256 = 26128,
12358         Des = 26113,
12359         None = 0,
12360         Null = 24576,
12361         Rc2 = 26114,
12362         Rc4 = 26625,
12363         TripleDes = 26115,
12364     }
12365     public enum ExchangeAlgorithmType
12366     {
12367         DiffieHellman = 43522,
12368         None = 0,
12369         RsaKeyX = 41984,
12370         RsaSign = 9216,
12371     }
12372     public enum HashAlgorithmType
12373     {
12374         Md5 = 32771,
12375         None = 0,
12376         Sha1 = 32772,
12377     }
12378     [System.SerializableAttribute]
12379     public partial class InvalidCredentialException : System.Security.Authentication.AuthenticationException
12380     {
InvalidCredentialException()12381         public InvalidCredentialException() { }
InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12382         protected InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
InvalidCredentialException(string message)12383         public InvalidCredentialException(string message) { }
InvalidCredentialException(string message, System.Exception innerException)12384         public InvalidCredentialException(string message, System.Exception innerException) { }
12385     }
12386     [System.FlagsAttribute]
12387     public enum SslProtocols
12388     {
12389         Default = 240,
12390         None = 0,
12391         Ssl2 = 12,
12392         Ssl3 = 48,
12393         Tls = 192,
12394         [System.MonoTODOAttribute("unsupported")]
12395         Tls11 = 768,
12396         [System.MonoTODOAttribute("unsupported")]
12397         Tls12 = 3072,
12398     }
12399 }
12400 namespace System.Security.Authentication.ExtendedProtection
12401 {
12402     public abstract partial class ChannelBinding : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
12403     {
ChannelBinding()12404         protected ChannelBinding() : base (default(bool)) { }
ChannelBinding(bool ownsHandle)12405         protected ChannelBinding(bool ownsHandle) : base (default(bool)) { }
12406         public abstract int Size { get; }
12407     }
12408     public enum ChannelBindingKind
12409     {
12410         Endpoint = 26,
12411         Unique = 25,
12412         Unknown = 0,
12413     }
12414     [System.ComponentModel.TypeConverterAttribute(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter))]
12415     [System.MonoTODOAttribute]
12416     [System.SerializableAttribute]
12417     public partial class ExtendedProtectionPolicy : System.Runtime.Serialization.ISerializable
12418     {
ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12419         protected ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12420         [System.MonoTODOAttribute("Not implemented.")]
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement)12421         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ChannelBinding customChannelBinding)12422         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)12423         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)12424         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Security.Authentication.ExtendedProtection.ServiceNameCollection customServiceNames) { }
12425         public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get { throw null; } }
12426         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get { throw null; } }
12427         public static bool OSSupportsExtendedProtection { get { throw null; } }
12428         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } }
12429         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } }
12430         [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)12431         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12432         [System.MonoTODOAttribute]
ToString()12433         public override string ToString() { throw null; }
12434     }
12435     [System.MonoTODOAttribute]
12436     public partial class ExtendedProtectionPolicyTypeConverter : System.ComponentModel.TypeConverter
12437     {
ExtendedProtectionPolicyTypeConverter()12438         public ExtendedProtectionPolicyTypeConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)12439         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)12440         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
12441     }
12442     public enum PolicyEnforcement
12443     {
12444         Always = 2,
12445         Never = 0,
12446         WhenSupported = 1,
12447     }
12448     public enum ProtectionScenario
12449     {
12450         TransportSelected = 0,
12451         TrustedProxy = 1,
12452     }
12453     [System.SerializableAttribute]
12454     public partial class ServiceNameCollection : System.Collections.ReadOnlyCollectionBase
12455     {
ServiceNameCollection(System.Collections.ICollection items)12456         public ServiceNameCollection(System.Collections.ICollection items) { }
Contains(string searchServiceName)12457         public bool Contains(string searchServiceName) { throw null; }
Merge(System.Collections.IEnumerable serviceNames)12458         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(System.Collections.IEnumerable serviceNames) { throw null; }
Merge(string serviceName)12459         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(string serviceName) { throw null; }
12460     }
12461     public partial class TokenBinding
12462     {
TokenBinding()12463         internal TokenBinding() { }
12464         public System.Security.Authentication.ExtendedProtection.TokenBindingType BindingType { get { throw null; } }
GetRawTokenBindingId()12465         public byte[] GetRawTokenBindingId() { throw null; }
12466     }
12467     public enum TokenBindingType
12468     {
12469         Provided = 0,
12470         Referred = 1,
12471     }
12472 }
12473 #if CONFIG_DEP
12474 namespace System.Security.Authentication.ExtendedProtection.Configuration
12475 {
12476     [System.MonoTODOAttribute]
12477     public sealed partial class ExtendedProtectionPolicyElement : System.Configuration.ConfigurationElement
12478     {
ExtendedProtectionPolicyElement()12479         public ExtendedProtectionPolicyElement() { }
12480         [System.Configuration.ConfigurationPropertyAttribute("customServiceNames")]
12481         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection CustomServiceNames { get { throw null; } }
12482         [System.Configuration.ConfigurationPropertyAttribute("policyEnforcement")]
12483         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } set { } }
12484         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12485         [System.Configuration.ConfigurationPropertyAttribute("protectionScenario", DefaultValue=(System.Security.Authentication.ExtendedProtection.ProtectionScenario)(0))]
12486         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } set { } }
BuildPolicy()12487         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy BuildPolicy() { throw null; }
12488     }
12489     public sealed partial class ServiceNameElement : System.Configuration.ConfigurationElement
12490     {
ServiceNameElement()12491         public ServiceNameElement() { }
12492         [System.Configuration.ConfigurationPropertyAttribute("name")]
12493         public string Name { get { throw null; } set { } }
12494         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12495     }
12496     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement))]
12497     public sealed partial class ServiceNameElementCollection : System.Configuration.ConfigurationElementCollection
12498     {
ServiceNameElementCollection()12499         public ServiceNameElementCollection() { }
12500         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get { throw null; } set { } }
12501         public new System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get { throw null; } set { } }
Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12502         public void Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Clear()12503         public void Clear() { }
CreateNewElement()12504         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)12505         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12506         public int IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { throw null; }
Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12507         public void Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Remove(string name)12508         public void Remove(string name) { }
RemoveAt(int index)12509         public void RemoveAt(int index) { }
12510     }
12511 }
12512 #endif
12513 namespace System.Security.Claims
12514 {
12515     public static partial class DynamicRoleClaimProvider
12516     {
AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims)12517         public static void AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims) { }
12518     }
12519 }
12520 namespace System.Security.Cryptography
12521 {
12522     public partial class AsnEncodedData
12523     {
AsnEncodedData()12524         protected AsnEncodedData() { }
AsnEncodedData(byte[] rawData)12525         public AsnEncodedData(byte[] rawData) { }
AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData)12526         public AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData)12527         public AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData) { }
AsnEncodedData(string oid, byte[] rawData)12528         public AsnEncodedData(string oid, byte[] rawData) { }
12529         public System.Security.Cryptography.Oid Oid { get { throw null; } set { } }
12530         public byte[] RawData { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12531         public virtual void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
Format(bool multiLine)12532         public virtual string Format(bool multiLine) { throw null; }
12533     }
12534     public sealed partial class AsnEncodedDataCollection : System.Collections.ICollection, System.Collections.IEnumerable
12535     {
AsnEncodedDataCollection()12536         public AsnEncodedDataCollection() { }
AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData)12537         public AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12538         public int Count { get { throw null; } }
12539         public bool IsSynchronized { get { throw null; } }
12540         public System.Security.Cryptography.AsnEncodedData this[int index] { get { throw null; } }
12541         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.AsnEncodedData asnEncodedData)12542         public int Add(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw null; }
CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index)12543         public void CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index) { }
GetEnumerator()12544         public System.Security.Cryptography.AsnEncodedDataEnumerator GetEnumerator() { throw null; }
Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData)12545         public void Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)12546         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12547         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12548     }
12549     public sealed partial class AsnEncodedDataEnumerator : System.Collections.IEnumerator
12550     {
AsnEncodedDataEnumerator()12551         internal AsnEncodedDataEnumerator() { }
12552         public System.Security.Cryptography.AsnEncodedData Current { get { throw null; } }
12553         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12554         public bool MoveNext() { throw null; }
Reset()12555         public void Reset() { }
12556     }
12557     public sealed partial class Oid
12558     {
Oid()12559         public Oid() { }
Oid(System.Security.Cryptography.Oid oid)12560         public Oid(System.Security.Cryptography.Oid oid) { }
Oid(string oid)12561         public Oid(string oid) { }
Oid(string value, string friendlyName)12562         public Oid(string value, string friendlyName) { }
12563         public string FriendlyName { get { throw null; } set { } }
12564         public string Value { get { throw null; } set { } }
FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group)12565         public static System.Security.Cryptography.Oid FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group) { throw null; }
FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group)12566         public static System.Security.Cryptography.Oid FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group) { throw null; }
12567     }
12568     public sealed partial class OidCollection : System.Collections.ICollection, System.Collections.IEnumerable
12569     {
OidCollection()12570         public OidCollection() { }
12571         public int Count { get { throw null; } }
12572         public bool IsSynchronized { get { throw null; } }
12573         public System.Security.Cryptography.Oid this[int index] { get { throw null; } }
12574         public System.Security.Cryptography.Oid this[string oid] { get { throw null; } }
12575         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.Oid oid)12576         public int Add(System.Security.Cryptography.Oid oid) { throw null; }
CopyTo(System.Security.Cryptography.Oid[] array, int index)12577         public void CopyTo(System.Security.Cryptography.Oid[] array, int index) { }
GetEnumerator()12578         public System.Security.Cryptography.OidEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12579         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12580         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12581     }
12582     public sealed partial class OidEnumerator : System.Collections.IEnumerator
12583     {
OidEnumerator()12584         internal OidEnumerator() { }
12585         public System.Security.Cryptography.Oid Current { get { throw null; } }
12586         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12587         public bool MoveNext() { throw null; }
Reset()12588         public void Reset() { }
12589     }
12590     public enum OidGroup
12591     {
12592         All = 0,
12593         Attribute = 5,
12594         EncryptionAlgorithm = 2,
12595         EnhancedKeyUsage = 7,
12596         ExtensionOrAttribute = 6,
12597         HashAlgorithm = 1,
12598         KeyDerivationFunction = 10,
12599         Policy = 8,
12600         PublicKeyAlgorithm = 3,
12601         SignatureAlgorithm = 4,
12602         Template = 9,
12603     }
12604 }
12605 namespace System.Security.Cryptography.X509Certificates
12606 {
12607     [System.FlagsAttribute]
12608     public enum OpenFlags
12609     {
12610         IncludeArchived = 8,
12611         MaxAllowed = 2,
12612         OpenExistingOnly = 4,
12613         ReadOnly = 0,
12614         ReadWrite = 1,
12615     }
12616     public sealed partial class PublicKey
12617     {
PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue)12618         public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue) { }
12619         public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get { throw null; } }
12620         public System.Security.Cryptography.AsnEncodedData EncodedParameters { get { throw null; } }
12621         public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } }
12622         public System.Security.Cryptography.Oid Oid { get { throw null; } }
12623     }
12624     public enum StoreLocation
12625     {
12626         CurrentUser = 1,
12627         LocalMachine = 2,
12628     }
12629     public enum StoreName
12630     {
12631         AddressBook = 1,
12632         AuthRoot = 2,
12633         CertificateAuthority = 3,
12634         Disallowed = 4,
12635         My = 5,
12636         Root = 6,
12637         TrustedPeople = 7,
12638         TrustedPublisher = 8,
12639     }
12640     [System.MonoTODOAttribute("Some X500DistinguishedNameFlags options aren't supported, like DoNotUsePlusSign, DoNotUseQuotes and ForceUTF8Encoding")]
12641     public sealed partial class X500DistinguishedName : System.Security.Cryptography.AsnEncodedData
12642     {
X500DistinguishedName(byte[] encodedDistinguishedName)12643         public X500DistinguishedName(byte[] encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName)12644         public X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName)12645         public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { }
X500DistinguishedName(string distinguishedName)12646         public X500DistinguishedName(string distinguishedName) { }
X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12647         public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { }
12648         public string Name { get { throw null; } }
Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12649         public string Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { throw null; }
Format(bool multiLine)12650         public override string Format(bool multiLine) { throw null; }
12651     }
12652     [System.FlagsAttribute]
12653     public enum X500DistinguishedNameFlags
12654     {
12655         DoNotUsePlusSign = 32,
12656         DoNotUseQuotes = 64,
12657         ForceUTF8Encoding = 16384,
12658         None = 0,
12659         Reversed = 1,
12660         UseCommas = 128,
12661         UseNewLines = 256,
12662         UseSemicolons = 16,
12663         UseT61Encoding = 8192,
12664         UseUTF8Encoding = 4096,
12665     }
12666     public sealed partial class X509BasicConstraintsExtension : System.Security.Cryptography.X509Certificates.X509Extension
12667     {
X509BasicConstraintsExtension()12668         public X509BasicConstraintsExtension() { }
X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical)12669         public X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical) { }
X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical)12670         public X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical) { }
12671         public bool CertificateAuthority { get { throw null; } }
12672         public bool HasPathLengthConstraint { get { throw null; } }
12673         public int PathLengthConstraint { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12674         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12675     }
12676     [System.SerializableAttribute]
12677     public partial class X509Certificate2 : System.Security.Cryptography.X509Certificates.X509Certificate
12678     {
X509Certificate2()12679         public X509Certificate2() { }
X509Certificate2(byte[] rawData)12680         public X509Certificate2(byte[] rawData) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password)12681         public X509Certificate2(byte[] rawData, System.Security.SecureString password) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12682         public X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(byte[] rawData, string password)12683         public X509Certificate2(byte[] rawData, string password) { }
X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12684         public X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(System.IntPtr handle)12685         public X509Certificate2(System.IntPtr handle) { }
X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12686         protected X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate)12687         public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { }
X509Certificate2(string fileName)12688         public X509Certificate2(string fileName) { }
X509Certificate2(string fileName, System.Security.SecureString password)12689         public X509Certificate2(string fileName, System.Security.SecureString password) { }
X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12690         public X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(string fileName, string password)12691         public X509Certificate2(string fileName, string password) { }
X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12692         public X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12693         public bool Archived { get { throw null; } set { } }
12694         public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw null; } }
12695         public string FriendlyName { get { throw null; } set { } }
12696         public bool HasPrivateKey { get { throw null; } }
12697         public System.Security.Cryptography.X509Certificates.X500DistinguishedName IssuerName { get { throw null; } }
12698         public System.DateTime NotAfter { get { throw null; } }
12699         public System.DateTime NotBefore { get { throw null; } }
12700         public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
12701         public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw null; } }
12702         public byte[] RawData { get { throw null; } }
12703         public string SerialNumber { get { throw null; } }
12704         public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
12705         public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get { throw null; } }
12706         public string Thumbprint { get { throw null; } }
12707         public int Version { get { throw null; } }
12708         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12, Pkcs7 and Unknown")]
GetCertContentType(byte[] rawData)12709         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) { throw null; }
12710         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12 and Unknown")]
GetCertContentType(string fileName)12711         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) { throw null; }
12712         [System.MonoTODOAttribute("always return String.Empty for UpnName, DnsFromAlternativeName and UrlName")]
GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer)12713         public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
Import(byte[] rawData)12714         public override void Import(byte[] rawData) { }
12715         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12716         public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12717         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12718         public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Import(string fileName)12719         public override void Import(string fileName) { }
12720         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12721         public override void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12722         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12723         public override void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Reset()12724         public override void Reset() { }
ToString()12725         public override string ToString() { throw null; }
ToString(bool verbose)12726         public override string ToString(bool verbose) { throw null; }
12727         [System.MonoTODOAttribute("by default this depends on the incomplete X509Chain")]
Verify()12728         public bool Verify() { throw null; }
12729     }
12730     public partial class X509Certificate2Collection : System.Security.Cryptography.X509Certificates.X509CertificateCollection
12731     {
X509Certificate2Collection()12732         public X509Certificate2Collection() { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12733         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12734         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12735         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12736         public new System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12737         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12738         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12739         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12740         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12741         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12742         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12743         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType)12744         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) { throw null; }
12745         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password)12746         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) { throw null; }
12747         [System.MonoTODOAttribute("Does not support X509FindType.FindByTemplateName, FindByApplicationPolicy and FindByCertificatePolicy")]
Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly)12748         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) { throw null; }
GetEnumerator()12749         public new System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() { throw null; }
12750         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData)12751         public void Import(byte[] rawData) { }
12752         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12753         public void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12754         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName)12755         public void Import(string fileName) { }
12756         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12757         public void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12758         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12759         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12760         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12761         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12762         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12763         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12764     }
12765     public sealed partial class X509Certificate2Enumerator : System.Collections.IEnumerator
12766     {
X509Certificate2Enumerator()12767         internal X509Certificate2Enumerator() { }
12768         public System.Security.Cryptography.X509Certificates.X509Certificate2 Current { get { throw null; } }
12769         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12770         public bool MoveNext() { throw null; }
Reset()12771         public void Reset() { }
System.Collections.IEnumerator.MoveNext()12772         bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12773         void System.Collections.IEnumerator.Reset() { }
12774     }
12775     [System.SerializableAttribute]
12776     public partial class X509CertificateCollection : System.Collections.CollectionBase
12777     {
X509CertificateCollection()12778         public X509CertificateCollection() { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12779         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12780         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
12781         public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate value)12782         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12783         public void AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12784         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate value)12785         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index)12786         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index) { }
GetEnumerator()12787         public new System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
GetHashCode()12788         public override int GetHashCode() { throw null; }
IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value)12789         public int IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value)12790         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate value)12791         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate value) { }
12792         public partial class X509CertificateEnumerator : System.Collections.IEnumerator
12793         {
X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings)12794             public X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings) { }
12795             public System.Security.Cryptography.X509Certificates.X509Certificate Current { get { throw null; } }
12796             object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12797             public bool MoveNext() { throw null; }
Reset()12798             public void Reset() { }
System.Collections.IEnumerator.MoveNext()12799             bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12800             void System.Collections.IEnumerator.Reset() { }
12801         }
12802     }
12803     public partial class X509Chain : System.IDisposable
12804     {
X509Chain()12805         public X509Chain() { }
X509Chain(bool useMachineContext)12806         public X509Chain(bool useMachineContext) { }
12807         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. All handles are invalid.")]
X509Chain(System.IntPtr chainContext)12808         public X509Chain(System.IntPtr chainContext) { }
12809         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. Always returns IntPtr.Zero.")]
12810         public System.IntPtr ChainContext { get { throw null; } }
12811         public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get { throw null; } }
12812         public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get { throw null; } set { } }
12813         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get { throw null; } }
12814         public Microsoft.Win32.SafeHandles.SafeX509ChainHandle SafeHandle { get { throw null; } }
12815         [System.MonoTODOAttribute("Not totally RFC3280 compliant, but neither is MS implementation...")]
Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12816         public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
Create()12817         public static System.Security.Cryptography.X509Certificates.X509Chain Create() { throw null; }
Dispose()12818         public void Dispose() { }
Dispose(bool disposing)12819         protected virtual void Dispose(bool disposing) { }
Reset()12820         public void Reset() { }
12821     }
12822     public partial class X509ChainElement
12823     {
X509ChainElement()12824         internal X509ChainElement() { }
12825         public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
12826         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainElementStatus { get { throw null; } }
12827         public string Information { get { throw null; } }
12828     }
12829     public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
12830     {
X509ChainElementCollection()12831         internal X509ChainElementCollection() { }
12832         public int Count { get { throw null; } }
12833         public bool IsSynchronized { get { throw null; } }
12834         public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get { throw null; } }
12835         public object SyncRoot { get { throw null; } }
CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index)12836         public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index) { }
GetEnumerator()12837         public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12838         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12839         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12840     }
12841     public sealed partial class X509ChainElementEnumerator : System.Collections.IEnumerator
12842     {
X509ChainElementEnumerator()12843         internal X509ChainElementEnumerator() { }
12844         public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get { throw null; } }
12845         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12846         public bool MoveNext() { throw null; }
Reset()12847         public void Reset() { }
12848     }
12849     public sealed partial class X509ChainPolicy
12850     {
X509ChainPolicy()12851         public X509ChainPolicy() { }
12852         public System.Security.Cryptography.OidCollection ApplicationPolicy { get { throw null; } }
12853         public System.Security.Cryptography.OidCollection CertificatePolicy { get { throw null; } }
12854         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get { throw null; } }
12855         public System.Security.Cryptography.X509Certificates.X509RevocationFlag RevocationFlag { get { throw null; } set { } }
12856         public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get { throw null; } set { } }
12857         public System.TimeSpan UrlRetrievalTimeout { get { throw null; } set { } }
12858         public System.Security.Cryptography.X509Certificates.X509VerificationFlags VerificationFlags { get { throw null; } set { } }
12859         public System.DateTime VerificationTime { get { throw null; } set { } }
Reset()12860         public void Reset() { }
12861     }
12862     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12863     public partial struct X509ChainStatus
12864     {
12865         public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Status { get { throw null; } set { } }
12866         public string StatusInformation { get { throw null; } set { } }
12867     }
12868     [System.FlagsAttribute]
12869     public enum X509ChainStatusFlags
12870     {
12871         CtlNotSignatureValid = 262144,
12872         CtlNotTimeValid = 131072,
12873         CtlNotValidForUsage = 524288,
12874         Cyclic = 128,
12875         ExplicitDistrust = 67108864,
12876         HasExcludedNameConstraint = 32768,
12877         HasNotDefinedNameConstraint = 8192,
12878         HasNotPermittedNameConstraint = 16384,
12879         HasNotSupportedCriticalExtension = 134217728,
12880         HasNotSupportedNameConstraint = 4096,
12881         HasWeakSignature = 1048576,
12882         InvalidBasicConstraints = 1024,
12883         InvalidExtension = 256,
12884         InvalidNameConstraints = 2048,
12885         InvalidPolicyConstraints = 512,
12886         NoError = 0,
12887         NoIssuanceChainPolicy = 33554432,
12888         NotSignatureValid = 8,
12889         NotTimeNested = 2,
12890         NotTimeValid = 1,
12891         NotValidForUsage = 16,
12892         OfflineRevocation = 16777216,
12893         PartialChain = 65536,
12894         RevocationStatusUnknown = 64,
12895         Revoked = 4,
12896         UntrustedRoot = 32,
12897     }
12898     public sealed partial class X509EnhancedKeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12899     {
X509EnhancedKeyUsageExtension()12900         public X509EnhancedKeyUsageExtension() { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical)12901         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical) { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical)12902         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical) { }
12903         public System.Security.Cryptography.OidCollection EnhancedKeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12904         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12905     }
12906     public partial class X509Extension : System.Security.Cryptography.AsnEncodedData
12907     {
X509Extension()12908         protected X509Extension() { }
X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical)12909         public X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical) { }
X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical)12910         public X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical) { }
X509Extension(string oid, byte[] rawData, bool critical)12911         public X509Extension(string oid, byte[] rawData, bool critical) { }
12912         public bool Critical { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12913         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12914     }
12915     public sealed partial class X509ExtensionCollection : System.Collections.ICollection, System.Collections.IEnumerable
12916     {
X509ExtensionCollection()12917         public X509ExtensionCollection() { }
12918         public int Count { get { throw null; } }
12919         public bool IsSynchronized { get { throw null; } }
12920         public System.Security.Cryptography.X509Certificates.X509Extension this[int index] { get { throw null; } }
12921         public System.Security.Cryptography.X509Certificates.X509Extension this[string oid] { get { throw null; } }
12922         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Extension extension)12923         public int Add(System.Security.Cryptography.X509Certificates.X509Extension extension) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index)12924         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index) { }
GetEnumerator()12925         public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12926         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12927         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12928     }
12929     public sealed partial class X509ExtensionEnumerator : System.Collections.IEnumerator
12930     {
X509ExtensionEnumerator()12931         internal X509ExtensionEnumerator() { }
12932         public System.Security.Cryptography.X509Certificates.X509Extension Current { get { throw null; } }
12933         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12934         public bool MoveNext() { throw null; }
Reset()12935         public void Reset() { }
12936     }
12937     public enum X509FindType
12938     {
12939         FindByApplicationPolicy = 10,
12940         FindByCertificatePolicy = 11,
12941         FindByExtension = 12,
12942         FindByIssuerDistinguishedName = 4,
12943         FindByIssuerName = 3,
12944         FindByKeyUsage = 13,
12945         FindBySerialNumber = 5,
12946         FindBySubjectDistinguishedName = 2,
12947         FindBySubjectKeyIdentifier = 14,
12948         FindBySubjectName = 1,
12949         FindByTemplateName = 9,
12950         FindByThumbprint = 0,
12951         FindByTimeExpired = 8,
12952         FindByTimeNotYetValid = 7,
12953         FindByTimeValid = 6,
12954     }
12955     public enum X509IncludeOption
12956     {
12957         EndCertOnly = 2,
12958         ExcludeRoot = 1,
12959         None = 0,
12960         WholeChain = 3,
12961     }
12962     public sealed partial class X509KeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12963     {
X509KeyUsageExtension()12964         public X509KeyUsageExtension() { }
X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical)12965         public X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical) { }
X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical)12966         public X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical) { }
12967         public System.Security.Cryptography.X509Certificates.X509KeyUsageFlags KeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12968         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12969     }
12970     [System.FlagsAttribute]
12971     public enum X509KeyUsageFlags
12972     {
12973         CrlSign = 2,
12974         DataEncipherment = 16,
12975         DecipherOnly = 32768,
12976         DigitalSignature = 128,
12977         EncipherOnly = 1,
12978         KeyAgreement = 8,
12979         KeyCertSign = 4,
12980         KeyEncipherment = 32,
12981         None = 0,
12982         NonRepudiation = 64,
12983     }
12984     public enum X509NameType
12985     {
12986         DnsFromAlternativeName = 4,
12987         DnsName = 3,
12988         EmailName = 1,
12989         SimpleName = 0,
12990         UpnName = 2,
12991         UrlName = 5,
12992     }
12993     public enum X509RevocationFlag
12994     {
12995         EndCertificateOnly = 0,
12996         EntireChain = 1,
12997         ExcludeRoot = 2,
12998     }
12999     public enum X509RevocationMode
13000     {
13001         NoCheck = 0,
13002         Offline = 2,
13003         Online = 1,
13004     }
13005     public sealed partial class X509Store : System.IDisposable
13006     {
X509Store()13007         public X509Store() { }
13008         [System.MonoTODOAttribute("Mono's stores are fully managed. All handles are invalid.")]
13009         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
X509Store(System.IntPtr storeHandle)13010         public X509Store(System.IntPtr storeHandle) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)13011         public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName)13012         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)13013         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(string storeName)13014         public X509Store(string storeName) { }
X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)13015         public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
13016         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
13017         public System.Security.Cryptography.X509Certificates.StoreLocation Location { get { throw null; } }
13018         public string Name { get { throw null; } }
13019         [System.MonoTODOAttribute("Mono's stores are fully managed. Always returns IntPtr.Zero.")]
13020         public System.IntPtr StoreHandle { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13021         public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
13022         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13023         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
Close()13024         public void Close() { }
Dispose()13025         public void Dispose() { }
Open(System.Security.Cryptography.X509Certificates.OpenFlags flags)13026         public void Open(System.Security.Cryptography.X509Certificates.OpenFlags flags) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13027         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
13028         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13029         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
13030     }
13031     public sealed partial class X509SubjectKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension
13032     {
X509SubjectKeyIdentifierExtension()13033         public X509SubjectKeyIdentifierExtension() { }
X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical)13034         public X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical)13035         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical)13036         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)13037         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) { }
X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical)13038         public X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical) { }
13039         public string SubjectKeyIdentifier { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)13040         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
13041     }
13042     public enum X509SubjectKeyIdentifierHashAlgorithm
13043     {
13044         CapiSha1 = 2,
13045         Sha1 = 0,
13046         ShortSha1 = 1,
13047     }
13048     [System.FlagsAttribute]
13049     public enum X509VerificationFlags
13050     {
13051         AllFlags = 4095,
13052         AllowUnknownCertificateAuthority = 16,
13053         IgnoreCertificateAuthorityRevocationUnknown = 1024,
13054         IgnoreCtlNotTimeValid = 2,
13055         IgnoreCtlSignerRevocationUnknown = 512,
13056         IgnoreEndRevocationUnknown = 256,
13057         IgnoreInvalidBasicConstraints = 8,
13058         IgnoreInvalidName = 64,
13059         IgnoreInvalidPolicy = 128,
13060         IgnoreNotTimeNested = 4,
13061         IgnoreNotTimeValid = 1,
13062         IgnoreRootRevocationUnknown = 2048,
13063         IgnoreWrongUsage = 32,
13064         NoFlag = 0,
13065     }
13066 }
13067 namespace System.Security.Permissions
13068 {
13069     [System.SerializableAttribute]
13070     public abstract partial class ResourcePermissionBase : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13071     {
13072         public const string Any = "*";
13073         public const string Local = ".";
ResourcePermissionBase()13074         protected ResourcePermissionBase() { }
ResourcePermissionBase(System.Security.Permissions.PermissionState state)13075         protected ResourcePermissionBase(System.Security.Permissions.PermissionState state) { }
13076         protected System.Type PermissionAccessType { get { throw null; } set { } }
13077         protected string[] TagNames { get { throw null; } set { } }
AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13078         protected void AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
Clear()13079         protected void Clear() { }
Copy()13080         public override System.Security.IPermission Copy() { throw null; }
13081         [System.MonoTODOAttribute("incomplete - need more test")]
FromXml(System.Security.SecurityElement securityElement)13082         public override void FromXml(System.Security.SecurityElement securityElement) { }
GetPermissionEntries()13083         protected System.Security.Permissions.ResourcePermissionBaseEntry[] GetPermissionEntries() { throw null; }
Intersect(System.Security.IPermission target)13084         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13085         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13086         public bool IsUnrestricted() { throw null; }
RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13087         protected void RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
ToXml()13088         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13089         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13090     }
13091     [System.SerializableAttribute]
13092     public partial class ResourcePermissionBaseEntry
13093     {
ResourcePermissionBaseEntry()13094         public ResourcePermissionBaseEntry() { }
ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath)13095         public ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath) { }
13096         public int PermissionAccess { get { throw null; } }
13097         public string[] PermissionAccessPath { get { throw null; } }
13098     }
13099     [System.SerializableAttribute]
13100     public sealed partial class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13101     {
StorePermission(System.Security.Permissions.PermissionState state)13102         public StorePermission(System.Security.Permissions.PermissionState state) { }
StorePermission(System.Security.Permissions.StorePermissionFlags flag)13103         public StorePermission(System.Security.Permissions.StorePermissionFlags flag) { }
13104         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
Copy()13105         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13106         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13107         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13108         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13109         public bool IsUnrestricted() { throw null; }
ToXml()13110         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13111         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13112     }
13113     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
13114     [System.SerializableAttribute]
13115     public sealed partial class StorePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13116     {
StorePermissionAttribute(System.Security.Permissions.SecurityAction action)13117         public StorePermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13118         public bool AddToStore { get { throw null; } set { } }
13119         public bool CreateStore { get { throw null; } set { } }
13120         public bool DeleteStore { get { throw null; } set { } }
13121         public bool EnumerateCertificates { get { throw null; } set { } }
13122         public bool EnumerateStores { get { throw null; } set { } }
13123         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
13124         public bool OpenStore { get { throw null; } set { } }
13125         public bool RemoveFromStore { get { throw null; } set { } }
CreatePermission()13126         public override System.Security.IPermission CreatePermission() { throw null; }
13127     }
13128     [System.FlagsAttribute]
13129     [System.SerializableAttribute]
13130     public enum StorePermissionFlags
13131     {
13132         AddToStore = 32,
13133         AllFlags = 247,
13134         CreateStore = 1,
13135         DeleteStore = 2,
13136         EnumerateCertificates = 128,
13137         EnumerateStores = 4,
13138         NoFlags = 0,
13139         OpenStore = 16,
13140         RemoveFromStore = 64,
13141     }
13142     [System.SerializableAttribute]
13143     public sealed partial class TypeDescriptorPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13144     {
TypeDescriptorPermission(System.Security.Permissions.PermissionState state)13145         public TypeDescriptorPermission(System.Security.Permissions.PermissionState state) { }
TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag)13146         public TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag) { }
13147         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
Copy()13148         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13149         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13150         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13151         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13152         public bool IsUnrestricted() { throw null; }
ToXml()13153         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13154         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13155     }
13156     public sealed partial class TypeDescriptorPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13157     {
TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action)13158         public TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13159         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
13160         public bool RestrictedRegistrationAccess { get { throw null; } set { } }
CreatePermission()13161         public override System.Security.IPermission CreatePermission() { throw null; }
13162     }
13163     [System.FlagsAttribute]
13164     [System.SerializableAttribute]
13165     public enum TypeDescriptorPermissionFlags
13166     {
13167         NoFlags = 0,
13168         RestrictedRegistrationAccess = 1,
13169     }
13170 }
13171 namespace System.Text.RegularExpressions
13172 {
13173     [System.SerializableAttribute]
13174     public partial class Capture
13175     {
Capture()13176         internal Capture() { }
13177         public int Index { get { throw null; } }
13178         public int Length { get { throw null; } }
13179         public string Value { get { throw null; } }
ToString()13180         public override string ToString() { throw null; }
13181     }
13182     [System.SerializableAttribute]
13183     public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable
13184     {
CaptureCollection()13185         internal CaptureCollection() { }
13186         public int Count { get { throw null; } }
13187         public bool IsReadOnly { get { throw null; } }
13188         public bool IsSynchronized { get { throw null; } }
13189         public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } }
13190         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13191         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13192         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13193     }
13194     [System.SerializableAttribute]
13195     public partial class Group : System.Text.RegularExpressions.Capture
13196     {
Group()13197         internal Group() { }
13198         public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } }
13199         public bool Success { get { throw null; } }
Synchronized(System.Text.RegularExpressions.Group inner)13200         public static System.Text.RegularExpressions.Group Synchronized(System.Text.RegularExpressions.Group inner) { throw null; }
13201     }
13202     [System.SerializableAttribute]
13203     public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable
13204     {
GroupCollection()13205         internal GroupCollection() { }
13206         public int Count { get { throw null; } }
13207         public bool IsReadOnly { get { throw null; } }
13208         public bool IsSynchronized { get { throw null; } }
13209         public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } }
13210         public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } }
13211         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13212         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13213         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13214     }
13215     [System.SerializableAttribute]
13216     public partial class Match : System.Text.RegularExpressions.Group
13217     {
Match()13218         internal Match() { }
13219         public static System.Text.RegularExpressions.Match Empty { get { throw null; } }
13220         public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } }
NextMatch()13221         public System.Text.RegularExpressions.Match NextMatch() { throw null; }
Result(string replacement)13222         public virtual string Result(string replacement) { throw null; }
Synchronized(System.Text.RegularExpressions.Match inner)13223         public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner) { throw null; }
13224     }
13225     [System.SerializableAttribute]
13226     public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable
13227     {
MatchCollection()13228         internal MatchCollection() { }
13229         public int Count { get { throw null; } }
13230         public bool IsReadOnly { get { throw null; } }
13231         public bool IsSynchronized { get { throw null; } }
13232         public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } }
13233         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13234         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13235         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13236     }
13237     [System.SerializableAttribute]
MatchEvaluator(System.Text.RegularExpressions.Match match)13238     public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match);
13239     [System.SerializableAttribute]
13240     public partial class Regex : System.Runtime.Serialization.ISerializable
13241     {
13242         protected internal System.Collections.Hashtable capnames;
13243         protected internal System.Collections.Hashtable caps;
13244         protected internal int capsize;
13245         protected internal string[] capslist;
13246         protected internal System.Text.RegularExpressions.RegexRunnerFactory factory;
13247         [System.NonSerializedAttribute]
13248         public static readonly System.TimeSpan InfiniteMatchTimeout;
13249         [System.Runtime.Serialization.OptionalFieldAttribute(VersionAdded=2)]
13250         protected internal System.TimeSpan internalMatchTimeout;
13251         protected internal string pattern;
13252         protected internal System.Text.RegularExpressions.RegexOptions roptions;
Regex()13253         protected Regex() { }
Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13254         protected Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Regex(string pattern)13255         public Regex(string pattern) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options)13256         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13257         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { }
13258         public static int CacheSize { get { throw null; } set { } }
13259         public System.TimeSpan MatchTimeout { get { throw null; } }
13260         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } }
13261         public bool RightToLeft { get { throw null; } }
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname)13262         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname) { }
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes)13263         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes) { }
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, string resourceFile)13264         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, string resourceFile) { }
Escape(string str)13265         public static string Escape(string str) { throw null; }
GetGroupNames()13266         public string[] GetGroupNames() { throw null; }
GetGroupNumbers()13267         public int[] GetGroupNumbers() { throw null; }
GroupNameFromNumber(int i)13268         public string GroupNameFromNumber(int i) { throw null; }
GroupNumberFromName(string name)13269         public int GroupNumberFromName(string name) { throw null; }
InitializeReferences()13270         protected void InitializeReferences() { }
IsMatch(string input)13271         public bool IsMatch(string input) { throw null; }
IsMatch(string input, int startat)13272         public bool IsMatch(string input, int startat) { throw null; }
IsMatch(string input, string pattern)13273         public static bool IsMatch(string input, string pattern) { throw null; }
IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13274         public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13275         public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Match(string input)13276         public System.Text.RegularExpressions.Match Match(string input) { throw null; }
Match(string input, int startat)13277         public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; }
Match(string input, int beginning, int length)13278         public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; }
Match(string input, string pattern)13279         public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; }
Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13280         public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13281         public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Matches(string input)13282         public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; }
Matches(string input, int startat)13283         public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; }
Matches(string input, string pattern)13284         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; }
Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13285         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13286         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Replace(string input, string replacement)13287         public string Replace(string input, string replacement) { throw null; }
Replace(string input, string replacement, int count)13288         public string Replace(string input, string replacement, int count) { throw null; }
Replace(string input, string replacement, int count, int startat)13289         public string Replace(string input, string replacement, int count, int startat) { throw null; }
Replace(string input, string pattern, string replacement)13290         public static string Replace(string input, string pattern, string replacement) { throw null; }
Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options)13291         public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13292         public static string Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator)13293         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)13294         public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13295         public static string Replace(string input, string pattern, System.Text.RegularExpressions.MatchEvaluator evaluator, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator)13296         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count)13297         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)13298         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; }
Split(string input)13299         public string[] Split(string input) { throw null; }
Split(string input, int count)13300         public string[] Split(string input, int count) { throw null; }
Split(string input, int count, int startat)13301         public string[] Split(string input, int count, int startat) { throw null; }
Split(string input, string pattern)13302         public static string[] Split(string input, string pattern) { throw null; }
Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13303         public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options) { throw null; }
Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13304         public static string[] Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)13305         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToString()13306         public override string ToString() { throw null; }
Unescape(string str)13307         public static string Unescape(string str) { throw null; }
UseOptionC()13308         protected bool UseOptionC() { throw null; }
UseOptionR()13309         protected bool UseOptionR() { throw null; }
ValidateMatchTimeout(System.TimeSpan matchTimeout)13310         protected internal static void ValidateMatchTimeout(System.TimeSpan matchTimeout) { }
13311     }
13312     [System.SerializableAttribute]
13313     public partial class RegexCompilationInfo
13314     {
RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic)13315         public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic) { }
RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic, System.TimeSpan matchTimeout)13316         public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic, System.TimeSpan matchTimeout) { }
13317         public bool IsPublic { get { throw null; } set { } }
13318         public System.TimeSpan MatchTimeout { get { throw null; } set { } }
13319         public string Name { get { throw null; } set { } }
13320         public string Namespace { get { throw null; } set { } }
13321         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } set { } }
13322         public string Pattern { get { throw null; } set { } }
13323     }
13324     [System.SerializableAttribute]
13325     public partial class RegexMatchTimeoutException : System.TimeoutException, System.Runtime.Serialization.ISerializable
13326     {
RegexMatchTimeoutException()13327         public RegexMatchTimeoutException() { }
13328         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13329         protected RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
RegexMatchTimeoutException(string message)13330         public RegexMatchTimeoutException(string message) { }
RegexMatchTimeoutException(string message, System.Exception inner)13331         public RegexMatchTimeoutException(string message, System.Exception inner) { }
RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout)13332         public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { }
13333         public string Input { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13334         public System.TimeSpan MatchTimeout { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13335         public string Pattern { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13336         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)13337         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
13338     }
13339     [System.FlagsAttribute]
13340     public enum RegexOptions
13341     {
13342         Compiled = 8,
13343         CultureInvariant = 512,
13344         ECMAScript = 256,
13345         ExplicitCapture = 4,
13346         IgnoreCase = 1,
13347         IgnorePatternWhitespace = 32,
13348         Multiline = 2,
13349         None = 0,
13350         RightToLeft = 64,
13351         Singleline = 16,
13352     }
13353     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13354     public abstract partial class RegexRunner
13355     {
13356         protected internal int[] runcrawl;
13357         protected internal int runcrawlpos;
13358         protected internal System.Text.RegularExpressions.Match runmatch;
13359         protected internal System.Text.RegularExpressions.Regex runregex;
13360         protected internal int[] runstack;
13361         protected internal int runstackpos;
13362         protected internal string runtext;
13363         protected internal int runtextbeg;
13364         protected internal int runtextend;
13365         protected internal int runtextpos;
13366         protected internal int runtextstart;
13367         protected internal int[] runtrack;
13368         protected internal int runtrackcount;
13369         protected internal int runtrackpos;
RegexRunner()13370         protected internal RegexRunner() { }
Capture(int capnum, int start, int end)13371         protected void Capture(int capnum, int start, int end) { }
CharInClass(char ch, string charClass)13372         protected static bool CharInClass(char ch, string charClass) { throw null; }
CharInSet(char ch, string @set, string category)13373         protected static bool CharInSet(char ch, string @set, string category) { throw null; }
CheckTimeout()13374         protected void CheckTimeout() { }
Crawl(int i)13375         protected void Crawl(int i) { }
Crawlpos()13376         protected int Crawlpos() { throw null; }
DoubleCrawl()13377         protected void DoubleCrawl() { }
DoubleStack()13378         protected void DoubleStack() { }
DoubleTrack()13379         protected void DoubleTrack() { }
EnsureStorage()13380         protected void EnsureStorage() { }
FindFirstChar()13381         protected abstract bool FindFirstChar();
Go()13382         protected abstract void Go();
InitTrackCount()13383         protected abstract void InitTrackCount();
IsBoundary(int index, int startpos, int endpos)13384         protected bool IsBoundary(int index, int startpos, int endpos) { throw null; }
IsECMABoundary(int index, int startpos, int endpos)13385         protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; }
IsMatched(int cap)13386         protected bool IsMatched(int cap) { throw null; }
MatchIndex(int cap)13387         protected int MatchIndex(int cap) { throw null; }
MatchLength(int cap)13388         protected int MatchLength(int cap) { throw null; }
Popcrawl()13389         protected int Popcrawl() { throw null; }
Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick)13390         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; }
Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick, System.TimeSpan timeout)13391         protected internal System.Text.RegularExpressions.Match Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick, System.TimeSpan timeout) { throw null; }
TransferCapture(int capnum, int uncapnum, int start, int end)13392         protected void TransferCapture(int capnum, int uncapnum, int start, int end) { }
Uncapture()13393         protected void Uncapture() { }
13394     }
13395     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13396     public abstract partial class RegexRunnerFactory
13397     {
RegexRunnerFactory()13398         protected RegexRunnerFactory() { }
CreateInstance()13399         protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance();
13400     }
13401 }
13402 namespace System.Threading
13403 {
13404     [System.Diagnostics.DebuggerDisplayAttribute("Participant Count={ParticipantCount},Participants Remaining={ParticipantsRemaining}")]
13405     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13406     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13407     public partial class Barrier : System.IDisposable
13408     {
Barrier(int participantCount)13409         public Barrier(int participantCount) { }
Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction)13410         public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { }
13411         public long CurrentPhaseNumber { get { throw null; } }
13412         public int ParticipantCount { get { throw null; } }
13413         public int ParticipantsRemaining { get { throw null; } }
AddParticipant()13414         public long AddParticipant() { throw null; }
AddParticipants(int participantCount)13415         public long AddParticipants(int participantCount) { throw null; }
Dispose()13416         public void Dispose() { }
Dispose(bool disposing)13417         protected virtual void Dispose(bool disposing) { }
RemoveParticipant()13418         public void RemoveParticipant() { }
RemoveParticipants(int participantCount)13419         public void RemoveParticipants(int participantCount) { }
SignalAndWait()13420         public void SignalAndWait() { }
SignalAndWait(int millisecondsTimeout)13421         public bool SignalAndWait(int millisecondsTimeout) { throw null; }
SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)13422         public bool SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
SignalAndWait(System.Threading.CancellationToken cancellationToken)13423         public void SignalAndWait(System.Threading.CancellationToken cancellationToken) { }
SignalAndWait(System.TimeSpan timeout)13424         public bool SignalAndWait(System.TimeSpan timeout) { throw null; }
SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken)13425         public bool SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) { throw null; }
13426     }
13427     [System.SerializableAttribute]
13428     public partial class BarrierPostPhaseException : System.Exception
13429     {
BarrierPostPhaseException()13430         public BarrierPostPhaseException() { }
BarrierPostPhaseException(System.Exception innerException)13431         public BarrierPostPhaseException(System.Exception innerException) { }
13432         [System.Security.SecurityCriticalAttribute]
BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13433         protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
BarrierPostPhaseException(string message)13434         public BarrierPostPhaseException(string message) { }
BarrierPostPhaseException(string message, System.Exception innerException)13435         public BarrierPostPhaseException(string message, System.Exception innerException) { }
13436     }
13437     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13438     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13439     public sealed partial class Semaphore : System.Threading.WaitHandle
13440     {
13441         [System.Security.SecuritySafeCriticalAttribute]
Semaphore(int initialCount, int maximumCount)13442         public Semaphore(int initialCount, int maximumCount) { }
13443         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Semaphore(int initialCount, int maximumCount, string name)13444         public Semaphore(int initialCount, int maximumCount, string name) { }
13445         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Semaphore(int initialCount, int maximumCount, string name, out bool createdNew)13446         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) { createdNew = default(bool); }
13447         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity)13448         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { createdNew = default(bool); }
GetAccessControl()13449         public System.Security.AccessControl.SemaphoreSecurity GetAccessControl() { throw null; }
13450         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name)13451         public static System.Threading.Semaphore OpenExisting(string name) { throw null; }
13452         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)13453         public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw null; }
13454         [System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute]
13455         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release()13456         public int Release() { throw null; }
13457         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release(int releaseCount)13458         public int Release(int releaseCount) { throw null; }
SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity)13459         public void SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { }
13460         [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)13461         public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13462         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
TryOpenExisting(string name, out System.Threading.Semaphore result)13463         public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13464     }
13465     public partial class ThreadExceptionEventArgs : System.EventArgs
13466     {
ThreadExceptionEventArgs(System.Exception t)13467         public ThreadExceptionEventArgs(System.Exception t) { }
13468         public System.Exception Exception { get { throw null; } }
13469     }
ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e)13470     public delegate void ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e);
13471 }
13472 namespace System.Timers
13473 {
13474     public partial class ElapsedEventArgs : System.EventArgs
13475     {
ElapsedEventArgs()13476         internal ElapsedEventArgs() { }
13477         public System.DateTime SignalTime { get { throw null; } }
13478     }
ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e)13479     public delegate void ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e);
13480     [System.ComponentModel.DefaultEventAttribute("Elapsed")]
13481     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
13482     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13483     public partial class Timer : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
13484     {
Timer()13485         public Timer() { }
Timer(double interval)13486         public Timer(double interval) { }
13487         [System.ComponentModel.CategoryAttribute("Behavior")]
13488         [System.ComponentModel.DefaultValueAttribute(true)]
13489         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer will be restarted when it is enabled.")]
13490         public bool AutoReset { get { throw null; } set { } }
13491         [System.ComponentModel.CategoryAttribute("Behavior")]
13492         [System.ComponentModel.DefaultValueAttribute(false)]
13493         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer is enabled to fire events at a defined interval.")]
13494         public bool Enabled { get { throw null; } set { } }
13495         [System.ComponentModel.CategoryAttribute("Behavior")]
13496         [System.ComponentModel.DefaultValueAttribute(100)]
13497         [System.ComponentModel.SettingsBindableAttribute(true)]
13498         [System.Timers.TimersDescriptionAttribute("The number of milliseconds between timer events.")]
13499         public double Interval { get { throw null; } set { } }
13500         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
13501         [System.ComponentModel.BrowsableAttribute(false)]
13502         [System.ComponentModel.DefaultValueAttribute(null)]
13503         [System.Timers.TimersDescriptionAttribute("The object used to marshal the event handler calls issued when an interval has elapsed.")]
13504         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
13505         [System.ComponentModel.CategoryAttribute("Behavior")]
13506         [System.Timers.TimersDescriptionAttribute("Occurs when the Interval has elapsed.")]
13507         public event System.Timers.ElapsedEventHandler Elapsed { add { } remove { } }
BeginInit()13508         public void BeginInit() { }
Close()13509         public void Close() { }
Dispose(bool disposing)13510         protected override void Dispose(bool disposing) { }
EndInit()13511         public void EndInit() { }
Start()13512         public void Start() { }
Stop()13513         public void Stop() { }
13514     }
13515     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
13516     public partial class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute
13517     {
TimersDescriptionAttribute(string description)13518         public TimersDescriptionAttribute(string description) { }
13519         public override string Description { get { throw null; } }
13520     }
13521 }
13522 namespace System.Web
13523 {
13524     [System.SerializableAttribute]
13525     public sealed partial class AspNetHostingPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13526     {
AspNetHostingPermission(System.Security.Permissions.PermissionState state)13527         public AspNetHostingPermission(System.Security.Permissions.PermissionState state) { }
AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level)13528         public AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level) { }
13529         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
Copy()13530         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13531         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13532         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13533         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13534         public bool IsUnrestricted() { throw null; }
ToXml()13535         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13536         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13537     }
13538     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
13539     [System.SerializableAttribute]
13540     public sealed partial class AspNetHostingPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13541     {
AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action)13542         public AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13543         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
CreatePermission()13544         public override System.Security.IPermission CreatePermission() { throw null; }
13545     }
13546     [System.SerializableAttribute]
13547     public enum AspNetHostingPermissionLevel
13548     {
13549         High = 500,
13550         Low = 300,
13551         Medium = 400,
13552         Minimal = 200,
13553         None = 100,
13554         Unrestricted = 600,
13555     }
13556 }
13557 namespace System.Windows.Input
13558 {
13559     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13560     public partial interface ICommand
13561     {
13562         event System.EventHandler CanExecuteChanged;
CanExecute(object parameter)13563         bool CanExecute(object parameter);
Execute(object parameter)13564         void Execute(object parameter);
13565     }
13566 }
13567 namespace System.Windows.Markup
13568 {
13569     [System.AttributeUsageAttribute((System.AttributeTargets)(1244), AllowMultiple=false, Inherited=true)]
13570     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13571     public sealed partial class ValueSerializerAttribute : System.Attribute
13572     {
ValueSerializerAttribute(string valueSerializerTypeName)13573         public ValueSerializerAttribute(string valueSerializerTypeName) { }
ValueSerializerAttribute(System.Type valueSerializerType)13574         public ValueSerializerAttribute(System.Type valueSerializerType) { }
13575         public System.Type ValueSerializerType { get { throw null; } }
13576         public string ValueSerializerTypeName { get { throw null; } }
13577     }
13578 }
13579