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         [System.ComponentModel.DefaultValueAttribute(false)]
7071         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7072         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process's error output is written to the Process instance's StandardError member.")]
7073         public bool RedirectStandardError { get { throw null; } set { } }
7074         [System.ComponentModel.DefaultValueAttribute(false)]
7075         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7076         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process command input is read from the Process instance's StandardInput member.")]
7077         public bool RedirectStandardInput { get { throw null; } set { } }
7078         [System.ComponentModel.DefaultValueAttribute(false)]
7079         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7080         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process output is written to the Process instance's StandardOutput member.")]
7081         public bool RedirectStandardOutput { get { throw null; } set { } }
7082         public System.Text.Encoding StandardErrorEncoding { get { throw null; } set { } }
7083         public System.Text.Encoding StandardOutputEncoding { get { throw null; } set { } }
7084         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7085         public string UserName { get { throw null; } set { } }
7086         [System.ComponentModel.DefaultValueAttribute(true)]
7087         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7088         [System.Diagnostics.MonitoringDescriptionAttribute("Whether to use the operating system shell to start the process.")]
7089         public bool UseShellExecute { get { throw null; } set { } }
7090         [System.ComponentModel.DefaultValueAttribute("")]
7091         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7092         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.VerbConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7093         [System.Diagnostics.MonitoringDescriptionAttribute("The verb to apply to the document specified by the FileName property.")]
7094         public string Verb { get { throw null; } set { } }
7095         [System.ComponentModel.BrowsableAttribute(false)]
7096         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7097         public string[] Verbs { get { throw null; } }
7098         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.ProcessWindowStyle)(0))]
7099         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7100         [System.Diagnostics.MonitoringDescriptionAttribute("How the main window should be created when the process starts.")]
7101         public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw null; } set { } }
7102         [System.ComponentModel.DefaultValueAttribute("")]
7103         [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")]
7104         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7105         [System.ComponentModel.SettingsBindableAttribute(true)]
7106         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7107         [System.Diagnostics.MonitoringDescriptionAttribute("The initial working directory for the process.")]
7108         public string WorkingDirectory { get { throw null; } set { } }
7109     }
7110     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessThreadDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7111     public partial class ProcessThread : System.ComponentModel.Component
7112     {
ProcessThread()7113         internal ProcessThread() { }
7114         [System.Diagnostics.MonitoringDescriptionAttribute("The base priority of this thread.")]
7115         [System.MonoTODOAttribute]
7116         public int BasePriority { get { throw null; } }
7117         [System.Diagnostics.MonitoringDescriptionAttribute("The current priority of this thread.")]
7118         [System.MonoTODOAttribute]
7119         public int CurrentPriority { get { throw null; } }
7120         [System.Diagnostics.MonitoringDescriptionAttribute("The ID of this thread.")]
7121         [System.MonoTODOAttribute]
7122         public int Id { get { throw null; } }
7123         [System.ComponentModel.BrowsableAttribute(false)]
7124         [System.MonoTODOAttribute]
7125         public int IdealProcessor { set { } }
7126         [System.Diagnostics.MonitoringDescriptionAttribute("Thread gets a priority boot when interactively used by a user.")]
7127         [System.MonoTODOAttribute]
7128         public bool PriorityBoostEnabled { get { throw null; } set { } }
7129         [System.Diagnostics.MonitoringDescriptionAttribute("The priority level of this thread.")]
7130         [System.MonoTODOAttribute]
7131         public System.Diagnostics.ThreadPriorityLevel PriorityLevel { get { throw null; } set { } }
7132         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in privileged mode.")]
7133         [System.MonoTODOAttribute]
7134         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
7135         [System.ComponentModel.BrowsableAttribute(false)]
7136         [System.MonoTODOAttribute]
7137         public System.IntPtr ProcessorAffinity { set { } }
7138         [System.Diagnostics.MonitoringDescriptionAttribute("The start address in memory of this thread.")]
7139         [System.MonoTODOAttribute]
7140         public System.IntPtr StartAddress { get { throw null; } }
7141         [System.Diagnostics.MonitoringDescriptionAttribute("The time this thread was started.")]
7142         [System.MonoTODOAttribute]
7143         public System.DateTime StartTime { get { throw null; } }
7144         [System.Diagnostics.MonitoringDescriptionAttribute("The current state of this thread.")]
7145         [System.MonoTODOAttribute]
7146         public System.Diagnostics.ThreadState ThreadState { get { throw null; } }
7147         [System.Diagnostics.MonitoringDescriptionAttribute("The total amount of CPU time used.")]
7148         [System.MonoTODOAttribute]
7149         public System.TimeSpan TotalProcessorTime { get { throw null; } }
7150         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in user mode.")]
7151         [System.MonoTODOAttribute]
7152         public System.TimeSpan UserProcessorTime { get { throw null; } }
7153         [System.Diagnostics.MonitoringDescriptionAttribute("The reason why this thread is waiting.")]
7154         [System.MonoTODOAttribute]
7155         public System.Diagnostics.ThreadWaitReason WaitReason { get { throw null; } }
7156         [System.MonoTODOAttribute]
ResetIdealProcessor()7157         public void ResetIdealProcessor() { }
7158     }
7159     public partial class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase
7160     {
ProcessThreadCollection()7161         protected ProcessThreadCollection() { }
ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads)7162         public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { }
7163         public System.Diagnostics.ProcessThread this[int index] { get { throw null; } }
Add(System.Diagnostics.ProcessThread thread)7164         public int Add(System.Diagnostics.ProcessThread thread) { throw null; }
Contains(System.Diagnostics.ProcessThread thread)7165         public bool Contains(System.Diagnostics.ProcessThread thread) { throw null; }
CopyTo(System.Diagnostics.ProcessThread[] array, int index)7166         public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) { }
IndexOf(System.Diagnostics.ProcessThread thread)7167         public int IndexOf(System.Diagnostics.ProcessThread thread) { throw null; }
Insert(int index, System.Diagnostics.ProcessThread thread)7168         public void Insert(int index, System.Diagnostics.ProcessThread thread) { }
Remove(System.Diagnostics.ProcessThread thread)7169         public void Remove(System.Diagnostics.ProcessThread thread) { }
7170     }
7171     public enum ProcessWindowStyle
7172     {
7173         Hidden = 1,
7174         Maximized = 3,
7175         Minimized = 2,
7176         Normal = 0,
7177     }
7178     public partial class SourceFilter : System.Diagnostics.TraceFilter
7179     {
SourceFilter(string source)7180         public SourceFilter(string source) { }
7181         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)7182         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; }
7183     }
7184     [System.FlagsAttribute]
7185     public enum SourceLevels
7186     {
7187         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7188         ActivityTracing = 65280,
7189         All = -1,
7190         Critical = 1,
7191         Error = 3,
7192         Information = 15,
7193         Off = 0,
7194         Verbose = 31,
7195         Warning = 7,
7196     }
7197     public partial class SourceSwitch : System.Diagnostics.Switch
7198     {
SourceSwitch(string name)7199         public SourceSwitch(string name) : base (default(string), default(string)) { }
SourceSwitch(string displayName, string defaultSwitchValue)7200         public SourceSwitch(string displayName, string defaultSwitchValue) : base (default(string), default(string)) { }
7201         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()7202         protected override void OnValueChanged() { }
ShouldTrace(System.Diagnostics.TraceEventType eventType)7203         public bool ShouldTrace(System.Diagnostics.TraceEventType eventType) { throw null; }
7204     }
7205     public partial class Stopwatch
7206     {
7207         public static readonly long Frequency;
7208         public static readonly bool IsHighResolution;
Stopwatch()7209         public Stopwatch() { }
7210         public System.TimeSpan Elapsed { get { throw null; } }
7211         public long ElapsedMilliseconds { get { throw null; } }
7212         public long ElapsedTicks { get { throw null; } }
7213         public bool IsRunning { get { throw null; } }
GetTimestamp()7214         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static long GetTimestamp() { throw null; }
Reset()7215         public void Reset() { }
Restart()7216         public void Restart() { }
Start()7217         public void Start() { }
StartNew()7218         public static System.Diagnostics.Stopwatch StartNew() { throw null; }
Stop()7219         public void Stop() { }
7220     }
7221     public abstract partial class Switch
7222     {
Switch(string displayName, string description)7223         protected Switch(string displayName, string description) { }
Switch(string displayName, string description, string defaultSwitchValue)7224         protected Switch(string displayName, string description, string defaultSwitchValue) { }
7225 #if XML_DEP
7226         [System.Xml.Serialization.XmlIgnoreAttribute]
7227 #endif
7228         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7229         public string Description { get { throw null; } }
7230         public string DisplayName { get { throw null; } }
7231         protected int SwitchSetting { get { throw null; } set { } }
7232         protected string Value { get { throw null; } set { } }
GetSupportedAttributes()7233         protected internal virtual string[] GetSupportedAttributes() { throw null; }
OnSwitchSettingChanged()7234         protected virtual void OnSwitchSettingChanged() { }
OnValueChanged()7235         protected virtual void OnValueChanged() { }
7236     }
7237     [System.AttributeUsageAttribute((System.AttributeTargets)(741))]
7238     public sealed partial class SwitchAttribute : System.Attribute
7239     {
SwitchAttribute(string switchName, System.Type switchType)7240         public SwitchAttribute(string switchName, System.Type switchType) { }
7241         public string SwitchDescription { get { throw null; } set { } }
7242         public string SwitchName { get { throw null; } set { } }
7243         public System.Type SwitchType { get { throw null; } set { } }
GetAll(System.Reflection.Assembly assembly)7244         public static System.Diagnostics.SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) { throw null; }
7245     }
7246     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
7247     public sealed partial class SwitchLevelAttribute : System.Attribute
7248     {
SwitchLevelAttribute(System.Type switchLevelType)7249         public SwitchLevelAttribute(System.Type switchLevelType) { }
7250         public System.Type SwitchLevelType { get { throw null; } set { } }
7251     }
7252     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7253     public partial class TextWriterTraceListener : System.Diagnostics.TraceListener
7254     {
TextWriterTraceListener()7255         public TextWriterTraceListener() { }
TextWriterTraceListener(System.IO.Stream stream)7256         public TextWriterTraceListener(System.IO.Stream stream) { }
TextWriterTraceListener(System.IO.Stream stream, string name)7257         public TextWriterTraceListener(System.IO.Stream stream, string name) { }
TextWriterTraceListener(System.IO.TextWriter writer)7258         public TextWriterTraceListener(System.IO.TextWriter writer) { }
TextWriterTraceListener(System.IO.TextWriter writer, string name)7259         public TextWriterTraceListener(System.IO.TextWriter writer, string name) { }
TextWriterTraceListener(string fileName)7260         public TextWriterTraceListener(string fileName) { }
TextWriterTraceListener(string fileName, string name)7261         public TextWriterTraceListener(string fileName, string name) { }
7262         public System.IO.TextWriter Writer { get { throw null; } set { } }
Close()7263         public override void Close() { }
Dispose(bool disposing)7264         protected override void Dispose(bool disposing) { }
Flush()7265         public override void Flush() { }
Write(string message)7266         public override void Write(string message) { }
WriteLine(string message)7267         public override void WriteLine(string message) { }
7268     }
7269     public enum ThreadPriorityLevel
7270     {
7271         AboveNormal = 1,
7272         BelowNormal = -1,
7273         Highest = 2,
7274         Idle = -15,
7275         Lowest = -2,
7276         Normal = 0,
7277         TimeCritical = 15,
7278     }
7279     public enum ThreadState
7280     {
7281         Initialized = 0,
7282         Ready = 1,
7283         Running = 2,
7284         Standby = 3,
7285         Terminated = 4,
7286         Transition = 6,
7287         Unknown = 7,
7288         Wait = 5,
7289     }
7290     public enum ThreadWaitReason
7291     {
7292         EventPairHigh = 7,
7293         EventPairLow = 8,
7294         ExecutionDelay = 4,
7295         Executive = 0,
7296         FreePage = 1,
7297         LpcReceive = 9,
7298         LpcReply = 10,
7299         PageIn = 2,
7300         PageOut = 12,
7301         Suspended = 5,
7302         SystemAllocation = 3,
7303         Unknown = 13,
7304         UserRequest = 6,
7305         VirtualMemory = 11,
7306     }
7307     public sealed partial class Trace
7308     {
Trace()7309         internal Trace() { }
7310         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 { } }
7311         public static System.Diagnostics.CorrelationManager CorrelationManager { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7312         public static int IndentLevel { get { throw null; } set { } }
7313         public static int IndentSize { get { throw null; } set { } }
7314         public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
7315         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 { } }
7316         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition)7317         public static void Assert(bool condition) { }
7318         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message)7319         public static void Assert(bool condition, string message) { }
7320         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message, string detailMessage)7321         public static void Assert(bool condition, string message, string detailMessage) { }
7322         [System.Diagnostics.ConditionalAttribute("TRACE")]
Close()7323         public static void Close() { }
7324         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message)7325         public static void Fail(string message) { }
7326         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message, string detailMessage)7327         public static void Fail(string message, string detailMessage) { }
7328         [System.Diagnostics.ConditionalAttribute("TRACE")]
Flush()7329         public static void Flush() { }
7330         [System.Diagnostics.ConditionalAttribute("TRACE")]
Indent()7331         public static void Indent() { }
Refresh()7332         public static void Refresh() { }
7333         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string message)7334         public static void TraceError(string message) { }
7335         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string format, params object[] args)7336         public static void TraceError(string format, params object[] args) { }
7337         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7338         public static void TraceInformation(string message) { }
7339         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7340         public static void TraceInformation(string format, params object[] args) { }
7341         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string message)7342         public static void TraceWarning(string message) { }
7343         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string format, params object[] args)7344         public static void TraceWarning(string format, params object[] args) { }
7345         [System.Diagnostics.ConditionalAttribute("TRACE")]
Unindent()7346         public static void Unindent() { }
7347         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value)7348         public static void Write(object value) { }
7349         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value, string category)7350         public static void Write(object value, string category) { }
7351         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message)7352         public static void Write(string message) { }
7353         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message, string category)7354         public static void Write(string message, string category) { }
7355         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value)7356         public static void WriteIf(bool condition, object value) { }
7357         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value, string category)7358         public static void WriteIf(bool condition, object value, string category) { }
7359         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message)7360         public static void WriteIf(bool condition, string message) { }
7361         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message, string category)7362         public static void WriteIf(bool condition, string message, string category) { }
7363         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value)7364         public static void WriteLine(object value) { }
7365         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value, string category)7366         public static void WriteLine(object value, string category) { }
7367         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message)7368         public static void WriteLine(string message) { }
7369         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message, string category)7370         public static void WriteLine(string message, string category) { }
7371         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value)7372         public static void WriteLineIf(bool condition, object value) { }
7373         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value, string category)7374         public static void WriteLineIf(bool condition, object value, string category) { }
7375         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message)7376         public static void WriteLineIf(bool condition, string message) { }
7377         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message, string category)7378         public static void WriteLineIf(bool condition, string message, string category) { }
7379     }
7380     public partial class TraceEventCache
7381     {
TraceEventCache()7382         public TraceEventCache() { }
7383         public string Callstack { get { throw null; } }
7384         public System.DateTime DateTime { get { throw null; } }
7385         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
7386         public int ProcessId { get { throw null; } }
7387         public string ThreadId { get { throw null; } }
7388         public long Timestamp { get { throw null; } }
7389     }
7390     public enum TraceEventType
7391     {
7392         Critical = 1,
7393         Error = 2,
7394         Information = 8,
7395         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7396         Resume = 2048,
7397         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7398         Start = 256,
7399         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7400         Stop = 512,
7401         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7402         Suspend = 1024,
7403         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7404         Transfer = 4096,
7405         Verbose = 16,
7406         Warning = 4,
7407     }
7408     public abstract partial class TraceFilter
7409     {
TraceFilter()7410         protected TraceFilter() { }
ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)7411         public abstract bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data);
7412     }
7413     public enum TraceLevel
7414     {
7415         Error = 1,
7416         Info = 3,
7417         Off = 0,
7418         Verbose = 4,
7419         Warning = 2,
7420     }
7421     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7422     public abstract partial class TraceListener : System.MarshalByRefObject, System.IDisposable
7423     {
TraceListener()7424         protected TraceListener() { }
TraceListener(string name)7425         protected TraceListener(string name) { }
7426         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7427         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7428         public System.Diagnostics.TraceFilter Filter { get { throw null; } set { } }
7429         public int IndentLevel { get { throw null; } set { } }
7430         public int IndentSize { get { throw null; } set { } }
7431         public virtual bool IsThreadSafe { get { throw null; } }
7432         public virtual string Name { get { throw null; } set { } }
7433         protected bool NeedIndent { get { throw null; } set { } }
7434         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7435         public System.Diagnostics.TraceOptions TraceOutputOptions { get { throw null; } set { } }
Close()7436         public virtual void Close() { }
Dispose()7437         public void Dispose() { }
Dispose(bool disposing)7438         protected virtual void Dispose(bool disposing) { }
Fail(string message)7439         public virtual void Fail(string message) { }
Fail(string message, string detailMessage)7440         public virtual void Fail(string message, string detailMessage) { }
Flush()7441         public virtual void Flush() { }
GetSupportedAttributes()7442         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7443         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7444         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
7445         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)7446         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7447         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id)7448         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id) { }
7449         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)7450         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
7451         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7452         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7453         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId)7454         public virtual void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(object o)7455         public virtual void Write(object o) { }
Write(object o, string category)7456         public virtual void Write(object o, string category) { }
Write(string message)7457         public abstract void Write(string message);
Write(string message, string category)7458         public virtual void Write(string message, string category) { }
WriteIndent()7459         protected virtual void WriteIndent() { }
WriteLine(object o)7460         public virtual void WriteLine(object o) { }
WriteLine(object o, string category)7461         public virtual void WriteLine(object o, string category) { }
WriteLine(string message)7462         public abstract void WriteLine(string message);
WriteLine(string message, string category)7463         public virtual void WriteLine(string message, string category) { }
7464     }
7465     public partial class TraceListenerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7466     {
TraceListenerCollection()7467         internal TraceListenerCollection() { }
7468         public int Count { get { throw null; } }
7469         public System.Diagnostics.TraceListener this[int i] { get { throw null; } set { } }
7470         public System.Diagnostics.TraceListener this[string name] { get { throw null; } }
7471         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7472         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7473         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7474         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7475         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.TraceListener listener)7476         public int Add(System.Diagnostics.TraceListener listener) { throw null; }
AddRange(System.Diagnostics.TraceListenerCollection value)7477         public void AddRange(System.Diagnostics.TraceListenerCollection value) { }
AddRange(System.Diagnostics.TraceListener[] value)7478         public void AddRange(System.Diagnostics.TraceListener[] value) { }
Clear()7479         public void Clear() { }
Contains(System.Diagnostics.TraceListener listener)7480         public bool Contains(System.Diagnostics.TraceListener listener) { throw null; }
CopyTo(System.Diagnostics.TraceListener[] listeners, int index)7481         public void CopyTo(System.Diagnostics.TraceListener[] listeners, int index) { }
GetEnumerator()7482         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Diagnostics.TraceListener listener)7483         public int IndexOf(System.Diagnostics.TraceListener listener) { throw null; }
Insert(int index, System.Diagnostics.TraceListener listener)7484         public void Insert(int index, System.Diagnostics.TraceListener listener) { }
Remove(System.Diagnostics.TraceListener listener)7485         public void Remove(System.Diagnostics.TraceListener listener) { }
Remove(string name)7486         public void Remove(string name) { }
RemoveAt(int index)7487         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7488         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IList.Add(object value)7489         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)7490         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7491         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7492         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7493         void System.Collections.IList.Remove(object value) { }
7494     }
7495     [System.FlagsAttribute]
7496     public enum TraceOptions
7497     {
7498         Callstack = 32,
7499         DateTime = 2,
7500         LogicalOperationStack = 1,
7501         None = 0,
7502         ProcessId = 8,
7503         ThreadId = 16,
7504         Timestamp = 4,
7505     }
7506     public partial class TraceSource
7507     {
TraceSource(string name)7508         public TraceSource(string name) { }
TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel)7509         public TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel) { }
7510         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7511         public System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7512         public string Name { get { throw null; } }
7513         public System.Diagnostics.SourceSwitch Switch { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7514         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Close()7515         public void Close() { }
Flush()7516         public void Flush() { }
GetSupportedAttributes()7517         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7518         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, object data)7519         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, object data) { }
7520         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data)7521         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7522         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id)7523         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id) { }
7524         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message)7525         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message) { }
7526         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7527         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7528         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7529         public void TraceInformation(string message) { }
7530         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7531         public void TraceInformation(string format, params object[] args) { }
7532         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceTransfer(int id, string message, System.Guid relatedActivityId)7533         public void TraceTransfer(int id, string message, System.Guid relatedActivityId) { }
7534     }
7535     [System.Diagnostics.SwitchLevelAttribute(typeof(System.Diagnostics.TraceLevel))]
7536     public partial class TraceSwitch : System.Diagnostics.Switch
7537     {
TraceSwitch(string displayName, string description)7538         public TraceSwitch(string displayName, string description) : base (default(string), default(string)) { }
TraceSwitch(string displayName, string description, string defaultSwitchValue)7539         public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
7540         public System.Diagnostics.TraceLevel Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7541         public bool TraceError { get { throw null; } }
7542         public bool TraceInfo { get { throw null; } }
7543         public bool TraceVerbose { get { throw null; } }
7544         public bool TraceWarning { get { throw null; } }
OnSwitchSettingChanged()7545         protected override void OnSwitchSettingChanged() { }
OnValueChanged()7546         protected override void OnValueChanged() { }
7547     }
7548     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7549     public partial class XmlWriterTraceListener : System.Diagnostics.TextWriterTraceListener
7550     {
XmlWriterTraceListener(System.IO.Stream stream)7551         public XmlWriterTraceListener(System.IO.Stream stream) { }
XmlWriterTraceListener(System.IO.Stream stream, string name)7552         public XmlWriterTraceListener(System.IO.Stream stream, string name) { }
XmlWriterTraceListener(System.IO.TextWriter writer)7553         public XmlWriterTraceListener(System.IO.TextWriter writer) { }
XmlWriterTraceListener(System.IO.TextWriter writer, string name)7554         public XmlWriterTraceListener(System.IO.TextWriter writer, string name) { }
XmlWriterTraceListener(string filename)7555         public XmlWriterTraceListener(string filename) { }
XmlWriterTraceListener(string filename, string name)7556         public XmlWriterTraceListener(string filename, string name) { }
Close()7557         public override void Close() { }
Fail(string message, string detailMessage)7558         public override void Fail(string message, string detailMessage) { }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7559         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)7560         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)7561         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)7562         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)7563         public override void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(string message)7564         public override void Write(string message) { }
WriteLine(string message)7565         public override void WriteLine(string message) { }
7566     }
7567 }
7568 namespace System.Diagnostics.CodeAnalysis
7569 {
7570     [System.AttributeUsageAttribute((System.AttributeTargets)(748), Inherited=false, AllowMultiple=false)]
7571     public sealed partial class ExcludeFromCodeCoverageAttribute : System.Attribute
7572     {
ExcludeFromCodeCoverageAttribute()7573         public ExcludeFromCodeCoverageAttribute() { }
7574     }
7575 }
7576 namespace System.IO
7577 {
7578     public partial class ErrorEventArgs : System.EventArgs
7579     {
ErrorEventArgs(System.Exception exception)7580         public ErrorEventArgs(System.Exception exception) { }
GetException()7581         public virtual System.Exception GetException() { throw null; }
7582     }
ErrorEventHandler(object sender, System.IO.ErrorEventArgs e)7583     public delegate void ErrorEventHandler(object sender, System.IO.ErrorEventArgs e);
7584     public partial class FileSystemEventArgs : System.EventArgs
7585     {
FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name)7586         public FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name) { }
7587         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } }
7588         public string FullPath { get { throw null; } }
7589         public string Name { get { throw null; } }
7590     }
FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e)7591     public delegate void FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e);
7592     [System.ComponentModel.DefaultEventAttribute("Changed")]
7593     [System.IO.IODescriptionAttribute("")]
7594     public partial class FileSystemWatcher : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
7595     {
FileSystemWatcher()7596         public FileSystemWatcher() { }
FileSystemWatcher(string path)7597         public FileSystemWatcher(string path) { }
FileSystemWatcher(string path, string filter)7598         public FileSystemWatcher(string path, string filter) { }
7599         [System.ComponentModel.DefaultValueAttribute(false)]
7600         [System.IO.IODescriptionAttribute("Flag to indicate if this instance is active")]
7601         public bool EnableRaisingEvents { get { throw null; } set { } }
7602         [System.ComponentModel.DefaultValueAttribute("*.*")]
7603         [System.ComponentModel.SettingsBindableAttribute(true)]
7604         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7605         [System.IO.IODescriptionAttribute("File name filter pattern")]
7606         public string Filter { get { throw null; } set { } }
7607         [System.ComponentModel.DefaultValueAttribute(false)]
7608         [System.IO.IODescriptionAttribute("Flag to indicate we want to watch subdirectories")]
7609         public bool IncludeSubdirectories { get { throw null; } set { } }
7610         [System.ComponentModel.BrowsableAttribute(false)]
7611         [System.ComponentModel.DefaultValueAttribute(8192)]
7612         public int InternalBufferSize { get { throw null; } set { } }
7613         [System.ComponentModel.DefaultValueAttribute((System.IO.NotifyFilters)(19))]
7614         [System.IO.IODescriptionAttribute("Flag to indicate which change event we want to monitor")]
7615         public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
7616         [System.ComponentModel.DefaultValueAttribute("")]
7617         [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")]
7618         [System.ComponentModel.SettingsBindableAttribute(true)]
7619         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7620         [System.IO.IODescriptionAttribute("The directory to monitor")]
7621         public string Path { get { throw null; } set { } }
7622         [System.ComponentModel.BrowsableAttribute(false)]
7623         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
7624         [System.ComponentModel.BrowsableAttribute(false)]
7625         [System.ComponentModel.DefaultValueAttribute(null)]
7626         [System.IO.IODescriptionAttribute("The object used to marshal the event handler calls resulting from a directory change")]
7627         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
7628         [System.IO.IODescriptionAttribute("Occurs when a file/directory change matches the filter")]
7629         public event System.IO.FileSystemEventHandler Changed { add { } remove { } }
7630         [System.IO.IODescriptionAttribute("Occurs when a file/directory creation matches the filter")]
7631         public event System.IO.FileSystemEventHandler Created { add { } remove { } }
7632         [System.IO.IODescriptionAttribute("Occurs when a file/directory deletion matches the filter")]
7633         public event System.IO.FileSystemEventHandler Deleted { add { } remove { } }
7634         [System.ComponentModel.BrowsableAttribute(false)]
7635         public event System.IO.ErrorEventHandler Error { add { } remove { } }
7636         [System.IO.IODescriptionAttribute("Occurs when a file/directory rename matches the filter")]
7637         public event System.IO.RenamedEventHandler Renamed { add { } remove { } }
BeginInit()7638         public void BeginInit() { }
Dispose(bool disposing)7639         protected override void Dispose(bool disposing) { }
EndInit()7640         public void EndInit() { }
OnChanged(System.IO.FileSystemEventArgs e)7641         protected void OnChanged(System.IO.FileSystemEventArgs e) { }
OnCreated(System.IO.FileSystemEventArgs e)7642         protected void OnCreated(System.IO.FileSystemEventArgs e) { }
OnDeleted(System.IO.FileSystemEventArgs e)7643         protected void OnDeleted(System.IO.FileSystemEventArgs e) { }
OnError(System.IO.ErrorEventArgs e)7644         protected void OnError(System.IO.ErrorEventArgs e) { }
OnRenamed(System.IO.RenamedEventArgs e)7645         protected void OnRenamed(System.IO.RenamedEventArgs e) { }
WaitForChanged(System.IO.WatcherChangeTypes changeType)7646         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { throw null; }
WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout)7647         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout) { throw null; }
7648     }
7649     [System.SerializableAttribute]
7650     public partial class InternalBufferOverflowException : System.SystemException
7651     {
InternalBufferOverflowException()7652         public InternalBufferOverflowException() { }
InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7653         protected InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InternalBufferOverflowException(string message)7654         public InternalBufferOverflowException(string message) { }
InternalBufferOverflowException(string message, System.Exception inner)7655         public InternalBufferOverflowException(string message, System.Exception inner) { }
7656     }
7657     [System.SerializableAttribute]
7658     public sealed partial class InvalidDataException : System.SystemException
7659     {
InvalidDataException()7660         public InvalidDataException() { }
InvalidDataException(string message)7661         public InvalidDataException(string message) { }
InvalidDataException(string message, System.Exception innerException)7662         public InvalidDataException(string message, System.Exception innerException) { }
7663     }
7664     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
7665     public partial class IODescriptionAttribute : System.ComponentModel.DescriptionAttribute
7666     {
IODescriptionAttribute(string description)7667         public IODescriptionAttribute(string description) { }
7668         public override string Description { get { throw null; } }
7669     }
7670     [System.FlagsAttribute]
7671     public enum NotifyFilters
7672     {
7673         Attributes = 4,
7674         CreationTime = 64,
7675         DirectoryName = 2,
7676         FileName = 1,
7677         LastAccess = 32,
7678         LastWrite = 16,
7679         Security = 256,
7680         Size = 8,
7681     }
7682     public partial class RenamedEventArgs : System.IO.FileSystemEventArgs
7683     {
RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName)7684         public RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName) : base (default(System.IO.WatcherChangeTypes), default(string), default(string)) { }
7685         public string OldFullPath { get { throw null; } }
7686         public string OldName { get { throw null; } }
7687     }
RenamedEventHandler(object sender, System.IO.RenamedEventArgs e)7688     public delegate void RenamedEventHandler(object sender, System.IO.RenamedEventArgs e);
7689     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7690     public partial struct WaitForChangedResult
7691     {
7692         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } set { } }
7693         public string Name { get { throw null; } set { } }
7694         public string OldName { get { throw null; } set { } }
7695         public bool TimedOut { get { throw null; } set { } }
7696     }
7697     [System.FlagsAttribute]
7698     public enum WatcherChangeTypes
7699     {
7700         All = 15,
7701         Changed = 4,
7702         Created = 1,
7703         Deleted = 2,
7704         Renamed = 8,
7705     }
7706 }
7707 namespace System.IO.Compression
7708 {
7709     public enum CompressionLevel
7710     {
7711         Fastest = 1,
7712         NoCompression = 2,
7713         Optimal = 0,
7714     }
7715     public enum CompressionMode
7716     {
7717         Compress = 1,
7718         Decompress = 0,
7719     }
7720     public partial class DeflateStream : System.IO.Stream
7721     {
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7722         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7723         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)7724         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7725         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7726         public System.IO.Stream BaseStream { get { throw null; } }
7727         public override bool CanRead { get { throw null; } }
7728         public override bool CanSeek { get { throw null; } }
7729         public override bool CanWrite { get { throw null; } }
7730         public override long Length { get { throw null; } }
7731         public override long Position { get { throw null; } set { } }
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7732         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)7733         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)7734         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)7735         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)7736         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()7737         public override void Flush() { }
Read(byte[] array, int offset, int count)7738         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7739         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7740         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)7741         public override void Write(byte[] array, int offset, int count) { }
7742     }
7743     public partial class GZipStream : System.IO.Stream
7744     {
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7745         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7746         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)7747         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7748         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7749         public System.IO.Stream BaseStream { get { throw null; } }
7750         public override bool CanRead { get { throw null; } }
7751         public override bool CanSeek { get { throw null; } }
7752         public override bool CanWrite { get { throw null; } }
7753         public override long Length { get { throw null; } }
7754         public override long Position { get { throw null; } set { } }
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7755         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)7756         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)7757         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)7758         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)7759         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()7760         public override void Flush() { }
Read(byte[] array, int offset, int count)7761         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7762         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7763         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)7764         public override void Write(byte[] array, int offset, int count) { }
7765     }
7766 }
7767 namespace System.IO.Ports
7768 {
7769     public enum Handshake
7770     {
7771         None = 0,
7772         RequestToSend = 2,
7773         RequestToSendXOnXOff = 3,
7774         XOnXOff = 1,
7775     }
7776     public enum Parity
7777     {
7778         Even = 2,
7779         Mark = 3,
7780         None = 0,
7781         Odd = 1,
7782         Space = 4,
7783     }
7784     public enum SerialData
7785     {
7786         Chars = 1,
7787         Eof = 2,
7788     }
7789     public partial class SerialDataReceivedEventArgs : System.EventArgs
7790     {
SerialDataReceivedEventArgs()7791         internal SerialDataReceivedEventArgs() { }
7792         public System.IO.Ports.SerialData EventType { get { throw null; } }
7793     }
SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)7794     public delegate void SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e);
7795     public enum SerialError
7796     {
7797         Frame = 8,
7798         Overrun = 2,
7799         RXOver = 1,
7800         RXParity = 4,
7801         TXFull = 256,
7802     }
7803     public partial class SerialErrorReceivedEventArgs : System.EventArgs
7804     {
SerialErrorReceivedEventArgs()7805         internal SerialErrorReceivedEventArgs() { }
7806         public System.IO.Ports.SerialError EventType { get { throw null; } }
7807     }
SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e)7808     public delegate void SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e);
7809     public enum SerialPinChange
7810     {
7811         Break = 64,
7812         CDChanged = 32,
7813         CtsChanged = 8,
7814         DsrChanged = 16,
7815         Ring = 256,
7816     }
7817     public partial class SerialPinChangedEventArgs : System.EventArgs
7818     {
SerialPinChangedEventArgs()7819         internal SerialPinChangedEventArgs() { }
7820         public System.IO.Ports.SerialPinChange EventType { get { throw null; } }
7821     }
SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e)7822     public delegate void SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e);
7823     [System.Diagnostics.MonitoringDescriptionAttribute("")]
7824     public partial class SerialPort : System.ComponentModel.Component
7825     {
7826         public const int InfiniteTimeout = -1;
SerialPort()7827         public SerialPort() { }
SerialPort(System.ComponentModel.IContainer container)7828         public SerialPort(System.ComponentModel.IContainer container) { }
SerialPort(string portName)7829         public SerialPort(string portName) { }
SerialPort(string portName, int baudRate)7830         public SerialPort(string portName, int baudRate) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity)7831         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits)7832         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)7833         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits) { }
7834         [System.ComponentModel.BrowsableAttribute(false)]
7835         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7836         public System.IO.Stream BaseStream { get { throw null; } }
7837         [System.ComponentModel.BrowsableAttribute(true)]
7838         [System.ComponentModel.DefaultValueAttribute(9600)]
7839         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7840         public int BaudRate { get { throw null; } set { } }
7841         [System.ComponentModel.BrowsableAttribute(false)]
7842         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7843         public bool BreakState { get { throw null; } set { } }
7844         [System.ComponentModel.BrowsableAttribute(false)]
7845         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7846         public int BytesToRead { get { throw null; } }
7847         [System.ComponentModel.BrowsableAttribute(false)]
7848         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7849         public int BytesToWrite { get { throw null; } }
7850         [System.ComponentModel.BrowsableAttribute(false)]
7851         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7852         public bool CDHolding { get { throw null; } }
7853         [System.ComponentModel.BrowsableAttribute(false)]
7854         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7855         public bool CtsHolding { get { throw null; } }
7856         [System.ComponentModel.BrowsableAttribute(true)]
7857         [System.ComponentModel.DefaultValueAttribute(8)]
7858         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7859         public int DataBits { get { throw null; } set { } }
7860         [System.ComponentModel.BrowsableAttribute(true)]
7861         [System.ComponentModel.DefaultValueAttribute(false)]
7862         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7863         [System.MonoTODOAttribute("Not implemented")]
7864         public bool DiscardNull { get { throw null; } set { } }
7865         [System.ComponentModel.BrowsableAttribute(false)]
7866         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7867         public bool DsrHolding { get { throw null; } }
7868         [System.ComponentModel.BrowsableAttribute(true)]
7869         [System.ComponentModel.DefaultValueAttribute(false)]
7870         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7871         public bool DtrEnable { get { throw null; } set { } }
7872         [System.ComponentModel.BrowsableAttribute(false)]
7873         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7874         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7875         public System.Text.Encoding Encoding { get { throw null; } set { } }
7876         [System.ComponentModel.BrowsableAttribute(true)]
7877         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Handshake)(0))]
7878         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7879         public System.IO.Ports.Handshake Handshake { get { throw null; } set { } }
7880         [System.ComponentModel.BrowsableAttribute(false)]
7881         public bool IsOpen { get { throw null; } }
7882         [System.ComponentModel.BrowsableAttribute(false)]
7883         [System.ComponentModel.DefaultValueAttribute("\n")]
7884         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7885         public string NewLine { get { throw null; } set { } }
7886         [System.ComponentModel.BrowsableAttribute(true)]
7887         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Parity)(0))]
7888         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7889         public System.IO.Ports.Parity Parity { get { throw null; } set { } }
7890         [System.ComponentModel.BrowsableAttribute(true)]
7891         [System.ComponentModel.DefaultValueAttribute(63)]
7892         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7893         [System.MonoTODOAttribute("Not implemented")]
7894         public byte ParityReplace { get { throw null; } set { } }
7895         [System.ComponentModel.BrowsableAttribute(true)]
7896         [System.ComponentModel.DefaultValueAttribute("COM1")]
7897         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7898         public string PortName { get { throw null; } set { } }
7899         [System.ComponentModel.BrowsableAttribute(true)]
7900         [System.ComponentModel.DefaultValueAttribute(4096)]
7901         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7902         public int ReadBufferSize { get { throw null; } set { } }
7903         [System.ComponentModel.BrowsableAttribute(true)]
7904         [System.ComponentModel.DefaultValueAttribute(-1)]
7905         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7906         public int ReadTimeout { get { throw null; } set { } }
7907         [System.ComponentModel.BrowsableAttribute(true)]
7908         [System.ComponentModel.DefaultValueAttribute(1)]
7909         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7910         [System.MonoTODOAttribute("Not implemented")]
7911         public int ReceivedBytesThreshold { get { throw null; } set { } }
7912         [System.ComponentModel.BrowsableAttribute(true)]
7913         [System.ComponentModel.DefaultValueAttribute(false)]
7914         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7915         public bool RtsEnable { get { throw null; } set { } }
7916         [System.ComponentModel.BrowsableAttribute(true)]
7917         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.StopBits)(1))]
7918         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7919         public System.IO.Ports.StopBits StopBits { get { throw null; } set { } }
7920         [System.ComponentModel.BrowsableAttribute(true)]
7921         [System.ComponentModel.DefaultValueAttribute(2048)]
7922         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7923         public int WriteBufferSize { get { throw null; } set { } }
7924         [System.ComponentModel.BrowsableAttribute(true)]
7925         [System.ComponentModel.DefaultValueAttribute(-1)]
7926         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7927         public int WriteTimeout { get { throw null; } set { } }
7928         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7929         public event System.IO.Ports.SerialDataReceivedEventHandler DataReceived { add { } remove { } }
7930         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7931         public event System.IO.Ports.SerialErrorReceivedEventHandler ErrorReceived { add { } remove { } }
7932         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7933         public event System.IO.Ports.SerialPinChangedEventHandler PinChanged { add { } remove { } }
Close()7934         public void Close() { }
DiscardInBuffer()7935         public void DiscardInBuffer() { }
DiscardOutBuffer()7936         public void DiscardOutBuffer() { }
Dispose(bool disposing)7937         protected override void Dispose(bool disposing) { }
GetPortNames()7938         public static string[] GetPortNames() { throw null; }
Open()7939         public void Open() { }
Read(byte[] buffer, int offset, int count)7940         public int Read(byte[] buffer, int offset, int count) { throw null; }
Read(char[] buffer, int offset, int count)7941         public int Read(char[] buffer, int offset, int count) { throw null; }
ReadByte()7942         public int ReadByte() { throw null; }
ReadChar()7943         public int ReadChar() { throw null; }
ReadExisting()7944         public string ReadExisting() { throw null; }
ReadLine()7945         public string ReadLine() { throw null; }
ReadTo(string value)7946         public string ReadTo(string value) { throw null; }
Write(byte[] buffer, int offset, int count)7947         public void Write(byte[] buffer, int offset, int count) { }
Write(char[] buffer, int offset, int count)7948         public void Write(char[] buffer, int offset, int count) { }
Write(string text)7949         public void Write(string text) { }
WriteLine(string text)7950         public void WriteLine(string text) { }
7951     }
7952     public enum StopBits
7953     {
7954         None = 0,
7955         One = 1,
7956         OnePointFive = 3,
7957         Two = 2,
7958     }
7959 }
7960 namespace System.Media
7961 {
7962     [System.ComponentModel.ToolboxItemAttribute(false)]
7963     [System.SerializableAttribute]
7964     public partial class SoundPlayer : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
7965     {
SoundPlayer()7966         public SoundPlayer() { }
SoundPlayer(System.IO.Stream stream)7967         public SoundPlayer(System.IO.Stream stream) { }
SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)7968         protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
SoundPlayer(string soundLocation)7969         public SoundPlayer(string soundLocation) { }
7970         public bool IsLoadCompleted { get { throw null; } }
7971         public int LoadTimeout { get { throw null; } set { } }
7972         public string SoundLocation { get { throw null; } set { } }
7973         public System.IO.Stream Stream { get { throw null; } set { } }
7974         public object Tag { get { throw null; } set { } }
7975         public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
7976         public event System.EventHandler SoundLocationChanged { add { } remove { } }
7977         public event System.EventHandler StreamChanged { add { } remove { } }
Load()7978         public void Load() { }
LoadAsync()7979         public void LoadAsync() { }
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e)7980         protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnSoundLocationChanged(System.EventArgs e)7981         protected virtual void OnSoundLocationChanged(System.EventArgs e) { }
OnStreamChanged(System.EventArgs e)7982         protected virtual void OnStreamChanged(System.EventArgs e) { }
Play()7983         public void Play() { }
PlayLooping()7984         public void PlayLooping() { }
PlaySync()7985         public void PlaySync() { }
Stop()7986         public void Stop() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7987         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
7988     }
7989     public partial class SystemSound
7990     {
SystemSound()7991         internal SystemSound() { }
Play()7992         public void Play() { }
7993     }
7994     public sealed partial class SystemSounds
7995     {
SystemSounds()7996         internal SystemSounds() { }
7997         public static System.Media.SystemSound Asterisk { get { throw null; } }
7998         public static System.Media.SystemSound Beep { get { throw null; } }
7999         public static System.Media.SystemSound Exclamation { get { throw null; } }
8000         public static System.Media.SystemSound Hand { get { throw null; } }
8001         public static System.Media.SystemSound Question { get { throw null; } }
8002     }
8003 }
8004 namespace System.Net
8005 {
8006     public partial class AuthenticationManager
8007     {
AuthenticationManager()8008         internal AuthenticationManager() { }
8009         public static System.Net.ICredentialPolicy CredentialPolicy { get { throw null; } set { } }
8010         [System.MonoTODOAttribute]
8011         public static System.Collections.Specialized.StringDictionary CustomTargetNameDictionary { get { throw null; } }
8012         public static System.Collections.IEnumerator RegisteredModules { get { throw null; } }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8013         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)8014         public static System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials) { throw null; }
Register(System.Net.IAuthenticationModule authenticationModule)8015         public static void Register(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(System.Net.IAuthenticationModule authenticationModule)8016         public static void Unregister(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(string authenticationScheme)8017         public static void Unregister(string authenticationScheme) { }
8018     }
8019     [System.FlagsAttribute]
8020     public enum AuthenticationSchemes
8021     {
8022         Anonymous = 32768,
8023         Basic = 8,
8024         Digest = 1,
8025         IntegratedWindowsAuthentication = 6,
8026         Negotiate = 2,
8027         None = 0,
8028         Ntlm = 4,
8029     }
AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest)8030     public delegate System.Net.AuthenticationSchemes AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest);
8031     public partial class Authorization
8032     {
Authorization(string token)8033         public Authorization(string token) { }
Authorization(string token, bool finished)8034         public Authorization(string token, bool finished) { }
Authorization(string token, bool finished, string connectionGroupId)8035         public Authorization(string token, bool finished, string connectionGroupId) { }
8036         public bool Complete { get { throw null; } }
8037         public string ConnectionGroupId { get { throw null; } }
8038         public string Message { get { throw null; } }
8039         public bool MutuallyAuthenticated { get { throw null; } set { } }
8040         public string[] ProtectionRealm { get { throw null; } set { } }
8041     }
BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount)8042     public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount);
8043     [System.SerializableAttribute]
8044     public sealed partial class Cookie
8045     {
Cookie()8046         public Cookie() { }
Cookie(string name, string value)8047         public Cookie(string name, string value) { }
Cookie(string name, string value, string path)8048         public Cookie(string name, string value, string path) { }
Cookie(string name, string value, string path, string domain)8049         public Cookie(string name, string value, string path, string domain) { }
8050         public string Comment { get { throw null; } set { } }
8051         public System.Uri CommentUri { get { throw null; } set { } }
8052         public bool Discard { get { throw null; } set { } }
8053         public string Domain { get { throw null; } set { } }
8054         public bool Expired { get { throw null; } set { } }
8055         public System.DateTime Expires { get { throw null; } set { } }
8056         public bool HttpOnly { get { throw null; } set { } }
8057         public string Name { get { throw null; } set { } }
8058         public string Path { get { throw null; } set { } }
8059         public string Port { get { throw null; } set { } }
8060         public bool Secure { get { throw null; } set { } }
8061         public System.DateTime TimeStamp { get { throw null; } }
8062         public string Value { get { throw null; } set { } }
8063         public int Version { get { throw null; } set { } }
Equals(object comparand)8064         public override bool Equals(object comparand) { throw null; }
GetHashCode()8065         public override int GetHashCode() { throw null; }
ToString()8066         public override string ToString() { throw null; }
8067     }
8068     [System.SerializableAttribute]
8069     public partial class CookieCollection : System.Collections.ICollection, System.Collections.IEnumerable
8070     {
CookieCollection()8071         public CookieCollection() { }
8072         public int Count { get { throw null; } }
8073         public bool IsReadOnly { get { throw null; } }
8074         public bool IsSynchronized { get { throw null; } }
8075         public System.Net.Cookie this[int index] { get { throw null; } }
8076         public System.Net.Cookie this[string name] { get { throw null; } }
8077         public object SyncRoot { get { throw null; } }
Add(System.Net.Cookie cookie)8078         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8079         public void Add(System.Net.CookieCollection cookies) { }
CopyTo(System.Array array, int index)8080         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Net.Cookie[] array, int index)8081         public void CopyTo(System.Net.Cookie[] array, int index) { }
GetEnumerator()8082         public System.Collections.IEnumerator GetEnumerator() { throw null; }
8083     }
8084     [System.SerializableAttribute]
8085     public partial class CookieContainer
8086     {
8087         public const int DefaultCookieLengthLimit = 4096;
8088         public const int DefaultCookieLimit = 300;
8089         public const int DefaultPerDomainCookieLimit = 20;
CookieContainer()8090         public CookieContainer() { }
CookieContainer(int capacity)8091         public CookieContainer(int capacity) { }
CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize)8092         public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) { }
8093         public int Capacity { get { throw null; } set { } }
8094         public int Count { get { throw null; } }
8095         public int MaxCookieSize { get { throw null; } set { } }
8096         public int PerDomainCapacity { get { throw null; } set { } }
Add(System.Net.Cookie cookie)8097         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8098         public void Add(System.Net.CookieCollection cookies) { }
Add(System.Uri uri, System.Net.Cookie cookie)8099         public void Add(System.Uri uri, System.Net.Cookie cookie) { }
Add(System.Uri uri, System.Net.CookieCollection cookies)8100         public void Add(System.Uri uri, System.Net.CookieCollection cookies) { }
GetCookieHeader(System.Uri uri)8101         public string GetCookieHeader(System.Uri uri) { throw null; }
GetCookies(System.Uri uri)8102         public System.Net.CookieCollection GetCookies(System.Uri uri) { throw null; }
SetCookies(System.Uri uri, string cookieHeader)8103         public void SetCookies(System.Uri uri, string cookieHeader) { }
8104     }
8105     [System.SerializableAttribute]
8106     public partial class CookieException : System.FormatException, System.Runtime.Serialization.ISerializable
8107     {
CookieException()8108         public CookieException() { }
CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8109         protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8110         [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)8111         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8112         [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)8113         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8114     }
8115     public partial class CredentialCache : System.Collections.IEnumerable, System.Net.ICredentials, System.Net.ICredentialsByHost
8116     {
CredentialCache()8117         public CredentialCache() { }
8118         public static System.Net.ICredentials DefaultCredentials { get { throw null; } }
8119         public static System.Net.NetworkCredential DefaultNetworkCredentials { get { throw null; } }
Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential)8120         public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) { }
Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred)8121         public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) { }
GetCredential(string host, int port, string authenticationType)8122         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uriPrefix, string authType)8123         public System.Net.NetworkCredential GetCredential(System.Uri uriPrefix, string authType) { throw null; }
GetEnumerator()8124         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string host, int port, string authenticationType)8125         public void Remove(string host, int port, string authenticationType) { }
Remove(System.Uri uriPrefix, string authType)8126         public void Remove(System.Uri uriPrefix, string authType) { }
8127     }
8128     [System.FlagsAttribute]
8129     public enum DecompressionMethods
8130     {
8131         Deflate = 2,
8132         GZip = 1,
8133         None = 0,
8134     }
8135     public static partial class Dns
8136     {
BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state)8137         public static System.IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state) { throw null; }
8138         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject)8139         public static System.IAsyncResult BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject)8140         public static System.IAsyncResult BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject)8141         public static System.IAsyncResult BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject) { throw null; }
8142         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject)8143         public static System.IAsyncResult BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
EndGetHostAddresses(System.IAsyncResult asyncResult)8144         public static System.Net.IPAddress[] EndGetHostAddresses(System.IAsyncResult asyncResult) { throw null; }
8145         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndGetHostByName(System.IAsyncResult asyncResult)8146         public static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult) { throw null; }
EndGetHostEntry(System.IAsyncResult asyncResult)8147         public static System.Net.IPHostEntry EndGetHostEntry(System.IAsyncResult asyncResult) { throw null; }
8148         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndResolve(System.IAsyncResult asyncResult)8149         public static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult) { throw null; }
GetHostAddresses(string hostNameOrAddress)8150         public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress) { throw null; }
GetHostAddressesAsync(string hostNameOrAddress)8151         public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) { throw null; }
8152         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(System.Net.IPAddress address)8153         public static System.Net.IPHostEntry GetHostByAddress(System.Net.IPAddress address) { throw null; }
8154         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(string address)8155         public static System.Net.IPHostEntry GetHostByAddress(string address) { throw null; }
8156         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByName(string hostName)8157         public static System.Net.IPHostEntry GetHostByName(string hostName) { throw null; }
GetHostEntry(System.Net.IPAddress address)8158         public static System.Net.IPHostEntry GetHostEntry(System.Net.IPAddress address) { throw null; }
GetHostEntry(string hostNameOrAddress)8159         public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress) { throw null; }
GetHostEntryAsync(System.Net.IPAddress address)8160         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(System.Net.IPAddress address) { throw null; }
GetHostEntryAsync(string hostNameOrAddress)8161         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(string hostNameOrAddress) { throw null; }
GetHostName()8162         public static string GetHostName() { throw null; }
8163         [System.ObsoleteAttribute("Use GetHostEntry instead")]
Resolve(string hostName)8164         public static System.Net.IPHostEntry Resolve(string hostName) { throw null; }
8165     }
8166     public partial class DnsEndPoint : System.Net.EndPoint
8167     {
DnsEndPoint(string host, int port)8168         public DnsEndPoint(string host, int port) { }
DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily)8169         public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) { }
8170         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8171         public string Host { get { throw null; } }
8172         public int Port { get { throw null; } }
Equals(object comparand)8173         public override bool Equals(object comparand) { throw null; }
GetHashCode()8174         public override int GetHashCode() { throw null; }
ToString()8175         public override string ToString() { throw null; }
8176     }
8177     [System.SerializableAttribute]
8178     public sealed partial class DnsPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8179     {
DnsPermission(System.Security.Permissions.PermissionState state)8180         public DnsPermission(System.Security.Permissions.PermissionState state) { }
Copy()8181         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)8182         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)8183         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)8184         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()8185         public bool IsUnrestricted() { throw null; }
ToXml()8186         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)8187         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
8188     }
8189     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
8190     [System.SerializableAttribute]
8191     public sealed partial class DnsPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
8192     {
DnsPermissionAttribute(System.Security.Permissions.SecurityAction action)8193         public DnsPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()8194         public override System.Security.IPermission CreatePermission() { throw null; }
8195     }
8196     public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8197     {
DownloadDataCompletedEventArgs()8198         internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8199         public byte[] Result { get { throw null; } }
8200     }
DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e)8201     public delegate void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e);
8202     public partial class DownloadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
8203     {
DownloadProgressChangedEventArgs()8204         internal DownloadProgressChangedEventArgs() : base (default(int), default(object)) { }
8205         public long BytesReceived { get { throw null; } }
8206         public long TotalBytesToReceive { get { throw null; } }
8207     }
DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e)8208     public delegate void DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e);
8209     public partial class DownloadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8210     {
DownloadStringCompletedEventArgs()8211         internal DownloadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8212         public string Result { get { throw null; } }
8213     }
DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e)8214     public delegate void DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e);
8215     [System.SerializableAttribute]
8216     public abstract partial class EndPoint
8217     {
EndPoint()8218         protected EndPoint() { }
8219         public virtual System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
Create(System.Net.SocketAddress socketAddress)8220         public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Serialize()8221         public virtual System.Net.SocketAddress Serialize() { throw null; }
8222     }
8223     [System.SerializableAttribute]
8224     public partial class EndpointPermission
8225     {
EndpointPermission()8226         internal EndpointPermission() { }
8227         public string Hostname { get { throw null; } }
8228         public int Port { get { throw null; } }
8229         public System.Net.TransportType Transport { get { throw null; } }
Equals(object obj)8230         public override bool Equals(object obj) { throw null; }
GetHashCode()8231         public override int GetHashCode() { throw null; }
ToString()8232         public override string ToString() { throw null; }
8233     }
8234     [System.SerializableAttribute]
8235     public partial class FileWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8236     {
8237         [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)8238         protected FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8239         public override string ConnectionGroupName { get { throw null; } set { } }
8240         public override long ContentLength { get { throw null; } set { } }
8241         public override string ContentType { get { throw null; } set { } }
8242         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8243         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8244         public override string Method { get { throw null; } set { } }
8245         public override bool PreAuthenticate { get { throw null; } set { } }
8246         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8247         public override System.Uri RequestUri { get { throw null; } }
8248         public override int Timeout { get { throw null; } set { } }
8249         public override bool UseDefaultCredentials { get { throw null; } set { } }
Abort()8250         public override void Abort() { }
8251         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)8252         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
8253         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)8254         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8255         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8256         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
8257         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8258         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8259         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8260         public override System.Net.WebResponse GetResponse() { throw null; }
8261         [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)8262         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8263     }
8264     [System.SerializableAttribute]
8265     public partial class FileWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8266     {
8267         [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)8268         protected FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8269         public override long ContentLength { get { throw null; } }
8270         public override string ContentType { get { throw null; } }
8271         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8272         public override System.Uri ResponseUri { get { throw null; } }
8273         public override bool SupportsHeaders { get { throw null; } }
Close()8274         public override void Close() { }
8275         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8276         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()8277         public override System.IO.Stream GetResponseStream() { throw null; }
8278         [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)8279         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8280     }
8281     public enum FtpStatusCode
8282     {
8283         AccountNeeded = 532,
8284         ActionAbortedLocalProcessingError = 451,
8285         ActionAbortedUnknownPageType = 551,
8286         ActionNotTakenFilenameNotAllowed = 553,
8287         ActionNotTakenFileUnavailable = 550,
8288         ActionNotTakenFileUnavailableOrBusy = 450,
8289         ActionNotTakenInsufficientSpace = 452,
8290         ArgumentSyntaxError = 501,
8291         BadCommandSequence = 503,
8292         CantOpenData = 425,
8293         ClosingControl = 221,
8294         ClosingData = 226,
8295         CommandExtraneous = 202,
8296         CommandNotImplemented = 502,
8297         CommandOK = 200,
8298         CommandSyntaxError = 500,
8299         ConnectionClosed = 426,
8300         DataAlreadyOpen = 125,
8301         DirectoryStatus = 212,
8302         EnteringPassive = 227,
8303         FileActionAborted = 552,
8304         FileActionOK = 250,
8305         FileCommandPending = 350,
8306         FileStatus = 213,
8307         LoggedInProceed = 230,
8308         NeedLoginAccount = 332,
8309         NotLoggedIn = 530,
8310         OpeningData = 150,
8311         PathnameCreated = 257,
8312         RestartMarker = 110,
8313         SendPasswordCommand = 331,
8314         SendUserCommand = 220,
8315         ServerWantsSecureSession = 234,
8316         ServiceNotAvailable = 421,
8317         ServiceTemporarilyNotAvailable = 120,
8318         SystemType = 215,
8319         Undefined = 0,
8320     }
8321     public sealed partial class FtpWebRequest : System.Net.WebRequest
8322     {
FtpWebRequest()8323         internal FtpWebRequest() { }
8324         [System.MonoTODOAttribute]
8325         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8326         [System.MonoTODOAttribute]
8327         public override string ConnectionGroupName { get { throw null; } set { } }
8328         public override long ContentLength { get { throw null; } set { } }
8329         public long ContentOffset { get { throw null; } set { } }
8330         public override string ContentType { get { throw null; } set { } }
8331         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8332         [System.MonoTODOAttribute]
8333         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8334         public bool EnableSsl { get { throw null; } set { } }
8335         [System.MonoTODOAttribute]
8336         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8337         [System.MonoTODOAttribute("We don't support KeepAlive = true")]
8338         public bool KeepAlive { get { throw null; } set { } }
8339         public override string Method { get { throw null; } set { } }
8340         public override bool PreAuthenticate { get { throw null; } set { } }
8341         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8342         public int ReadWriteTimeout { get { throw null; } set { } }
8343         public string RenameTo { get { throw null; } set { } }
8344         public override System.Uri RequestUri { get { throw null; } }
8345         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8346         public override int Timeout { get { throw null; } set { } }
8347         public bool UseBinary { get { throw null; } set { } }
8348         [System.MonoTODOAttribute]
8349         public override bool UseDefaultCredentials { get { throw null; } set { } }
8350         public bool UsePassive { get { throw null; } set { } }
Abort()8351         public override void Abort() { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8352         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8353         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8354         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8355         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetRequestStream()8356         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8357         public override System.Net.WebResponse GetResponse() { throw null; }
8358     }
8359     public partial class FtpWebResponse : System.Net.WebResponse, System.IDisposable
8360     {
FtpWebResponse()8361         internal FtpWebResponse() { }
8362         public string BannerMessage { get { throw null; } }
8363         public override long ContentLength { get { throw null; } }
8364         public string ExitMessage { get { throw null; } }
8365         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8366         public System.DateTime LastModified { get { throw null; } }
8367         public override System.Uri ResponseUri { get { throw null; } }
8368         public System.Net.FtpStatusCode StatusCode { get { throw null; } }
8369         public string StatusDescription { get { throw null; } }
8370         public override bool SupportsHeaders { get { throw null; } }
8371         public string WelcomeMessage { get { throw null; } }
Close()8372         public override void Close() { }
GetResponseStream()8373         public override System.IO.Stream GetResponseStream() { throw null; }
8374     }
8375     [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")]
8376     public partial class GlobalProxySelection
8377     {
GlobalProxySelection()8378         public GlobalProxySelection() { }
8379         public static System.Net.IWebProxy Select { get { throw null; } set { } }
GetEmptyWebProxy()8380         public static System.Net.IWebProxy GetEmptyWebProxy() { throw null; }
8381     }
HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders)8382     public delegate void HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders);
8383     public sealed partial class HttpListener : System.IDisposable
8384     {
HttpListener()8385         public HttpListener() { }
8386         public System.Net.AuthenticationSchemes AuthenticationSchemes { get { throw null; } set { } }
8387         public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw null; } set { } }
8388         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection DefaultServiceNames { get { throw null; } }
8389         [System.MonoTODOAttribute("not used anywhere in the implementation")]
8390         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionPolicy { get { throw null; } set { } }
8391         public System.Net.HttpListener.ExtendedProtectionSelector ExtendedProtectionSelectorDelegate { get { throw null; } set { } }
8392         public bool IgnoreWriteExceptions { get { throw null; } set { } }
8393         public bool IsListening { get { throw null; } }
8394         public static bool IsSupported { get { throw null; } }
8395         public System.Net.HttpListenerPrefixCollection Prefixes { get { throw null; } }
8396         public string Realm { get { throw null; } set { } }
8397         [System.MonoTODOAttribute]
8398         public System.Net.HttpListenerTimeoutManager TimeoutManager { get { throw null; } }
8399         [System.MonoTODOAttribute("Support for NTLM needs some loving.")]
8400         public bool UnsafeConnectionNtlmAuthentication { get { throw null; } set { } }
Abort()8401         public void Abort() { }
BeginGetContext(System.AsyncCallback callback, object state)8402         public System.IAsyncResult BeginGetContext(System.AsyncCallback callback, object state) { throw null; }
Close()8403         public void Close() { }
EndGetContext(System.IAsyncResult asyncResult)8404         public System.Net.HttpListenerContext EndGetContext(System.IAsyncResult asyncResult) { throw null; }
GetContext()8405         public System.Net.HttpListenerContext GetContext() { throw null; }
GetContextAsync()8406         public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null; }
Start()8407         public void Start() { }
Stop()8408         public void Stop() { }
System.IDisposable.Dispose()8409         void System.IDisposable.Dispose() { }
ExtendedProtectionSelector(System.Net.HttpListenerRequest request)8410         public delegate System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionSelector(System.Net.HttpListenerRequest request);
8411     }
8412     public partial class HttpListenerBasicIdentity : System.Security.Principal.GenericIdentity
8413     {
HttpListenerBasicIdentity(string username, string password)8414         public HttpListenerBasicIdentity(string username, string password) : base (default(string)) { }
8415         public virtual string Password { get { throw null; } }
8416     }
8417     public sealed partial class HttpListenerContext
8418     {
HttpListenerContext()8419         internal HttpListenerContext() { }
8420         public System.Net.HttpListenerRequest Request { get { throw null; } }
8421         public System.Net.HttpListenerResponse Response { get { throw null; } }
8422         public System.Security.Principal.IPrincipal User { get { throw null; } }
8423         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol)8424         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol) { throw null; }
8425         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval)8426         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval) { throw null; }
8427         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer)8428         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer) { throw null; }
8429         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval)8430         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval) { throw null; }
8431     }
8432     [System.SerializableAttribute]
8433     public partial class HttpListenerException : System.ComponentModel.Win32Exception
8434     {
HttpListenerException()8435         public HttpListenerException() { }
HttpListenerException(int errorCode)8436         public HttpListenerException(int errorCode) { }
HttpListenerException(int errorCode, string message)8437         public HttpListenerException(int errorCode, string message) { }
HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8438         protected HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8439         public override int ErrorCode { get { throw null; } }
8440     }
8441     public partial class HttpListenerPrefixCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.IEnumerable
8442     {
HttpListenerPrefixCollection()8443         internal HttpListenerPrefixCollection() { }
8444         public int Count { get { throw null; } }
8445         public bool IsReadOnly { get { throw null; } }
8446         public bool IsSynchronized { get { throw null; } }
Add(string uriPrefix)8447         public void Add(string uriPrefix) { }
Clear()8448         public void Clear() { }
Contains(string uriPrefix)8449         public bool Contains(string uriPrefix) { throw null; }
CopyTo(System.Array array, int offset)8450         public void CopyTo(System.Array array, int offset) { }
CopyTo(string[] array, int offset)8451         public void CopyTo(string[] array, int offset) { }
GetEnumerator()8452         public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
Remove(string uriPrefix)8453         public bool Remove(string uriPrefix) { throw null; }
System.Collections.IEnumerable.GetEnumerator()8454         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
8455     }
8456     public sealed partial class HttpListenerRequest
8457     {
HttpListenerRequest()8458         internal HttpListenerRequest() { }
8459         public string[] AcceptTypes { get { throw null; } }
8460         public int ClientCertificateError { get { throw null; } }
8461         public System.Text.Encoding ContentEncoding { get { throw null; } }
8462         public long ContentLength64 { get { throw null; } }
8463         public string ContentType { get { throw null; } }
8464         public System.Net.CookieCollection Cookies { get { throw null; } }
8465         public bool HasEntityBody { get { throw null; } }
8466         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
8467         public string HttpMethod { get { throw null; } }
8468         public System.IO.Stream InputStream { get { throw null; } }
8469         [System.MonoTODOAttribute("Always returns false")]
8470         public bool IsAuthenticated { get { throw null; } }
8471         public bool IsLocal { get { throw null; } }
8472         public bool IsSecureConnection { get { throw null; } }
8473         [System.MonoTODOAttribute]
8474         public bool IsWebSocketRequest { get { throw null; } }
8475         public bool KeepAlive { get { throw null; } }
8476         public System.Net.IPEndPoint LocalEndPoint { get { throw null; } }
8477         public System.Version ProtocolVersion { get { throw null; } }
8478         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } }
8479         public string RawUrl { get { throw null; } }
8480         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
8481         [System.MonoTODOAttribute("Always returns Guid.Empty")]
8482         public System.Guid RequestTraceIdentifier { get { throw null; } }
8483         [System.MonoTODOAttribute]
8484         public string ServiceName { get { throw null; } }
8485         public System.Net.TransportContext TransportContext { get { throw null; } }
8486         public System.Uri Url { get { throw null; } }
8487         public System.Uri UrlReferrer { get { throw null; } }
8488         public string UserAgent { get { throw null; } }
8489         public string UserHostAddress { get { throw null; } }
8490         public string UserHostName { get { throw null; } }
8491         public string[] UserLanguages { get { throw null; } }
BeginGetClientCertificate(System.AsyncCallback requestCallback, object state)8492         public System.IAsyncResult BeginGetClientCertificate(System.AsyncCallback requestCallback, object state) { throw null; }
EndGetClientCertificate(System.IAsyncResult asyncResult)8493         public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate(System.IAsyncResult asyncResult) { throw null; }
GetClientCertificate()8494         public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate() { throw null; }
GetClientCertificateAsync()8495         public System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2> GetClientCertificateAsync() { throw null; }
8496     }
8497     public sealed partial class HttpListenerResponse : System.IDisposable
8498     {
HttpListenerResponse()8499         internal HttpListenerResponse() { }
8500         public System.Text.Encoding ContentEncoding { get { throw null; } set { } }
8501         public long ContentLength64 { get { throw null; } set { } }
8502         public string ContentType { get { throw null; } set { } }
8503         public System.Net.CookieCollection Cookies { get { throw null; } set { } }
8504         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8505         public bool KeepAlive { get { throw null; } set { } }
8506         public System.IO.Stream OutputStream { get { throw null; } }
8507         public System.Version ProtocolVersion { get { throw null; } set { } }
8508         public string RedirectLocation { get { throw null; } set { } }
8509         public bool SendChunked { get { throw null; } set { } }
8510         public int StatusCode { get { throw null; } set { } }
8511         public string StatusDescription { get { throw null; } set { } }
Abort()8512         public void Abort() { }
AddHeader(string name, string value)8513         public void AddHeader(string name, string value) { }
AppendCookie(System.Net.Cookie cookie)8514         public void AppendCookie(System.Net.Cookie cookie) { }
AppendHeader(string name, string value)8515         public void AppendHeader(string name, string value) { }
Close()8516         public void Close() { }
Close(byte[] responseEntity, bool willBlock)8517         public void Close(byte[] responseEntity, bool willBlock) { }
CopyFrom(System.Net.HttpListenerResponse templateResponse)8518         public void CopyFrom(System.Net.HttpListenerResponse templateResponse) { }
Redirect(string url)8519         public void Redirect(string url) { }
SetCookie(System.Net.Cookie cookie)8520         public void SetCookie(System.Net.Cookie cookie) { }
System.IDisposable.Dispose()8521         void System.IDisposable.Dispose() { }
8522     }
8523     public partial class HttpListenerTimeoutManager
8524     {
HttpListenerTimeoutManager()8525         internal HttpListenerTimeoutManager() { }
8526         [System.MonoTODOAttribute]
8527         public System.TimeSpan DrainEntityBody { get { throw null; } set { } }
8528         [System.MonoTODOAttribute]
8529         public System.TimeSpan EntityBody { get { throw null; } set { } }
8530         [System.MonoTODOAttribute]
8531         public System.TimeSpan HeaderWait { get { throw null; } set { } }
8532         [System.MonoTODOAttribute]
8533         public System.TimeSpan IdleConnection { get { throw null; } set { } }
8534         [System.MonoTODOAttribute]
8535         public long MinSendBytesPerSecond { get { throw null; } set { } }
8536         [System.MonoTODOAttribute]
8537         public System.TimeSpan RequestQueue { get { throw null; } set { } }
8538     }
8539     public enum HttpRequestHeader
8540     {
8541         Accept = 20,
8542         AcceptCharset = 21,
8543         AcceptEncoding = 22,
8544         AcceptLanguage = 23,
8545         Allow = 10,
8546         Authorization = 24,
8547         CacheControl = 0,
8548         Connection = 1,
8549         ContentEncoding = 13,
8550         ContentLanguage = 14,
8551         ContentLength = 11,
8552         ContentLocation = 15,
8553         ContentMd5 = 16,
8554         ContentRange = 17,
8555         ContentType = 12,
8556         Cookie = 25,
8557         Date = 2,
8558         Expect = 26,
8559         Expires = 18,
8560         From = 27,
8561         Host = 28,
8562         IfMatch = 29,
8563         IfModifiedSince = 30,
8564         IfNoneMatch = 31,
8565         IfRange = 32,
8566         IfUnmodifiedSince = 33,
8567         KeepAlive = 3,
8568         LastModified = 19,
8569         MaxForwards = 34,
8570         Pragma = 4,
8571         ProxyAuthorization = 35,
8572         Range = 37,
8573         Referer = 36,
8574         Te = 38,
8575         Trailer = 5,
8576         TransferEncoding = 6,
8577         Translate = 39,
8578         Upgrade = 7,
8579         UserAgent = 40,
8580         Via = 8,
8581         Warning = 9,
8582     }
8583     public enum HttpResponseHeader
8584     {
8585         AcceptRanges = 20,
8586         Age = 21,
8587         Allow = 10,
8588         CacheControl = 0,
8589         Connection = 1,
8590         ContentEncoding = 13,
8591         ContentLanguage = 14,
8592         ContentLength = 11,
8593         ContentLocation = 15,
8594         ContentMd5 = 16,
8595         ContentRange = 17,
8596         ContentType = 12,
8597         Date = 2,
8598         ETag = 22,
8599         Expires = 18,
8600         KeepAlive = 3,
8601         LastModified = 19,
8602         Location = 23,
8603         Pragma = 4,
8604         ProxyAuthenticate = 24,
8605         RetryAfter = 25,
8606         Server = 26,
8607         SetCookie = 27,
8608         Trailer = 5,
8609         TransferEncoding = 6,
8610         Upgrade = 7,
8611         Vary = 28,
8612         Via = 8,
8613         Warning = 9,
8614         WwwAuthenticate = 29,
8615     }
8616     public enum HttpStatusCode
8617     {
8618         Accepted = 202,
8619         Ambiguous = 300,
8620         BadGateway = 502,
8621         BadRequest = 400,
8622         Conflict = 409,
8623         Continue = 100,
8624         Created = 201,
8625         ExpectationFailed = 417,
8626         Forbidden = 403,
8627         Found = 302,
8628         GatewayTimeout = 504,
8629         Gone = 410,
8630         HttpVersionNotSupported = 505,
8631         InternalServerError = 500,
8632         LengthRequired = 411,
8633         MethodNotAllowed = 405,
8634         Moved = 301,
8635         MovedPermanently = 301,
8636         MultipleChoices = 300,
8637         NoContent = 204,
8638         NonAuthoritativeInformation = 203,
8639         NotAcceptable = 406,
8640         NotFound = 404,
8641         NotImplemented = 501,
8642         NotModified = 304,
8643         OK = 200,
8644         PartialContent = 206,
8645         PaymentRequired = 402,
8646         PreconditionFailed = 412,
8647         ProxyAuthenticationRequired = 407,
8648         Redirect = 302,
8649         RedirectKeepVerb = 307,
8650         RedirectMethod = 303,
8651         RequestedRangeNotSatisfiable = 416,
8652         RequestEntityTooLarge = 413,
8653         RequestTimeout = 408,
8654         RequestUriTooLong = 414,
8655         ResetContent = 205,
8656         SeeOther = 303,
8657         ServiceUnavailable = 503,
8658         SwitchingProtocols = 101,
8659         TemporaryRedirect = 307,
8660         Unauthorized = 401,
8661         UnsupportedMediaType = 415,
8662         Unused = 306,
8663         UpgradeRequired = 426,
8664         UseProxy = 305,
8665     }
8666     public partial class HttpVersion
8667     {
8668         public static readonly System.Version Version10;
8669         public static readonly System.Version Version11;
HttpVersion()8670         public HttpVersion() { }
8671     }
8672     [System.SerializableAttribute]
8673     public partial class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8674     {
HttpWebRequest()8675         public HttpWebRequest() { }
8676         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8677         protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8678         public string Accept { get { throw null; } set { } }
8679         public System.Uri Address { get { throw null; } }
8680         public virtual bool AllowAutoRedirect { get { throw null; } set { } }
8681         public virtual bool AllowReadStreamBuffering { get { throw null; } set { } }
8682         public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } }
8683         public System.Net.DecompressionMethods AutomaticDecompression { get { throw null; } set { } }
8684         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8685         public string Connection { get { throw null; } set { } }
8686         public override string ConnectionGroupName { get { throw null; } set { } }
8687         public override long ContentLength { get { throw null; } set { } }
8688         public override string ContentType { get { throw null; } set { } }
8689         public System.Net.HttpContinueDelegate ContinueDelegate { get { throw null; } set { } }
8690         [System.MonoTODOAttribute]
8691         public int ContinueTimeout { get { throw null; } set { } }
8692         public virtual System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
8693         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8694         public System.DateTime Date { get { throw null; } set { } }
8695         [System.MonoTODOAttribute]
8696         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8697         [System.MonoTODOAttribute]
8698         public static int DefaultMaximumErrorResponseLength { get { throw null; } set { } }
8699         [System.MonoTODOAttribute("Use this")]
8700         public static int DefaultMaximumResponseHeadersLength { get { throw null; } set { } }
8701         public string Expect { get { throw null; } set { } }
8702         public virtual bool HaveResponse { get { throw null; } }
8703         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8704         public string Host { get { throw null; } set { } }
8705         public System.DateTime IfModifiedSince { get { throw null; } set { } }
8706         public bool KeepAlive { get { throw null; } set { } }
8707         public int MaximumAutomaticRedirections { get { throw null; } set { } }
8708         [System.MonoTODOAttribute("Use this")]
8709         public int MaximumResponseHeadersLength { get { throw null; } set { } }
8710         public string MediaType { get { throw null; } set { } }
8711         public override string Method { get { throw null; } set { } }
8712         public bool Pipelined { get { throw null; } set { } }
8713         public override bool PreAuthenticate { get { throw null; } set { } }
8714         public System.Version ProtocolVersion { get { throw null; } set { } }
8715         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8716         public int ReadWriteTimeout { get { throw null; } set { } }
8717         public string Referer { get { throw null; } set { } }
8718         public override System.Uri RequestUri { get { throw null; } }
8719         public bool SendChunked { get { throw null; } set { } }
8720         public System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8721         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8722         public virtual bool SupportsCookieContainer { get { throw null; } }
8723         public override int Timeout { get { throw null; } set { } }
8724         public string TransferEncoding { get { throw null; } set { } }
8725         public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } }
8726         public override bool UseDefaultCredentials { get { throw null; } set { } }
8727         public string UserAgent { get { throw null; } set { } }
Abort()8728         public override void Abort() { }
AddRange(int range)8729         public void AddRange(int range) { }
AddRange(int from, int to)8730         public void AddRange(int from, int to) { }
AddRange(long range)8731         public void AddRange(long range) { }
AddRange(long from, long to)8732         public void AddRange(long from, long to) { }
AddRange(string rangeSpecifier, int range)8733         public void AddRange(string rangeSpecifier, int range) { }
AddRange(string rangeSpecifier, int from, int to)8734         public void AddRange(string rangeSpecifier, int from, int to) { }
AddRange(string rangeSpecifier, long range)8735         public void AddRange(string rangeSpecifier, long range) { }
AddRange(string rangeSpecifier, long from, long to)8736         public void AddRange(string rangeSpecifier, long from, long to) { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8737         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8738         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8739         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context)8740         public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8741         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8742         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8743         public override System.IO.Stream GetRequestStream() { throw null; }
8744         [System.MonoTODOAttribute]
GetRequestStream(out System.Net.TransportContext context)8745         public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
GetResponse()8746         public override System.Net.WebResponse GetResponse() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8747         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8748     }
8749     [System.SerializableAttribute]
8750     public partial class HttpWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8751     {
HttpWebResponse()8752         public HttpWebResponse() { }
8753         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8754         protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8755         public string CharacterSet { get { throw null; } }
8756         public string ContentEncoding { get { throw null; } }
8757         public override long ContentLength { get { throw null; } }
8758         public override string ContentType { get { throw null; } }
8759         public virtual System.Net.CookieCollection Cookies { get { throw null; } set { } }
8760         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8761         [System.MonoTODOAttribute]
8762         public override bool IsMutuallyAuthenticated { get { throw null; } }
8763         public System.DateTime LastModified { get { throw null; } }
8764         public virtual string Method { get { throw null; } }
8765         public System.Version ProtocolVersion { get { throw null; } }
8766         public override System.Uri ResponseUri { get { throw null; } }
8767         public string Server { get { throw null; } }
8768         public virtual System.Net.HttpStatusCode StatusCode { get { throw null; } }
8769         public virtual string StatusDescription { get { throw null; } }
8770         public override bool SupportsHeaders { get { throw null; } }
Close()8771         public override void Close() { }
Dispose(bool disposing)8772         protected override void Dispose(bool disposing) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8773         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseHeader(string headerName)8774         public string GetResponseHeader(string headerName) { throw null; }
GetResponseStream()8775         public override System.IO.Stream GetResponseStream() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8776         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8777     }
8778     public partial interface IAuthenticationModule
8779     {
8780         string AuthenticationType { get; }
8781         bool CanPreAuthenticate { get; }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8782         System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials);
PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials)8783         System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials);
8784     }
8785     public partial interface ICertificatePolicy
8786     {
CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem)8787         bool CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem);
8788     }
8789     public partial interface ICredentialPolicy
8790     {
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule)8791         bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule);
8792     }
8793     public partial interface ICredentials
8794     {
GetCredential(System.Uri uri, string authType)8795         System.Net.NetworkCredential GetCredential(System.Uri uri, string authType);
8796     }
8797     public partial interface ICredentialsByHost
8798     {
GetCredential(string host, int port, string authenticationType)8799         System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType);
8800     }
8801     [System.SerializableAttribute]
8802     public partial class IPAddress
8803     {
8804         public static readonly System.Net.IPAddress Any;
8805         public static readonly System.Net.IPAddress Broadcast;
8806         public static readonly System.Net.IPAddress IPv6Any;
8807         public static readonly System.Net.IPAddress IPv6Loopback;
8808         public static readonly System.Net.IPAddress IPv6None;
8809         public static readonly System.Net.IPAddress Loopback;
8810         public static readonly System.Net.IPAddress None;
IPAddress(byte[] address)8811         public IPAddress(byte[] address) { }
IPAddress(byte[] address, long scopeid)8812         public IPAddress(byte[] address, long scopeid) { }
IPAddress(long newAddress)8813         public IPAddress(long newAddress) { }
8814         [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")]
8815         public long Address { get { throw null; } set { } }
8816         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8817         public bool IsIPv4MappedToIPv6 { get { throw null; } }
8818         public bool IsIPv6LinkLocal { get { throw null; } }
8819         public bool IsIPv6Multicast { get { throw null; } }
8820         public bool IsIPv6SiteLocal { get { throw null; } }
8821         public bool IsIPv6Teredo { get { throw null; } }
8822         public long ScopeId { get { throw null; } set { } }
Equals(object comparand)8823         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()8824         public byte[] GetAddressBytes() { throw null; }
GetHashCode()8825         public override int GetHashCode() { throw null; }
HostToNetworkOrder(short host)8826         public static short HostToNetworkOrder(short host) { throw null; }
HostToNetworkOrder(int host)8827         public static int HostToNetworkOrder(int host) { throw null; }
HostToNetworkOrder(long host)8828         public static long HostToNetworkOrder(long host) { throw null; }
IsLoopback(System.Net.IPAddress address)8829         public static bool IsLoopback(System.Net.IPAddress address) { throw null; }
MapToIPv4()8830         public System.Net.IPAddress MapToIPv4() { throw null; }
MapToIPv6()8831         public System.Net.IPAddress MapToIPv6() { throw null; }
NetworkToHostOrder(short network)8832         public static short NetworkToHostOrder(short network) { throw null; }
NetworkToHostOrder(int network)8833         public static int NetworkToHostOrder(int network) { throw null; }
NetworkToHostOrder(long network)8834         public static long NetworkToHostOrder(long network) { throw null; }
Parse(string ipString)8835         public static System.Net.IPAddress Parse(string ipString) { throw null; }
ToString()8836         public override string ToString() { throw null; }
TryParse(string ipString, out System.Net.IPAddress address)8837         public static bool TryParse(string ipString, out System.Net.IPAddress address) { address = default(System.Net.IPAddress); throw null; }
8838     }
8839     [System.SerializableAttribute]
8840     public partial class IPEndPoint : System.Net.EndPoint
8841     {
8842         public const int MaxPort = 65535;
8843         public const int MinPort = 0;
IPEndPoint(long address, int port)8844         public IPEndPoint(long address, int port) { }
IPEndPoint(System.Net.IPAddress address, int port)8845         public IPEndPoint(System.Net.IPAddress address, int port) { }
8846         public System.Net.IPAddress Address { get { throw null; } set { } }
8847         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8848         public int Port { get { throw null; } set { } }
Create(System.Net.SocketAddress socketAddress)8849         public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Equals(object comparand)8850         public override bool Equals(object comparand) { throw null; }
GetHashCode()8851         public override int GetHashCode() { throw null; }
Serialize()8852         public override System.Net.SocketAddress Serialize() { throw null; }
ToString()8853         public override string ToString() { throw null; }
8854     }
8855     public partial class IPHostEntry
8856     {
IPHostEntry()8857         public IPHostEntry() { }
8858         public System.Net.IPAddress[] AddressList { get { throw null; } set { } }
8859         public string[] Aliases { get { throw null; } set { } }
8860         public string HostName { get { throw null; } set { } }
8861     }
8862     public partial interface IWebProxy
8863     {
8864         System.Net.ICredentials Credentials { get; set; }
GetProxy(System.Uri destination)8865         System.Uri GetProxy(System.Uri destination);
IsBypassed(System.Uri host)8866         bool IsBypassed(System.Uri host);
8867     }
8868     public partial interface IWebProxyScript
8869     {
Close()8870         void Close();
Load(System.Uri scriptLocation, string script, System.Type helperType)8871         bool Load(System.Uri scriptLocation, string script, System.Type helperType);
Run(string url, string host)8872         string Run(string url, string host);
8873     }
8874     public partial interface IWebRequestCreate
8875     {
Create(System.Uri uri)8876         System.Net.WebRequest Create(System.Uri uri);
8877     }
8878     [System.FlagsAttribute]
8879     public enum NetworkAccess
8880     {
8881         Accept = 128,
8882         Connect = 64,
8883     }
8884     public partial class NetworkCredential : System.Net.ICredentials, System.Net.ICredentialsByHost
8885     {
NetworkCredential()8886         public NetworkCredential() { }
NetworkCredential(string userName, System.Security.SecureString password)8887         public NetworkCredential(string userName, System.Security.SecureString password) { }
NetworkCredential(string userName, System.Security.SecureString password, string domain)8888         public NetworkCredential(string userName, System.Security.SecureString password, string domain) { }
NetworkCredential(string userName, string password)8889         public NetworkCredential(string userName, string password) { }
NetworkCredential(string userName, string password, string domain)8890         public NetworkCredential(string userName, string password, string domain) { }
8891         public string Domain { get { throw null; } set { } }
8892         public string Password { get { throw null; } set { } }
8893         public System.Security.SecureString SecurePassword { get { throw null; } set { } }
8894         public string UserName { get { throw null; } set { } }
GetCredential(string host, int port, string authenticationType)8895         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uri, string authType)8896         public System.Net.NetworkCredential GetCredential(System.Uri uri, string authType) { throw null; }
8897     }
8898     public partial class OpenReadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8899     {
OpenReadCompletedEventArgs()8900         internal OpenReadCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8901         public System.IO.Stream Result { get { throw null; } }
8902     }
OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e)8903     public delegate void OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e);
8904     public partial class OpenWriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8905     {
OpenWriteCompletedEventArgs()8906         internal OpenWriteCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8907         public System.IO.Stream Result { get { throw null; } }
8908     }
OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e)8909     public delegate void OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e);
8910     [System.SerializableAttribute]
8911     public partial class ProtocolViolationException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
8912     {
ProtocolViolationException()8913         public ProtocolViolationException() { }
ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8914         protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ProtocolViolationException(string message)8915         public ProtocolViolationException(string message) { }
8916         [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)8917         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8918         [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)8919         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8920     }
8921     [System.FlagsAttribute]
8922     public enum SecurityProtocolType
8923     {
8924         Ssl3 = 48,
8925         Tls = 192,
8926         Tls11 = 768,
8927         Tls12 = 3072,
8928     }
8929     public partial class ServicePoint
8930     {
ServicePoint()8931         internal ServicePoint() { }
8932         public System.Uri Address { get { throw null; } }
8933         public System.Net.BindIPEndPoint BindIPEndPointDelegate { get { throw null; } set { } }
8934         public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get { throw null; } }
8935         public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
8936         [System.MonoTODOAttribute]
8937         public int ConnectionLeaseTimeout { get { throw null; } set { } }
8938         public int ConnectionLimit { get { throw null; } set { } }
8939         public string ConnectionName { get { throw null; } }
8940         public int CurrentConnections { get { throw null; } }
8941         public bool Expect100Continue { get { throw null; } set { } }
8942         public System.DateTime IdleSince { get { throw null; } }
8943         public int MaxIdleTime { get { throw null; } set { } }
8944         public virtual System.Version ProtocolVersion { get { throw null; } }
8945         [System.MonoTODOAttribute]
8946         public int ReceiveBufferSize { get { throw null; } set { } }
8947         public bool SupportsPipelining { get { throw null; } }
8948         public bool UseNagleAlgorithm { get { throw null; } set { } }
CloseConnectionGroup(string connectionGroupName)8949         public bool CloseConnectionGroup(string connectionGroupName) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8950         public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8951     }
8952     public partial class ServicePointManager
8953     {
ServicePointManager()8954         internal ServicePointManager() { }
8955         public const int DefaultNonPersistentConnectionLimit = 4;
8956         public const int DefaultPersistentConnectionLimit = 2;
8957         [System.ObsoleteAttribute("Use ServerCertificateValidationCallback instead", false)]
8958         public static System.Net.ICertificatePolicy CertificatePolicy { get { throw null; } set { } }
8959         [System.MonoTODOAttribute("CRL checks not implemented")]
8960         public static bool CheckCertificateRevocationList { get { throw null; } set { } }
8961         public static int DefaultConnectionLimit { get { throw null; } set { } }
8962         public static int DnsRefreshTimeout { get { throw null; } set { } }
8963         [System.MonoTODOAttribute]
8964         public static bool EnableDnsRoundRobin { get { throw null; } set { } }
8965         [System.MonoTODOAttribute("Always returns EncryptionPolicy.RequireEncryption.")]
8966         public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } }
8967         public static bool Expect100Continue { get { throw null; } set { } }
8968         public static int MaxServicePointIdleTime { get { throw null; } set { } }
8969         public static int MaxServicePoints { get { throw null; } set { } }
8970         [System.MonoTODOAttribute]
8971         public static bool ReusePort { get { throw null; } set { } }
8972         public static System.Net.SecurityProtocolType SecurityProtocol { get { throw null; } set { } }
8973         public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8974         public static bool UseNagleAlgorithm { get { throw null; } set { } }
FindServicePoint(string uriString, System.Net.IWebProxy proxy)8975         public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) { throw null; }
FindServicePoint(System.Uri address)8976         public static System.Net.ServicePoint FindServicePoint(System.Uri address) { throw null; }
FindServicePoint(System.Uri address, System.Net.IWebProxy proxy)8977         public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8978         public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8979     }
8980     public partial class SocketAddress
8981     {
SocketAddress(System.Net.Sockets.AddressFamily family)8982         public SocketAddress(System.Net.Sockets.AddressFamily family) { }
SocketAddress(System.Net.Sockets.AddressFamily family, int size)8983         public SocketAddress(System.Net.Sockets.AddressFamily family, int size) { }
8984         public System.Net.Sockets.AddressFamily Family { get { throw null; } }
8985         public byte this[int offset] { get { throw null; } set { } }
8986         public int Size { get { throw null; } }
Equals(object comparand)8987         public override bool Equals(object comparand) { throw null; }
GetHashCode()8988         public override int GetHashCode() { throw null; }
ToString()8989         public override string ToString() { throw null; }
8990     }
8991     [System.SerializableAttribute]
8992     public sealed partial class SocketPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8993     {
8994         public const int AllPorts = -1;
SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)8995         public SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
SocketPermission(System.Security.Permissions.PermissionState state)8996         public SocketPermission(System.Security.Permissions.PermissionState state) { }
8997         public System.Collections.IEnumerator AcceptList { get { throw null; } }
8998         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)8999         public void AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
Copy()9000         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9001         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9002         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9003         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9004         public bool IsUnrestricted() { throw null; }
ToXml()9005         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9006         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9007     }
9008     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9009     [System.SerializableAttribute]
9010     public sealed partial class SocketPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9011     {
SocketPermissionAttribute(System.Security.Permissions.SecurityAction action)9012         public SocketPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9013         public string Access { get { throw null; } set { } }
9014         public string Host { get { throw null; } set { } }
9015         public string Port { get { throw null; } set { } }
9016         public string Transport { get { throw null; } set { } }
CreatePermission()9017         public override System.Security.IPermission CreatePermission() { throw null; }
9018     }
9019     public abstract partial class TransportContext
9020     {
TransportContext()9021         protected TransportContext() { }
GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)9022         public abstract System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind);
9023     }
9024     public enum TransportType
9025     {
9026         All = 3,
9027         Connectionless = 1,
9028         ConnectionOriented = 2,
9029         Tcp = 2,
9030         Udp = 1,
9031     }
9032     public partial class UploadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9033     {
UploadDataCompletedEventArgs()9034         internal UploadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9035         public byte[] Result { get { throw null; } }
9036     }
UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e)9037     public delegate void UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e);
9038     public partial class UploadFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9039     {
UploadFileCompletedEventArgs()9040         internal UploadFileCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9041         public byte[] Result { get { throw null; } }
9042     }
UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e)9043     public delegate void UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e);
9044     public partial class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
9045     {
UploadProgressChangedEventArgs()9046         internal UploadProgressChangedEventArgs() : base (default(int), default(object)) { }
9047         public long BytesReceived { get { throw null; } }
9048         public long BytesSent { get { throw null; } }
9049         public long TotalBytesToReceive { get { throw null; } }
9050         public long TotalBytesToSend { get { throw null; } }
9051     }
UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e)9052     public delegate void UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e);
9053     public partial class UploadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9054     {
UploadStringCompletedEventArgs()9055         internal UploadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9056         public string Result { get { throw null; } }
9057     }
UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e)9058     public delegate void UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e);
9059     public partial class UploadValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9060     {
UploadValuesCompletedEventArgs()9061         internal UploadValuesCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9062         public byte[] Result { get { throw null; } }
9063     }
UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e)9064     public delegate void UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e);
9065     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9066     public partial class WebClient : System.ComponentModel.Component
9067     {
WebClient()9068         public WebClient() { }
9069         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9070         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9071         public bool AllowReadStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9072         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9073         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9074         public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9075         public string BaseAddress { get { throw null; } set { } }
9076         public System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9077         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9078         public System.Text.Encoding Encoding { get { throw null; } set { } }
9079         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9080         public bool IsBusy { get { throw null; } }
9081         public System.Net.IWebProxy Proxy { get { throw null; } set { } }
9082         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } set { } }
9083         public System.Net.WebHeaderCollection ResponseHeaders { get { throw null; } }
9084         public bool UseDefaultCredentials { get { throw null; } set { } }
9085         public event System.Net.DownloadDataCompletedEventHandler DownloadDataCompleted { add { } remove { } }
9086         public event System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted { add { } remove { } }
9087         public event System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged { add { } remove { } }
9088         public event System.Net.DownloadStringCompletedEventHandler DownloadStringCompleted { add { } remove { } }
9089         public event System.Net.OpenReadCompletedEventHandler OpenReadCompleted { add { } remove { } }
9090         public event System.Net.OpenWriteCompletedEventHandler OpenWriteCompleted { add { } remove { } }
9091         public event System.Net.UploadDataCompletedEventHandler UploadDataCompleted { add { } remove { } }
9092         public event System.Net.UploadFileCompletedEventHandler UploadFileCompleted { add { } remove { } }
9093         public event System.Net.UploadProgressChangedEventHandler UploadProgressChanged { add { } remove { } }
9094         public event System.Net.UploadStringCompletedEventHandler UploadStringCompleted { add { } remove { } }
9095         public event System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted { add { } remove { } }
9096         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9097         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9098         public event System.Net.WriteStreamClosedEventHandler WriteStreamClosed { add { } remove { } }
CancelAsync()9099         public void CancelAsync() { }
DownloadData(string address)9100         public byte[] DownloadData(string address) { throw null; }
DownloadData(System.Uri address)9101         public byte[] DownloadData(System.Uri address) { throw null; }
9102         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address)9103         public void DownloadDataAsync(System.Uri address) { }
9104         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address, object userToken)9105         public void DownloadDataAsync(System.Uri address, object userToken) { }
9106         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9107         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(string address)9108         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; }
9109         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9110         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(System.Uri address)9111         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null; }
DownloadFile(string address, string fileName)9112         public void DownloadFile(string address, string fileName) { }
DownloadFile(System.Uri address, string fileName)9113         public void DownloadFile(System.Uri address, string fileName) { }
9114         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName)9115         public void DownloadFileAsync(System.Uri address, string fileName) { }
9116         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName, object userToken)9117         public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { }
9118         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9119         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(string address, string fileName)9120         public System.Threading.Tasks.Task DownloadFileTaskAsync(string address, string fileName) { throw null; }
9121         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9122         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(System.Uri address, string fileName)9123         public System.Threading.Tasks.Task DownloadFileTaskAsync(System.Uri address, string fileName) { throw null; }
DownloadString(string address)9124         public string DownloadString(string address) { throw null; }
DownloadString(System.Uri address)9125         public string DownloadString(System.Uri address) { throw null; }
9126         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address)9127         public void DownloadStringAsync(System.Uri address) { }
9128         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address, object userToken)9129         public void DownloadStringAsync(System.Uri address, object userToken) { }
9130         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9131         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(string address)9132         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; }
9133         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9134         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(System.Uri address)9135         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw null; }
GetWebRequest(System.Uri address)9136         protected virtual System.Net.WebRequest GetWebRequest(System.Uri address) { throw null; }
GetWebResponse(System.Net.WebRequest request)9137         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw null; }
GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)9138         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) { throw null; }
OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e)9139         protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { }
OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e)9140         protected virtual void OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e)9141         protected virtual void OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e) { }
OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e)9142         protected virtual void OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e) { }
OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e)9143         protected virtual void OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e) { }
OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e)9144         protected virtual void OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e) { }
OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e)9145         protected virtual void OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e) { }
OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e)9146         protected virtual void OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e) { }
OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e)9147         protected virtual void OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e) { }
OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e)9148         protected virtual void OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e) { }
OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e)9149         protected virtual void OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e) { }
9150         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9151         [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)9152         protected virtual void OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs e) { }
OpenRead(string address)9153         public System.IO.Stream OpenRead(string address) { throw null; }
OpenRead(System.Uri address)9154         public System.IO.Stream OpenRead(System.Uri address) { throw null; }
9155         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address)9156         public void OpenReadAsync(System.Uri address) { }
9157         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address, object userToken)9158         public void OpenReadAsync(System.Uri address, object userToken) { }
9159         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9160         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(string address)9161         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(string address) { throw null; }
9162         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9163         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(System.Uri address)9164         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(System.Uri address) { throw null; }
OpenWrite(string address)9165         public System.IO.Stream OpenWrite(string address) { throw null; }
OpenWrite(string address, string method)9166         public System.IO.Stream OpenWrite(string address, string method) { throw null; }
OpenWrite(System.Uri address)9167         public System.IO.Stream OpenWrite(System.Uri address) { throw null; }
OpenWrite(System.Uri address, string method)9168         public System.IO.Stream OpenWrite(System.Uri address, string method) { throw null; }
9169         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address)9170         public void OpenWriteAsync(System.Uri address) { }
9171         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method)9172         public void OpenWriteAsync(System.Uri address, string method) { }
9173         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method, object userToken)9174         public void OpenWriteAsync(System.Uri address, string method, object userToken) { }
9175         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9176         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address)9177         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address) { throw null; }
9178         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9179         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address, string method)9180         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address, string method) { throw null; }
9181         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9182         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address)9183         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address) { throw null; }
9184         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9185         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address, string method)9186         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address, string method) { throw null; }
UploadData(string address, byte[] data)9187         public byte[] UploadData(string address, byte[] data) { throw null; }
UploadData(string address, string method, byte[] data)9188         public byte[] UploadData(string address, string method, byte[] data) { throw null; }
UploadData(System.Uri address, byte[] data)9189         public byte[] UploadData(System.Uri address, byte[] data) { throw null; }
UploadData(System.Uri address, string method, byte[] data)9190         public byte[] UploadData(System.Uri address, string method, byte[] data) { throw null; }
9191         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, byte[] data)9192         public void UploadDataAsync(System.Uri address, byte[] data) { }
9193         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data)9194         public void UploadDataAsync(System.Uri address, string method, byte[] data) { }
9195         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data, object userToken)9196         public void UploadDataAsync(System.Uri address, string method, byte[] data, object userToken) { }
9197         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9198         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, byte[] data)9199         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, byte[] data) { throw null; }
9200         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9201         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, string method, byte[] data)9202         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, string method, byte[] data) { throw null; }
9203         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9204         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, byte[] data)9205         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, byte[] data) { throw null; }
9206         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9207         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, string method, byte[] data)9208         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, string method, byte[] data) { throw null; }
UploadFile(string address, string fileName)9209         public byte[] UploadFile(string address, string fileName) { throw null; }
UploadFile(string address, string method, string fileName)9210         public byte[] UploadFile(string address, string method, string fileName) { throw null; }
UploadFile(System.Uri address, string fileName)9211         public byte[] UploadFile(System.Uri address, string fileName) { throw null; }
UploadFile(System.Uri address, string method, string fileName)9212         public byte[] UploadFile(System.Uri address, string method, string fileName) { throw null; }
9213         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string fileName)9214         public void UploadFileAsync(System.Uri address, string fileName) { }
9215         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName)9216         public void UploadFileAsync(System.Uri address, string method, string fileName) { }
9217         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName, object userToken)9218         public void UploadFileAsync(System.Uri address, string method, string fileName, object userToken) { }
9219         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9220         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string fileName)9221         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string fileName) { throw null; }
9222         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9223         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string method, string fileName)9224         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string method, string fileName) { throw null; }
9225         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9226         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string fileName)9227         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string fileName) { throw null; }
9228         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9229         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string method, string fileName)9230         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string method, string fileName) { throw null; }
UploadString(string address, string data)9231         public string UploadString(string address, string data) { throw null; }
UploadString(string address, string method, string data)9232         public string UploadString(string address, string method, string data) { throw null; }
UploadString(System.Uri address, string data)9233         public string UploadString(System.Uri address, string data) { throw null; }
UploadString(System.Uri address, string method, string data)9234         public string UploadString(System.Uri address, string method, string data) { throw null; }
9235         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string data)9236         public void UploadStringAsync(System.Uri address, string data) { }
9237         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data)9238         public void UploadStringAsync(System.Uri address, string method, string data) { }
9239         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data, object userToken)9240         public void UploadStringAsync(System.Uri address, string method, string data, object userToken) { }
9241         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9242         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string data)9243         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string data) { throw null; }
9244         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9245         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string method, string data)9246         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string method, string data) { throw null; }
9247         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9248         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string data)9249         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string data) { throw null; }
9250         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9251         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string method, string data)9252         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string method, string data) { throw null; }
UploadValues(string address, System.Collections.Specialized.NameValueCollection data)9253         public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data)9254         public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data)9255         public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9256         public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9257         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9258         public void UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { }
9259         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9260         public void UploadValuesAsync(System.Uri address, string method, 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, object userToken)9262         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken) { }
9263         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9264         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data)9265         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9266         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9267         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data)9268         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9269         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9270         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9271         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9272         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9273         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9274         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9275     }
9276     [System.SerializableAttribute]
9277     public partial class WebException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
9278     {
WebException()9279         public WebException() { }
WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9280         protected WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebException(string message)9281         public WebException(string message) { }
WebException(string message, System.Exception innerException)9282         public WebException(string message, System.Exception innerException) { }
WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response)9283         public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response) { }
WebException(string message, System.Net.WebExceptionStatus status)9284         public WebException(string message, System.Net.WebExceptionStatus status) { }
9285         public System.Net.WebResponse Response { get { throw null; } }
9286         public System.Net.WebExceptionStatus Status { get { throw null; } }
9287         [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)9288         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9289         [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)9290         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9291     }
9292     public enum WebExceptionStatus
9293     {
9294         CacheEntryNotFound = 18,
9295         ConnectFailure = 2,
9296         ConnectionClosed = 8,
9297         KeepAliveFailure = 12,
9298         MessageLengthLimitExceeded = 17,
9299         NameResolutionFailure = 1,
9300         Pending = 13,
9301         PipelineFailure = 5,
9302         ProtocolError = 7,
9303         ProxyNameResolutionFailure = 15,
9304         ReceiveFailure = 3,
9305         RequestCanceled = 6,
9306         RequestProhibitedByCachePolicy = 19,
9307         RequestProhibitedByProxy = 20,
9308         SecureChannelFailure = 10,
9309         SendFailure = 4,
9310         ServerProtocolViolation = 11,
9311         Success = 0,
9312         Timeout = 14,
9313         TrustFailure = 9,
9314         UnknownError = 16,
9315     }
9316     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9317     [System.SerializableAttribute]
9318     public partial class WebHeaderCollection : System.Collections.Specialized.NameValueCollection, System.Runtime.Serialization.ISerializable
9319     {
WebHeaderCollection()9320         public WebHeaderCollection() { }
WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9321         protected WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9322         public override string[] AllKeys { get { throw null; } }
9323         public override int Count { get { throw null; } }
9324         public string this[System.Net.HttpRequestHeader header] { get { throw null; } set { } }
9325         public string this[System.Net.HttpResponseHeader header] { get { throw null; } set { } }
9326         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(System.Net.HttpRequestHeader header, string value)9327         public void Add(System.Net.HttpRequestHeader header, string value) { }
Add(System.Net.HttpResponseHeader header, string value)9328         public void Add(System.Net.HttpResponseHeader header, string value) { }
Add(string header)9329         public void Add(string header) { }
Add(string name, string value)9330         public override void Add(string name, string value) { }
AddWithoutValidate(string headerName, string headerValue)9331         protected void AddWithoutValidate(string headerName, string headerValue) { }
Clear()9332         public override void Clear() { }
Get(int index)9333         public override string Get(int index) { throw null; }
Get(string name)9334         public override string Get(string name) { throw null; }
GetEnumerator()9335         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)9336         public override string GetKey(int index) { throw null; }
9337         [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)9338         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetValues(int index)9339         public override string[] GetValues(int index) { throw null; }
GetValues(string header)9340         public override string[] GetValues(string header) { throw null; }
IsRestricted(string headerName)9341         public static bool IsRestricted(string headerName) { throw null; }
IsRestricted(string headerName, bool response)9342         public static bool IsRestricted(string headerName, bool response) { throw null; }
OnDeserialization(object sender)9343         public override void OnDeserialization(object sender) { }
Remove(System.Net.HttpRequestHeader header)9344         public void Remove(System.Net.HttpRequestHeader header) { }
Remove(System.Net.HttpResponseHeader header)9345         public void Remove(System.Net.HttpResponseHeader header) { }
Remove(string name)9346         public override void Remove(string name) { }
Set(System.Net.HttpRequestHeader header, string value)9347         public void Set(System.Net.HttpRequestHeader header, string value) { }
Set(System.Net.HttpResponseHeader header, string value)9348         public void Set(System.Net.HttpResponseHeader header, string value) { }
Set(string name, string value)9349         public override void Set(string name, string value) { }
9350         [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)9351         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ToByteArray()9352         public byte[] ToByteArray() { throw null; }
ToString()9353         public override string ToString() { throw null; }
9354     }
9355     [System.SerializableAttribute]
9356     public sealed partial class WebPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
9357     {
WebPermission()9358         public WebPermission() { }
WebPermission(System.Net.NetworkAccess access, string uriString)9359         public WebPermission(System.Net.NetworkAccess access, string uriString) { }
WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9360         public WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
WebPermission(System.Security.Permissions.PermissionState state)9361         public WebPermission(System.Security.Permissions.PermissionState state) { }
9362         public System.Collections.IEnumerator AcceptList { get { throw null; } }
9363         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, string uriString)9364         public void AddPermission(System.Net.NetworkAccess access, string uriString) { }
AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9365         public void AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
Copy()9366         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9367         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9368         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9369         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9370         public bool IsUnrestricted() { throw null; }
ToXml()9371         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9372         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9373     }
9374     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9375     [System.SerializableAttribute]
9376     public sealed partial class WebPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9377     {
WebPermissionAttribute(System.Security.Permissions.SecurityAction action)9378         public WebPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9379         public string Accept { get { throw null; } set { } }
9380         public string AcceptPattern { get { throw null; } set { } }
9381         public string Connect { get { throw null; } set { } }
9382         public string ConnectPattern { get { throw null; } set { } }
CreatePermission()9383         public override System.Security.IPermission CreatePermission() { throw null; }
9384     }
9385     [System.SerializableAttribute]
9386     public partial class WebProxy : System.Net.IWebProxy, System.Runtime.Serialization.ISerializable
9387     {
WebProxy()9388         public WebProxy() { }
WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9389         protected WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebProxy(string Address)9390         public WebProxy(string Address) { }
WebProxy(string Address, bool BypassOnLocal)9391         public WebProxy(string Address, bool BypassOnLocal) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList)9392         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9393         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
WebProxy(string Host, int Port)9394         public WebProxy(string Host, int Port) { }
WebProxy(System.Uri Address)9395         public WebProxy(System.Uri Address) { }
WebProxy(System.Uri Address, bool BypassOnLocal)9396         public WebProxy(System.Uri Address, bool BypassOnLocal) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList)9397         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9398         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
9399         public System.Uri Address { get { throw null; } set { } }
9400         public System.Collections.ArrayList BypassArrayList { get { throw null; } }
9401         public string[] BypassList { get { throw null; } set { } }
9402         public bool BypassProxyOnLocal { get { throw null; } set { } }
9403         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9404         public bool UseDefaultCredentials { get { throw null; } set { } }
9405         [System.ObsoleteAttribute("This method has been deprecated. Please use the proxy selected for you by default. http://go.microsoft.com/fwlink/?linkid=14202")]
GetDefaultProxy()9406         public static System.Net.WebProxy GetDefaultProxy() { throw null; }
9407         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9408         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetProxy(System.Uri destination)9409         public System.Uri GetProxy(System.Uri destination) { throw null; }
IsBypassed(System.Uri host)9410         public bool IsBypassed(System.Uri host) { throw null; }
9411         [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)9412         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9413     }
9414     [System.SerializableAttribute]
9415     public abstract partial class WebRequest : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
9416     {
WebRequest()9417         protected WebRequest() { }
WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9418         protected WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9419         public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } }
9420         public virtual System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9421         public virtual string ConnectionGroupName { get { throw null; } set { } }
9422         public virtual long ContentLength { get { throw null; } set { } }
9423         public virtual string ContentType { get { throw null; } set { } }
9424         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9425         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9426         public virtual System.Net.IWebRequestCreate CreatorInstance { get { throw null; } }
9427         public virtual System.Net.ICredentials Credentials { get { throw null; } set { } }
9428         public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
9429         public static System.Net.IWebProxy DefaultWebProxy { get { throw null; } set { } }
9430         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9431         public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } set { } }
9432         public virtual string Method { get { throw null; } set { } }
9433         public virtual bool PreAuthenticate { get { throw null; } set { } }
9434         public virtual System.Net.IWebProxy Proxy { get { throw null; } set { } }
9435         public virtual System.Uri RequestUri { get { throw null; } }
9436         public virtual int Timeout { get { throw null; } set { } }
9437         public virtual bool UseDefaultCredentials { get { throw null; } set { } }
Abort()9438         public virtual void Abort() { }
9439         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)9440         public virtual System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
9441         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)9442         public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
Create(string requestUriString)9443         public static System.Net.WebRequest Create(string requestUriString) { throw null; }
Create(System.Uri requestUri)9444         public static System.Net.WebRequest Create(System.Uri requestUri) { throw null; }
CreateDefault(System.Uri requestUri)9445         public static System.Net.WebRequest CreateDefault(System.Uri requestUri) { throw null; }
CreateHttp(string requestUriString)9446         public static System.Net.HttpWebRequest CreateHttp(string requestUriString) { throw null; }
CreateHttp(System.Uri requestUri)9447         public static System.Net.HttpWebRequest CreateHttp(System.Uri requestUri) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)9448         public virtual System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)9449         public virtual System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
9450         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9451         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()9452         public virtual System.IO.Stream GetRequestStream() { throw null; }
9453         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetRequestStreamAsync()9454         public virtual System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw null; }
GetResponse()9455         public virtual System.Net.WebResponse GetResponse() { throw null; }
9456         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetResponseAsync()9457         public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null; }
GetSystemWebProxy()9458         public static System.Net.IWebProxy GetSystemWebProxy() { throw null; }
9459         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9460         [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)9461         public static void RegisterPortableWebRequestCreator(System.Net.IWebRequestCreate creator) { }
RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator)9462         public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw null; }
9463         [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)9464         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9465     }
9466     public static partial class WebRequestMethods
9467     {
9468         public static partial class File
9469         {
9470             public const string DownloadFile = "GET";
9471             public const string UploadFile = "PUT";
9472         }
9473         public static partial class Ftp
9474         {
9475             public const string AppendFile = "APPE";
9476             public const string DeleteFile = "DELE";
9477             public const string DownloadFile = "RETR";
9478             public const string GetDateTimestamp = "MDTM";
9479             public const string GetFileSize = "SIZE";
9480             public const string ListDirectory = "NLST";
9481             public const string ListDirectoryDetails = "LIST";
9482             public const string MakeDirectory = "MKD";
9483             public const string PrintWorkingDirectory = "PWD";
9484             public const string RemoveDirectory = "RMD";
9485             public const string Rename = "RENAME";
9486             public const string UploadFile = "STOR";
9487             public const string UploadFileWithUniqueName = "STOU";
9488         }
9489         public static partial class Http
9490         {
9491             public const string Connect = "CONNECT";
9492             public const string Get = "GET";
9493             public const string Head = "HEAD";
9494             public const string MkCol = "MKCOL";
9495             public const string Post = "POST";
9496             public const string Put = "PUT";
9497         }
9498     }
9499     [System.SerializableAttribute]
9500     public abstract partial class WebResponse : System.MarshalByRefObject, System.IDisposable, System.Runtime.Serialization.ISerializable
9501     {
WebResponse()9502         protected WebResponse() { }
WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9503         protected WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9504         public virtual long ContentLength { get { throw null; } set { } }
9505         public virtual string ContentType { get { throw null; } set { } }
9506         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } }
9507         public virtual bool IsFromCache { get { throw null; } }
9508         public virtual bool IsMutuallyAuthenticated { get { throw null; } }
9509         public virtual System.Uri ResponseUri { get { throw null; } }
9510         public virtual bool SupportsHeaders { get { throw null; } }
Close()9511         public virtual void Close() { }
Dispose()9512         public void Dispose() { }
Dispose(bool disposing)9513         protected virtual void Dispose(bool disposing) { }
9514         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9515         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()9516         public virtual System.IO.Stream GetResponseStream() { throw null; }
9517         [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)9518         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9519     }
9520     public static partial class WebUtility
9521     {
HtmlDecode(string value)9522         public static string HtmlDecode(string value) { throw null; }
HtmlDecode(string value, System.IO.TextWriter output)9523         public static void HtmlDecode(string value, System.IO.TextWriter output) { }
HtmlEncode(string value)9524         public static string HtmlEncode(string value) { throw null; }
HtmlEncode(string value, System.IO.TextWriter output)9525         public static void HtmlEncode(string value, System.IO.TextWriter output) { }
UrlDecode(string encodedValue)9526         public static string UrlDecode(string encodedValue) { throw null; }
UrlDecodeToBytes(byte[] encodedValue, int offset, int count)9527         public static byte[] UrlDecodeToBytes(byte[] encodedValue, int offset, int count) { throw null; }
UrlEncode(string value)9528         public static string UrlEncode(string value) { throw null; }
UrlEncodeToBytes(byte[] value, int offset, int count)9529         public static byte[] UrlEncodeToBytes(byte[] value, int offset, int count) { throw null; }
9530     }
9531     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9532     public partial class WriteStreamClosedEventArgs : System.EventArgs
9533     {
9534         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9535         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
WriteStreamClosedEventArgs()9536         public WriteStreamClosedEventArgs() { }
9537         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9538         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9539         public System.Exception Error { get { throw null; } }
9540     }
9541     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e)9542     public delegate void WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e);
9543 }
9544 namespace System.Net.Cache
9545 {
9546     public enum HttpCacheAgeControl
9547     {
9548         MaxAge = 2,
9549         MaxAgeAndMaxStale = 6,
9550         MaxAgeAndMinFresh = 3,
9551         MaxStale = 4,
9552         MinFresh = 1,
9553         None = 0,
9554     }
9555     public enum HttpRequestCacheLevel
9556     {
9557         BypassCache = 1,
9558         CacheIfAvailable = 3,
9559         CacheOnly = 2,
9560         CacheOrNextCacheOnly = 7,
9561         Default = 0,
9562         NoCacheNoStore = 6,
9563         Refresh = 8,
9564         Reload = 5,
9565         Revalidate = 4,
9566     }
9567     public partial class HttpRequestCachePolicy : System.Net.Cache.RequestCachePolicy
9568     {
HttpRequestCachePolicy()9569         public HttpRequestCachePolicy() { }
HttpRequestCachePolicy(System.DateTime cacheSyncDate)9570         public HttpRequestCachePolicy(System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale)9571         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale)9572         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)9573         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level)9574         public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) { }
9575         public System.DateTime CacheSyncDate { get { throw null; } }
9576         public new System.Net.Cache.HttpRequestCacheLevel Level { get { throw null; } }
9577         public System.TimeSpan MaxAge { get { throw null; } }
9578         public System.TimeSpan MaxStale { get { throw null; } }
9579         public System.TimeSpan MinFresh { get { throw null; } }
ToString()9580         public override string ToString() { throw null; }
9581     }
9582     public enum RequestCacheLevel
9583     {
9584         BypassCache = 1,
9585         CacheIfAvailable = 3,
9586         CacheOnly = 2,
9587         Default = 0,
9588         NoCacheNoStore = 6,
9589         Reload = 5,
9590         Revalidate = 4,
9591     }
9592     public partial class RequestCachePolicy
9593     {
RequestCachePolicy()9594         public RequestCachePolicy() { }
RequestCachePolicy(System.Net.Cache.RequestCacheLevel level)9595         public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) { }
9596         public System.Net.Cache.RequestCacheLevel Level { get { throw null; } }
ToString()9597         public override string ToString() { throw null; }
9598     }
9599 }
9600 #if CONFIG_DEP
9601 namespace System.Net.Configuration
9602 {
9603     public sealed partial class AuthenticationModuleElement : System.Configuration.ConfigurationElement
9604     {
AuthenticationModuleElement()9605         public AuthenticationModuleElement() { }
AuthenticationModuleElement(string typeName)9606         public AuthenticationModuleElement(string typeName) { }
9607         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9608         [System.Configuration.ConfigurationPropertyAttribute("type", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9609         public string Type { get { throw null; } set { } }
9610     }
9611     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.AuthenticationModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9612     public sealed partial class AuthenticationModuleElementCollection : System.Configuration.ConfigurationElementCollection
9613     {
9614         [System.MonoTODOAttribute]
AuthenticationModuleElementCollection()9615         public AuthenticationModuleElementCollection() { }
9616         [System.MonoTODOAttribute]
9617         public System.Net.Configuration.AuthenticationModuleElement this[int index] { get { throw null; } set { } }
9618         [System.MonoTODOAttribute]
9619         public new System.Net.Configuration.AuthenticationModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.AuthenticationModuleElement element)9620         public void Add(System.Net.Configuration.AuthenticationModuleElement element) { }
Clear()9621         public void Clear() { }
CreateNewElement()9622         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9623         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9624         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.AuthenticationModuleElement element)9625         public int IndexOf(System.Net.Configuration.AuthenticationModuleElement element) { throw null; }
Remove(System.Net.Configuration.AuthenticationModuleElement element)9626         public void Remove(System.Net.Configuration.AuthenticationModuleElement element) { }
Remove(string name)9627         public void Remove(string name) { }
RemoveAt(int index)9628         public void RemoveAt(int index) { }
9629     }
9630     public sealed partial class AuthenticationModulesSection : System.Configuration.ConfigurationSection
9631     {
AuthenticationModulesSection()9632         public AuthenticationModulesSection() { }
9633         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9634         public System.Net.Configuration.AuthenticationModuleElementCollection AuthenticationModules { get { throw null; } }
9635         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9636         [System.MonoTODOAttribute]
InitializeDefault()9637         protected override void InitializeDefault() { }
9638         [System.MonoTODOAttribute]
PostDeserialize()9639         protected override void PostDeserialize() { }
9640     }
9641     public sealed partial class BypassElement : System.Configuration.ConfigurationElement
9642     {
BypassElement()9643         public BypassElement() { }
BypassElement(string address)9644         public BypassElement(string address) { }
9645         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9646         public string Address { get { throw null; } set { } }
9647         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9648     }
9649     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.BypassElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9650     public sealed partial class BypassElementCollection : System.Configuration.ConfigurationElementCollection
9651     {
BypassElementCollection()9652         public BypassElementCollection() { }
9653         [System.MonoTODOAttribute]
9654         public System.Net.Configuration.BypassElement this[int index] { get { throw null; } set { } }
9655         public new System.Net.Configuration.BypassElement this[string name] { get { throw null; } set { } }
9656         protected override bool ThrowOnDuplicate { get { throw null; } }
Add(System.Net.Configuration.BypassElement element)9657         public void Add(System.Net.Configuration.BypassElement element) { }
Clear()9658         public void Clear() { }
CreateNewElement()9659         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9660         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9661         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.BypassElement element)9662         public int IndexOf(System.Net.Configuration.BypassElement element) { throw null; }
Remove(System.Net.Configuration.BypassElement element)9663         public void Remove(System.Net.Configuration.BypassElement element) { }
Remove(string name)9664         public void Remove(string name) { }
RemoveAt(int index)9665         public void RemoveAt(int index) { }
9666     }
9667     public sealed partial class ConnectionManagementElement : System.Configuration.ConfigurationElement
9668     {
ConnectionManagementElement()9669         public ConnectionManagementElement() { }
ConnectionManagementElement(string address, int maxConnection)9670         public ConnectionManagementElement(string address, int maxConnection) { }
9671         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9672         public string Address { get { throw null; } set { } }
9673         [System.Configuration.ConfigurationPropertyAttribute("maxconnection", DefaultValue="6", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9674         public int MaxConnection { get { throw null; } set { } }
9675         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9676     }
9677     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.ConnectionManagementElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9678     public sealed partial class ConnectionManagementElementCollection : System.Configuration.ConfigurationElementCollection
9679     {
ConnectionManagementElementCollection()9680         public ConnectionManagementElementCollection() { }
9681         [System.MonoTODOAttribute]
9682         public System.Net.Configuration.ConnectionManagementElement this[int index] { get { throw null; } set { } }
9683         public new System.Net.Configuration.ConnectionManagementElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.ConnectionManagementElement element)9684         public void Add(System.Net.Configuration.ConnectionManagementElement element) { }
Clear()9685         public void Clear() { }
CreateNewElement()9686         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9687         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.ConnectionManagementElement element)9688         public int IndexOf(System.Net.Configuration.ConnectionManagementElement element) { throw null; }
Remove(System.Net.Configuration.ConnectionManagementElement element)9689         public void Remove(System.Net.Configuration.ConnectionManagementElement element) { }
Remove(string name)9690         public void Remove(string name) { }
RemoveAt(int index)9691         public void RemoveAt(int index) { }
9692     }
9693     public sealed partial class ConnectionManagementSection : System.Configuration.ConfigurationSection
9694     {
ConnectionManagementSection()9695         public ConnectionManagementSection() { }
9696         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9697         public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get { throw null; } }
9698         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9699     }
9700     public sealed partial class DefaultProxySection : System.Configuration.ConfigurationSection
9701     {
DefaultProxySection()9702         public DefaultProxySection() { }
9703         [System.Configuration.ConfigurationPropertyAttribute("bypasslist")]
9704         public System.Net.Configuration.BypassElementCollection BypassList { get { throw null; } }
9705         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="True")]
9706         public bool Enabled { get { throw null; } set { } }
9707         [System.Configuration.ConfigurationPropertyAttribute("module")]
9708         public System.Net.Configuration.ModuleElement Module { get { throw null; } }
9709         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9710         [System.Configuration.ConfigurationPropertyAttribute("proxy")]
9711         public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9712         [System.Configuration.ConfigurationPropertyAttribute("useDefaultCredentials", DefaultValue="False")]
9713         public bool UseDefaultCredentials { get { throw null; } set { } }
9714         [System.MonoTODOAttribute]
PostDeserialize()9715         protected override void PostDeserialize() { }
9716         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9717         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9718     }
9719     public sealed partial class FtpCachePolicyElement : System.Configuration.ConfigurationElement
9720     {
FtpCachePolicyElement()9721         public FtpCachePolicyElement() { }
9722         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default")]
9723         public System.Net.Cache.RequestCacheLevel PolicyLevel { get { throw null; } set { } }
9724         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9725         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9726         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9727         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9728         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9729     }
9730     public sealed partial class HttpCachePolicyElement : System.Configuration.ConfigurationElement
9731     {
HttpCachePolicyElement()9732         public HttpCachePolicyElement() { }
9733         [System.Configuration.ConfigurationPropertyAttribute("maximumAge", DefaultValue="10675199.02:48:05.4775807")]
9734         public System.TimeSpan MaximumAge { get { throw null; } set { } }
9735         [System.Configuration.ConfigurationPropertyAttribute("maximumStale", DefaultValue="-10675199.02:48:05.4775808")]
9736         public System.TimeSpan MaximumStale { get { throw null; } set { } }
9737         [System.Configuration.ConfigurationPropertyAttribute("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")]
9738         public System.TimeSpan MinimumFresh { get { throw null; } set { } }
9739         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9740         public System.Net.Cache.HttpRequestCacheLevel PolicyLevel { get { throw null; } set { } }
9741         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9742         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9743         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9744         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9745         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9746     }
9747     public sealed partial class HttpListenerElement : System.Configuration.ConfigurationElement
9748     {
HttpListenerElement()9749         public HttpListenerElement() { }
9750         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9751         public System.Net.Configuration.HttpListenerTimeoutsElement Timeouts { get { throw null; } }
9752         public bool UnescapeRequestUrl { get { throw null; } }
9753     }
9754     public sealed partial class HttpListenerTimeoutsElement : System.Configuration.ConfigurationElement
9755     {
HttpListenerTimeoutsElement()9756         public HttpListenerTimeoutsElement() { }
9757         public System.TimeSpan DrainEntityBody { get { throw null; } }
9758         public System.TimeSpan EntityBody { get { throw null; } }
9759         public System.TimeSpan HeaderWait { get { throw null; } }
9760         public System.TimeSpan IdleConnection { get { throw null; } }
9761         public long MinSendBytesPerSecond { get { throw null; } }
9762         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9763         public System.TimeSpan RequestQueue { get { throw null; } }
9764     }
9765     public sealed partial class HttpWebRequestElement : System.Configuration.ConfigurationElement
9766     {
HttpWebRequestElement()9767         public HttpWebRequestElement() { }
9768         [System.Configuration.ConfigurationPropertyAttribute("maximumErrorResponseLength", DefaultValue="64")]
9769         public int MaximumErrorResponseLength { get { throw null; } set { } }
9770         [System.Configuration.ConfigurationPropertyAttribute("maximumResponseHeadersLength", DefaultValue="64")]
9771         public int MaximumResponseHeadersLength { get { throw null; } set { } }
9772         [System.Configuration.ConfigurationPropertyAttribute("maximumUnauthorizedUploadLength", DefaultValue="-1")]
9773         public int MaximumUnauthorizedUploadLength { get { throw null; } set { } }
9774         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9775         [System.Configuration.ConfigurationPropertyAttribute("useUnsafeHeaderParsing", DefaultValue="False")]
9776         public bool UseUnsafeHeaderParsing { get { throw null; } set { } }
9777         [System.MonoTODOAttribute]
PostDeserialize()9778         protected override void PostDeserialize() { }
9779     }
9780     public sealed partial class Ipv6Element : System.Configuration.ConfigurationElement
9781     {
Ipv6Element()9782         public Ipv6Element() { }
9783         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9784         public bool Enabled { get { throw null; } set { } }
9785         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9786     }
9787     public sealed partial class MailSettingsSectionGroup : System.Configuration.ConfigurationSectionGroup
9788     {
MailSettingsSectionGroup()9789         public MailSettingsSectionGroup() { }
9790         public System.Net.Configuration.SmtpSection Smtp { get { throw null; } }
9791     }
9792     public sealed partial class ModuleElement : System.Configuration.ConfigurationElement
9793     {
ModuleElement()9794         public ModuleElement() { }
9795         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9796         [System.Configuration.ConfigurationPropertyAttribute("type")]
9797         public string Type { get { throw null; } set { } }
9798     }
9799     public sealed partial class NetSectionGroup : System.Configuration.ConfigurationSectionGroup
9800     {
9801         [System.MonoTODOAttribute]
NetSectionGroup()9802         public NetSectionGroup() { }
9803         [System.Configuration.ConfigurationPropertyAttribute("authenticationModules")]
9804         public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get { throw null; } }
9805         [System.Configuration.ConfigurationPropertyAttribute("connectionManagement")]
9806         public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get { throw null; } }
9807         [System.Configuration.ConfigurationPropertyAttribute("defaultProxy")]
9808         public System.Net.Configuration.DefaultProxySection DefaultProxy { get { throw null; } }
9809         public System.Net.Configuration.MailSettingsSectionGroup MailSettings { get { throw null; } }
9810         [System.Configuration.ConfigurationPropertyAttribute("requestCaching")]
9811         public System.Net.Configuration.RequestCachingSection RequestCaching { get { throw null; } }
9812         [System.Configuration.ConfigurationPropertyAttribute("settings")]
9813         public System.Net.Configuration.SettingsSection Settings { get { throw null; } }
9814         [System.Configuration.ConfigurationPropertyAttribute("webRequestModules")]
9815         public System.Net.Configuration.WebRequestModulesSection WebRequestModules { get { throw null; } }
9816         [System.MonoTODOAttribute]
GetSectionGroup(System.Configuration.Configuration config)9817         public static System.Net.Configuration.NetSectionGroup GetSectionGroup(System.Configuration.Configuration config) { throw null; }
9818     }
9819     public sealed partial class PerformanceCountersElement : System.Configuration.ConfigurationElement
9820     {
PerformanceCountersElement()9821         public PerformanceCountersElement() { }
9822         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9823         public bool Enabled { get { throw null; } set { } }
9824         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9825     }
9826     public sealed partial class ProxyElement : System.Configuration.ConfigurationElement
9827     {
ProxyElement()9828         public ProxyElement() { }
9829         [System.Configuration.ConfigurationPropertyAttribute("autoDetect", DefaultValue="Unspecified")]
9830         public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set { } }
9831         [System.Configuration.ConfigurationPropertyAttribute("bypassonlocal", DefaultValue="Unspecified")]
9832         public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null; } set { } }
9833         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9834         [System.Configuration.ConfigurationPropertyAttribute("proxyaddress")]
9835         public System.Uri ProxyAddress { get { throw null; } set { } }
9836         [System.Configuration.ConfigurationPropertyAttribute("scriptLocation")]
9837         public System.Uri ScriptLocation { get { throw null; } set { } }
9838         [System.Configuration.ConfigurationPropertyAttribute("usesystemdefault", DefaultValue="Unspecified")]
9839         public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw null; } set { } }
9840         public enum AutoDetectValues
9841         {
9842             False = 0,
9843             True = 1,
9844             Unspecified = -1,
9845         }
9846         public enum BypassOnLocalValues
9847         {
9848             False = 0,
9849             True = 1,
9850             Unspecified = -1,
9851         }
9852         public enum UseSystemDefaultValues
9853         {
9854             False = 0,
9855             True = 1,
9856             Unspecified = -1,
9857         }
9858     }
9859     public sealed partial class RequestCachingSection : System.Configuration.ConfigurationSection
9860     {
RequestCachingSection()9861         public RequestCachingSection() { }
9862         [System.Configuration.ConfigurationPropertyAttribute("defaultFtpCachePolicy")]
9863         public System.Net.Configuration.FtpCachePolicyElement DefaultFtpCachePolicy { get { throw null; } }
9864         [System.Configuration.ConfigurationPropertyAttribute("defaultHttpCachePolicy")]
9865         public System.Net.Configuration.HttpCachePolicyElement DefaultHttpCachePolicy { get { throw null; } }
9866         [System.Configuration.ConfigurationPropertyAttribute("defaultPolicyLevel", DefaultValue="BypassCache")]
9867         public System.Net.Cache.RequestCacheLevel DefaultPolicyLevel { get { throw null; } set { } }
9868         [System.Configuration.ConfigurationPropertyAttribute("disableAllCaching", DefaultValue="False")]
9869         public bool DisableAllCaching { get { throw null; } set { } }
9870         [System.Configuration.ConfigurationPropertyAttribute("isPrivateCache", DefaultValue="True")]
9871         public bool IsPrivateCache { get { throw null; } set { } }
9872         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9873         [System.Configuration.ConfigurationPropertyAttribute("unspecifiedMaximumAge", DefaultValue="1.00:00:00")]
9874         public System.TimeSpan UnspecifiedMaximumAge { get { throw null; } set { } }
9875         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9876         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9877         [System.MonoTODOAttribute]
PostDeserialize()9878         protected override void PostDeserialize() { }
9879     }
9880     public sealed partial class ServicePointManagerElement : System.Configuration.ConfigurationElement
9881     {
ServicePointManagerElement()9882         public ServicePointManagerElement() { }
9883         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateName", DefaultValue="True")]
9884         public bool CheckCertificateName { get { throw null; } set { } }
9885         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateRevocationList", DefaultValue="False")]
9886         public bool CheckCertificateRevocationList { get { throw null; } set { } }
9887         [System.Configuration.ConfigurationPropertyAttribute("dnsRefreshTimeout", DefaultValue="120000")]
9888         public int DnsRefreshTimeout { get { throw null; } set { } }
9889         [System.Configuration.ConfigurationPropertyAttribute("enableDnsRoundRobin", DefaultValue="False")]
9890         public bool EnableDnsRoundRobin { get { throw null; } set { } }
9891         public System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } set { } }
9892         [System.Configuration.ConfigurationPropertyAttribute("expect100Continue", DefaultValue="True")]
9893         public bool Expect100Continue { get { throw null; } set { } }
9894         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9895         [System.Configuration.ConfigurationPropertyAttribute("useNagleAlgorithm", DefaultValue="True")]
9896         public bool UseNagleAlgorithm { get { throw null; } set { } }
9897         [System.MonoTODOAttribute]
PostDeserialize()9898         protected override void PostDeserialize() { }
9899     }
9900     public sealed partial class SettingsSection : System.Configuration.ConfigurationSection
9901     {
SettingsSection()9902         public SettingsSection() { }
9903         public System.Net.Configuration.HttpListenerElement HttpListener { get { throw null; } }
9904         [System.Configuration.ConfigurationPropertyAttribute("httpWebRequest")]
9905         public System.Net.Configuration.HttpWebRequestElement HttpWebRequest { get { throw null; } }
9906         [System.Configuration.ConfigurationPropertyAttribute("ipv6")]
9907         public System.Net.Configuration.Ipv6Element Ipv6 { get { throw null; } }
9908         [System.Configuration.ConfigurationPropertyAttribute("performanceCounters")]
9909         public System.Net.Configuration.PerformanceCountersElement PerformanceCounters { get { throw null; } }
9910         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9911         [System.Configuration.ConfigurationPropertyAttribute("servicePointManager")]
9912         public System.Net.Configuration.ServicePointManagerElement ServicePointManager { get { throw null; } }
9913         [System.Configuration.ConfigurationPropertyAttribute("socket")]
9914         public System.Net.Configuration.SocketElement Socket { get { throw null; } }
9915         [System.Configuration.ConfigurationPropertyAttribute("webProxyScript")]
9916         public System.Net.Configuration.WebProxyScriptElement WebProxyScript { get { throw null; } }
9917         public System.Net.Configuration.WebUtilityElement WebUtility { get { throw null; } }
9918     }
9919     public sealed partial class SmtpNetworkElement : System.Configuration.ConfigurationElement
9920     {
SmtpNetworkElement()9921         public SmtpNetworkElement() { }
9922         public string ClientDomain { get { throw null; } set { } }
9923         [System.Configuration.ConfigurationPropertyAttribute("defaultCredentials", DefaultValue="False")]
9924         public bool DefaultCredentials { get { throw null; } set { } }
9925         [System.Configuration.ConfigurationPropertyAttribute("enableSsl", DefaultValue=false)]
9926         public bool EnableSsl { get { throw null; } set { } }
9927         [System.Configuration.ConfigurationPropertyAttribute("host")]
9928         public string Host { get { throw null; } set { } }
9929         [System.Configuration.ConfigurationPropertyAttribute("password")]
9930         public string Password { get { throw null; } set { } }
9931         [System.Configuration.ConfigurationPropertyAttribute("port", DefaultValue="25")]
9932         public int Port { get { throw null; } set { } }
9933         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9934         [System.Configuration.ConfigurationPropertyAttribute("targetName", DefaultValue=null)]
9935         public string TargetName { get { throw null; } set { } }
9936         [System.Configuration.ConfigurationPropertyAttribute("userName", DefaultValue=null)]
9937         public string UserName { get { throw null; } set { } }
PostDeserialize()9938         protected override void PostDeserialize() { }
9939     }
9940     public sealed partial class SmtpSection : System.Configuration.ConfigurationSection
9941     {
SmtpSection()9942         public SmtpSection() { }
9943         [System.Configuration.ConfigurationPropertyAttribute("deliveryFormat", DefaultValue=(System.Net.Mail.SmtpDeliveryFormat)(0))]
9944         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
9945         [System.Configuration.ConfigurationPropertyAttribute("deliveryMethod", DefaultValue="Network")]
9946         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
9947         [System.Configuration.ConfigurationPropertyAttribute("from")]
9948         public string From { get { throw null; } set { } }
9949         [System.Configuration.ConfigurationPropertyAttribute("network")]
9950         public System.Net.Configuration.SmtpNetworkElement Network { get { throw null; } }
9951         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9952         [System.Configuration.ConfigurationPropertyAttribute("specifiedPickupDirectory")]
9953         public System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory { get { throw null; } }
9954     }
9955     public sealed partial class SmtpSpecifiedPickupDirectoryElement : System.Configuration.ConfigurationElement
9956     {
SmtpSpecifiedPickupDirectoryElement()9957         public SmtpSpecifiedPickupDirectoryElement() { }
9958         [System.Configuration.ConfigurationPropertyAttribute("pickupDirectoryLocation")]
9959         public string PickupDirectoryLocation { get { throw null; } set { } }
9960         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9961     }
9962     public sealed partial class SocketElement : System.Configuration.ConfigurationElement
9963     {
SocketElement()9964         public SocketElement() { }
9965         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForAccept", DefaultValue="False")]
9966         public bool AlwaysUseCompletionPortsForAccept { get { throw null; } set { } }
9967         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForConnect", DefaultValue="False")]
9968         public bool AlwaysUseCompletionPortsForConnect { get { throw null; } set { } }
9969         public System.Net.Sockets.IPProtectionLevel IPProtectionLevel { get { throw null; } set { } }
9970         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9971         [System.MonoTODOAttribute]
PostDeserialize()9972         protected override void PostDeserialize() { }
9973     }
9974     public enum UnicodeDecodingConformance
9975     {
9976         Auto = 0,
9977         Compat = 2,
9978         Loose = 3,
9979         Strict = 1,
9980     }
9981     public enum UnicodeEncodingConformance
9982     {
9983         Auto = 0,
9984         Compat = 2,
9985         Strict = 1,
9986     }
9987     public sealed partial class WebProxyScriptElement : System.Configuration.ConfigurationElement
9988     {
WebProxyScriptElement()9989         public WebProxyScriptElement() { }
9990         [System.Configuration.ConfigurationPropertyAttribute("downloadTimeout", DefaultValue="00:02:00")]
9991         public System.TimeSpan DownloadTimeout { get { throw null; } set { } }
9992         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
PostDeserialize()9993         protected override void PostDeserialize() { }
9994     }
9995     public sealed partial class WebRequestModuleElement : System.Configuration.ConfigurationElement
9996     {
WebRequestModuleElement()9997         public WebRequestModuleElement() { }
WebRequestModuleElement(string prefix, string type)9998         public WebRequestModuleElement(string prefix, string type) { }
WebRequestModuleElement(string prefix, System.Type type)9999         public WebRequestModuleElement(string prefix, System.Type type) { }
10000         [System.Configuration.ConfigurationPropertyAttribute("prefix", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
10001         public string Prefix { get { throw null; } set { } }
10002         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10003         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.TypeConverter))]
10004         [System.Configuration.ConfigurationPropertyAttribute("type")]
10005         public System.Type Type { get { throw null; } set { } }
10006     }
10007     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.WebRequestModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
10008     public sealed partial class WebRequestModuleElementCollection : System.Configuration.ConfigurationElementCollection
10009     {
WebRequestModuleElementCollection()10010         public WebRequestModuleElementCollection() { }
10011         [System.MonoTODOAttribute]
10012         public System.Net.Configuration.WebRequestModuleElement this[int index] { get { throw null; } set { } }
10013         [System.MonoTODOAttribute]
10014         public new System.Net.Configuration.WebRequestModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.WebRequestModuleElement element)10015         public void Add(System.Net.Configuration.WebRequestModuleElement element) { }
Clear()10016         public void Clear() { }
CreateNewElement()10017         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)10018         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.WebRequestModuleElement element)10019         public int IndexOf(System.Net.Configuration.WebRequestModuleElement element) { throw null; }
Remove(System.Net.Configuration.WebRequestModuleElement element)10020         public void Remove(System.Net.Configuration.WebRequestModuleElement element) { }
Remove(string name)10021         public void Remove(string name) { }
RemoveAt(int index)10022         public void RemoveAt(int index) { }
10023     }
10024     public sealed partial class WebRequestModulesSection : System.Configuration.ConfigurationSection
10025     {
WebRequestModulesSection()10026         public WebRequestModulesSection() { }
10027         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10028         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
10029         public System.Net.Configuration.WebRequestModuleElementCollection WebRequestModules { get { throw null; } }
10030         [System.MonoTODOAttribute]
InitializeDefault()10031         protected override void InitializeDefault() { }
10032         [System.MonoTODOAttribute]
PostDeserialize()10033         protected override void PostDeserialize() { }
10034     }
10035     public sealed partial class WebUtilityElement : System.Configuration.ConfigurationElement
10036     {
WebUtilityElement()10037         public WebUtilityElement() { }
10038         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10039         public System.Net.Configuration.UnicodeDecodingConformance UnicodeDecodingConformance { get { throw null; } set { } }
10040         public System.Net.Configuration.UnicodeEncodingConformance UnicodeEncodingConformance { get { throw null; } set { } }
10041     }
10042 }
10043 #endif
10044 namespace System.Net.Mail
10045 {
10046     public partial class AlternateView : System.Net.Mail.AttachmentBase
10047     {
AlternateView(System.IO.Stream contentStream)10048         public AlternateView(System.IO.Stream contentStream) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10049         public AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, string mediaType)10050         public AlternateView(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
AlternateView(string fileName)10051         public AlternateView(string fileName) : base (default(string)) { }
AlternateView(string fileName, System.Net.Mime.ContentType contentType)10052         public AlternateView(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(string fileName, string mediaType)10053         public AlternateView(string fileName, string mediaType) : base (default(string)) { }
10054         public System.Uri BaseUri { get { throw null; } set { } }
10055         public System.Net.Mail.LinkedResourceCollection LinkedResources { get { throw null; } }
CreateAlternateViewFromString(string content)10056         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content) { throw null; }
CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType)10057         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)10058         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
Dispose(bool disposing)10059         protected override void Dispose(bool disposing) { }
10060     }
10061     public sealed partial class AlternateViewCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.AlternateView>, System.IDisposable
10062     {
AlternateViewCollection()10063         internal AlternateViewCollection() { }
ClearItems()10064         protected override void ClearItems() { }
Dispose()10065         public void Dispose() { }
InsertItem(int index, System.Net.Mail.AlternateView item)10066         protected override void InsertItem(int index, System.Net.Mail.AlternateView item) { }
RemoveItem(int index)10067         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.AlternateView item)10068         protected override void SetItem(int index, System.Net.Mail.AlternateView item) { }
10069     }
10070     public partial class Attachment : System.Net.Mail.AttachmentBase
10071     {
Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10072         public Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name)10073         public Attachment(System.IO.Stream contentStream, string name) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name, string mediaType)10074         public Attachment(System.IO.Stream contentStream, string name, string mediaType) : base (default(string)) { }
Attachment(string fileName)10075         public Attachment(string fileName) : base (default(string)) { }
Attachment(string fileName, System.Net.Mime.ContentType contentType)10076         public Attachment(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(string fileName, string mediaType)10077         public Attachment(string fileName, string mediaType) : base (default(string)) { }
10078         public System.Net.Mime.ContentDisposition ContentDisposition { get { throw null; } }
10079         public string Name { get { throw null; } set { } }
10080         public System.Text.Encoding NameEncoding { get { throw null; } set { } }
CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType)10081         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateAttachmentFromString(string content, string name)10082         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name) { throw null; }
CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType)10083         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10084     }
10085     public abstract partial class AttachmentBase : System.IDisposable
10086     {
AttachmentBase(System.IO.Stream contentStream)10087         protected AttachmentBase(System.IO.Stream contentStream) { }
AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10088         protected AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) { }
AttachmentBase(System.IO.Stream contentStream, string mediaType)10089         protected AttachmentBase(System.IO.Stream contentStream, string mediaType) { }
AttachmentBase(string fileName)10090         protected AttachmentBase(string fileName) { }
AttachmentBase(string fileName, System.Net.Mime.ContentType contentType)10091         protected AttachmentBase(string fileName, System.Net.Mime.ContentType contentType) { }
AttachmentBase(string fileName, string mediaType)10092         protected AttachmentBase(string fileName, string mediaType) { }
10093         public string ContentId { get { throw null; } set { } }
10094         public System.IO.Stream ContentStream { get { throw null; } }
10095         public System.Net.Mime.ContentType ContentType { get { throw null; } set { } }
10096         public System.Net.Mime.TransferEncoding TransferEncoding { get { throw null; } set { } }
Dispose()10097         public void Dispose() { }
Dispose(bool disposing)10098         protected virtual void Dispose(bool disposing) { }
10099     }
10100     public sealed partial class AttachmentCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.Attachment>, System.IDisposable
10101     {
AttachmentCollection()10102         internal AttachmentCollection() { }
ClearItems()10103         protected override void ClearItems() { }
Dispose()10104         public void Dispose() { }
InsertItem(int index, System.Net.Mail.Attachment item)10105         protected override void InsertItem(int index, System.Net.Mail.Attachment item) { }
RemoveItem(int index)10106         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.Attachment item)10107         protected override void SetItem(int index, System.Net.Mail.Attachment item) { }
10108     }
10109     [System.FlagsAttribute]
10110     public enum DeliveryNotificationOptions
10111     {
10112         Delay = 4,
10113         Never = 134217728,
10114         None = 0,
10115         OnFailure = 2,
10116         OnSuccess = 1,
10117     }
10118     public partial class LinkedResource : System.Net.Mail.AttachmentBase
10119     {
LinkedResource(System.IO.Stream contentStream)10120         public LinkedResource(System.IO.Stream contentStream) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10121         public LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, string mediaType)10122         public LinkedResource(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
LinkedResource(string fileName)10123         public LinkedResource(string fileName) : base (default(string)) { }
LinkedResource(string fileName, System.Net.Mime.ContentType contentType)10124         public LinkedResource(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(string fileName, string mediaType)10125         public LinkedResource(string fileName, string mediaType) : base (default(string)) { }
10126         public System.Uri ContentLink { get { throw null; } set { } }
CreateLinkedResourceFromString(string content)10127         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content) { throw null; }
CreateLinkedResourceFromString(string content, System.Net.Mime.ContentType contentType)10128         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)10129         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10130     }
10131     public sealed partial class LinkedResourceCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.LinkedResource>, System.IDisposable
10132     {
LinkedResourceCollection()10133         internal LinkedResourceCollection() { }
ClearItems()10134         protected override void ClearItems() { }
Dispose()10135         public void Dispose() { }
InsertItem(int index, System.Net.Mail.LinkedResource item)10136         protected override void InsertItem(int index, System.Net.Mail.LinkedResource item) { }
RemoveItem(int index)10137         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.LinkedResource item)10138         protected override void SetItem(int index, System.Net.Mail.LinkedResource item) { }
10139     }
10140     public partial class MailAddress
10141     {
MailAddress(string address)10142         public MailAddress(string address) { }
MailAddress(string address, string displayName)10143         public MailAddress(string address, string displayName) { }
10144         [System.MonoTODOAttribute("We don't do anything with displayNameEncoding")]
MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding)10145         public MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding) { }
10146         public string Address { get { throw null; } }
10147         public string DisplayName { get { throw null; } }
10148         public string Host { get { throw null; } }
10149         public string User { get { throw null; } }
Equals(object value)10150         public override bool Equals(object value) { throw null; }
GetHashCode()10151         public override int GetHashCode() { throw null; }
ToString()10152         public override string ToString() { throw null; }
10153     }
10154     public partial class MailAddressCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.MailAddress>
10155     {
MailAddressCollection()10156         public MailAddressCollection() { }
Add(string addresses)10157         public void Add(string addresses) { }
InsertItem(int index, System.Net.Mail.MailAddress item)10158         protected override void InsertItem(int index, System.Net.Mail.MailAddress item) { }
SetItem(int index, System.Net.Mail.MailAddress item)10159         protected override void SetItem(int index, System.Net.Mail.MailAddress item) { }
ToString()10160         public override string ToString() { throw null; }
10161     }
10162     public partial class MailMessage : System.IDisposable
10163     {
MailMessage()10164         public MailMessage() { }
MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to)10165         public MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to) { }
MailMessage(string from, string to)10166         public MailMessage(string from, string to) { }
MailMessage(string from, string to, string subject, string body)10167         public MailMessage(string from, string to, string subject, string body) { }
10168         public System.Net.Mail.AlternateViewCollection AlternateViews { get { throw null; } }
10169         public System.Net.Mail.AttachmentCollection Attachments { get { throw null; } }
10170         public System.Net.Mail.MailAddressCollection Bcc { get { throw null; } }
10171         public string Body { get { throw null; } set { } }
10172         public System.Text.Encoding BodyEncoding { get { throw null; } set { } }
10173         public System.Net.Mime.TransferEncoding BodyTransferEncoding { get { throw null; } set { } }
10174         public System.Net.Mail.MailAddressCollection CC { get { throw null; } }
10175         public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOptions { get { throw null; } set { } }
10176         public System.Net.Mail.MailAddress From { get { throw null; } set { } }
10177         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
10178         public System.Text.Encoding HeadersEncoding { get { throw null; } set { } }
10179         public bool IsBodyHtml { get { throw null; } set { } }
10180         public System.Net.Mail.MailPriority Priority { get { throw null; } set { } }
10181         [System.ObsoleteAttribute("Use ReplyToList instead")]
10182         public System.Net.Mail.MailAddress ReplyTo { get { throw null; } set { } }
10183         public System.Net.Mail.MailAddressCollection ReplyToList { get { throw null; } }
10184         public System.Net.Mail.MailAddress Sender { get { throw null; } set { } }
10185         public string Subject { get { throw null; } set { } }
10186         public System.Text.Encoding SubjectEncoding { get { throw null; } set { } }
10187         public System.Net.Mail.MailAddressCollection To { get { throw null; } }
Dispose()10188         public void Dispose() { }
Dispose(bool disposing)10189         protected virtual void Dispose(bool disposing) { }
10190     }
10191     public enum MailPriority
10192     {
10193         High = 2,
10194         Low = 1,
10195         Normal = 0,
10196     }
SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)10197     public delegate void SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
10198     public enum SmtpAccess
10199     {
10200         Connect = 1,
10201         ConnectToUnrestrictedPort = 2,
10202         None = 0,
10203     }
10204     [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")]
10205     public partial class SmtpClient : System.IDisposable
10206     {
SmtpClient()10207         public SmtpClient() { }
SmtpClient(string host)10208         public SmtpClient(string host) { }
SmtpClient(string host, int port)10209         public SmtpClient(string host, int port) { }
10210         [System.MonoTODOAttribute("Client certificates not used")]
10211         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
10212         public System.Net.ICredentialsByHost Credentials { get { throw null; } set { } }
10213         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
10214         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
10215         public bool EnableSsl { get { throw null; } set { } }
10216         public string Host { get { throw null; } set { } }
10217         public string PickupDirectoryLocation { get { throw null; } set { } }
10218         public int Port { get { throw null; } set { } }
10219         [System.MonoTODOAttribute]
10220         public System.Net.ServicePoint ServicePoint { get { throw null; } }
10221         public string TargetName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
10222         public int Timeout { get { throw null; } set { } }
10223         public bool UseDefaultCredentials { get { throw null; } [System.MonoNotSupportedAttribute("no DefaultCredential support in Mono")]set { } }
10224         public event System.Net.Mail.SendCompletedEventHandler SendCompleted { add { } remove { } }
Dispose()10225         public void Dispose() { }
10226         [System.MonoTODOAttribute("Does nothing at the moment.")]
Dispose(bool disposing)10227         protected virtual void Dispose(bool disposing) { }
OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e)10228         protected void OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
Send(System.Net.Mail.MailMessage message)10229         public void Send(System.Net.Mail.MailMessage message) { }
Send(string from, string recipients, string subject, string body)10230         public void Send(string from, string recipients, string subject, string body) { }
SendAsync(System.Net.Mail.MailMessage message, object userToken)10231         public void SendAsync(System.Net.Mail.MailMessage message, object userToken) { }
SendAsync(string from, string recipients, string subject, string body, object userToken)10232         public void SendAsync(string from, string recipients, string subject, string body, object userToken) { }
SendAsyncCancel()10233         public void SendAsyncCancel() { }
SendMailAsync(System.Net.Mail.MailMessage message)10234         public System.Threading.Tasks.Task SendMailAsync(System.Net.Mail.MailMessage message) { throw null; }
SendMailAsync(string from, string recipients, string subject, string body)10235         public System.Threading.Tasks.Task SendMailAsync(string from, string recipients, string subject, string body) { throw null; }
10236     }
10237     public enum SmtpDeliveryFormat
10238     {
10239         International = 1,
10240         SevenBit = 0,
10241     }
10242     public enum SmtpDeliveryMethod
10243     {
10244         Network = 0,
10245         PickupDirectoryFromIis = 2,
10246         SpecifiedPickupDirectory = 1,
10247     }
10248     [System.SerializableAttribute]
10249     public partial class SmtpException : System.Exception, System.Runtime.Serialization.ISerializable
10250     {
SmtpException()10251         public SmtpException() { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode)10252         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode) { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message)10253         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message) { }
SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10254         protected SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
SmtpException(string message)10255         public SmtpException(string message) { }
SmtpException(string message, System.Exception innerException)10256         public SmtpException(string message, System.Exception innerException) { }
10257         public System.Net.Mail.SmtpStatusCode StatusCode { get { throw null; } set { } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10258         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)10259         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10260     }
10261     [System.SerializableAttribute]
10262     public partial class SmtpFailedRecipientException : System.Net.Mail.SmtpException, System.Runtime.Serialization.ISerializable
10263     {
SmtpFailedRecipientException()10264         public SmtpFailedRecipientException() { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient)10265         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient) { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse)10266         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse) { }
SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10267         protected SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientException(string message)10268         public SmtpFailedRecipientException(string message) { }
SmtpFailedRecipientException(string message, System.Exception innerException)10269         public SmtpFailedRecipientException(string message, System.Exception innerException) { }
SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException)10270         public SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException) { }
10271         public string FailedRecipient { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10272         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)10273         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10274     }
10275     [System.SerializableAttribute]
10276     public partial class SmtpFailedRecipientsException : System.Net.Mail.SmtpFailedRecipientException, System.Runtime.Serialization.ISerializable
10277     {
SmtpFailedRecipientsException()10278         public SmtpFailedRecipientsException() { }
SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10279         protected SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientsException(string message)10280         public SmtpFailedRecipientsException(string message) { }
SmtpFailedRecipientsException(string message, System.Exception innerException)10281         public SmtpFailedRecipientsException(string message, System.Exception innerException) { }
SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions)10282         public SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions) { }
10283         public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10284         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)10285         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10286     }
10287     [System.SerializableAttribute]
10288     public sealed partial class SmtpPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10289     {
SmtpPermission(bool unrestricted)10290         public SmtpPermission(bool unrestricted) { }
SmtpPermission(System.Net.Mail.SmtpAccess access)10291         public SmtpPermission(System.Net.Mail.SmtpAccess access) { }
SmtpPermission(System.Security.Permissions.PermissionState state)10292         public SmtpPermission(System.Security.Permissions.PermissionState state) { }
10293         public System.Net.Mail.SmtpAccess Access { get { throw null; } }
AddPermission(System.Net.Mail.SmtpAccess access)10294         public void AddPermission(System.Net.Mail.SmtpAccess access) { }
Copy()10295         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10296         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10297         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10298         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10299         public bool IsUnrestricted() { throw null; }
ToXml()10300         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10301         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10302     }
10303     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10304     [System.SerializableAttribute]
10305     public sealed partial class SmtpPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10306     {
SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action)10307         public SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10308         public string Access { get { throw null; } set { } }
CreatePermission()10309         public override System.Security.IPermission CreatePermission() { throw null; }
10310     }
10311     public enum SmtpStatusCode
10312     {
10313         BadCommandSequence = 503,
10314         CannotVerifyUserWillAttemptDelivery = 252,
10315         ClientNotPermitted = 454,
10316         CommandNotImplemented = 502,
10317         CommandParameterNotImplemented = 504,
10318         CommandUnrecognized = 500,
10319         ExceededStorageAllocation = 552,
10320         GeneralFailure = -1,
10321         HelpMessage = 214,
10322         InsufficientStorage = 452,
10323         LocalErrorInProcessing = 451,
10324         MailboxBusy = 450,
10325         MailboxNameNotAllowed = 553,
10326         MailboxUnavailable = 550,
10327         MustIssueStartTlsFirst = 530,
10328         Ok = 250,
10329         ServiceClosingTransmissionChannel = 221,
10330         ServiceNotAvailable = 421,
10331         ServiceReady = 220,
10332         StartMailInput = 354,
10333         SyntaxError = 501,
10334         SystemStatus = 211,
10335         TransactionFailed = 554,
10336         UserNotLocalTryAlternatePath = 551,
10337         UserNotLocalWillForward = 251,
10338     }
10339 }
10340 namespace System.Net.Mime
10341 {
10342     public partial class ContentDisposition
10343     {
ContentDisposition()10344         public ContentDisposition() { }
ContentDisposition(string disposition)10345         public ContentDisposition(string disposition) { }
10346         public System.DateTime CreationDate { get { throw null; } set { } }
10347         public string DispositionType { get { throw null; } set { } }
10348         public string FileName { get { throw null; } set { } }
10349         public bool Inline { get { throw null; } set { } }
10350         public System.DateTime ModificationDate { get { throw null; } set { } }
10351         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
10352         public System.DateTime ReadDate { get { throw null; } set { } }
10353         public long Size { get { throw null; } set { } }
Equals(object rparam)10354         public override bool Equals(object rparam) { throw null; }
GetHashCode()10355         public override int GetHashCode() { throw null; }
ToString()10356         public override string ToString() { throw null; }
10357     }
10358     public partial class ContentType
10359     {
ContentType()10360         public ContentType() { }
ContentType(string contentType)10361         public ContentType(string contentType) { }
10362         public string Boundary { get { throw null; } set { } }
10363         public string CharSet { get { throw null; } set { } }
10364         public string MediaType { get { throw null; } set { } }
10365         public string Name { get { throw null; } set { } }
10366         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
Equals(object rparam)10367         public override bool Equals(object rparam) { throw null; }
GetHashCode()10368         public override int GetHashCode() { throw null; }
ToString()10369         public override string ToString() { throw null; }
10370     }
10371     public static partial class DispositionTypeNames
10372     {
10373         public const string Attachment = "attachment";
10374         public const string Inline = "inline";
10375     }
10376     public static partial class MediaTypeNames
10377     {
10378         public static partial class Application
10379         {
10380             public const string Octet = "application/octet-stream";
10381             public const string Pdf = "application/pdf";
10382             public const string Rtf = "application/rtf";
10383             public const string Soap = "application/soap+xml";
10384             public const string Zip = "application/zip";
10385         }
10386         public static partial class Image
10387         {
10388             public const string Gif = "image/gif";
10389             public const string Jpeg = "image/jpeg";
10390             public const string Tiff = "image/tiff";
10391         }
10392         public static partial class Text
10393         {
10394             public const string Html = "text/html";
10395             public const string Plain = "text/plain";
10396             public const string RichText = "text/richtext";
10397             public const string Xml = "text/xml";
10398         }
10399     }
10400     public enum TransferEncoding
10401     {
10402         Base64 = 1,
10403         EightBit = 3,
10404         QuotedPrintable = 0,
10405         SevenBit = 2,
10406         Unknown = -1,
10407     }
10408 }
10409 namespace System.Net.NetworkInformation
10410 {
10411     public enum DuplicateAddressDetectionState
10412     {
10413         Deprecated = 3,
10414         Duplicate = 2,
10415         Invalid = 0,
10416         Preferred = 4,
10417         Tentative = 1,
10418     }
10419     public abstract partial class GatewayIPAddressInformation
10420     {
GatewayIPAddressInformation()10421         protected GatewayIPAddressInformation() { }
10422         public abstract System.Net.IPAddress Address { get; }
10423     }
10424     public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.IEnumerable
10425     {
GatewayIPAddressInformationCollection()10426         protected internal GatewayIPAddressInformationCollection() { }
10427         public virtual int Count { get { throw null; } }
10428         public virtual bool IsReadOnly { get { throw null; } }
10429         public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.GatewayIPAddressInformation address)10430         public virtual void Add(System.Net.NetworkInformation.GatewayIPAddressInformation address) { }
Clear()10431         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address)10432         public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset)10433         public virtual void CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset) { }
GetEnumerator()10434         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.GatewayIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address)10435         public virtual bool Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10436         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10437     }
10438     public abstract partial class IcmpV4Statistics
10439     {
IcmpV4Statistics()10440         protected IcmpV4Statistics() { }
10441         public abstract long AddressMaskRepliesReceived { get; }
10442         public abstract long AddressMaskRepliesSent { get; }
10443         public abstract long AddressMaskRequestsReceived { get; }
10444         public abstract long AddressMaskRequestsSent { get; }
10445         public abstract long DestinationUnreachableMessagesReceived { get; }
10446         public abstract long DestinationUnreachableMessagesSent { get; }
10447         public abstract long EchoRepliesReceived { get; }
10448         public abstract long EchoRepliesSent { get; }
10449         public abstract long EchoRequestsReceived { get; }
10450         public abstract long EchoRequestsSent { get; }
10451         public abstract long ErrorsReceived { get; }
10452         public abstract long ErrorsSent { get; }
10453         public abstract long MessagesReceived { get; }
10454         public abstract long MessagesSent { get; }
10455         public abstract long ParameterProblemsReceived { get; }
10456         public abstract long ParameterProblemsSent { get; }
10457         public abstract long RedirectsReceived { get; }
10458         public abstract long RedirectsSent { get; }
10459         public abstract long SourceQuenchesReceived { get; }
10460         public abstract long SourceQuenchesSent { get; }
10461         public abstract long TimeExceededMessagesReceived { get; }
10462         public abstract long TimeExceededMessagesSent { get; }
10463         public abstract long TimestampRepliesReceived { get; }
10464         public abstract long TimestampRepliesSent { get; }
10465         public abstract long TimestampRequestsReceived { get; }
10466         public abstract long TimestampRequestsSent { get; }
10467     }
10468     public abstract partial class IcmpV6Statistics
10469     {
IcmpV6Statistics()10470         protected IcmpV6Statistics() { }
10471         public abstract long DestinationUnreachableMessagesReceived { get; }
10472         public abstract long DestinationUnreachableMessagesSent { get; }
10473         public abstract long EchoRepliesReceived { get; }
10474         public abstract long EchoRepliesSent { get; }
10475         public abstract long EchoRequestsReceived { get; }
10476         public abstract long EchoRequestsSent { get; }
10477         public abstract long ErrorsReceived { get; }
10478         public abstract long ErrorsSent { get; }
10479         public abstract long MembershipQueriesReceived { get; }
10480         public abstract long MembershipQueriesSent { get; }
10481         public abstract long MembershipReductionsReceived { get; }
10482         public abstract long MembershipReductionsSent { get; }
10483         public abstract long MembershipReportsReceived { get; }
10484         public abstract long MembershipReportsSent { get; }
10485         public abstract long MessagesReceived { get; }
10486         public abstract long MessagesSent { get; }
10487         public abstract long NeighborAdvertisementsReceived { get; }
10488         public abstract long NeighborAdvertisementsSent { get; }
10489         public abstract long NeighborSolicitsReceived { get; }
10490         public abstract long NeighborSolicitsSent { get; }
10491         public abstract long PacketTooBigMessagesReceived { get; }
10492         public abstract long PacketTooBigMessagesSent { get; }
10493         public abstract long ParameterProblemsReceived { get; }
10494         public abstract long ParameterProblemsSent { get; }
10495         public abstract long RedirectsReceived { get; }
10496         public abstract long RedirectsSent { get; }
10497         public abstract long RouterAdvertisementsReceived { get; }
10498         public abstract long RouterAdvertisementsSent { get; }
10499         public abstract long RouterSolicitsReceived { get; }
10500         public abstract long RouterSolicitsSent { get; }
10501         public abstract long TimeExceededMessagesReceived { get; }
10502         public abstract long TimeExceededMessagesSent { get; }
10503     }
10504     public partial class IPAddressCollection : System.Collections.Generic.ICollection<System.Net.IPAddress>, System.Collections.Generic.IEnumerable<System.Net.IPAddress>, System.Collections.IEnumerable
10505     {
IPAddressCollection()10506         protected internal IPAddressCollection() { }
10507         public virtual int Count { get { throw null; } }
10508         public virtual bool IsReadOnly { get { throw null; } }
10509         public virtual System.Net.IPAddress this[int index] { get { throw null; } }
Add(System.Net.IPAddress address)10510         public virtual void Add(System.Net.IPAddress address) { }
Clear()10511         public virtual void Clear() { }
Contains(System.Net.IPAddress address)10512         public virtual bool Contains(System.Net.IPAddress address) { throw null; }
CopyTo(System.Net.IPAddress[] array, int offset)10513         public virtual void CopyTo(System.Net.IPAddress[] array, int offset) { }
GetEnumerator()10514         public virtual System.Collections.Generic.IEnumerator<System.Net.IPAddress> GetEnumerator() { throw null; }
Remove(System.Net.IPAddress address)10515         public virtual bool Remove(System.Net.IPAddress address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10516         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10517     }
10518     public abstract partial class IPAddressInformation
10519     {
IPAddressInformation()10520         protected IPAddressInformation() { }
10521         public abstract System.Net.IPAddress Address { get; }
10522         public abstract bool IsDnsEligible { get; }
10523         public abstract bool IsTransient { get; }
10524     }
10525     public partial class IPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.IEnumerable
10526     {
IPAddressInformationCollection()10527         internal IPAddressInformationCollection() { }
10528         public virtual int Count { get { throw null; } }
10529         public virtual bool IsReadOnly { get { throw null; } }
10530         public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.IPAddressInformation address)10531         public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { }
Clear()10532         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.IPAddressInformation address)10533         public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset)10534         public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) { }
GetEnumerator()10535         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.IPAddressInformation address)10536         public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10537         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10538     }
10539     public abstract partial class IPGlobalProperties
10540     {
IPGlobalProperties()10541         protected IPGlobalProperties() { }
10542         public abstract string DhcpScopeName { get; }
10543         public abstract string DomainName { get; }
10544         public abstract string HostName { get; }
10545         public abstract bool IsWinsProxy { get; }
10546         public abstract System.Net.NetworkInformation.NetBiosNodeType NodeType { get; }
BeginGetUnicastAddresses(System.AsyncCallback callback, object state)10547         public virtual System.IAsyncResult BeginGetUnicastAddresses(System.AsyncCallback callback, object state) { throw null; }
EndGetUnicastAddresses(System.IAsyncResult asyncResult)10548         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection EndGetUnicastAddresses(System.IAsyncResult asyncResult) { throw null; }
GetActiveTcpConnections()10549         public abstract System.Net.NetworkInformation.TcpConnectionInformation[] GetActiveTcpConnections();
GetActiveTcpListeners()10550         public abstract System.Net.IPEndPoint[] GetActiveTcpListeners();
GetActiveUdpListeners()10551         public abstract System.Net.IPEndPoint[] GetActiveUdpListeners();
GetIcmpV4Statistics()10552         public abstract System.Net.NetworkInformation.IcmpV4Statistics GetIcmpV4Statistics();
GetIcmpV6Statistics()10553         public abstract System.Net.NetworkInformation.IcmpV6Statistics GetIcmpV6Statistics();
GetIPGlobalProperties()10554         public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties() { throw null; }
GetIPv4GlobalStatistics()10555         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv4GlobalStatistics();
GetIPv6GlobalStatistics()10556         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv6GlobalStatistics();
GetTcpIPv4Statistics()10557         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv4Statistics();
GetTcpIPv6Statistics()10558         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv6Statistics();
GetUdpIPv4Statistics()10559         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv4Statistics();
GetUdpIPv6Statistics()10560         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv6Statistics();
GetUnicastAddresses()10561         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection GetUnicastAddresses() { throw null; }
10562         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetUnicastAddressesAsync()10563         public virtual System.Threading.Tasks.Task<System.Net.NetworkInformation.UnicastIPAddressInformationCollection> GetUnicastAddressesAsync() { throw null; }
10564     }
10565     public abstract partial class IPGlobalStatistics
10566     {
IPGlobalStatistics()10567         protected IPGlobalStatistics() { }
10568         public abstract int DefaultTtl { get; }
10569         public abstract bool ForwardingEnabled { get; }
10570         public abstract int NumberOfInterfaces { get; }
10571         public abstract int NumberOfIPAddresses { get; }
10572         public abstract int NumberOfRoutes { get; }
10573         public abstract long OutputPacketRequests { get; }
10574         public abstract long OutputPacketRoutingDiscards { get; }
10575         public abstract long OutputPacketsDiscarded { get; }
10576         public abstract long OutputPacketsWithNoRoute { get; }
10577         public abstract long PacketFragmentFailures { get; }
10578         public abstract long PacketReassembliesRequired { get; }
10579         public abstract long PacketReassemblyFailures { get; }
10580         public abstract long PacketReassemblyTimeout { get; }
10581         public abstract long PacketsFragmented { get; }
10582         public abstract long PacketsReassembled { get; }
10583         public abstract long ReceivedPackets { get; }
10584         public abstract long ReceivedPacketsDelivered { get; }
10585         public abstract long ReceivedPacketsDiscarded { get; }
10586         public abstract long ReceivedPacketsForwarded { get; }
10587         public abstract long ReceivedPacketsWithAddressErrors { get; }
10588         public abstract long ReceivedPacketsWithHeadersErrors { get; }
10589         public abstract long ReceivedPacketsWithUnknownProtocol { get; }
10590     }
10591     public abstract partial class IPInterfaceProperties
10592     {
IPInterfaceProperties()10593         protected IPInterfaceProperties() { }
10594         public abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; }
10595         public abstract System.Net.NetworkInformation.IPAddressCollection DhcpServerAddresses { get; }
10596         public abstract System.Net.NetworkInformation.IPAddressCollection DnsAddresses { get; }
10597         public abstract string DnsSuffix { get; }
10598         public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddresses { get; }
10599         public abstract bool IsDnsEnabled { get; }
10600         public abstract bool IsDynamicDnsEnabled { get; }
10601         public abstract System.Net.NetworkInformation.MulticastIPAddressInformationCollection MulticastAddresses { get; }
10602         public abstract System.Net.NetworkInformation.UnicastIPAddressInformationCollection UnicastAddresses { get; }
10603         public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
GetIPv4Properties()10604         public abstract System.Net.NetworkInformation.IPv4InterfaceProperties GetIPv4Properties();
GetIPv6Properties()10605         public abstract System.Net.NetworkInformation.IPv6InterfaceProperties GetIPv6Properties();
10606     }
10607     public abstract partial class IPInterfaceStatistics
10608     {
IPInterfaceStatistics()10609         protected IPInterfaceStatistics() { }
10610         public abstract long BytesReceived { get; }
10611         public abstract long BytesSent { get; }
10612         public abstract long IncomingPacketsDiscarded { get; }
10613         public abstract long IncomingPacketsWithErrors { get; }
10614         public abstract long IncomingUnknownProtocolPackets { get; }
10615         public abstract long NonUnicastPacketsReceived { get; }
10616         public abstract long NonUnicastPacketsSent { get; }
10617         public abstract long OutgoingPacketsDiscarded { get; }
10618         public abstract long OutgoingPacketsWithErrors { get; }
10619         public abstract long OutputQueueLength { get; }
10620         public abstract long UnicastPacketsReceived { get; }
10621         public abstract long UnicastPacketsSent { get; }
10622     }
10623     public enum IPStatus
10624     {
10625         BadDestination = 11018,
10626         BadHeader = 11042,
10627         BadOption = 11007,
10628         BadRoute = 11012,
10629         DestinationHostUnreachable = 11003,
10630         DestinationNetworkUnreachable = 11002,
10631         DestinationPortUnreachable = 11005,
10632         DestinationProhibited = 11004,
10633         DestinationProtocolUnreachable = 11004,
10634         DestinationScopeMismatch = 11045,
10635         DestinationUnreachable = 11040,
10636         HardwareError = 11008,
10637         IcmpError = 11044,
10638         NoResources = 11006,
10639         PacketTooBig = 11009,
10640         ParameterProblem = 11015,
10641         SourceQuench = 11016,
10642         Success = 0,
10643         TimedOut = 11010,
10644         TimeExceeded = 11041,
10645         TtlExpired = 11013,
10646         TtlReassemblyTimeExceeded = 11014,
10647         Unknown = -1,
10648         UnrecognizedNextHeader = 11043,
10649     }
10650     public abstract partial class IPv4InterfaceProperties
10651     {
IPv4InterfaceProperties()10652         protected IPv4InterfaceProperties() { }
10653         public abstract int Index { get; }
10654         public abstract bool IsAutomaticPrivateAddressingActive { get; }
10655         public abstract bool IsAutomaticPrivateAddressingEnabled { get; }
10656         public abstract bool IsDhcpEnabled { get; }
10657         public abstract bool IsForwardingEnabled { get; }
10658         public abstract int Mtu { get; }
10659         public abstract bool UsesWins { get; }
10660     }
10661     public abstract partial class IPv4InterfaceStatistics
10662     {
IPv4InterfaceStatistics()10663         protected IPv4InterfaceStatistics() { }
10664         public abstract long BytesReceived { get; }
10665         public abstract long BytesSent { get; }
10666         public abstract long IncomingPacketsDiscarded { get; }
10667         public abstract long IncomingPacketsWithErrors { get; }
10668         public abstract long IncomingUnknownProtocolPackets { get; }
10669         public abstract long NonUnicastPacketsReceived { get; }
10670         public abstract long NonUnicastPacketsSent { get; }
10671         public abstract long OutgoingPacketsDiscarded { get; }
10672         public abstract long OutgoingPacketsWithErrors { get; }
10673         public abstract long OutputQueueLength { get; }
10674         public abstract long UnicastPacketsReceived { get; }
10675         public abstract long UnicastPacketsSent { get; }
10676     }
10677     public abstract partial class IPv6InterfaceProperties
10678     {
IPv6InterfaceProperties()10679         protected IPv6InterfaceProperties() { }
10680         public abstract int Index { get; }
10681         public abstract int Mtu { get; }
GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel)10682         public virtual long GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel) { throw null; }
10683     }
10684     public abstract partial class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10685     {
MulticastIPAddressInformation()10686         protected MulticastIPAddressInformation() { }
10687         public abstract long AddressPreferredLifetime { get; }
10688         public abstract long AddressValidLifetime { get; }
10689         public abstract long DhcpLeaseLifetime { get; }
10690         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10691         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10692         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10693     }
10694     public partial class MulticastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.IEnumerable
10695     {
MulticastIPAddressInformationCollection()10696         protected internal MulticastIPAddressInformationCollection() { }
10697         public virtual int Count { get { throw null; } }
10698         public virtual bool IsReadOnly { get { throw null; } }
10699         public virtual System.Net.NetworkInformation.MulticastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.MulticastIPAddressInformation address)10700         public virtual void Add(System.Net.NetworkInformation.MulticastIPAddressInformation address) { }
Clear()10701         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address)10702         public virtual bool Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset)10703         public virtual void CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset) { }
GetEnumerator()10704         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.MulticastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address)10705         public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10706         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10707     }
10708     public enum NetBiosNodeType
10709     {
10710         Broadcast = 1,
10711         Hybrid = 8,
10712         Mixed = 4,
10713         Peer2Peer = 2,
10714         Unknown = 0,
10715     }
NetworkAddressChangedEventHandler(object sender, System.EventArgs e)10716     public delegate void NetworkAddressChangedEventHandler(object sender, System.EventArgs e);
NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e)10717     public delegate void NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e);
10718     public partial class NetworkAvailabilityEventArgs : System.EventArgs
10719     {
NetworkAvailabilityEventArgs()10720         internal NetworkAvailabilityEventArgs() { }
10721         public bool IsAvailable { get { throw null; } }
10722     }
10723     public partial class NetworkChange
10724     {
NetworkChange()10725         public NetworkChange() { }
10726         public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler NetworkAddressChanged { add { } remove { } }
10727         public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged { add { } remove { } }
RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc)10728         public static void RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc) { }
10729     }
10730     [System.FlagsAttribute]
10731     public enum NetworkInformationAccess
10732     {
10733         None = 0,
10734         Ping = 4,
10735         Read = 1,
10736     }
10737     [System.SerializableAttribute]
10738     public partial class NetworkInformationException : System.ComponentModel.Win32Exception
10739     {
NetworkInformationException()10740         public NetworkInformationException() { }
NetworkInformationException(int errorCode)10741         public NetworkInformationException(int errorCode) { }
NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10742         protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10743         public override int ErrorCode { get { throw null; } }
10744     }
10745     [System.SerializableAttribute]
10746     public sealed partial class NetworkInformationPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10747     {
NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10748         public NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
NetworkInformationPermission(System.Security.Permissions.PermissionState state)10749         public NetworkInformationPermission(System.Security.Permissions.PermissionState state) { }
10750         public System.Net.NetworkInformation.NetworkInformationAccess Access { get { throw null; } }
AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10751         public void AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
Copy()10752         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10753         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10754         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10755         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10756         public bool IsUnrestricted() { throw null; }
ToXml()10757         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10758         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10759     }
10760     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10761     [System.SerializableAttribute]
10762     public sealed partial class NetworkInformationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10763     {
NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action)10764         public NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10765         public string Access { get { throw null; } set { } }
CreatePermission()10766         public override System.Security.IPermission CreatePermission() { throw null; }
10767     }
10768     public abstract partial class NetworkInterface
10769     {
NetworkInterface()10770         protected NetworkInterface() { }
10771         public virtual string Description { get { throw null; } }
10772         public virtual string Id { get { throw null; } }
10773         public static int IPv6LoopbackInterfaceIndex { get { throw null; } }
10774         public virtual bool IsReceiveOnly { get { throw null; } }
10775         public static int LoopbackInterfaceIndex { get { throw null; } }
10776         public virtual string Name { get { throw null; } }
10777         public virtual System.Net.NetworkInformation.NetworkInterfaceType NetworkInterfaceType { get { throw null; } }
10778         public virtual System.Net.NetworkInformation.OperationalStatus OperationalStatus { get { throw null; } }
10779         public virtual long Speed { get { throw null; } }
10780         public virtual bool SupportsMulticast { get { throw null; } }
GetAllNetworkInterfaces()10781         public static System.Net.NetworkInformation.NetworkInterface[] GetAllNetworkInterfaces() { throw null; }
GetIPProperties()10782         public virtual System.Net.NetworkInformation.IPInterfaceProperties GetIPProperties() { throw null; }
GetIPStatistics()10783         public virtual System.Net.NetworkInformation.IPInterfaceStatistics GetIPStatistics() { throw null; }
GetIPv4Statistics()10784         public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics() { throw null; }
GetIsNetworkAvailable()10785         public static bool GetIsNetworkAvailable() { throw null; }
GetPhysicalAddress()10786         public virtual System.Net.NetworkInformation.PhysicalAddress GetPhysicalAddress() { throw null; }
Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent)10787         public virtual bool Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent) { throw null; }
10788     }
10789     public enum NetworkInterfaceComponent
10790     {
10791         IPv4 = 0,
10792         IPv6 = 1,
10793     }
10794     public enum NetworkInterfaceType
10795     {
10796         AsymmetricDsl = 94,
10797         Atm = 37,
10798         BasicIsdn = 20,
10799         Ethernet = 6,
10800         Ethernet3Megabit = 26,
10801         FastEthernetFx = 69,
10802         FastEthernetT = 62,
10803         Fddi = 15,
10804         GenericModem = 48,
10805         GigabitEthernet = 117,
10806         HighPerformanceSerialBus = 144,
10807         IPOverAtm = 114,
10808         Isdn = 63,
10809         Loopback = 24,
10810         MultiRateSymmetricDsl = 143,
10811         Ppp = 23,
10812         PrimaryIsdn = 21,
10813         RateAdaptDsl = 95,
10814         Slip = 28,
10815         SymmetricDsl = 96,
10816         TokenRing = 9,
10817         Tunnel = 131,
10818         Unknown = 1,
10819         VeryHighSpeedDsl = 97,
10820         Wireless80211 = 71,
10821         Wman = 237,
10822         Wwanpp = 243,
10823         Wwanpp2 = 244,
10824     }
10825     public enum OperationalStatus
10826     {
10827         Dormant = 5,
10828         Down = 2,
10829         LowerLayerDown = 7,
10830         NotPresent = 6,
10831         Testing = 3,
10832         Unknown = 4,
10833         Up = 1,
10834     }
10835     public partial class PhysicalAddress
10836     {
10837         public static readonly System.Net.NetworkInformation.PhysicalAddress None;
PhysicalAddress(byte[] address)10838         public PhysicalAddress(byte[] address) { }
Equals(object comparand)10839         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()10840         public byte[] GetAddressBytes() { throw null; }
GetHashCode()10841         public override int GetHashCode() { throw null; }
Parse(string address)10842         public static System.Net.NetworkInformation.PhysicalAddress Parse(string address) { throw null; }
ToString()10843         public override string ToString() { throw null; }
10844     }
10845     [System.MonoTODOAttribute("IPv6 support is missing")]
10846     public partial class Ping : System.ComponentModel.Component
10847     {
Ping()10848         public Ping() { }
10849         public event System.Net.NetworkInformation.PingCompletedEventHandler PingCompleted { add { } remove { } }
Dispose(bool disposing)10850         protected override void Dispose(bool disposing) { }
OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e)10851         protected void OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e) { }
Send(System.Net.IPAddress address)10852         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address) { throw null; }
Send(System.Net.IPAddress address, int timeout)10853         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout) { throw null; }
Send(System.Net.IPAddress address, int timeout, byte[] buffer)10854         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)10855         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
Send(string hostNameOrAddress)10856         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress) { throw null; }
Send(string hostNameOrAddress, int timeout)10857         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout) { throw null; }
Send(string hostNameOrAddress, int timeout, byte[] buffer)10858         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)10859         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)10860         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)10861         public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken) { }
SendAsync(System.Net.IPAddress address, int timeout, object userToken)10862         public void SendAsync(System.Net.IPAddress address, int timeout, object userToken) { }
SendAsync(System.Net.IPAddress address, object userToken)10863         public void SendAsync(System.Net.IPAddress address, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken)10864         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)10865         public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, object userToken)10866         public void SendAsync(string hostNameOrAddress, int timeout, object userToken) { }
SendAsync(string hostNameOrAddress, object userToken)10867         public void SendAsync(string hostNameOrAddress, object userToken) { }
SendAsyncCancel()10868         public void SendAsyncCancel() { }
SendPingAsync(System.Net.IPAddress address)10869         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address) { throw null; }
SendPingAsync(System.Net.IPAddress address, int timeout)10870         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)10871         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)10872         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)10873         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress) { throw null; }
SendPingAsync(string hostNameOrAddress, int timeout)10874         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout) { throw null; }
SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer)10875         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)10876         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
10877     }
10878     public partial class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
10879     {
PingCompletedEventArgs()10880         internal PingCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
10881         public System.Net.NetworkInformation.PingReply Reply { get { throw null; } }
10882     }
PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e)10883     public delegate void PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e);
10884     [System.SerializableAttribute]
10885     public partial class PingException : System.InvalidOperationException
10886     {
PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10887         protected PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
PingException(string message)10888         public PingException(string message) { }
PingException(string message, System.Exception innerException)10889         public PingException(string message, System.Exception innerException) { }
10890     }
10891     public partial class PingOptions
10892     {
PingOptions()10893         public PingOptions() { }
PingOptions(int ttl, bool dontFragment)10894         public PingOptions(int ttl, bool dontFragment) { }
10895         public bool DontFragment { get { throw null; } set { } }
10896         public int Ttl { get { throw null; } set { } }
10897     }
10898     public partial class PingReply
10899     {
PingReply()10900         internal PingReply() { }
10901         public System.Net.IPAddress Address { get { throw null; } }
10902         public byte[] Buffer { get { throw null; } }
10903         public System.Net.NetworkInformation.PingOptions Options { get { throw null; } }
10904         public long RoundtripTime { get { throw null; } }
10905         public System.Net.NetworkInformation.IPStatus Status { get { throw null; } }
10906     }
10907     public enum PrefixOrigin
10908     {
10909         Dhcp = 3,
10910         Manual = 1,
10911         Other = 0,
10912         RouterAdvertisement = 4,
10913         WellKnown = 2,
10914     }
10915     public enum ScopeLevel
10916     {
10917         Admin = 4,
10918         Global = 14,
10919         Interface = 1,
10920         Link = 2,
10921         None = 0,
10922         Organization = 8,
10923         Site = 5,
10924         Subnet = 3,
10925     }
10926     public enum SuffixOrigin
10927     {
10928         LinkLayerAddress = 4,
10929         Manual = 1,
10930         OriginDhcp = 3,
10931         Other = 0,
10932         Random = 5,
10933         WellKnown = 2,
10934     }
10935     public abstract partial class TcpConnectionInformation
10936     {
TcpConnectionInformation()10937         protected TcpConnectionInformation() { }
10938         public abstract System.Net.IPEndPoint LocalEndPoint { get; }
10939         public abstract System.Net.IPEndPoint RemoteEndPoint { get; }
10940         public abstract System.Net.NetworkInformation.TcpState State { get; }
10941     }
10942     public enum TcpState
10943     {
10944         Closed = 1,
10945         CloseWait = 8,
10946         Closing = 9,
10947         DeleteTcb = 12,
10948         Established = 5,
10949         FinWait1 = 6,
10950         FinWait2 = 7,
10951         LastAck = 10,
10952         Listen = 2,
10953         SynReceived = 4,
10954         SynSent = 3,
10955         TimeWait = 11,
10956         Unknown = 0,
10957     }
10958     public abstract partial class TcpStatistics
10959     {
TcpStatistics()10960         protected TcpStatistics() { }
10961         public abstract long ConnectionsAccepted { get; }
10962         public abstract long ConnectionsInitiated { get; }
10963         public abstract long CumulativeConnections { get; }
10964         public abstract long CurrentConnections { get; }
10965         public abstract long ErrorsReceived { get; }
10966         public abstract long FailedConnectionAttempts { get; }
10967         public abstract long MaximumConnections { get; }
10968         public abstract long MaximumTransmissionTimeout { get; }
10969         public abstract long MinimumTransmissionTimeout { get; }
10970         public abstract long ResetConnections { get; }
10971         public abstract long ResetsSent { get; }
10972         public abstract long SegmentsReceived { get; }
10973         public abstract long SegmentsResent { get; }
10974         public abstract long SegmentsSent { get; }
10975     }
10976     public abstract partial class UdpStatistics
10977     {
UdpStatistics()10978         protected UdpStatistics() { }
10979         public abstract long DatagramsReceived { get; }
10980         public abstract long DatagramsSent { get; }
10981         public abstract long IncomingDatagramsDiscarded { get; }
10982         public abstract long IncomingDatagramsWithErrors { get; }
10983         public abstract int UdpListeners { get; }
10984     }
10985     public abstract partial class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10986     {
UnicastIPAddressInformation()10987         protected UnicastIPAddressInformation() { }
10988         public abstract long AddressPreferredLifetime { get; }
10989         public abstract long AddressValidLifetime { get; }
10990         public abstract long DhcpLeaseLifetime { get; }
10991         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10992         public abstract System.Net.IPAddress IPv4Mask { get; }
10993         public virtual int PrefixLength { get { throw null; } }
10994         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10995         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10996     }
10997     public partial class UnicastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.IEnumerable
10998     {
UnicastIPAddressInformationCollection()10999         protected internal UnicastIPAddressInformationCollection() { }
11000         public virtual int Count { get { throw null; } }
11001         public virtual bool IsReadOnly { get { throw null; } }
11002         public virtual System.Net.NetworkInformation.UnicastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.UnicastIPAddressInformation address)11003         public virtual void Add(System.Net.NetworkInformation.UnicastIPAddressInformation address) { }
Clear()11004         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address)11005         public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset)11006         public virtual void CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset) { }
GetEnumerator()11007         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.UnicastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address)11008         public virtual bool Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()11009         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
11010     }
11011 }
11012 namespace System.Net.Security
11013 {
11014     public abstract partial class AuthenticatedStream : System.IO.Stream
11015     {
AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11016         protected AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) { }
11017         protected System.IO.Stream InnerStream { get { throw null; } }
11018         public abstract bool IsAuthenticated { get; }
11019         public abstract bool IsEncrypted { get; }
11020         public abstract bool IsMutuallyAuthenticated { get; }
11021         public abstract bool IsServer { get; }
11022         public abstract bool IsSigned { get; }
11023         public bool LeaveInnerStreamOpen { get { throw null; } }
Dispose(bool disposing)11024         protected override void Dispose(bool disposing) { }
11025     }
11026     public enum AuthenticationLevel
11027     {
11028         MutualAuthRequested = 1,
11029         MutualAuthRequired = 2,
11030         None = 0,
11031     }
11032     public enum EncryptionPolicy
11033     {
11034         AllowNoEncryption = 1,
11035         NoEncryption = 2,
11036         RequireEncryption = 0,
11037     }
LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers)11038     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);
11039     public partial class NegotiateStream : System.Net.Security.AuthenticatedStream
11040     {
11041         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream)11042         public NegotiateStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
11043         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11044         public NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { }
11045         public override bool CanRead { get { throw null; } }
11046         public override bool CanSeek { get { throw null; } }
11047         [System.MonoTODOAttribute]
11048         public override bool CanTimeout { get { throw null; } }
11049         public override bool CanWrite { get { throw null; } }
11050         [System.MonoTODOAttribute]
11051         public virtual System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } }
11052         [System.MonoTODOAttribute]
11053         public override bool IsAuthenticated { get { throw null; } }
11054         [System.MonoTODOAttribute]
11055         public override bool IsEncrypted { get { throw null; } }
11056         [System.MonoTODOAttribute]
11057         public override bool IsMutuallyAuthenticated { get { throw null; } }
11058         [System.MonoTODOAttribute]
11059         public override bool IsServer { get { throw null; } }
11060         [System.MonoTODOAttribute]
11061         public override bool IsSigned { get { throw null; } }
11062         public override long Length { get { throw null; } }
11063         public override long Position { get { throw null; } set { } }
11064         public override int ReadTimeout { get { throw null; } set { } }
11065         [System.MonoTODOAttribute]
11066         public virtual System.Security.Principal.IIdentity RemoteIdentity { get { throw null; } }
11067         public override int WriteTimeout { get { throw null; } set { } }
11068         [System.MonoTODOAttribute]
AuthenticateAsClient()11069         public virtual void AuthenticateAsClient() { }
11070         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11071         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) { }
11072         [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)11073         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) { }
11074         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName)11075         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName) { }
11076         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11077         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { }
AuthenticateAsClientAsync()11078         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync() { throw null; }
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11079         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)11080         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)11081         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)11082         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; }
11083         [System.MonoTODOAttribute]
AuthenticateAsServer()11084         public virtual void AuthenticateAsServer() { }
11085         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11086         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
11087         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11088         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
11089         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy)11090         public virtual void AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { }
AuthenticateAsServerAsync()11091         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync() { throw null; }
AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11092         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)11093         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)11094         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { throw null; }
11095         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState)11096         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11097         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState)11098         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11099         [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)11100         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; }
11101         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState)11102         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11103         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11104         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; }
11105         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState)11106         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11107         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11108         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; }
11109         [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)11110         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; }
11111         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState)11112         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11113         [System.MonoTODOAttribute]
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11114         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11115         [System.MonoTODOAttribute]
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11116         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11117         [System.MonoTODOAttribute]
Dispose(bool disposing)11118         protected override void Dispose(bool disposing) { }
11119         [System.MonoTODOAttribute]
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11120         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
11121         [System.MonoTODOAttribute]
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11122         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
11123         [System.MonoTODOAttribute]
EndRead(System.IAsyncResult asyncResult)11124         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
11125         [System.MonoTODOAttribute]
EndWrite(System.IAsyncResult asyncResult)11126         public override void EndWrite(System.IAsyncResult asyncResult) { }
11127         [System.MonoTODOAttribute]
Flush()11128         public override void Flush() { }
11129         [System.MonoTODOAttribute]
Read(byte[] buffer, int offset, int count)11130         public override int Read(byte[] buffer, int offset, int count) { throw null; }
11131         [System.MonoTODOAttribute]
Seek(long offset, System.IO.SeekOrigin origin)11132         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
11133         [System.MonoTODOAttribute]
SetLength(long value)11134         public override void SetLength(long value) { }
11135         [System.MonoTODOAttribute]
Write(byte[] buffer, int offset, int count)11136         public override void Write(byte[] buffer, int offset, int count) { }
11137     }
11138     public enum ProtectionLevel
11139     {
11140         EncryptAndSign = 2,
11141         None = 0,
11142         Sign = 1,
11143     }
RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors)11144     public delegate bool RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors);
11145     [System.FlagsAttribute]
11146     public enum SslPolicyErrors
11147     {
11148         None = 0,
11149         RemoteCertificateChainErrors = 4,
11150         RemoteCertificateNameMismatch = 2,
11151         RemoteCertificateNotAvailable = 1,
11152     }
11153     public partial class SslStream : System.Net.Security.AuthenticatedStream
11154     {
SslStream(System.IO.Stream innerStream)11155         public SslStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11156         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)11157         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)11158         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)) { }
11159         [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)11160         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)) { }
11161         public override bool CanRead { get { throw null; } }
11162         public override bool CanSeek { get { throw null; } }
11163         public override bool CanTimeout { get { throw null; } }
11164         public override bool CanWrite { get { throw null; } }
11165         public virtual bool CheckCertRevocationStatus { get { throw null; } }
11166         public virtual System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
11167         public virtual int CipherStrength { get { throw null; } }
11168         public virtual System.Security.Authentication.HashAlgorithmType HashAlgorithm { get { throw null; } }
11169         public virtual int HashStrength { get { throw null; } }
11170         public override bool IsAuthenticated { get { throw null; } }
11171         public override bool IsEncrypted { get { throw null; } }
11172         public override bool IsMutuallyAuthenticated { get { throw null; } }
11173         public override bool IsServer { get { throw null; } }
11174         public override bool IsSigned { get { throw null; } }
11175         public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
11176         public virtual int KeyExchangeStrength { get { throw null; } }
11177         public override long Length { get { throw null; } }
11178         public virtual System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get { throw null; } }
11179         public override long Position { get { throw null; } set { } }
11180         public override int ReadTimeout { get { throw null; } set { } }
11181         public virtual System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get { throw null; } }
11182         public virtual System.Security.Authentication.SslProtocols SslProtocol { get { throw null; } }
11183         public System.Net.TransportContext TransportContext { get { throw null; } }
11184         public override int WriteTimeout { get { throw null; } set { } }
AuthenticateAsClient(string targetHost)11185         public virtual void AuthenticateAsClient(string targetHost) { }
AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11186         public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
AuthenticateAsClientAsync(string targetHost)11187         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)11188         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)11189         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)11190         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)11191         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)11192         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)11193         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)11194         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)11195         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)11196         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)11197         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)11198         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)11199         protected override void Dispose(bool disposing) { }
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11200         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11201         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
EndRead(System.IAsyncResult asyncResult)11202         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11203         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()11204         public override void Flush() { }
Read(byte[] buffer, int offset, int count)11205         public override int Read(byte[] buffer, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)11206         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11207         public override void SetLength(long value) { }
Write(byte[] buffer)11208         public void Write(byte[] buffer) { }
Write(byte[] buffer, int offset, int count)11209         public override void Write(byte[] buffer, int offset, int count) { }
11210     }
11211 }
11212 namespace System.Net.Sockets
11213 {
11214     public enum AddressFamily
11215     {
11216         AppleTalk = 16,
11217         Atm = 22,
11218         Banyan = 21,
11219         Ccitt = 10,
11220         Chaos = 5,
11221         Cluster = 24,
11222         DataKit = 9,
11223         DataLink = 13,
11224         DecNet = 12,
11225         Ecma = 8,
11226         FireFox = 19,
11227         HyperChannel = 15,
11228         Ieee12844 = 25,
11229         ImpLink = 3,
11230         InterNetwork = 2,
11231         InterNetworkV6 = 23,
11232         Ipx = 6,
11233         Irda = 26,
11234         Iso = 7,
11235         Lat = 14,
11236         Max = 29,
11237         NetBios = 17,
11238         NetworkDesigners = 28,
11239         NS = 6,
11240         Osi = 7,
11241         Pup = 4,
11242         Sna = 11,
11243         Unix = 1,
11244         Unknown = -1,
11245         Unspecified = 0,
11246         VoiceView = 18,
11247     }
11248     public enum IOControlCode : long
11249     {
11250         AbsorbRouterAlert = (long)2550136837,
11251         AddMulticastGroupOnInterface = (long)2550136842,
11252         AddressListChange = (long)671088663,
11253         AddressListQuery = (long)1207959574,
11254         AddressListSort = (long)3355443225,
11255         AssociateHandle = (long)2281701377,
11256         AsyncIO = (long)2147772029,
11257         BindToInterface = (long)2550136840,
11258         DataToRead = (long)1074030207,
11259         DeleteMulticastGroupFromInterface = (long)2550136843,
11260         EnableCircularQueuing = (long)671088642,
11261         Flush = (long)671088644,
11262         GetBroadcastAddress = (long)1207959557,
11263         GetExtensionFunctionPointer = (long)3355443206,
11264         GetGroupQos = (long)3355443208,
11265         GetQos = (long)3355443207,
11266         KeepAliveValues = (long)2550136836,
11267         LimitBroadcasts = (long)2550136839,
11268         MulticastInterface = (long)2550136841,
11269         MulticastScope = (long)2281701386,
11270         MultipointLoopback = (long)2281701385,
11271         NamespaceChange = (long)2281701401,
11272         NonBlockingIO = (long)2147772030,
11273         OobDataRead = (long)1074033415,
11274         QueryTargetPnpHandle = (long)1207959576,
11275         ReceiveAll = (long)2550136833,
11276         ReceiveAllIgmpMulticast = (long)2550136835,
11277         ReceiveAllMulticast = (long)2550136834,
11278         RoutingInterfaceChange = (long)2281701397,
11279         RoutingInterfaceQuery = (long)3355443220,
11280         SetGroupQos = (long)2281701388,
11281         SetQos = (long)2281701387,
11282         TranslateHandle = (long)3355443213,
11283         UnicastInterface = (long)2550136838,
11284     }
11285     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11286     public partial struct IPPacketInformation
11287     {
11288         public System.Net.IPAddress Address { get { throw null; } }
11289         public int Interface { get { throw null; } }
EqualsSystem.Net.Sockets.IPPacketInformation11290         public override bool Equals(object comparand) { throw null; }
GetHashCodeSystem.Net.Sockets.IPPacketInformation11291         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.IPPacketInformation11292         public static bool operator ==(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
operator !=System.Net.Sockets.IPPacketInformation11293         public static bool operator !=(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
11294     }
11295     public enum IPProtectionLevel
11296     {
11297         EdgeRestricted = 20,
11298         Restricted = 30,
11299         Unrestricted = 10,
11300         Unspecified = -1,
11301     }
11302     public partial class IPv6MulticastOption
11303     {
IPv6MulticastOption(System.Net.IPAddress group)11304         public IPv6MulticastOption(System.Net.IPAddress group) { }
IPv6MulticastOption(System.Net.IPAddress group, long ifindex)11305         public IPv6MulticastOption(System.Net.IPAddress group, long ifindex) { }
11306         public System.Net.IPAddress Group { get { throw null; } set { } }
11307         public long InterfaceIndex { get { throw null; } set { } }
11308     }
11309     public partial class LingerOption
11310     {
LingerOption(bool enable, int seconds)11311         public LingerOption(bool enable, int seconds) { }
11312         public bool Enabled { get { throw null; } set { } }
11313         public int LingerTime { get { throw null; } set { } }
11314     }
11315     public partial class MulticastOption
11316     {
MulticastOption(System.Net.IPAddress group)11317         public MulticastOption(System.Net.IPAddress group) { }
MulticastOption(System.Net.IPAddress group, int interfaceIndex)11318         public MulticastOption(System.Net.IPAddress group, int interfaceIndex) { }
MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint)11319         public MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint) { }
11320         public System.Net.IPAddress Group { get { throw null; } set { } }
11321         public int InterfaceIndex { get { throw null; } set { } }
11322         public System.Net.IPAddress LocalAddress { get { throw null; } set { } }
11323     }
11324     public partial class NetworkStream : System.IO.Stream
11325     {
NetworkStream(System.Net.Sockets.Socket socket)11326         public NetworkStream(System.Net.Sockets.Socket socket) { }
NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket)11327         public NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access)11328         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket)11329         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket) { }
11330         public override bool CanRead { get { throw null; } }
11331         public override bool CanSeek { get { throw null; } }
11332         public override bool CanTimeout { get { throw null; } }
11333         public override bool CanWrite { get { throw null; } }
11334         public virtual bool DataAvailable { get { throw null; } }
11335         public override long Length { get { throw null; } }
11336         public override long Position { get { throw null; } set { } }
11337         protected bool Readable { get { throw null; } set { } }
11338         public override int ReadTimeout { get { throw null; } set { } }
11339         protected System.Net.Sockets.Socket Socket { get { throw null; } }
11340         protected bool Writeable { get { throw null; } set { } }
11341         public override int WriteTimeout { get { throw null; } set { } }
11342         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11343         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
11344         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11345         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
Close(int timeout)11346         public void Close(int timeout) { }
Dispose(bool disposing)11347         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)11348         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11349         public override void EndWrite(System.IAsyncResult asyncResult) { }
~NetworkStream()11350         ~NetworkStream() { }
Flush()11351         public override void Flush() { }
FlushAsync(System.Threading.CancellationToken cancellationToken)11352         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)11353         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)11354         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11355         public override void SetLength(long value) { }
Write(byte[] buffer, int offset, int size)11356         public override void Write(byte[] buffer, int offset, int size) { }
11357     }
11358     public enum ProtocolFamily
11359     {
11360         AppleTalk = 16,
11361         Atm = 22,
11362         Banyan = 21,
11363         Ccitt = 10,
11364         Chaos = 5,
11365         Cluster = 24,
11366         DataKit = 9,
11367         DataLink = 13,
11368         DecNet = 12,
11369         Ecma = 8,
11370         FireFox = 19,
11371         HyperChannel = 15,
11372         Ieee12844 = 25,
11373         ImpLink = 3,
11374         InterNetwork = 2,
11375         InterNetworkV6 = 23,
11376         Ipx = 6,
11377         Irda = 26,
11378         Iso = 7,
11379         Lat = 14,
11380         Max = 29,
11381         NetBios = 17,
11382         NetworkDesigners = 28,
11383         NS = 6,
11384         Osi = 7,
11385         Pup = 4,
11386         Sna = 11,
11387         Unix = 1,
11388         Unknown = -1,
11389         Unspecified = 0,
11390         VoiceView = 18,
11391     }
11392     public enum ProtocolType
11393     {
11394         Ggp = 3,
11395         Icmp = 1,
11396         IcmpV6 = 58,
11397         Idp = 22,
11398         Igmp = 2,
11399         IP = 0,
11400         IPSecAuthenticationHeader = 51,
11401         IPSecEncapsulatingSecurityPayload = 50,
11402         IPv4 = 4,
11403         IPv6 = 41,
11404         IPv6DestinationOptions = 60,
11405         IPv6FragmentHeader = 44,
11406         IPv6HopByHopOptions = 0,
11407         IPv6NoNextHeader = 59,
11408         IPv6RoutingHeader = 43,
11409         Ipx = 1000,
11410         ND = 77,
11411         Pup = 12,
11412         Raw = 255,
11413         Spx = 1256,
11414         SpxII = 1257,
11415         Tcp = 6,
11416         Udp = 17,
11417         Unknown = -1,
11418         Unspecified = 0,
11419     }
11420     public enum SelectMode
11421     {
11422         SelectError = 2,
11423         SelectRead = 0,
11424         SelectWrite = 1,
11425     }
11426     public partial class SendPacketsElement
11427     {
SendPacketsElement(byte[] buffer)11428         public SendPacketsElement(byte[] buffer) { }
SendPacketsElement(byte[] buffer, int offset, int count)11429         public SendPacketsElement(byte[] buffer, int offset, int count) { }
SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket)11430         public SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket) { }
SendPacketsElement(string filepath)11431         public SendPacketsElement(string filepath) { }
SendPacketsElement(string filepath, int offset, int count)11432         public SendPacketsElement(string filepath, int offset, int count) { }
SendPacketsElement(string filepath, int offset, int count, bool endOfPacket)11433         public SendPacketsElement(string filepath, int offset, int count, bool endOfPacket) { }
11434         public byte[] Buffer { get { throw null; } }
11435         public int Count { get { throw null; } }
11436         public bool EndOfPacket { get { throw null; } }
11437         public string FilePath { get { throw null; } }
11438         public int Offset { get { throw null; } }
11439     }
11440     public partial class Socket : System.IDisposable
11441     {
Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11442         public Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
Socket(System.Net.Sockets.SocketInformation socketInformation)11443         public Socket(System.Net.Sockets.SocketInformation socketInformation) { }
Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11444         public Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
11445         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
11446         public int Available { get { throw null; } }
11447         public bool Blocking { get { throw null; } set { } }
11448         public bool Connected { get { throw null; } }
11449         public bool DontFragment { get { throw null; } set { } }
11450         public bool DualMode { get { throw null; } set { } }
11451         public bool EnableBroadcast { get { throw null; } set { } }
11452         public bool ExclusiveAddressUse { get { throw null; } set { } }
11453         public System.IntPtr Handle { get { throw null; } }
11454         public bool IsBound { get { throw null; } }
11455         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11456         public System.Net.EndPoint LocalEndPoint { get { throw null; } }
11457         public bool MulticastLoopback { get { throw null; } set { } }
11458         public bool NoDelay { get { throw null; } set { } }
11459         public static bool OSSupportsIPv4 { get { throw null; } }
11460         public static bool OSSupportsIPv6 { get { throw null; } }
11461         public System.Net.Sockets.ProtocolType ProtocolType { get { throw null; } }
11462         public int ReceiveBufferSize { get { throw null; } set { } }
11463         public int ReceiveTimeout { get { throw null; } set { } }
11464         public System.Net.EndPoint RemoteEndPoint { get { throw null; } }
11465         public int SendBufferSize { get { throw null; } set { } }
11466         public int SendTimeout { get { throw null; } set { } }
11467         public System.Net.Sockets.SocketType SocketType { get { throw null; } }
11468         [System.ObsoleteAttribute("SupportsIPv4 is obsoleted for this type, please use OSSupportsIPv4 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11469         public static bool SupportsIPv4 { get { throw null; } }
11470         [System.ObsoleteAttribute("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11471         public static bool SupportsIPv6 { get { throw null; } }
11472         public short Ttl { get { throw null; } set { } }
11473         public bool UseOnlyOverlappedIO { get { throw null; } set { } }
Accept()11474         public System.Net.Sockets.Socket Accept() { throw null; }
AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e)11475         public bool AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
BeginAccept(System.AsyncCallback callback, object state)11476         public System.IAsyncResult BeginAccept(System.AsyncCallback callback, object state) { throw null; }
11477         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAccept(int receiveSize, System.AsyncCallback callback, object state)11478         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)11479         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)11480         public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
11481         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11482         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)11483         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)11484         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state)11485         public System.IAsyncResult BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state) { throw null; }
11486         [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)11487         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)11488         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; }
11489         [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)11490         public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11491         [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)11492         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)11493         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; }
11494         [System.MonoTODOAttribute]
BeginReceiveMessageFrom(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 BeginReceiveMessageFrom(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.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)11497         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)11498         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; }
11499         [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)11500         public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11501         [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)11502         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; }
11503         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSendFile(string fileName, System.AsyncCallback callback, object state)11504         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)11505         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)11506         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)11507         public void Bind(System.Net.EndPoint localEP) { }
CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11508         public static void CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { }
Close()11509         public void Close() { }
Close(int timeout)11510         public void Close(int timeout) { }
Connect(System.Net.EndPoint remoteEP)11511         public void Connect(System.Net.EndPoint remoteEP) { }
Connect(System.Net.IPAddress address, int port)11512         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] addresses, int port)11513         public void Connect(System.Net.IPAddress[] addresses, int port) { }
Connect(string host, int port)11514         public void Connect(string host, int port) { }
ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11515         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)11516         public static bool ConnectAsync(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType, System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Disconnect(bool reuseSocket)11517         public void Disconnect(bool reuseSocket) { }
DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11518         public bool DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Dispose()11519         public void Dispose() { }
Dispose(bool disposing)11520         protected virtual void Dispose(bool disposing) { }
11521         [System.MonoLimitationAttribute("We do not support passing sockets across processes, we merely allow this API to pass the socket across AppDomains")]
DuplicateAndClose(int targetProcessId)11522         public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; }
EndAccept(out byte[] buffer, System.IAsyncResult asyncResult)11523         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)11524         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)11525         public System.Net.Sockets.Socket EndAccept(System.IAsyncResult asyncResult) { throw null; }
EndConnect(System.IAsyncResult asyncResult)11526         public void EndConnect(System.IAsyncResult asyncResult) { }
EndDisconnect(System.IAsyncResult asyncResult)11527         public void EndDisconnect(System.IAsyncResult asyncResult) { }
EndReceive(System.IAsyncResult asyncResult)11528         public int EndReceive(System.IAsyncResult asyncResult) { throw null; }
EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11529         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)11530         public int EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint) { throw null; }
11531         [System.MonoTODOAttribute]
EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation)11532         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)11533         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11534         public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
EndSendFile(System.IAsyncResult asyncResult)11535         public void EndSendFile(System.IAsyncResult asyncResult) { }
EndSendTo(System.IAsyncResult asyncResult)11536         public int EndSendTo(System.IAsyncResult asyncResult) { throw null; }
~Socket()11537         ~Socket() { }
GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName)11538         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)11539         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)11540         public byte[] GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionLength) { throw null; }
IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue)11541         public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue)11542         public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
Listen(int backlog)11543         public void Listen(int backlog) { }
Poll(int microSeconds, System.Net.Sockets.SelectMode mode)11544         public bool Poll(int microSeconds, System.Net.Sockets.SelectMode mode) { throw null; }
Receive(byte[] buffer)11545         public int Receive(byte[] buffer) { throw null; }
Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11546         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)11547         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)11548         public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11549         public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11550         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)11551         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11552         [System.CLSCompliantAttribute(false)]
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11553         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)11554         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)11555         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)11556         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)11557         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)11558         public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11559         public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
11560         [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)11561         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; }
11562         [System.MonoTODOAttribute("Not implemented")]
ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11563         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)11564         public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds) { }
Send(byte[] buffer)11565         public int Send(byte[] buffer) { throw null; }
Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11566         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)11567         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)11568         public int Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11569         public int Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11570         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)11571         public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11572         [System.CLSCompliantAttribute(false)]
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11573         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)11574         public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SendFile(string fileName)11575         public void SendFile(string fileName) { }
SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags)11576         public void SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags) { }
11577         [System.MonoTODOAttribute("Not implemented")]
SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e)11578         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)11579         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)11580         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)11581         public int SendTo(byte[] buffer, System.Net.EndPoint remoteEP) { throw null; }
SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP)11582         public int SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw null; }
SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e)11583         public bool SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level)11584         public void SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level) { }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue)11585         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)11586         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)11587         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)11588         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue) { }
Shutdown(System.Net.Sockets.SocketShutdown how)11589         public void Shutdown(System.Net.Sockets.SocketShutdown how) { }
11590     }
11591     public partial class SocketAsyncEventArgs : System.EventArgs, System.IDisposable
11592     {
SocketAsyncEventArgs()11593         public SocketAsyncEventArgs() { }
11594         public System.Net.Sockets.Socket AcceptSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11595         public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11596         public System.Collections.Generic.IList<System.ArraySegment<byte>> BufferList { get { throw null; } set { } }
11597         public int BytesTransferred { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11598         public System.Exception ConnectByNameError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11599         public System.Net.Sockets.Socket ConnectSocket { get { throw null; } }
11600         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11601         public bool DisconnectReuseSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11602         public System.Net.Sockets.SocketAsyncOperation LastOperation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11603         public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11604         public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11605         public System.Net.EndPoint RemoteEndPoint { get { throw null; } set { } }
11606         public System.Net.Sockets.SendPacketsElement[] SendPacketsElements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11607         public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11608         [System.MonoTODOAttribute("unused property")]
11609         public int SendPacketsSendSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11610         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11611         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11612         public System.Net.Sockets.SocketClientAccessPolicyProtocol SocketClientAccessPolicyProtocol { get { throw null; } set { } }
11613         public System.Net.Sockets.SocketError SocketError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11614         public System.Net.Sockets.SocketFlags SocketFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11615         public object UserToken { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11616         public event System.EventHandler<System.Net.Sockets.SocketAsyncEventArgs> Completed { add { } remove { } }
Dispose()11617         public void Dispose() { }
~SocketAsyncEventArgs()11618         ~SocketAsyncEventArgs() { }
OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e)11619         protected virtual void OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e) { }
SetBuffer(byte[] buffer, int offset, int count)11620         public void SetBuffer(byte[] buffer, int offset, int count) { }
SetBuffer(int offset, int count)11621         public void SetBuffer(int offset, int count) { }
11622     }
11623     public enum SocketAsyncOperation
11624     {
11625         Accept = 1,
11626         Connect = 2,
11627         Disconnect = 3,
11628         None = 0,
11629         Receive = 4,
11630         ReceiveFrom = 5,
11631         ReceiveMessageFrom = 6,
11632         Send = 7,
11633         SendPackets = 8,
11634         SendTo = 9,
11635     }
11636     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11637     [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11638     public enum SocketClientAccessPolicyProtocol
11639     {
11640         Http = 1,
11641         Tcp = 0,
11642     }
11643     public enum SocketError
11644     {
11645         AccessDenied = 10013,
11646         AddressAlreadyInUse = 10048,
11647         AddressFamilyNotSupported = 10047,
11648         AddressNotAvailable = 10049,
11649         AlreadyInProgress = 10037,
11650         ConnectionAborted = 10053,
11651         ConnectionRefused = 10061,
11652         ConnectionReset = 10054,
11653         DestinationAddressRequired = 10039,
11654         Disconnecting = 10101,
11655         Fault = 10014,
11656         HostDown = 10064,
11657         HostNotFound = 11001,
11658         HostUnreachable = 10065,
11659         InProgress = 10036,
11660         Interrupted = 10004,
11661         InvalidArgument = 10022,
11662         IOPending = 997,
11663         IsConnected = 10056,
11664         MessageSize = 10040,
11665         NetworkDown = 10050,
11666         NetworkReset = 10052,
11667         NetworkUnreachable = 10051,
11668         NoBufferSpaceAvailable = 10055,
11669         NoData = 11004,
11670         NoRecovery = 11003,
11671         NotConnected = 10057,
11672         NotInitialized = 10093,
11673         NotSocket = 10038,
11674         OperationAborted = 995,
11675         OperationNotSupported = 10045,
11676         ProcessLimit = 10067,
11677         ProtocolFamilyNotSupported = 10046,
11678         ProtocolNotSupported = 10043,
11679         ProtocolOption = 10042,
11680         ProtocolType = 10041,
11681         Shutdown = 10058,
11682         SocketError = -1,
11683         SocketNotSupported = 10044,
11684         Success = 0,
11685         SystemNotReady = 10091,
11686         TimedOut = 10060,
11687         TooManyOpenSockets = 10024,
11688         TryAgain = 11002,
11689         TypeNotFound = 10109,
11690         VersionNotSupported = 10092,
11691         WouldBlock = 10035,
11692     }
11693     [System.SerializableAttribute]
11694     public partial class SocketException : System.ComponentModel.Win32Exception
11695     {
SocketException()11696         public SocketException() { }
SocketException(int errorCode)11697         public SocketException(int errorCode) { }
SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)11698         protected SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
11699         public override int ErrorCode { get { throw null; } }
11700         public override string Message { get { throw null; } }
11701         public System.Net.Sockets.SocketError SocketErrorCode { get { throw null; } }
11702     }
11703     [System.FlagsAttribute]
11704     public enum SocketFlags
11705     {
11706         Broadcast = 1024,
11707         ControlDataTruncated = 512,
11708         DontRoute = 4,
11709         MaxIOVectorLength = 16,
11710         Multicast = 2048,
11711         None = 0,
11712         OutOfBand = 1,
11713         Partial = 32768,
11714         Peek = 2,
11715         Truncated = 256,
11716     }
11717     [System.SerializableAttribute]
11718     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11719     public partial struct SocketInformation
11720     {
11721         public System.Net.Sockets.SocketInformationOptions Options { get { throw null; } set { } }
11722         public byte[] ProtocolInformation { get { throw null; } set { } }
11723     }
11724     [System.FlagsAttribute]
11725     public enum SocketInformationOptions
11726     {
11727         Connected = 2,
11728         Listening = 4,
11729         NonBlocking = 1,
11730         UseOnlyOverlappedIO = 8,
11731     }
11732     public enum SocketOptionLevel
11733     {
11734         IP = 0,
11735         IPv6 = 41,
11736         Socket = 65535,
11737         Tcp = 6,
11738         Udp = 17,
11739     }
11740     public enum SocketOptionName
11741     {
11742         AcceptConnection = 2,
11743         AddMembership = 12,
11744         AddSourceMembership = 15,
11745         BlockSource = 17,
11746         Broadcast = 32,
11747         BsdUrgent = 2,
11748         ChecksumCoverage = 20,
11749         Debug = 1,
11750         DontFragment = 14,
11751         DontLinger = -129,
11752         DontRoute = 16,
11753         DropMembership = 13,
11754         DropSourceMembership = 16,
11755         Error = 4103,
11756         ExclusiveAddressUse = -5,
11757         Expedited = 2,
11758         HeaderIncluded = 2,
11759         HopLimit = 21,
11760         IPOptions = 1,
11761         IPProtectionLevel = 23,
11762         IpTimeToLive = 4,
11763         IPv6Only = 27,
11764         KeepAlive = 8,
11765         Linger = 128,
11766         MaxConnections = 2147483647,
11767         MulticastInterface = 9,
11768         MulticastLoopback = 11,
11769         MulticastTimeToLive = 10,
11770         NoChecksum = 1,
11771         NoDelay = 1,
11772         OutOfBandInline = 256,
11773         PacketInformation = 19,
11774         ReceiveBuffer = 4098,
11775         ReceiveLowWater = 4100,
11776         ReceiveTimeout = 4102,
11777         ReuseAddress = 4,
11778         ReuseUnicastPort = 12295,
11779         SendBuffer = 4097,
11780         SendLowWater = 4099,
11781         SendTimeout = 4101,
11782         Type = 4104,
11783         TypeOfService = 3,
11784         UnblockSource = 18,
11785         UpdateAcceptContext = 28683,
11786         UpdateConnectContext = 28688,
11787         UseLoopback = 64,
11788     }
11789     public enum SocketShutdown
11790     {
11791         Both = 2,
11792         Receive = 0,
11793         Send = 1,
11794     }
11795     public enum SocketType
11796     {
11797         Dgram = 2,
11798         Raw = 3,
11799         Rdm = 4,
11800         Seqpacket = 5,
11801         Stream = 1,
11802         Unknown = -1,
11803     }
11804     public partial class TcpClient : System.IDisposable
11805     {
TcpClient()11806         public TcpClient() { }
TcpClient(System.Net.IPEndPoint localEP)11807         public TcpClient(System.Net.IPEndPoint localEP) { }
TcpClient(System.Net.Sockets.AddressFamily family)11808         public TcpClient(System.Net.Sockets.AddressFamily family) { }
TcpClient(string hostname, int port)11809         public TcpClient(string hostname, int port) { }
11810         protected bool Active { get { throw null; } set { } }
11811         public int Available { get { throw null; } }
11812         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11813         public bool Connected { get { throw null; } }
11814         public bool ExclusiveAddressUse { get { throw null; } set { } }
11815         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11816         public bool NoDelay { get { throw null; } set { } }
11817         public int ReceiveBufferSize { get { throw null; } set { } }
11818         public int ReceiveTimeout { get { throw null; } set { } }
11819         public int SendBufferSize { get { throw null; } set { } }
11820         public int SendTimeout { get { throw null; } set { } }
11821         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11822         public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11823         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state)11824         public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11825         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state)11826         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11827         public void Close() { }
Connect(System.Net.IPAddress address, int port)11828         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] ipAddresses, int port)11829         public void Connect(System.Net.IPAddress[] ipAddresses, int port) { }
Connect(System.Net.IPEndPoint remoteEP)11830         public void Connect(System.Net.IPEndPoint remoteEP) { }
Connect(string hostname, int port)11831         public void Connect(string hostname, int port) { }
11832         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress address, int port)11833         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) { throw null; }
11834         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress[] addresses, int port)11835         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) { throw null; }
11836         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(string host, int port)11837         public System.Threading.Tasks.Task ConnectAsync(string host, int port) { throw null; }
Dispose()11838         public void Dispose() { }
Dispose(bool disposing)11839         protected virtual void Dispose(bool disposing) { }
EndConnect(System.IAsyncResult asyncResult)11840         public void EndConnect(System.IAsyncResult asyncResult) { }
~TcpClient()11841         ~TcpClient() { }
GetStream()11842         public System.Net.Sockets.NetworkStream GetStream() { throw null; }
11843     }
11844     public partial class TcpListener
11845     {
11846         [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)11847         public TcpListener(int port) { }
TcpListener(System.Net.IPAddress localaddr, int port)11848         public TcpListener(System.Net.IPAddress localaddr, int port) { }
TcpListener(System.Net.IPEndPoint localEP)11849         public TcpListener(System.Net.IPEndPoint localEP) { }
11850         protected bool Active { get { throw null; } }
11851         public bool ExclusiveAddressUse { get { throw null; } set { } }
11852         public System.Net.EndPoint LocalEndpoint { get { throw null; } }
11853         public System.Net.Sockets.Socket Server { get { throw null; } }
AcceptSocket()11854         public System.Net.Sockets.Socket AcceptSocket() { throw null; }
11855         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptSocketAsync()11856         public System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptSocketAsync() { throw null; }
AcceptTcpClient()11857         public System.Net.Sockets.TcpClient AcceptTcpClient() { throw null; }
11858         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptTcpClientAsync()11859         public System.Threading.Tasks.Task<System.Net.Sockets.TcpClient> AcceptTcpClientAsync() { throw null; }
AllowNatTraversal(bool allowed)11860         public void AllowNatTraversal(bool allowed) { }
11861         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptSocket(System.AsyncCallback callback, object state)11862         public System.IAsyncResult BeginAcceptSocket(System.AsyncCallback callback, object state) { throw null; }
11863         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptTcpClient(System.AsyncCallback callback, object state)11864         public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { throw null; }
Create(int port)11865         public static System.Net.Sockets.TcpListener Create(int port) { throw null; }
EndAcceptSocket(System.IAsyncResult asyncResult)11866         public System.Net.Sockets.Socket EndAcceptSocket(System.IAsyncResult asyncResult) { throw null; }
EndAcceptTcpClient(System.IAsyncResult asyncResult)11867         public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw null; }
Pending()11868         public bool Pending() { throw null; }
Start()11869         public void Start() { }
Start(int backlog)11870         public void Start(int backlog) { }
Stop()11871         public void Stop() { }
11872     }
11873     [System.FlagsAttribute]
11874     public enum TransmitFileOptions
11875     {
11876         Disconnect = 1,
11877         ReuseSocket = 2,
11878         UseDefaultWorkerThread = 0,
11879         UseKernelApc = 32,
11880         UseSystemThread = 16,
11881         WriteBehind = 4,
11882     }
11883     public partial class UdpClient : System.IDisposable
11884     {
UdpClient()11885         public UdpClient() { }
UdpClient(int port)11886         public UdpClient(int port) { }
UdpClient(int port, System.Net.Sockets.AddressFamily family)11887         public UdpClient(int port, System.Net.Sockets.AddressFamily family) { }
UdpClient(System.Net.IPEndPoint localEP)11888         public UdpClient(System.Net.IPEndPoint localEP) { }
UdpClient(System.Net.Sockets.AddressFamily family)11889         public UdpClient(System.Net.Sockets.AddressFamily family) { }
UdpClient(string hostname, int port)11890         public UdpClient(string hostname, int port) { }
11891         protected bool Active { get { throw null; } set { } }
11892         public int Available { get { throw null; } }
11893         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11894         public bool DontFragment { get { throw null; } set { } }
11895         public bool EnableBroadcast { get { throw null; } set { } }
11896         public bool ExclusiveAddressUse { get { throw null; } set { } }
11897         public bool MulticastLoopback { get { throw null; } set { } }
11898         public short Ttl { get { throw null; } set { } }
AllowNatTraversal(bool allowed)11899         public void AllowNatTraversal(bool allowed) { }
11900         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceive(System.AsyncCallback requestCallback, object state)11901         public System.IAsyncResult BeginReceive(System.AsyncCallback requestCallback, object state) { throw null; }
11902         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state)11903         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, 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.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state)11905         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state) { throw null; }
11906         [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)11907         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11908         public void Close() { }
Connect(System.Net.IPAddress addr, int port)11909         public void Connect(System.Net.IPAddress addr, int port) { }
Connect(System.Net.IPEndPoint endPoint)11910         public void Connect(System.Net.IPEndPoint endPoint) { }
Connect(string hostname, int port)11911         public void Connect(string hostname, int port) { }
Dispose()11912         public void Dispose() { }
Dispose(bool disposing)11913         protected virtual void Dispose(bool disposing) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr)11914         public void DropMulticastGroup(System.Net.IPAddress multicastAddr) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex)11915         public void DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex) { }
EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP)11916         public byte[] EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP) { throw null; }
EndSend(System.IAsyncResult asyncResult)11917         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr)11918         public void JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr)11919         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive)11920         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress)11921         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress) { }
Receive(ref System.Net.IPEndPoint remoteEP)11922         public byte[] Receive(ref System.Net.IPEndPoint remoteEP) { throw null; }
11923         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ReceiveAsync()11924         public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw null; }
Send(byte[] dgram, int bytes)11925         public int Send(byte[] dgram, int bytes) { throw null; }
Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint)11926         public int Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
Send(byte[] dgram, int bytes, string hostname, int port)11927         public int Send(byte[] dgram, int bytes, string hostname, int port) { throw null; }
11928         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes)11929         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes) { throw null; }
11930         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint)11931         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
11932         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, string hostname, int port)11933         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, string hostname, int port) { throw null; }
11934     }
11935     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11936     public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult>
11937     {
UdpReceiveResultSystem.Net.Sockets.UdpReceiveResult11938         public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;}
11939         public byte[] Buffer { get { throw null; } }
11940         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
EqualsSystem.Net.Sockets.UdpReceiveResult11941         public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; }
EqualsSystem.Net.Sockets.UdpReceiveResult11942         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Net.Sockets.UdpReceiveResult11943         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.UdpReceiveResult11944         public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
operator !=System.Net.Sockets.UdpReceiveResult11945         public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
11946     }
11947 }
11948 namespace System.Net.WebSockets
11949 {
11950     public sealed partial class ClientWebSocket : System.Net.WebSockets.WebSocket
11951     {
ClientWebSocket()11952         public ClientWebSocket() { }
11953         public override System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get { throw null; } }
11954         public override string CloseStatusDescription { get { throw null; } }
11955         public System.Net.WebSockets.ClientWebSocketOptions Options { get { throw null; } }
11956         public override System.Net.WebSockets.WebSocketState State { get { throw null; } }
11957         public override string SubProtocol { get { throw null; } }
11958         [System.MonoTODOAttribute]
Abort()11959         public override void Abort() { }
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)11960         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)11961         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)11962         public System.Threading.Tasks.Task ConnectAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken) { throw null; }
Dispose()11963         public override void Dispose() { }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)11964         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)11965         public override System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) { throw null; }
11966     }
11967     public sealed partial class ClientWebSocketOptions
11968     {
ClientWebSocketOptions()11969         internal ClientWebSocketOptions() { }
11970         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11971         public System.Net.CookieContainer Cookies { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11972         public System.Net.ICredentials Credentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11973         public System.TimeSpan KeepAliveInterval { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11974         public System.Net.IWebProxy Proxy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11975         public bool UseDefaultCredentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
AddSubProtocol(string subProtocol)11976         public void AddSubProtocol(string subProtocol) { }
SetBuffer(int receiveBufferSize, int sendBufferSize)11977         public void SetBuffer(int receiveBufferSize, int sendBufferSize) { }
SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer)11978         public void SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer) { }
SetRequestHeader(string headerName, string headerValue)11979         public void SetRequestHeader(string headerName, string headerValue) { }
11980     }
11981     public partial class HttpListenerWebSocketContext : System.Net.WebSockets.WebSocketContext
11982     {
HttpListenerWebSocketContext()11983         internal HttpListenerWebSocketContext() { }
11984         [System.MonoTODOAttribute]
11985         public override System.Net.CookieCollection CookieCollection { get { throw null; } }
11986         [System.MonoTODOAttribute]
11987         public override System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
11988         [System.MonoTODOAttribute]
11989         public override bool IsAuthenticated { get { throw null; } }
11990         [System.MonoTODOAttribute]
11991         public override bool IsLocal { get { throw null; } }
11992         [System.MonoTODOAttribute]
11993         public override bool IsSecureConnection { get { throw null; } }
11994         [System.MonoTODOAttribute]
11995         public override string Origin { get { throw null; } }
11996         [System.MonoTODOAttribute]
11997         public override System.Uri RequestUri { get { throw null; } }
11998         [System.MonoTODOAttribute]
11999         public override string SecWebSocketKey { get { throw null; } }
12000         [System.MonoTODOAttribute]
12001         public override System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get { throw null; } }
12002         [System.MonoTODOAttribute]
12003         public override string SecWebSocketVersion { get { throw null; } }
12004         [System.MonoTODOAttribute]
12005         public override System.Security.Principal.IPrincipal User { get { throw null; } }
12006         [System.MonoTODOAttribute]
12007         public override System.Net.WebSockets.WebSocket WebSocket { get { throw null; } }
12008     }
12009     public abstract partial class WebSocket : System.IDisposable
12010     {
WebSocket()12011         protected WebSocket() { }
12012         public abstract System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get; }
12013         public abstract string CloseStatusDescription { get; }
12014         [System.MonoTODOAttribute]
12015         public static System.TimeSpan DefaultKeepAliveInterval { get { throw null; } }
12016         public abstract System.Net.WebSockets.WebSocketState State { get; }
12017         public abstract string SubProtocol { get; }
Abort()12018         public abstract void Abort();
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)12019         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)12020         public abstract System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken);
12021         [System.MonoTODOAttribute]
CreateClientBuffer(int receiveBufferSize, int sendBufferSize)12022         public static System.ArraySegment<byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize) { throw null; }
12023         [System.MonoTODOAttribute]
CreateClientWebSocket(System.IO.Stream innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment<byte> internalBuffer)12024         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; }
12025         [System.MonoTODOAttribute]
CreateServerBuffer(int receiveBufferSize)12026         public static System.ArraySegment<byte> CreateServerBuffer(int receiveBufferSize) { throw null; }
Dispose()12027         public abstract void Dispose();
12028         [System.MonoTODOAttribute]
12029         [System.ObsoleteAttribute]
IsApplicationTargeting45()12030         public static bool IsApplicationTargeting45() { throw null; }
IsStateTerminal(System.Net.WebSockets.WebSocketState state)12031         protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) { throw null; }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)12032         public abstract System.Threading.Tasks.Task<System.Net.WebSockets.WebSocketReceiveResult> ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken);
12033         [System.MonoTODOAttribute]
RegisterPrefixes()12034         public static void RegisterPrefixes() { }
SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken)12035         public abstract System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken);
12036         [System.MonoTODOAttribute]
ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates)12037         protected static void ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates) { }
12038     }
12039     public enum WebSocketCloseStatus
12040     {
12041         Empty = 1005,
12042         EndpointUnavailable = 1001,
12043         InternalServerError = 1011,
12044         InvalidMessageType = 1003,
12045         InvalidPayloadData = 1007,
12046         MandatoryExtension = 1010,
12047         MessageTooBig = 1009,
12048         NormalClosure = 1000,
12049         PolicyViolation = 1008,
12050         ProtocolError = 1002,
12051     }
12052     public abstract partial class WebSocketContext
12053     {
WebSocketContext()12054         protected WebSocketContext() { }
12055         public abstract System.Net.CookieCollection CookieCollection { get; }
12056         public abstract System.Collections.Specialized.NameValueCollection Headers { get; }
12057         public abstract bool IsAuthenticated { get; }
12058         public abstract bool IsLocal { get; }
12059         public abstract bool IsSecureConnection { get; }
12060         public abstract string Origin { get; }
12061         public abstract System.Uri RequestUri { get; }
12062         public abstract string SecWebSocketKey { get; }
12063         public abstract System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get; }
12064         public abstract string SecWebSocketVersion { get; }
12065         public abstract System.Security.Principal.IPrincipal User { get; }
12066         public abstract System.Net.WebSockets.WebSocket WebSocket { get; }
12067     }
12068     public enum WebSocketError
12069     {
12070         ConnectionClosedPrematurely = 8,
12071         Faulted = 2,
12072         HeaderError = 7,
12073         InvalidMessageType = 1,
12074         InvalidState = 9,
12075         NativeError = 3,
12076         NotAWebSocket = 4,
12077         Success = 0,
12078         UnsupportedProtocol = 6,
12079         UnsupportedVersion = 5,
12080     }
12081     public sealed partial class WebSocketException : System.ComponentModel.Win32Exception
12082     {
WebSocketException()12083         public WebSocketException() { }
WebSocketException(int nativeError)12084         public WebSocketException(int nativeError) { }
WebSocketException(int nativeError, System.Exception innerException)12085         public WebSocketException(int nativeError, System.Exception innerException) { }
WebSocketException(int nativeError, string message)12086         public WebSocketException(int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error)12087         public WebSocketException(System.Net.WebSockets.WebSocketError error) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException)12088         public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError)12089         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException)12090         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message)12091         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException)12092         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message)12093         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException)12094         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException) { }
WebSocketException(string message)12095         public WebSocketException(string message) { }
WebSocketException(string message, System.Exception innerException)12096         public WebSocketException(string message, System.Exception innerException) { }
12097         public override int ErrorCode { get { throw null; } }
12098         public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12099         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12100     }
12101     public enum WebSocketMessageType
12102     {
12103         Binary = 1,
12104         Close = 2,
12105         Text = 0,
12106     }
12107     public partial class WebSocketReceiveResult
12108     {
WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage)12109         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)12110         public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> closeStatus, string closeStatusDescription) { }
12111         public System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12112         public string CloseStatusDescription { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12113         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12114         public bool EndOfMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12115         public System.Net.WebSockets.WebSocketMessageType MessageType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12116     }
12117     public enum WebSocketState
12118     {
12119         Aborted = 6,
12120         Closed = 5,
12121         CloseReceived = 4,
12122         CloseSent = 3,
12123         Connecting = 1,
12124         None = 0,
12125         Open = 2,
12126     }
12127 }
12128 namespace System.Reflection
12129 {
12130     public partial interface ICustomTypeProvider
12131     {
GetCustomType()12132         System.Type GetCustomType();
12133     }
12134 }
12135 namespace System.Runtime.InteropServices
12136 {
12137     [System.AttributeUsageAttribute((System.AttributeTargets)(2048))]
12138     public sealed partial class DefaultParameterValueAttribute : System.Attribute
12139     {
DefaultParameterValueAttribute(object value)12140         public DefaultParameterValueAttribute(object value) { }
12141         public object Value { get { throw null; } }
12142     }
12143     public sealed partial class HandleCollector
12144     {
HandleCollector(string name, int initialThreshold)12145         public HandleCollector(string name, int initialThreshold) { }
HandleCollector(string name, int initialThreshold, int maximumThreshold)12146         public HandleCollector(string name, int initialThreshold, int maximumThreshold) { }
12147         public int Count { get { throw null; } }
12148         public int InitialThreshold { get { throw null; } }
12149         public int MaximumThreshold { get { throw null; } }
12150         public string Name { get { throw null; } }
Add()12151         public void Add() { }
Remove()12152         public void Remove() { }
12153     }
12154     [System.MonoLimitationAttribute("The runtime does nothing special apart from what it already does with marshal-by-ref objects")]
12155     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12156     public partial class StandardOleMarshalObject : System.MarshalByRefObject
12157     {
StandardOleMarshalObject()12158         protected StandardOleMarshalObject() { }
12159     }
12160 }
12161 namespace System.Runtime.InteropServices.ComTypes
12162 {
12163     [System.FlagsAttribute]
12164     public enum ADVF
12165     {
12166         ADVFCACHE_FORCEBUILTIN = 16,
12167         ADVFCACHE_NOHANDLER = 8,
12168         ADVFCACHE_ONSAVE = 32,
12169         ADVF_DATAONSTOP = 64,
12170         ADVF_NODATA = 1,
12171         ADVF_ONLYONCE = 4,
12172         ADVF_PRIMEFIRST = 2,
12173     }
12174     public enum DATADIR
12175     {
12176         DATADIR_GET = 1,
12177         DATADIR_SET = 2,
12178     }
12179     [System.FlagsAttribute]
12180     public enum DVASPECT
12181     {
12182         DVASPECT_CONTENT = 1,
12183         DVASPECT_DOCPRINT = 8,
12184         DVASPECT_ICON = 4,
12185         DVASPECT_THUMBNAIL = 2,
12186     }
12187     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12188     public partial struct FORMATETC
12189     {
12190         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U2)]
12191         public short cfFormat;
12192         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12193         public System.Runtime.InteropServices.ComTypes.DVASPECT dwAspect;
12194         public int lindex;
12195         public System.IntPtr ptd;
12196         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12197         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12198     }
12199     [System.Runtime.InteropServices.GuidAttribute("0000010F-0000-0000-C000-000000000046")]
12200     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12201     public partial interface IAdviseSink
12202     {
OnClose()12203         [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)12204         [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)12205         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnRename(System.Runtime.InteropServices.ComTypes.IMoniker moniker);
OnSave()12206         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnSave();
OnViewChange(int aspect, int index)12207         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnViewChange(int aspect, int index);
12208     }
12209     [System.Runtime.InteropServices.GuidAttribute("0000010e-0000-0000-C000-000000000046")]
12210     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12211     public partial interface IDataObject
12212     {
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)12213         [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)12214         void DUnadvise(int connection);
EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise)12215         [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)12216         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)12217         [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)12218         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)12219         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)12220         [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)12221         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);
12222     }
12223     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12224     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12225     public partial interface IEnumFORMATETC
12226     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum)12227         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)12228         [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()12229         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12230         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12231     }
12232     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12233     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12234     public partial interface IEnumSTATDATA
12235     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum)12236         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)12237         [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()12238         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12239         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12240     }
12241     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12242     public partial struct STATDATA
12243     {
12244         public System.Runtime.InteropServices.ComTypes.ADVF advf;
12245         public System.Runtime.InteropServices.ComTypes.IAdviseSink advSink;
12246         public int connection;
12247         public System.Runtime.InteropServices.ComTypes.FORMATETC formatetc;
12248     }
12249     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12250     public partial struct STGMEDIUM
12251     {
12252         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.IUnknown)]
12253         public object pUnkForRelease;
12254         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12255         public System.IntPtr unionmember;
12256     }
12257     [System.FlagsAttribute]
12258     public enum TYMED
12259     {
12260         TYMED_ENHMF = 64,
12261         TYMED_FILE = 2,
12262         TYMED_GDI = 16,
12263         TYMED_HGLOBAL = 1,
12264         TYMED_ISTORAGE = 8,
12265         TYMED_ISTREAM = 4,
12266         TYMED_MFPICT = 32,
12267         TYMED_NULL = 0,
12268     }
12269 }
12270 namespace System.Runtime.Versioning
12271 {
12272     [System.SerializableAttribute]
12273     public sealed partial class FrameworkName : System.IEquatable<System.Runtime.Versioning.FrameworkName>
12274     {
FrameworkName(string frameworkName)12275         public FrameworkName(string frameworkName) { }
FrameworkName(string identifier, System.Version version)12276         public FrameworkName(string identifier, System.Version version) { }
FrameworkName(string identifier, System.Version version, string profile)12277         public FrameworkName(string identifier, System.Version version, string profile) { }
12278         public string FullName { get { throw null; } }
12279         public string Identifier { get { throw null; } }
12280         public string Profile { get { throw null; } }
12281         public System.Version Version { get { throw null; } }
Equals(object obj)12282         public override bool Equals(object obj) { throw null; }
Equals(System.Runtime.Versioning.FrameworkName other)12283         public bool Equals(System.Runtime.Versioning.FrameworkName other) { throw null; }
GetHashCode()12284         public override int GetHashCode() { throw null; }
operator ==(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right)12285         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)12286         public static bool operator !=(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) { throw null; }
ToString()12287         public override string ToString() { throw null; }
12288     }
12289 }
12290 namespace System.Security.AccessControl
12291 {
12292     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12293     public sealed partial class SemaphoreAccessRule : System.Security.AccessControl.AccessRule
12294     {
SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type)12295         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)12296         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)) { }
12297         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12298     }
12299     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12300     public sealed partial class SemaphoreAuditRule : System.Security.AccessControl.AuditRule
12301     {
SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags)12302         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)) { }
12303         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12304     }
12305     [System.FlagsAttribute]
12306     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12307     public enum SemaphoreRights
12308     {
12309         ChangePermissions = 262144,
12310         Delete = 65536,
12311         FullControl = 2031619,
12312         Modify = 2,
12313         ReadPermissions = 131072,
12314         Synchronize = 1048576,
12315         TakeOwnership = 524288,
12316     }
12317     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12318     public sealed partial class SemaphoreSecurity : System.Security.AccessControl.NativeObjectSecurity
12319     {
SemaphoreSecurity()12320         public SemaphoreSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections)12321         public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
12322         public override System.Type AccessRightType { get { throw null; } }
12323         public override System.Type AccessRuleType { get { throw null; } }
12324         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)12325         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)12326         public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12327         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)12328         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)12329         public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw null; }
RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule)12330         public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule)12331         public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12332         public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw null; }
RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule)12333         public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { }
RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule)12334         public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { }
ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12335         public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12336         public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12337         public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { }
12338     }
12339 }
12340 namespace System.Security.Authentication
12341 {
12342     [System.SerializableAttribute]
12343     public partial class AuthenticationException : System.SystemException
12344     {
AuthenticationException()12345         public AuthenticationException() { }
AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12346         protected AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
AuthenticationException(string message)12347         public AuthenticationException(string message) { }
AuthenticationException(string message, System.Exception innerException)12348         public AuthenticationException(string message, System.Exception innerException) { }
12349     }
12350     public enum CipherAlgorithmType
12351     {
12352         Aes = 26129,
12353         Aes128 = 26126,
12354         Aes192 = 26127,
12355         Aes256 = 26128,
12356         Des = 26113,
12357         None = 0,
12358         Null = 24576,
12359         Rc2 = 26114,
12360         Rc4 = 26625,
12361         TripleDes = 26115,
12362     }
12363     public enum ExchangeAlgorithmType
12364     {
12365         DiffieHellman = 43522,
12366         None = 0,
12367         RsaKeyX = 41984,
12368         RsaSign = 9216,
12369     }
12370     public enum HashAlgorithmType
12371     {
12372         Md5 = 32771,
12373         None = 0,
12374         Sha1 = 32772,
12375     }
12376     [System.SerializableAttribute]
12377     public partial class InvalidCredentialException : System.Security.Authentication.AuthenticationException
12378     {
InvalidCredentialException()12379         public InvalidCredentialException() { }
InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12380         protected InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
InvalidCredentialException(string message)12381         public InvalidCredentialException(string message) { }
InvalidCredentialException(string message, System.Exception innerException)12382         public InvalidCredentialException(string message, System.Exception innerException) { }
12383     }
12384     [System.FlagsAttribute]
12385     public enum SslProtocols
12386     {
12387         Default = 240,
12388         None = 0,
12389         Ssl2 = 12,
12390         Ssl3 = 48,
12391         Tls = 192,
12392         [System.MonoTODOAttribute("unsupported")]
12393         Tls11 = 768,
12394         [System.MonoTODOAttribute("unsupported")]
12395         Tls12 = 3072,
12396     }
12397 }
12398 namespace System.Security.Authentication.ExtendedProtection
12399 {
12400     public abstract partial class ChannelBinding : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
12401     {
ChannelBinding()12402         protected ChannelBinding() : base (default(bool)) { }
ChannelBinding(bool ownsHandle)12403         protected ChannelBinding(bool ownsHandle) : base (default(bool)) { }
12404         public abstract int Size { get; }
12405     }
12406     public enum ChannelBindingKind
12407     {
12408         Endpoint = 26,
12409         Unique = 25,
12410         Unknown = 0,
12411     }
12412     [System.ComponentModel.TypeConverterAttribute(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter))]
12413     [System.MonoTODOAttribute]
12414     [System.SerializableAttribute]
12415     public partial class ExtendedProtectionPolicy : System.Runtime.Serialization.ISerializable
12416     {
ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12417         protected ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12418         [System.MonoTODOAttribute("Not implemented.")]
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement)12419         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ChannelBinding customChannelBinding)12420         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)12421         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)12422         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Security.Authentication.ExtendedProtection.ServiceNameCollection customServiceNames) { }
12423         public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get { throw null; } }
12424         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get { throw null; } }
12425         public static bool OSSupportsExtendedProtection { get { throw null; } }
12426         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } }
12427         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } }
12428         [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)12429         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12430         [System.MonoTODOAttribute]
ToString()12431         public override string ToString() { throw null; }
12432     }
12433     [System.MonoTODOAttribute]
12434     public partial class ExtendedProtectionPolicyTypeConverter : System.ComponentModel.TypeConverter
12435     {
ExtendedProtectionPolicyTypeConverter()12436         public ExtendedProtectionPolicyTypeConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)12437         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)12438         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
12439     }
12440     public enum PolicyEnforcement
12441     {
12442         Always = 2,
12443         Never = 0,
12444         WhenSupported = 1,
12445     }
12446     public enum ProtectionScenario
12447     {
12448         TransportSelected = 0,
12449         TrustedProxy = 1,
12450     }
12451     [System.SerializableAttribute]
12452     public partial class ServiceNameCollection : System.Collections.ReadOnlyCollectionBase
12453     {
ServiceNameCollection(System.Collections.ICollection items)12454         public ServiceNameCollection(System.Collections.ICollection items) { }
Contains(string searchServiceName)12455         public bool Contains(string searchServiceName) { throw null; }
Merge(System.Collections.IEnumerable serviceNames)12456         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(System.Collections.IEnumerable serviceNames) { throw null; }
Merge(string serviceName)12457         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(string serviceName) { throw null; }
12458     }
12459 }
12460 #if CONFIG_DEP
12461 namespace System.Security.Authentication.ExtendedProtection.Configuration
12462 {
12463     [System.MonoTODOAttribute]
12464     public sealed partial class ExtendedProtectionPolicyElement : System.Configuration.ConfigurationElement
12465     {
ExtendedProtectionPolicyElement()12466         public ExtendedProtectionPolicyElement() { }
12467         [System.Configuration.ConfigurationPropertyAttribute("customServiceNames")]
12468         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection CustomServiceNames { get { throw null; } }
12469         [System.Configuration.ConfigurationPropertyAttribute("policyEnforcement")]
12470         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } set { } }
12471         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12472         [System.Configuration.ConfigurationPropertyAttribute("protectionScenario", DefaultValue=(System.Security.Authentication.ExtendedProtection.ProtectionScenario)(0))]
12473         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } set { } }
BuildPolicy()12474         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy BuildPolicy() { throw null; }
12475     }
12476     public sealed partial class ServiceNameElement : System.Configuration.ConfigurationElement
12477     {
ServiceNameElement()12478         public ServiceNameElement() { }
12479         [System.Configuration.ConfigurationPropertyAttribute("name")]
12480         public string Name { get { throw null; } set { } }
12481         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12482     }
12483     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement))]
12484     public sealed partial class ServiceNameElementCollection : System.Configuration.ConfigurationElementCollection
12485     {
ServiceNameElementCollection()12486         public ServiceNameElementCollection() { }
12487         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get { throw null; } set { } }
12488         public new System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get { throw null; } set { } }
Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12489         public void Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Clear()12490         public void Clear() { }
CreateNewElement()12491         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)12492         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12493         public int IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { throw null; }
Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12494         public void Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Remove(string name)12495         public void Remove(string name) { }
RemoveAt(int index)12496         public void RemoveAt(int index) { }
12497     }
12498 }
12499 #endif
12500 namespace System.Security.Claims
12501 {
12502     public static partial class DynamicRoleClaimProvider
12503     {
AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims)12504         public static void AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims) { }
12505     }
12506 }
12507 namespace System.Security.Cryptography
12508 {
12509     public partial class AsnEncodedData
12510     {
AsnEncodedData()12511         protected AsnEncodedData() { }
AsnEncodedData(byte[] rawData)12512         public AsnEncodedData(byte[] rawData) { }
AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData)12513         public AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData)12514         public AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData) { }
AsnEncodedData(string oid, byte[] rawData)12515         public AsnEncodedData(string oid, byte[] rawData) { }
12516         public System.Security.Cryptography.Oid Oid { get { throw null; } set { } }
12517         public byte[] RawData { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12518         public virtual void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
Format(bool multiLine)12519         public virtual string Format(bool multiLine) { throw null; }
12520     }
12521     public sealed partial class AsnEncodedDataCollection : System.Collections.ICollection, System.Collections.IEnumerable
12522     {
AsnEncodedDataCollection()12523         public AsnEncodedDataCollection() { }
AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData)12524         public AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12525         public int Count { get { throw null; } }
12526         public bool IsSynchronized { get { throw null; } }
12527         public System.Security.Cryptography.AsnEncodedData this[int index] { get { throw null; } }
12528         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.AsnEncodedData asnEncodedData)12529         public int Add(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw null; }
CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index)12530         public void CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index) { }
GetEnumerator()12531         public System.Security.Cryptography.AsnEncodedDataEnumerator GetEnumerator() { throw null; }
Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData)12532         public void Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)12533         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12534         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12535     }
12536     public sealed partial class AsnEncodedDataEnumerator : System.Collections.IEnumerator
12537     {
AsnEncodedDataEnumerator()12538         internal AsnEncodedDataEnumerator() { }
12539         public System.Security.Cryptography.AsnEncodedData Current { get { throw null; } }
12540         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12541         public bool MoveNext() { throw null; }
Reset()12542         public void Reset() { }
12543     }
12544     public sealed partial class Oid
12545     {
Oid()12546         public Oid() { }
Oid(System.Security.Cryptography.Oid oid)12547         public Oid(System.Security.Cryptography.Oid oid) { }
Oid(string oid)12548         public Oid(string oid) { }
Oid(string value, string friendlyName)12549         public Oid(string value, string friendlyName) { }
12550         public string FriendlyName { get { throw null; } set { } }
12551         public string Value { get { throw null; } set { } }
FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group)12552         public static System.Security.Cryptography.Oid FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group) { throw null; }
FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group)12553         public static System.Security.Cryptography.Oid FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group) { throw null; }
12554     }
12555     public sealed partial class OidCollection : System.Collections.ICollection, System.Collections.IEnumerable
12556     {
OidCollection()12557         public OidCollection() { }
12558         public int Count { get { throw null; } }
12559         public bool IsSynchronized { get { throw null; } }
12560         public System.Security.Cryptography.Oid this[int index] { get { throw null; } }
12561         public System.Security.Cryptography.Oid this[string oid] { get { throw null; } }
12562         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.Oid oid)12563         public int Add(System.Security.Cryptography.Oid oid) { throw null; }
CopyTo(System.Security.Cryptography.Oid[] array, int index)12564         public void CopyTo(System.Security.Cryptography.Oid[] array, int index) { }
GetEnumerator()12565         public System.Security.Cryptography.OidEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12566         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12567         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12568     }
12569     public sealed partial class OidEnumerator : System.Collections.IEnumerator
12570     {
OidEnumerator()12571         internal OidEnumerator() { }
12572         public System.Security.Cryptography.Oid Current { get { throw null; } }
12573         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12574         public bool MoveNext() { throw null; }
Reset()12575         public void Reset() { }
12576     }
12577     public enum OidGroup
12578     {
12579         All = 0,
12580         Attribute = 5,
12581         EncryptionAlgorithm = 2,
12582         EnhancedKeyUsage = 7,
12583         ExtensionOrAttribute = 6,
12584         HashAlgorithm = 1,
12585         KeyDerivationFunction = 10,
12586         Policy = 8,
12587         PublicKeyAlgorithm = 3,
12588         SignatureAlgorithm = 4,
12589         Template = 9,
12590     }
12591 }
12592 namespace System.Security.Cryptography.X509Certificates
12593 {
12594     [System.FlagsAttribute]
12595     public enum OpenFlags
12596     {
12597         IncludeArchived = 8,
12598         MaxAllowed = 2,
12599         OpenExistingOnly = 4,
12600         ReadOnly = 0,
12601         ReadWrite = 1,
12602     }
12603     public sealed partial class PublicKey
12604     {
PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue)12605         public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue) { }
12606         public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get { throw null; } }
12607         public System.Security.Cryptography.AsnEncodedData EncodedParameters { get { throw null; } }
12608         public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } }
12609         public System.Security.Cryptography.Oid Oid { get { throw null; } }
12610     }
12611     public enum StoreLocation
12612     {
12613         CurrentUser = 1,
12614         LocalMachine = 2,
12615     }
12616     public enum StoreName
12617     {
12618         AddressBook = 1,
12619         AuthRoot = 2,
12620         CertificateAuthority = 3,
12621         Disallowed = 4,
12622         My = 5,
12623         Root = 6,
12624         TrustedPeople = 7,
12625         TrustedPublisher = 8,
12626     }
12627     [System.MonoTODOAttribute("Some X500DistinguishedNameFlags options aren't supported, like DoNotUsePlusSign, DoNotUseQuotes and ForceUTF8Encoding")]
12628     public sealed partial class X500DistinguishedName : System.Security.Cryptography.AsnEncodedData
12629     {
X500DistinguishedName(byte[] encodedDistinguishedName)12630         public X500DistinguishedName(byte[] encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName)12631         public X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName)12632         public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { }
X500DistinguishedName(string distinguishedName)12633         public X500DistinguishedName(string distinguishedName) { }
X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12634         public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { }
12635         public string Name { get { throw null; } }
Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12636         public string Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { throw null; }
Format(bool multiLine)12637         public override string Format(bool multiLine) { throw null; }
12638     }
12639     [System.FlagsAttribute]
12640     public enum X500DistinguishedNameFlags
12641     {
12642         DoNotUsePlusSign = 32,
12643         DoNotUseQuotes = 64,
12644         ForceUTF8Encoding = 16384,
12645         None = 0,
12646         Reversed = 1,
12647         UseCommas = 128,
12648         UseNewLines = 256,
12649         UseSemicolons = 16,
12650         UseT61Encoding = 8192,
12651         UseUTF8Encoding = 4096,
12652     }
12653     public sealed partial class X509BasicConstraintsExtension : System.Security.Cryptography.X509Certificates.X509Extension
12654     {
X509BasicConstraintsExtension()12655         public X509BasicConstraintsExtension() { }
X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical)12656         public X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical) { }
X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical)12657         public X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical) { }
12658         public bool CertificateAuthority { get { throw null; } }
12659         public bool HasPathLengthConstraint { get { throw null; } }
12660         public int PathLengthConstraint { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12661         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12662     }
12663     [System.SerializableAttribute]
12664     public partial class X509Certificate2 : System.Security.Cryptography.X509Certificates.X509Certificate
12665     {
X509Certificate2()12666         public X509Certificate2() { }
X509Certificate2(byte[] rawData)12667         public X509Certificate2(byte[] rawData) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password)12668         public X509Certificate2(byte[] rawData, System.Security.SecureString password) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12669         public X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(byte[] rawData, string password)12670         public X509Certificate2(byte[] rawData, string password) { }
X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12671         public X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(System.IntPtr handle)12672         public X509Certificate2(System.IntPtr handle) { }
X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12673         protected X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate)12674         public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { }
X509Certificate2(string fileName)12675         public X509Certificate2(string fileName) { }
X509Certificate2(string fileName, System.Security.SecureString password)12676         public X509Certificate2(string fileName, System.Security.SecureString password) { }
X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12677         public X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(string fileName, string password)12678         public X509Certificate2(string fileName, string password) { }
X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12679         public X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12680         public bool Archived { get { throw null; } set { } }
12681         public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw null; } }
12682         public string FriendlyName { get { throw null; } set { } }
12683         public bool HasPrivateKey { get { throw null; } }
12684         public System.Security.Cryptography.X509Certificates.X500DistinguishedName IssuerName { get { throw null; } }
12685         public System.DateTime NotAfter { get { throw null; } }
12686         public System.DateTime NotBefore { get { throw null; } }
12687         public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
12688         public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw null; } }
12689         public byte[] RawData { get { throw null; } }
12690         public string SerialNumber { get { throw null; } }
12691         public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
12692         public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get { throw null; } }
12693         public string Thumbprint { get { throw null; } }
12694         public int Version { get { throw null; } }
12695         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12, Pkcs7 and Unknown")]
GetCertContentType(byte[] rawData)12696         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) { throw null; }
12697         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12 and Unknown")]
GetCertContentType(string fileName)12698         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) { throw null; }
12699         [System.MonoTODOAttribute("always return String.Empty for UpnName, DnsFromAlternativeName and UrlName")]
GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer)12700         public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
Import(byte[] rawData)12701         public override void Import(byte[] rawData) { }
12702         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12703         public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12704         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12705         public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Import(string fileName)12706         public override void Import(string fileName) { }
12707         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12708         public override void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12709         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12710         public override void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Reset()12711         public override void Reset() { }
ToString()12712         public override string ToString() { throw null; }
ToString(bool verbose)12713         public override string ToString(bool verbose) { throw null; }
12714         [System.MonoTODOAttribute("by default this depends on the incomplete X509Chain")]
Verify()12715         public bool Verify() { throw null; }
12716     }
12717     public partial class X509Certificate2Collection : System.Security.Cryptography.X509Certificates.X509CertificateCollection
12718     {
X509Certificate2Collection()12719         public X509Certificate2Collection() { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12720         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12721         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12722         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12723         public new System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12724         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12725         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12726         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12727         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12728         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12729         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12730         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType)12731         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) { throw null; }
12732         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password)12733         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) { throw null; }
12734         [System.MonoTODOAttribute("Does not support X509FindType.FindByTemplateName, FindByApplicationPolicy and FindByCertificatePolicy")]
Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly)12735         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) { throw null; }
GetEnumerator()12736         public new System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() { throw null; }
12737         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData)12738         public void Import(byte[] rawData) { }
12739         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12740         public void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12741         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName)12742         public void Import(string fileName) { }
12743         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12744         public void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12745         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12746         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12747         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12748         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12749         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12750         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12751     }
12752     public sealed partial class X509Certificate2Enumerator : System.Collections.IEnumerator
12753     {
X509Certificate2Enumerator()12754         internal X509Certificate2Enumerator() { }
12755         public System.Security.Cryptography.X509Certificates.X509Certificate2 Current { get { throw null; } }
12756         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12757         public bool MoveNext() { throw null; }
Reset()12758         public void Reset() { }
System.Collections.IEnumerator.MoveNext()12759         bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12760         void System.Collections.IEnumerator.Reset() { }
12761     }
12762     [System.SerializableAttribute]
12763     public partial class X509CertificateCollection : System.Collections.CollectionBase
12764     {
X509CertificateCollection()12765         public X509CertificateCollection() { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12766         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12767         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
12768         public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate value)12769         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12770         public void AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12771         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate value)12772         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index)12773         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index) { }
GetEnumerator()12774         public new System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
GetHashCode()12775         public override int GetHashCode() { throw null; }
IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value)12776         public int IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value)12777         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate value)12778         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate value) { }
12779         public partial class X509CertificateEnumerator : System.Collections.IEnumerator
12780         {
X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings)12781             public X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings) { }
12782             public System.Security.Cryptography.X509Certificates.X509Certificate Current { get { throw null; } }
12783             object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12784             public bool MoveNext() { throw null; }
Reset()12785             public void Reset() { }
System.Collections.IEnumerator.MoveNext()12786             bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12787             void System.Collections.IEnumerator.Reset() { }
12788         }
12789     }
12790     public partial class X509Chain : System.IDisposable
12791     {
X509Chain()12792         public X509Chain() { }
X509Chain(bool useMachineContext)12793         public X509Chain(bool useMachineContext) { }
12794         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. All handles are invalid.")]
X509Chain(System.IntPtr chainContext)12795         public X509Chain(System.IntPtr chainContext) { }
12796         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. Always returns IntPtr.Zero.")]
12797         public System.IntPtr ChainContext { get { throw null; } }
12798         public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get { throw null; } }
12799         public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get { throw null; } set { } }
12800         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get { throw null; } }
12801         public Microsoft.Win32.SafeHandles.SafeX509ChainHandle SafeHandle { get { throw null; } }
12802         [System.MonoTODOAttribute("Not totally RFC3280 compliant, but neither is MS implementation...")]
Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12803         public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
Create()12804         public static System.Security.Cryptography.X509Certificates.X509Chain Create() { throw null; }
Dispose()12805         public void Dispose() { }
Dispose(bool disposing)12806         protected virtual void Dispose(bool disposing) { }
Reset()12807         public void Reset() { }
12808     }
12809     public partial class X509ChainElement
12810     {
X509ChainElement()12811         internal X509ChainElement() { }
12812         public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
12813         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainElementStatus { get { throw null; } }
12814         public string Information { get { throw null; } }
12815     }
12816     public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
12817     {
X509ChainElementCollection()12818         internal X509ChainElementCollection() { }
12819         public int Count { get { throw null; } }
12820         public bool IsSynchronized { get { throw null; } }
12821         public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get { throw null; } }
12822         public object SyncRoot { get { throw null; } }
CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index)12823         public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index) { }
GetEnumerator()12824         public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12825         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12826         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12827     }
12828     public sealed partial class X509ChainElementEnumerator : System.Collections.IEnumerator
12829     {
X509ChainElementEnumerator()12830         internal X509ChainElementEnumerator() { }
12831         public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get { throw null; } }
12832         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12833         public bool MoveNext() { throw null; }
Reset()12834         public void Reset() { }
12835     }
12836     public sealed partial class X509ChainPolicy
12837     {
X509ChainPolicy()12838         public X509ChainPolicy() { }
12839         public System.Security.Cryptography.OidCollection ApplicationPolicy { get { throw null; } }
12840         public System.Security.Cryptography.OidCollection CertificatePolicy { get { throw null; } }
12841         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get { throw null; } }
12842         public System.Security.Cryptography.X509Certificates.X509RevocationFlag RevocationFlag { get { throw null; } set { } }
12843         public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get { throw null; } set { } }
12844         public System.TimeSpan UrlRetrievalTimeout { get { throw null; } set { } }
12845         public System.Security.Cryptography.X509Certificates.X509VerificationFlags VerificationFlags { get { throw null; } set { } }
12846         public System.DateTime VerificationTime { get { throw null; } set { } }
Reset()12847         public void Reset() { }
12848     }
12849     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12850     public partial struct X509ChainStatus
12851     {
12852         public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Status { get { throw null; } set { } }
12853         public string StatusInformation { get { throw null; } set { } }
12854     }
12855     [System.FlagsAttribute]
12856     public enum X509ChainStatusFlags
12857     {
12858         CtlNotSignatureValid = 262144,
12859         CtlNotTimeValid = 131072,
12860         CtlNotValidForUsage = 524288,
12861         Cyclic = 128,
12862         HasExcludedNameConstraint = 32768,
12863         HasNotDefinedNameConstraint = 8192,
12864         HasNotPermittedNameConstraint = 16384,
12865         HasNotSupportedNameConstraint = 4096,
12866         InvalidBasicConstraints = 1024,
12867         InvalidExtension = 256,
12868         InvalidNameConstraints = 2048,
12869         InvalidPolicyConstraints = 512,
12870         NoError = 0,
12871         NoIssuanceChainPolicy = 33554432,
12872         NotSignatureValid = 8,
12873         NotTimeNested = 2,
12874         NotTimeValid = 1,
12875         NotValidForUsage = 16,
12876         OfflineRevocation = 16777216,
12877         PartialChain = 65536,
12878         RevocationStatusUnknown = 64,
12879         Revoked = 4,
12880         UntrustedRoot = 32,
12881     }
12882     public sealed partial class X509EnhancedKeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12883     {
X509EnhancedKeyUsageExtension()12884         public X509EnhancedKeyUsageExtension() { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical)12885         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical) { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical)12886         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical) { }
12887         public System.Security.Cryptography.OidCollection EnhancedKeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12888         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12889     }
12890     public partial class X509Extension : System.Security.Cryptography.AsnEncodedData
12891     {
X509Extension()12892         protected X509Extension() { }
X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical)12893         public X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical) { }
X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical)12894         public X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical) { }
X509Extension(string oid, byte[] rawData, bool critical)12895         public X509Extension(string oid, byte[] rawData, bool critical) { }
12896         public bool Critical { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12897         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12898     }
12899     public sealed partial class X509ExtensionCollection : System.Collections.ICollection, System.Collections.IEnumerable
12900     {
X509ExtensionCollection()12901         public X509ExtensionCollection() { }
12902         public int Count { get { throw null; } }
12903         public bool IsSynchronized { get { throw null; } }
12904         public System.Security.Cryptography.X509Certificates.X509Extension this[int index] { get { throw null; } }
12905         public System.Security.Cryptography.X509Certificates.X509Extension this[string oid] { get { throw null; } }
12906         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Extension extension)12907         public int Add(System.Security.Cryptography.X509Certificates.X509Extension extension) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index)12908         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index) { }
GetEnumerator()12909         public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12910         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12911         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12912     }
12913     public sealed partial class X509ExtensionEnumerator : System.Collections.IEnumerator
12914     {
X509ExtensionEnumerator()12915         internal X509ExtensionEnumerator() { }
12916         public System.Security.Cryptography.X509Certificates.X509Extension Current { get { throw null; } }
12917         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12918         public bool MoveNext() { throw null; }
Reset()12919         public void Reset() { }
12920     }
12921     public enum X509FindType
12922     {
12923         FindByApplicationPolicy = 10,
12924         FindByCertificatePolicy = 11,
12925         FindByExtension = 12,
12926         FindByIssuerDistinguishedName = 4,
12927         FindByIssuerName = 3,
12928         FindByKeyUsage = 13,
12929         FindBySerialNumber = 5,
12930         FindBySubjectDistinguishedName = 2,
12931         FindBySubjectKeyIdentifier = 14,
12932         FindBySubjectName = 1,
12933         FindByTemplateName = 9,
12934         FindByThumbprint = 0,
12935         FindByTimeExpired = 8,
12936         FindByTimeNotYetValid = 7,
12937         FindByTimeValid = 6,
12938     }
12939     public enum X509IncludeOption
12940     {
12941         EndCertOnly = 2,
12942         ExcludeRoot = 1,
12943         None = 0,
12944         WholeChain = 3,
12945     }
12946     public sealed partial class X509KeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12947     {
X509KeyUsageExtension()12948         public X509KeyUsageExtension() { }
X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical)12949         public X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical) { }
X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical)12950         public X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical) { }
12951         public System.Security.Cryptography.X509Certificates.X509KeyUsageFlags KeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12952         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12953     }
12954     [System.FlagsAttribute]
12955     public enum X509KeyUsageFlags
12956     {
12957         CrlSign = 2,
12958         DataEncipherment = 16,
12959         DecipherOnly = 32768,
12960         DigitalSignature = 128,
12961         EncipherOnly = 1,
12962         KeyAgreement = 8,
12963         KeyCertSign = 4,
12964         KeyEncipherment = 32,
12965         None = 0,
12966         NonRepudiation = 64,
12967     }
12968     public enum X509NameType
12969     {
12970         DnsFromAlternativeName = 4,
12971         DnsName = 3,
12972         EmailName = 1,
12973         SimpleName = 0,
12974         UpnName = 2,
12975         UrlName = 5,
12976     }
12977     public enum X509RevocationFlag
12978     {
12979         EndCertificateOnly = 0,
12980         EntireChain = 1,
12981         ExcludeRoot = 2,
12982     }
12983     public enum X509RevocationMode
12984     {
12985         NoCheck = 0,
12986         Offline = 2,
12987         Online = 1,
12988     }
12989     public sealed partial class X509Store : System.IDisposable
12990     {
X509Store()12991         public X509Store() { }
12992         [System.MonoTODOAttribute("Mono's stores are fully managed. All handles are invalid.")]
12993         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
X509Store(System.IntPtr storeHandle)12994         public X509Store(System.IntPtr storeHandle) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12995         public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName)12996         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12997         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(string storeName)12998         public X509Store(string storeName) { }
X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12999         public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
13000         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
13001         public System.Security.Cryptography.X509Certificates.StoreLocation Location { get { throw null; } }
13002         public string Name { get { throw null; } }
13003         [System.MonoTODOAttribute("Mono's stores are fully managed. Always returns IntPtr.Zero.")]
13004         public System.IntPtr StoreHandle { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13005         public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
13006         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13007         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
Close()13008         public void Close() { }
Dispose()13009         public void Dispose() { }
Open(System.Security.Cryptography.X509Certificates.OpenFlags flags)13010         public void Open(System.Security.Cryptography.X509Certificates.OpenFlags flags) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13011         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
13012         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13013         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
13014     }
13015     public sealed partial class X509SubjectKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension
13016     {
X509SubjectKeyIdentifierExtension()13017         public X509SubjectKeyIdentifierExtension() { }
X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical)13018         public X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical)13019         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical)13020         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)13021         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) { }
X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical)13022         public X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical) { }
13023         public string SubjectKeyIdentifier { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)13024         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
13025     }
13026     public enum X509SubjectKeyIdentifierHashAlgorithm
13027     {
13028         CapiSha1 = 2,
13029         Sha1 = 0,
13030         ShortSha1 = 1,
13031     }
13032     [System.FlagsAttribute]
13033     public enum X509VerificationFlags
13034     {
13035         AllFlags = 4095,
13036         AllowUnknownCertificateAuthority = 16,
13037         IgnoreCertificateAuthorityRevocationUnknown = 1024,
13038         IgnoreCtlNotTimeValid = 2,
13039         IgnoreCtlSignerRevocationUnknown = 512,
13040         IgnoreEndRevocationUnknown = 256,
13041         IgnoreInvalidBasicConstraints = 8,
13042         IgnoreInvalidName = 64,
13043         IgnoreInvalidPolicy = 128,
13044         IgnoreNotTimeNested = 4,
13045         IgnoreNotTimeValid = 1,
13046         IgnoreRootRevocationUnknown = 2048,
13047         IgnoreWrongUsage = 32,
13048         NoFlag = 0,
13049     }
13050 }
13051 namespace System.Security.Permissions
13052 {
13053     [System.SerializableAttribute]
13054     public abstract partial class ResourcePermissionBase : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13055     {
13056         public const string Any = "*";
13057         public const string Local = ".";
ResourcePermissionBase()13058         protected ResourcePermissionBase() { }
ResourcePermissionBase(System.Security.Permissions.PermissionState state)13059         protected ResourcePermissionBase(System.Security.Permissions.PermissionState state) { }
13060         protected System.Type PermissionAccessType { get { throw null; } set { } }
13061         protected string[] TagNames { get { throw null; } set { } }
AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13062         protected void AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
Clear()13063         protected void Clear() { }
Copy()13064         public override System.Security.IPermission Copy() { throw null; }
13065         [System.MonoTODOAttribute("incomplete - need more test")]
FromXml(System.Security.SecurityElement securityElement)13066         public override void FromXml(System.Security.SecurityElement securityElement) { }
GetPermissionEntries()13067         protected System.Security.Permissions.ResourcePermissionBaseEntry[] GetPermissionEntries() { throw null; }
Intersect(System.Security.IPermission target)13068         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13069         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13070         public bool IsUnrestricted() { throw null; }
RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13071         protected void RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
ToXml()13072         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13073         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13074     }
13075     [System.SerializableAttribute]
13076     public partial class ResourcePermissionBaseEntry
13077     {
ResourcePermissionBaseEntry()13078         public ResourcePermissionBaseEntry() { }
ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath)13079         public ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath) { }
13080         public int PermissionAccess { get { throw null; } }
13081         public string[] PermissionAccessPath { get { throw null; } }
13082     }
13083     [System.SerializableAttribute]
13084     public sealed partial class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13085     {
StorePermission(System.Security.Permissions.PermissionState state)13086         public StorePermission(System.Security.Permissions.PermissionState state) { }
StorePermission(System.Security.Permissions.StorePermissionFlags flag)13087         public StorePermission(System.Security.Permissions.StorePermissionFlags flag) { }
13088         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
Copy()13089         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13090         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13091         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13092         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13093         public bool IsUnrestricted() { throw null; }
ToXml()13094         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13095         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13096     }
13097     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
13098     [System.SerializableAttribute]
13099     public sealed partial class StorePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13100     {
StorePermissionAttribute(System.Security.Permissions.SecurityAction action)13101         public StorePermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13102         public bool AddToStore { get { throw null; } set { } }
13103         public bool CreateStore { get { throw null; } set { } }
13104         public bool DeleteStore { get { throw null; } set { } }
13105         public bool EnumerateCertificates { get { throw null; } set { } }
13106         public bool EnumerateStores { get { throw null; } set { } }
13107         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
13108         public bool OpenStore { get { throw null; } set { } }
13109         public bool RemoveFromStore { get { throw null; } set { } }
CreatePermission()13110         public override System.Security.IPermission CreatePermission() { throw null; }
13111     }
13112     [System.FlagsAttribute]
13113     [System.SerializableAttribute]
13114     public enum StorePermissionFlags
13115     {
13116         AddToStore = 32,
13117         AllFlags = 247,
13118         CreateStore = 1,
13119         DeleteStore = 2,
13120         EnumerateCertificates = 128,
13121         EnumerateStores = 4,
13122         NoFlags = 0,
13123         OpenStore = 16,
13124         RemoveFromStore = 64,
13125     }
13126     [System.SerializableAttribute]
13127     public sealed partial class TypeDescriptorPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13128     {
TypeDescriptorPermission(System.Security.Permissions.PermissionState state)13129         public TypeDescriptorPermission(System.Security.Permissions.PermissionState state) { }
TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag)13130         public TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag) { }
13131         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
Copy()13132         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13133         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13134         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13135         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13136         public bool IsUnrestricted() { throw null; }
ToXml()13137         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13138         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13139     }
13140     public sealed partial class TypeDescriptorPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13141     {
TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action)13142         public TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13143         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
13144         public bool RestrictedRegistrationAccess { get { throw null; } set { } }
CreatePermission()13145         public override System.Security.IPermission CreatePermission() { throw null; }
13146     }
13147     [System.FlagsAttribute]
13148     [System.SerializableAttribute]
13149     public enum TypeDescriptorPermissionFlags
13150     {
13151         NoFlags = 0,
13152         RestrictedRegistrationAccess = 1,
13153     }
13154 }
13155 namespace System.Text.RegularExpressions
13156 {
13157     [System.SerializableAttribute]
13158     public partial class Capture
13159     {
Capture()13160         internal Capture() { }
13161         public int Index { get { throw null; } }
13162         public int Length { get { throw null; } }
13163         public string Value { get { throw null; } }
ToString()13164         public override string ToString() { throw null; }
13165     }
13166     [System.SerializableAttribute]
13167     public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable
13168     {
CaptureCollection()13169         internal CaptureCollection() { }
13170         public int Count { get { throw null; } }
13171         public bool IsReadOnly { get { throw null; } }
13172         public bool IsSynchronized { get { throw null; } }
13173         public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } }
13174         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13175         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13176         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13177     }
13178     [System.SerializableAttribute]
13179     public partial class Group : System.Text.RegularExpressions.Capture
13180     {
Group()13181         internal Group() { }
13182         public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } }
13183         public bool Success { get { throw null; } }
Synchronized(System.Text.RegularExpressions.Group inner)13184         public static System.Text.RegularExpressions.Group Synchronized(System.Text.RegularExpressions.Group inner) { throw null; }
13185     }
13186     [System.SerializableAttribute]
13187     public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable
13188     {
GroupCollection()13189         internal GroupCollection() { }
13190         public int Count { get { throw null; } }
13191         public bool IsReadOnly { get { throw null; } }
13192         public bool IsSynchronized { get { throw null; } }
13193         public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } }
13194         public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } }
13195         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13196         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13197         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13198     }
13199     [System.SerializableAttribute]
13200     public partial class Match : System.Text.RegularExpressions.Group
13201     {
Match()13202         internal Match() { }
13203         public static System.Text.RegularExpressions.Match Empty { get { throw null; } }
13204         public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } }
NextMatch()13205         public System.Text.RegularExpressions.Match NextMatch() { throw null; }
Result(string replacement)13206         public virtual string Result(string replacement) { throw null; }
Synchronized(System.Text.RegularExpressions.Match inner)13207         public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner) { throw null; }
13208     }
13209     [System.SerializableAttribute]
13210     public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable
13211     {
MatchCollection()13212         internal MatchCollection() { }
13213         public int Count { get { throw null; } }
13214         public bool IsReadOnly { get { throw null; } }
13215         public bool IsSynchronized { get { throw null; } }
13216         public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } }
13217         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13218         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13219         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13220     }
13221     [System.SerializableAttribute]
MatchEvaluator(System.Text.RegularExpressions.Match match)13222     public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match);
13223     [System.SerializableAttribute]
13224     public partial class Regex : System.Runtime.Serialization.ISerializable
13225     {
13226         protected internal System.Collections.Hashtable capnames;
13227         protected internal System.Collections.Hashtable caps;
13228         protected internal int capsize;
13229         protected internal string[] capslist;
13230         protected internal System.Text.RegularExpressions.RegexRunnerFactory factory;
13231         [System.NonSerializedAttribute]
13232         public static readonly System.TimeSpan InfiniteMatchTimeout;
13233         [System.Runtime.Serialization.OptionalFieldAttribute(VersionAdded=2)]
13234         protected internal System.TimeSpan internalMatchTimeout;
13235         protected internal string pattern;
13236         protected internal System.Text.RegularExpressions.RegexOptions roptions;
Regex()13237         protected Regex() { }
Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13238         protected Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Regex(string pattern)13239         public Regex(string pattern) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options)13240         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13241         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { }
13242         public static int CacheSize { get { throw null; } set { } }
13243         public System.TimeSpan MatchTimeout { get { throw null; } }
13244         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } }
13245         public bool RightToLeft { get { throw null; } }
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname)13246         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)13247         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)13248         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, string resourceFile) { }
Escape(string str)13249         public static string Escape(string str) { throw null; }
GetGroupNames()13250         public string[] GetGroupNames() { throw null; }
GetGroupNumbers()13251         public int[] GetGroupNumbers() { throw null; }
GroupNameFromNumber(int i)13252         public string GroupNameFromNumber(int i) { throw null; }
GroupNumberFromName(string name)13253         public int GroupNumberFromName(string name) { throw null; }
InitializeReferences()13254         protected void InitializeReferences() { }
IsMatch(string input)13255         public bool IsMatch(string input) { throw null; }
IsMatch(string input, int startat)13256         public bool IsMatch(string input, int startat) { throw null; }
IsMatch(string input, string pattern)13257         public static bool IsMatch(string input, string pattern) { throw null; }
IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13258         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)13259         public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Match(string input)13260         public System.Text.RegularExpressions.Match Match(string input) { throw null; }
Match(string input, int startat)13261         public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; }
Match(string input, int beginning, int length)13262         public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; }
Match(string input, string pattern)13263         public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; }
Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13264         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)13265         public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Matches(string input)13266         public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; }
Matches(string input, int startat)13267         public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; }
Matches(string input, string pattern)13268         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; }
Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13269         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)13270         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)13271         public string Replace(string input, string replacement) { throw null; }
Replace(string input, string replacement, int count)13272         public string Replace(string input, string replacement, int count) { throw null; }
Replace(string input, string replacement, int count, int startat)13273         public string Replace(string input, string replacement, int count, int startat) { throw null; }
Replace(string input, string pattern, string replacement)13274         public static string Replace(string input, string pattern, string replacement) { throw null; }
Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options)13275         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)13276         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)13277         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)13278         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)13279         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)13280         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count)13281         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)13282         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; }
Split(string input)13283         public string[] Split(string input) { throw null; }
Split(string input, int count)13284         public string[] Split(string input, int count) { throw null; }
Split(string input, int count, int startat)13285         public string[] Split(string input, int count, int startat) { throw null; }
Split(string input, string pattern)13286         public static string[] Split(string input, string pattern) { throw null; }
Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13287         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)13288         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)13289         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToString()13290         public override string ToString() { throw null; }
Unescape(string str)13291         public static string Unescape(string str) { throw null; }
UseOptionC()13292         protected bool UseOptionC() { throw null; }
UseOptionR()13293         protected bool UseOptionR() { throw null; }
ValidateMatchTimeout(System.TimeSpan matchTimeout)13294         protected internal static void ValidateMatchTimeout(System.TimeSpan matchTimeout) { }
13295     }
13296     [System.SerializableAttribute]
13297     public partial class RegexCompilationInfo
13298     {
RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic)13299         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)13300         public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic, System.TimeSpan matchTimeout) { }
13301         public bool IsPublic { get { throw null; } set { } }
13302         public System.TimeSpan MatchTimeout { get { throw null; } set { } }
13303         public string Name { get { throw null; } set { } }
13304         public string Namespace { get { throw null; } set { } }
13305         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } set { } }
13306         public string Pattern { get { throw null; } set { } }
13307     }
13308     [System.SerializableAttribute]
13309     public partial class RegexMatchTimeoutException : System.TimeoutException, System.Runtime.Serialization.ISerializable
13310     {
RegexMatchTimeoutException()13311         public RegexMatchTimeoutException() { }
13312         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13313         protected RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
RegexMatchTimeoutException(string message)13314         public RegexMatchTimeoutException(string message) { }
RegexMatchTimeoutException(string message, System.Exception inner)13315         public RegexMatchTimeoutException(string message, System.Exception inner) { }
RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout)13316         public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { }
13317         public string Input { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13318         public System.TimeSpan MatchTimeout { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13319         public string Pattern { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13320         [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)13321         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
13322     }
13323     [System.FlagsAttribute]
13324     public enum RegexOptions
13325     {
13326         Compiled = 8,
13327         CultureInvariant = 512,
13328         ECMAScript = 256,
13329         ExplicitCapture = 4,
13330         IgnoreCase = 1,
13331         IgnorePatternWhitespace = 32,
13332         Multiline = 2,
13333         None = 0,
13334         RightToLeft = 64,
13335         Singleline = 16,
13336     }
13337     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13338     public abstract partial class RegexRunner
13339     {
13340         protected internal int[] runcrawl;
13341         protected internal int runcrawlpos;
13342         protected internal System.Text.RegularExpressions.Match runmatch;
13343         protected internal System.Text.RegularExpressions.Regex runregex;
13344         protected internal int[] runstack;
13345         protected internal int runstackpos;
13346         protected internal string runtext;
13347         protected internal int runtextbeg;
13348         protected internal int runtextend;
13349         protected internal int runtextpos;
13350         protected internal int runtextstart;
13351         protected internal int[] runtrack;
13352         protected internal int runtrackcount;
13353         protected internal int runtrackpos;
RegexRunner()13354         protected internal RegexRunner() { }
Capture(int capnum, int start, int end)13355         protected void Capture(int capnum, int start, int end) { }
CharInClass(char ch, string charClass)13356         protected static bool CharInClass(char ch, string charClass) { throw null; }
CharInSet(char ch, string @set, string category)13357         protected static bool CharInSet(char ch, string @set, string category) { throw null; }
CheckTimeout()13358         protected void CheckTimeout() { }
Crawl(int i)13359         protected void Crawl(int i) { }
Crawlpos()13360         protected int Crawlpos() { throw null; }
DoubleCrawl()13361         protected void DoubleCrawl() { }
DoubleStack()13362         protected void DoubleStack() { }
DoubleTrack()13363         protected void DoubleTrack() { }
EnsureStorage()13364         protected void EnsureStorage() { }
FindFirstChar()13365         protected abstract bool FindFirstChar();
Go()13366         protected abstract void Go();
InitTrackCount()13367         protected abstract void InitTrackCount();
IsBoundary(int index, int startpos, int endpos)13368         protected bool IsBoundary(int index, int startpos, int endpos) { throw null; }
IsECMABoundary(int index, int startpos, int endpos)13369         protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; }
IsMatched(int cap)13370         protected bool IsMatched(int cap) { throw null; }
MatchIndex(int cap)13371         protected int MatchIndex(int cap) { throw null; }
MatchLength(int cap)13372         protected int MatchLength(int cap) { throw null; }
Popcrawl()13373         protected int Popcrawl() { throw null; }
Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick)13374         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)13375         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)13376         protected void TransferCapture(int capnum, int uncapnum, int start, int end) { }
Uncapture()13377         protected void Uncapture() { }
13378     }
13379     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13380     public abstract partial class RegexRunnerFactory
13381     {
RegexRunnerFactory()13382         protected RegexRunnerFactory() { }
CreateInstance()13383         protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance();
13384     }
13385 }
13386 namespace System.Threading
13387 {
13388     [System.Diagnostics.DebuggerDisplayAttribute("Participant Count={ParticipantCount},Participants Remaining={ParticipantsRemaining}")]
13389     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13390     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13391     public partial class Barrier : System.IDisposable
13392     {
Barrier(int participantCount)13393         public Barrier(int participantCount) { }
Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction)13394         public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { }
13395         public long CurrentPhaseNumber { get { throw null; } }
13396         public int ParticipantCount { get { throw null; } }
13397         public int ParticipantsRemaining { get { throw null; } }
AddParticipant()13398         public long AddParticipant() { throw null; }
AddParticipants(int participantCount)13399         public long AddParticipants(int participantCount) { throw null; }
Dispose()13400         public void Dispose() { }
Dispose(bool disposing)13401         protected virtual void Dispose(bool disposing) { }
RemoveParticipant()13402         public void RemoveParticipant() { }
RemoveParticipants(int participantCount)13403         public void RemoveParticipants(int participantCount) { }
SignalAndWait()13404         public void SignalAndWait() { }
SignalAndWait(int millisecondsTimeout)13405         public bool SignalAndWait(int millisecondsTimeout) { throw null; }
SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)13406         public bool SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
SignalAndWait(System.Threading.CancellationToken cancellationToken)13407         public void SignalAndWait(System.Threading.CancellationToken cancellationToken) { }
SignalAndWait(System.TimeSpan timeout)13408         public bool SignalAndWait(System.TimeSpan timeout) { throw null; }
SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken)13409         public bool SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) { throw null; }
13410     }
13411     [System.SerializableAttribute]
13412     public partial class BarrierPostPhaseException : System.Exception
13413     {
BarrierPostPhaseException()13414         public BarrierPostPhaseException() { }
BarrierPostPhaseException(System.Exception innerException)13415         public BarrierPostPhaseException(System.Exception innerException) { }
13416         [System.Security.SecurityCriticalAttribute]
BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13417         protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
BarrierPostPhaseException(string message)13418         public BarrierPostPhaseException(string message) { }
BarrierPostPhaseException(string message, System.Exception innerException)13419         public BarrierPostPhaseException(string message, System.Exception innerException) { }
13420     }
13421     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13422     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13423     public sealed partial class Semaphore : System.Threading.WaitHandle
13424     {
13425         [System.Security.SecuritySafeCriticalAttribute]
Semaphore(int initialCount, int maximumCount)13426         public Semaphore(int initialCount, int maximumCount) { }
13427         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Semaphore(int initialCount, int maximumCount, string name)13428         public Semaphore(int initialCount, int maximumCount, string name) { }
13429         [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)13430         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) { createdNew = default(bool); }
13431         [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)13432         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { createdNew = default(bool); }
GetAccessControl()13433         public System.Security.AccessControl.SemaphoreSecurity GetAccessControl() { throw null; }
13434         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name)13435         public static System.Threading.Semaphore OpenExisting(string name) { throw null; }
13436         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)13437         public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw null; }
13438         [System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute]
13439         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release()13440         public int Release() { throw null; }
13441         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release(int releaseCount)13442         public int Release(int releaseCount) { throw null; }
SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity)13443         public void SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { }
13444         [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)13445         public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13446         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
TryOpenExisting(string name, out System.Threading.Semaphore result)13447         public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13448     }
13449     public partial class ThreadExceptionEventArgs : System.EventArgs
13450     {
ThreadExceptionEventArgs(System.Exception t)13451         public ThreadExceptionEventArgs(System.Exception t) { }
13452         public System.Exception Exception { get { throw null; } }
13453     }
ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e)13454     public delegate void ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e);
13455 }
13456 namespace System.Timers
13457 {
13458     public partial class ElapsedEventArgs : System.EventArgs
13459     {
ElapsedEventArgs()13460         internal ElapsedEventArgs() { }
13461         public System.DateTime SignalTime { get { throw null; } }
13462     }
ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e)13463     public delegate void ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e);
13464     [System.ComponentModel.DefaultEventAttribute("Elapsed")]
13465     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
13466     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13467     public partial class Timer : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
13468     {
Timer()13469         public Timer() { }
Timer(double interval)13470         public Timer(double interval) { }
13471         [System.ComponentModel.CategoryAttribute("Behavior")]
13472         [System.ComponentModel.DefaultValueAttribute(true)]
13473         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer will be restarted when it is enabled.")]
13474         public bool AutoReset { get { throw null; } set { } }
13475         [System.ComponentModel.CategoryAttribute("Behavior")]
13476         [System.ComponentModel.DefaultValueAttribute(false)]
13477         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer is enabled to fire events at a defined interval.")]
13478         public bool Enabled { get { throw null; } set { } }
13479         [System.ComponentModel.CategoryAttribute("Behavior")]
13480         [System.ComponentModel.DefaultValueAttribute(100)]
13481         [System.ComponentModel.SettingsBindableAttribute(true)]
13482         [System.Timers.TimersDescriptionAttribute("The number of milliseconds between timer events.")]
13483         public double Interval { get { throw null; } set { } }
13484         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
13485         [System.ComponentModel.BrowsableAttribute(false)]
13486         [System.ComponentModel.DefaultValueAttribute(null)]
13487         [System.Timers.TimersDescriptionAttribute("The object used to marshal the event handler calls issued when an interval has elapsed.")]
13488         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
13489         [System.ComponentModel.CategoryAttribute("Behavior")]
13490         [System.Timers.TimersDescriptionAttribute("Occurs when the Interval has elapsed.")]
13491         public event System.Timers.ElapsedEventHandler Elapsed { add { } remove { } }
BeginInit()13492         public void BeginInit() { }
Close()13493         public void Close() { }
Dispose(bool disposing)13494         protected override void Dispose(bool disposing) { }
EndInit()13495         public void EndInit() { }
Start()13496         public void Start() { }
Stop()13497         public void Stop() { }
13498     }
13499     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
13500     public partial class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute
13501     {
TimersDescriptionAttribute(string description)13502         public TimersDescriptionAttribute(string description) { }
13503         public override string Description { get { throw null; } }
13504     }
13505 }
13506 namespace System.Web
13507 {
13508     [System.SerializableAttribute]
13509     public sealed partial class AspNetHostingPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13510     {
AspNetHostingPermission(System.Security.Permissions.PermissionState state)13511         public AspNetHostingPermission(System.Security.Permissions.PermissionState state) { }
AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level)13512         public AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level) { }
13513         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
Copy()13514         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13515         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13516         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13517         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13518         public bool IsUnrestricted() { throw null; }
ToXml()13519         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13520         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13521     }
13522     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
13523     [System.SerializableAttribute]
13524     public sealed partial class AspNetHostingPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13525     {
AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action)13526         public AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13527         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
CreatePermission()13528         public override System.Security.IPermission CreatePermission() { throw null; }
13529     }
13530     [System.SerializableAttribute]
13531     public enum AspNetHostingPermissionLevel
13532     {
13533         High = 500,
13534         Low = 300,
13535         Medium = 400,
13536         Minimal = 200,
13537         None = 100,
13538         Unrestricted = 600,
13539     }
13540 }
13541 namespace System.Windows.Input
13542 {
13543     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13544     public partial interface ICommand
13545     {
13546         event System.EventHandler CanExecuteChanged;
CanExecute(object parameter)13547         bool CanExecute(object parameter);
Execute(object parameter)13548         void Execute(object parameter);
13549     }
13550 }
13551 namespace System.Windows.Markup
13552 {
13553     [System.AttributeUsageAttribute((System.AttributeTargets)(1244), AllowMultiple=false, Inherited=true)]
13554     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13555     public sealed partial class ValueSerializerAttribute : System.Attribute
13556     {
ValueSerializerAttribute(string valueSerializerTypeName)13557         public ValueSerializerAttribute(string valueSerializerTypeName) { }
ValueSerializerAttribute(System.Type valueSerializerType)13558         public ValueSerializerAttribute(System.Type valueSerializerType) { }
13559         public System.Type ValueSerializerType { get { throw null; } }
13560         public string ValueSerializerTypeName { get { throw null; } }
13561     }
13562 }
13563