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)(258))]
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.0.30319.17020")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
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.DefaultDependencyAttribute((System.Runtime.CompilerServices.LoadHint)(1))]
19 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ComponentModel.DataAnnotations, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
20 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Net.Http, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
21 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
22 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
23 [assembly:System.Runtime.CompilerServices.StringFreezingAttribute]
24 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
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 System
206 {
207     public partial class FileStyleUriParser : System.UriParser
208     {
FileStyleUriParser()209         public FileStyleUriParser() { }
210     }
211     public partial class FtpStyleUriParser : System.UriParser
212     {
FtpStyleUriParser()213         public FtpStyleUriParser() { }
214     }
215     public partial class GenericUriParser : System.UriParser
216     {
GenericUriParser(System.GenericUriParserOptions options)217         public GenericUriParser(System.GenericUriParserOptions options) { }
218     }
219     [System.FlagsAttribute]
220     public enum GenericUriParserOptions
221     {
222         AllowEmptyAuthority = 2,
223         Default = 0,
224         DontCompressPath = 128,
225         DontConvertPathBackslashes = 64,
226         DontUnescapePathDotsAndSlashes = 256,
227         GenericAuthority = 1,
228         Idn = 512,
229         IriParsing = 1024,
230         NoFragment = 32,
231         NoPort = 8,
232         NoQuery = 16,
233         NoUserInfo = 4,
234     }
235     public partial class GopherStyleUriParser : System.UriParser
236     {
GopherStyleUriParser()237         public GopherStyleUriParser() { }
238     }
239     public partial class HttpStyleUriParser : System.UriParser
240     {
HttpStyleUriParser()241         public HttpStyleUriParser() { }
242     }
243     public partial class LdapStyleUriParser : System.UriParser
244     {
LdapStyleUriParser()245         public LdapStyleUriParser() { }
246     }
247     public partial class NetPipeStyleUriParser : System.UriParser
248     {
NetPipeStyleUriParser()249         public NetPipeStyleUriParser() { }
250     }
251     public partial class NetTcpStyleUriParser : System.UriParser
252     {
NetTcpStyleUriParser()253         public NetTcpStyleUriParser() { }
254     }
255     public partial class NewsStyleUriParser : System.UriParser
256     {
NewsStyleUriParser()257         public NewsStyleUriParser() { }
258     }
259     [System.ComponentModel.TypeConverterAttribute(typeof(System.UriTypeConverter))]
260     [System.SerializableAttribute]
261     public partial class Uri : System.Runtime.Serialization.ISerializable
262     {
263         public static readonly string SchemeDelimiter;
264         public static readonly string UriSchemeFile;
265         public static readonly string UriSchemeFtp;
266         public static readonly string UriSchemeGopher;
267         public static readonly string UriSchemeHttp;
268         public static readonly string UriSchemeHttps;
269         public static readonly string UriSchemeMailto;
270         public static readonly string UriSchemeNetPipe;
271         public static readonly string UriSchemeNetTcp;
272         public static readonly string UriSchemeNews;
273         public static readonly string UriSchemeNntp;
Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)274         protected Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
Uri(string uriString)275         public Uri(string uriString) { }
276         [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)277         public Uri(string uriString, bool dontEscape) { }
Uri(string uriString, System.UriKind uriKind)278         public Uri(string uriString, System.UriKind uriKind) { }
Uri(System.Uri baseUri, string relativeUri)279         public Uri(System.Uri baseUri, string relativeUri) { }
280         [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)281         public Uri(System.Uri baseUri, string relativeUri, bool dontEscape) { }
Uri(System.Uri baseUri, System.Uri relativeUri)282         public Uri(System.Uri baseUri, System.Uri relativeUri) { }
283         public string AbsolutePath { get { throw null; } }
284         public string AbsoluteUri { get { throw null; } }
285         public string Authority { get { throw null; } }
286         public string DnsSafeHost { get { throw null; } }
287         public string Fragment { get { throw null; } }
288         public string Host { get { throw null; } }
289         public System.UriHostNameType HostNameType { get { throw null; } }
290         public bool IsAbsoluteUri { get { throw null; } }
291         public bool IsDefaultPort { get { throw null; } }
292         public bool IsFile { get { throw null; } }
293         public bool IsLoopback { get { throw null; } }
294         public bool IsUnc { get { throw null; } }
295         public string LocalPath { get { throw null; } }
296         public string OriginalString { get { throw null; } }
297         public string PathAndQuery { get { throw null; } }
298         public int Port { get { throw null; } }
299         public string Query { get { throw null; } }
300         public string Scheme { get { throw null; } }
301         public string[] Segments { get { throw null; } }
302         public bool UserEscaped { get { throw null; } }
303         public string UserInfo { get { throw null; } }
304         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Canonicalize()305         protected virtual void Canonicalize() { }
CheckHostName(string name)306         public static System.UriHostNameType CheckHostName(string name) { throw null; }
CheckSchemeName(string schemeName)307         public static bool CheckSchemeName(string schemeName) { throw null; }
308         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
CheckSecurity()309         protected virtual void CheckSecurity() { }
Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType)310         public static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType) { throw null; }
311         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
Equals(object comparand)312         public override bool Equals(object comparand) { throw null; }
313         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Escape()314         protected virtual void Escape() { }
EscapeDataString(string stringToEscape)315         public static string EscapeDataString(string stringToEscape) { throw null; }
316         [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)317         protected static string EscapeString(string str) { throw null; }
EscapeUriString(string stringToEscape)318         public static string EscapeUriString(string stringToEscape) { throw null; }
FromHex(char digit)319         public static int FromHex(char digit) { throw null; }
GetComponents(System.UriComponents components, System.UriFormat format)320         public string GetComponents(System.UriComponents components, System.UriFormat format) { throw null; }
321         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
GetHashCode()322         public override int GetHashCode() { throw null; }
GetLeftPart(System.UriPartial part)323         public string GetLeftPart(System.UriPartial part) { throw null; }
324         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)325         protected void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
HexEscape(char character)326         public static string HexEscape(char character) { throw null; }
HexUnescape(string pattern, ref int index)327         public static char HexUnescape(string pattern, ref int index) { throw null; }
328         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsBadFileSystemCharacter(char character)329         protected virtual bool IsBadFileSystemCharacter(char character) { throw null; }
IsBaseOf(System.Uri uri)330         public bool IsBaseOf(System.Uri uri) { throw null; }
331         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsExcludedCharacter(char character)332         protected static bool IsExcludedCharacter(char character) { throw null; }
IsHexDigit(char character)333         public static bool IsHexDigit(char character) { throw null; }
IsHexEncoding(string pattern, int index)334         public static bool IsHexEncoding(string pattern, int index) { throw null; }
335         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsReservedCharacter(char character)336         protected virtual bool IsReservedCharacter(char character) { throw null; }
IsWellFormedOriginalString()337         public bool IsWellFormedOriginalString() { throw null; }
IsWellFormedUriString(string uriString, System.UriKind uriKind)338         public static bool IsWellFormedUriString(string uriString, System.UriKind uriKind) { throw null; }
339         [System.ObsoleteAttribute("The method has been deprecated. Please use MakeRelativeUri(Uri uri). http://go.microsoft.com/fwlink/?linkid=14202")]
MakeRelative(System.Uri toUri)340         public string MakeRelative(System.Uri toUri) { throw null; }
MakeRelativeUri(System.Uri uri)341         public System.Uri MakeRelativeUri(System.Uri uri) { throw null; }
342         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
operator ==(System.Uri uri1, System.Uri uri2)343         public static bool operator ==(System.Uri uri1, System.Uri uri2) { throw null; }
344         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
operator !=(System.Uri uri1, System.Uri uri2)345         public static bool operator !=(System.Uri uri1, System.Uri uri2) { throw null; }
346         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Parse()347         protected virtual void Parse() { }
348         [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)349         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
350         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
ToString()351         public override string ToString() { throw null; }
TryCreate(string uriString, System.UriKind uriKind, out System.Uri result)352         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)353         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)354         public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { result = default(System.Uri); throw null; }
355         [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)356         protected virtual string Unescape(string path) { throw null; }
UnescapeDataString(string stringToUnescape)357         public static string UnescapeDataString(string stringToUnescape) { throw null; }
358     }
359     public partial class UriBuilder
360     {
UriBuilder()361         public UriBuilder() { }
UriBuilder(string uri)362         public UriBuilder(string uri) { }
UriBuilder(string schemeName, string hostName)363         public UriBuilder(string schemeName, string hostName) { }
UriBuilder(string scheme, string host, int portNumber)364         public UriBuilder(string scheme, string host, int portNumber) { }
UriBuilder(string scheme, string host, int port, string pathValue)365         public UriBuilder(string scheme, string host, int port, string pathValue) { }
UriBuilder(string scheme, string host, int port, string path, string extraValue)366         public UriBuilder(string scheme, string host, int port, string path, string extraValue) { }
UriBuilder(System.Uri uri)367         public UriBuilder(System.Uri uri) { }
368         public string Fragment { get { throw null; } set { } }
369         public string Host { get { throw null; } set { } }
370         public string Password { get { throw null; } set { } }
371         public string Path { get { throw null; } set { } }
372         public int Port { get { throw null; } set { } }
373         public string Query { get { throw null; } set { } }
374         public string Scheme { get { throw null; } set { } }
375         public System.Uri Uri { get { throw null; } }
376         public string UserName { get { throw null; } set { } }
Equals(object rparam)377         public override bool Equals(object rparam) { throw null; }
GetHashCode()378         public override int GetHashCode() { throw null; }
ToString()379         public override string ToString() { throw null; }
380     }
381     [System.FlagsAttribute]
382     public enum UriComponents
383     {
384         AbsoluteUri = 127,
385         Fragment = 64,
386         Host = 4,
387         HostAndPort = 132,
388         HttpRequestUrl = 61,
389         KeepDelimiter = 1073741824,
390         NormalizedHost = 256,
391         Path = 16,
392         PathAndQuery = 48,
393         Port = 8,
394         Query = 32,
395         Scheme = 1,
396         SchemeAndServer = 13,
397         SerializationInfoString = -2147483648,
398         StrongAuthority = 134,
399         StrongPort = 128,
400         UserInfo = 2,
401     }
402     public enum UriFormat
403     {
404         SafeUnescaped = 3,
405         Unescaped = 2,
406         UriEscaped = 1,
407     }
408     [System.SerializableAttribute]
409     public partial class UriFormatException : System.FormatException, System.Runtime.Serialization.ISerializable
410     {
UriFormatException()411         public UriFormatException() { }
UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)412         protected UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
UriFormatException(string textString)413         public UriFormatException(string textString) { }
UriFormatException(string textString, System.Exception e)414         public UriFormatException(string textString, System.Exception e) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)415         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
416     }
417     public enum UriHostNameType
418     {
419         Basic = 1,
420         Dns = 2,
421         IPv4 = 3,
422         IPv6 = 4,
423         Unknown = 0,
424     }
425     public enum UriIdnScope
426     {
427         All = 2,
428         AllExceptIntranet = 1,
429         None = 0,
430     }
431     public enum UriKind
432     {
433         Absolute = 1,
434         Relative = 2,
435         RelativeOrAbsolute = 0,
436     }
437     public abstract partial class UriParser
438     {
UriParser()439         protected UriParser() { }
GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format)440         protected virtual string GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format) { throw null; }
InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError)441         protected virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); }
IsBaseOf(System.Uri baseUri, System.Uri relativeUri)442         protected virtual bool IsBaseOf(System.Uri baseUri, System.Uri relativeUri) { throw null; }
IsKnownScheme(string schemeName)443         public static bool IsKnownScheme(string schemeName) { throw null; }
IsWellFormedOriginalString(System.Uri uri)444         protected virtual bool IsWellFormedOriginalString(System.Uri uri) { throw null; }
OnNewUri()445         protected virtual System.UriParser OnNewUri() { throw null; }
OnRegister(string schemeName, int defaultPort)446         protected virtual void OnRegister(string schemeName, int defaultPort) { }
Register(System.UriParser uriParser, string schemeName, int defaultPort)447         public static void Register(System.UriParser uriParser, string schemeName, int defaultPort) { }
Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError)448         protected virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); throw null; }
449     }
450     public enum UriPartial
451     {
452         Authority = 1,
453         Path = 2,
454         Query = 3,
455         Scheme = 0,
456     }
457     public partial class UriTypeConverter : System.ComponentModel.TypeConverter
458     {
UriTypeConverter()459         public UriTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)460         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)461         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)462         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)463         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)464         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
465     }
466 }
467 namespace System.CodeDom
468 {
469     [System.SerializableAttribute]
470     public partial class CodeArgumentReferenceExpression : System.CodeDom.CodeExpression
471     {
CodeArgumentReferenceExpression()472         public CodeArgumentReferenceExpression() { }
CodeArgumentReferenceExpression(string parameterName)473         public CodeArgumentReferenceExpression(string parameterName) { }
474         public string ParameterName { get { throw null; } set { } }
475     }
476     [System.SerializableAttribute]
477     public partial class CodeArrayCreateExpression : System.CodeDom.CodeExpression
478     {
CodeArrayCreateExpression()479         public CodeArrayCreateExpression() { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size)480         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers)481         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size)482         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) { }
CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size)483         public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers)484         public CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(string createType, int size)485         public CodeArrayCreateExpression(string createType, int size) { }
CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size)486         public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers)487         public CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.Type createType, int size)488         public CodeArrayCreateExpression(System.Type createType, int size) { }
489         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
490         public System.CodeDom.CodeExpressionCollection Initializers { get { throw null; } }
491         public int Size { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
492         public System.CodeDom.CodeExpression SizeExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
493     }
494     [System.SerializableAttribute]
495     public partial class CodeArrayIndexerExpression : System.CodeDom.CodeExpression
496     {
CodeArrayIndexerExpression()497         public CodeArrayIndexerExpression() { }
CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)498         public CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
499         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
500         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
501     }
502     [System.SerializableAttribute]
503     public partial class CodeAssignStatement : System.CodeDom.CodeStatement
504     {
CodeAssignStatement()505         public CodeAssignStatement() { }
CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right)506         public CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right) { }
507         public System.CodeDom.CodeExpression Left { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
508         public System.CodeDom.CodeExpression Right { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
509     }
510     [System.SerializableAttribute]
511     public partial class CodeAttachEventStatement : System.CodeDom.CodeStatement
512     {
CodeAttachEventStatement()513         public CodeAttachEventStatement() { }
CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)514         public CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)515         public CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
516         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
517         public System.CodeDom.CodeExpression Listener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
518     }
519     [System.SerializableAttribute]
520     public partial class CodeAttributeArgument
521     {
CodeAttributeArgument()522         public CodeAttributeArgument() { }
CodeAttributeArgument(System.CodeDom.CodeExpression value)523         public CodeAttributeArgument(System.CodeDom.CodeExpression value) { }
CodeAttributeArgument(string name, System.CodeDom.CodeExpression value)524         public CodeAttributeArgument(string name, System.CodeDom.CodeExpression value) { }
525         public string Name { get { throw null; } set { } }
526         public System.CodeDom.CodeExpression Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
527     }
528     [System.SerializableAttribute]
529     public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase
530     {
CodeAttributeArgumentCollection()531         public CodeAttributeArgumentCollection() { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value)532         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value)533         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { }
534         public System.CodeDom.CodeAttributeArgument this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeArgument value)535         public int Add(System.CodeDom.CodeAttributeArgument value) { throw null; }
AddRange(System.CodeDom.CodeAttributeArgumentCollection value)536         public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { }
AddRange(System.CodeDom.CodeAttributeArgument[] value)537         public void AddRange(System.CodeDom.CodeAttributeArgument[] value) { }
Contains(System.CodeDom.CodeAttributeArgument value)538         public bool Contains(System.CodeDom.CodeAttributeArgument value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index)539         public void CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeArgument value)540         public int IndexOf(System.CodeDom.CodeAttributeArgument value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeArgument value)541         public void Insert(int index, System.CodeDom.CodeAttributeArgument value) { }
Remove(System.CodeDom.CodeAttributeArgument value)542         public void Remove(System.CodeDom.CodeAttributeArgument value) { }
543     }
544     [System.SerializableAttribute]
545     public partial class CodeAttributeDeclaration
546     {
CodeAttributeDeclaration()547         public CodeAttributeDeclaration() { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType)548         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments)549         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) { }
CodeAttributeDeclaration(string name)550         public CodeAttributeDeclaration(string name) { }
CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments)551         public CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments) { }
552         public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
553         public System.CodeDom.CodeTypeReference AttributeType { get { throw null; } }
554         public string Name { get { throw null; } set { } }
555     }
556     [System.SerializableAttribute]
557     public partial class CodeAttributeDeclarationCollection : System.Collections.CollectionBase
558     {
CodeAttributeDeclarationCollection()559         public CodeAttributeDeclarationCollection() { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value)560         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value) { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value)561         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value) { }
562         public System.CodeDom.CodeAttributeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeDeclaration value)563         public int Add(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeAttributeDeclarationCollection value)564         public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeAttributeDeclaration[] value)565         public void AddRange(System.CodeDom.CodeAttributeDeclaration[] value) { }
Contains(System.CodeDom.CodeAttributeDeclaration value)566         public bool Contains(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index)567         public void CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeDeclaration value)568         public int IndexOf(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeDeclaration value)569         public void Insert(int index, System.CodeDom.CodeAttributeDeclaration value) { }
Remove(System.CodeDom.CodeAttributeDeclaration value)570         public void Remove(System.CodeDom.CodeAttributeDeclaration value) { }
571     }
572     [System.SerializableAttribute]
573     public partial class CodeBaseReferenceExpression : System.CodeDom.CodeExpression
574     {
CodeBaseReferenceExpression()575         public CodeBaseReferenceExpression() { }
576     }
577     [System.SerializableAttribute]
578     public partial class CodeBinaryOperatorExpression : System.CodeDom.CodeExpression
579     {
CodeBinaryOperatorExpression()580         public CodeBinaryOperatorExpression() { }
CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right)581         public CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right) { }
582         public System.CodeDom.CodeExpression Left { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
583         public System.CodeDom.CodeBinaryOperatorType Operator { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
584         public System.CodeDom.CodeExpression Right { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
585     }
586     [System.SerializableAttribute]
587     public enum CodeBinaryOperatorType
588     {
589         Add = 0,
590         Assign = 5,
591         BitwiseAnd = 10,
592         BitwiseOr = 9,
593         BooleanAnd = 12,
594         BooleanOr = 11,
595         Divide = 3,
596         GreaterThan = 15,
597         GreaterThanOrEqual = 16,
598         IdentityEquality = 7,
599         IdentityInequality = 6,
600         LessThan = 13,
601         LessThanOrEqual = 14,
602         Modulus = 4,
603         Multiply = 2,
604         Subtract = 1,
605         ValueEquality = 8,
606     }
607     [System.SerializableAttribute]
608     public partial class CodeCastExpression : System.CodeDom.CodeExpression
609     {
CodeCastExpression()610         public CodeCastExpression() { }
CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression)611         public CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression)612         public CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression)613         public CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression) { }
614         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
615         public System.CodeDom.CodeTypeReference TargetType { get { throw null; } set { } }
616     }
617     [System.SerializableAttribute]
618     public partial class CodeCatchClause
619     {
CodeCatchClause()620         public CodeCatchClause() { }
CodeCatchClause(string localName)621         public CodeCatchClause(string localName) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType)622         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements)623         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements) { }
624         public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } }
625         public string LocalName { get { throw null; } set { } }
626         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
627     }
628     [System.SerializableAttribute]
629     public partial class CodeCatchClauseCollection : System.Collections.CollectionBase
630     {
CodeCatchClauseCollection()631         public CodeCatchClauseCollection() { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value)632         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value) { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value)633         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value) { }
634         public System.CodeDom.CodeCatchClause this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCatchClause value)635         public int Add(System.CodeDom.CodeCatchClause value) { throw null; }
AddRange(System.CodeDom.CodeCatchClauseCollection value)636         public void AddRange(System.CodeDom.CodeCatchClauseCollection value) { }
AddRange(System.CodeDom.CodeCatchClause[] value)637         public void AddRange(System.CodeDom.CodeCatchClause[] value) { }
Contains(System.CodeDom.CodeCatchClause value)638         public bool Contains(System.CodeDom.CodeCatchClause value) { throw null; }
CopyTo(System.CodeDom.CodeCatchClause[] array, int index)639         public void CopyTo(System.CodeDom.CodeCatchClause[] array, int index) { }
IndexOf(System.CodeDom.CodeCatchClause value)640         public int IndexOf(System.CodeDom.CodeCatchClause value) { throw null; }
Insert(int index, System.CodeDom.CodeCatchClause value)641         public void Insert(int index, System.CodeDom.CodeCatchClause value) { }
Remove(System.CodeDom.CodeCatchClause value)642         public void Remove(System.CodeDom.CodeCatchClause value) { }
643     }
644     [System.SerializableAttribute]
645     public partial class CodeChecksumPragma : System.CodeDom.CodeDirective
646     {
CodeChecksumPragma()647         public CodeChecksumPragma() { }
CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData)648         public CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData) { }
649         public System.Guid ChecksumAlgorithmId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
650         public byte[] ChecksumData { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
651         public string FileName { get { throw null; } set { } }
652     }
653     [System.SerializableAttribute]
654     public partial class CodeComment : System.CodeDom.CodeObject
655     {
CodeComment()656         public CodeComment() { }
CodeComment(string text)657         public CodeComment(string text) { }
CodeComment(string text, bool docComment)658         public CodeComment(string text, bool docComment) { }
659         public bool DocComment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
660         public string Text { get { throw null; } set { } }
661     }
662     [System.SerializableAttribute]
663     public partial class CodeCommentStatement : System.CodeDom.CodeStatement
664     {
CodeCommentStatement()665         public CodeCommentStatement() { }
CodeCommentStatement(System.CodeDom.CodeComment comment)666         public CodeCommentStatement(System.CodeDom.CodeComment comment) { }
CodeCommentStatement(string text)667         public CodeCommentStatement(string text) { }
CodeCommentStatement(string text, bool docComment)668         public CodeCommentStatement(string text, bool docComment) { }
669         public System.CodeDom.CodeComment Comment { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
670     }
671     [System.SerializableAttribute]
672     public partial class CodeCommentStatementCollection : System.Collections.CollectionBase
673     {
CodeCommentStatementCollection()674         public CodeCommentStatementCollection() { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value)675         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value)676         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { }
677         public System.CodeDom.CodeCommentStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCommentStatement value)678         public int Add(System.CodeDom.CodeCommentStatement value) { throw null; }
AddRange(System.CodeDom.CodeCommentStatementCollection value)679         public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { }
AddRange(System.CodeDom.CodeCommentStatement[] value)680         public void AddRange(System.CodeDom.CodeCommentStatement[] value) { }
Contains(System.CodeDom.CodeCommentStatement value)681         public bool Contains(System.CodeDom.CodeCommentStatement value) { throw null; }
CopyTo(System.CodeDom.CodeCommentStatement[] array, int index)682         public void CopyTo(System.CodeDom.CodeCommentStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeCommentStatement value)683         public int IndexOf(System.CodeDom.CodeCommentStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeCommentStatement value)684         public void Insert(int index, System.CodeDom.CodeCommentStatement value) { }
Remove(System.CodeDom.CodeCommentStatement value)685         public void Remove(System.CodeDom.CodeCommentStatement value) { }
686     }
687     [System.SerializableAttribute]
688     public partial class CodeCompileUnit : System.CodeDom.CodeObject
689     {
CodeCompileUnit()690         public CodeCompileUnit() { }
691         public System.CodeDom.CodeAttributeDeclarationCollection AssemblyCustomAttributes { get { throw null; } }
692         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
693         public System.CodeDom.CodeNamespaceCollection Namespaces { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
694         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
695         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
696     }
697     [System.SerializableAttribute]
698     public partial class CodeConditionStatement : System.CodeDom.CodeStatement
699     {
CodeConditionStatement()700         public CodeConditionStatement() { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements)701         public CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements) { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements)702         public CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements) { }
703         public System.CodeDom.CodeExpression Condition { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
704         public System.CodeDom.CodeStatementCollection FalseStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
705         public System.CodeDom.CodeStatementCollection TrueStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
706     }
707     [System.SerializableAttribute]
708     public partial class CodeConstructor : System.CodeDom.CodeMemberMethod
709     {
CodeConstructor()710         public CodeConstructor() { }
711         public System.CodeDom.CodeExpressionCollection BaseConstructorArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
712         public System.CodeDom.CodeExpressionCollection ChainedConstructorArgs { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
713     }
714     [System.SerializableAttribute]
715     public partial class CodeDefaultValueExpression : System.CodeDom.CodeExpression
716     {
CodeDefaultValueExpression()717         public CodeDefaultValueExpression() { }
CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type)718         public CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type) { }
719         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
720     }
721     [System.SerializableAttribute]
722     public partial class CodeDelegateCreateExpression : System.CodeDom.CodeExpression
723     {
CodeDelegateCreateExpression()724         public CodeDelegateCreateExpression() { }
CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName)725         public CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName) { }
726         public System.CodeDom.CodeTypeReference DelegateType { get { throw null; } set { } }
727         public string MethodName { get { throw null; } set { } }
728         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
729     }
730     [System.SerializableAttribute]
731     public partial class CodeDelegateInvokeExpression : System.CodeDom.CodeExpression
732     {
CodeDelegateInvokeExpression()733         public CodeDelegateInvokeExpression() { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject)734         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject) { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters)735         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters) { }
736         public System.CodeDom.CodeExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
737         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
738     }
739     [System.SerializableAttribute]
740     public partial class CodeDirectionExpression : System.CodeDom.CodeExpression
741     {
CodeDirectionExpression()742         public CodeDirectionExpression() { }
CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression)743         public CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression) { }
744         public System.CodeDom.FieldDirection Direction { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
745         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
746     }
747     [System.SerializableAttribute]
748     public partial class CodeDirective : System.CodeDom.CodeObject
749     {
CodeDirective()750         public CodeDirective() { }
751     }
752     [System.SerializableAttribute]
753     public partial class CodeDirectiveCollection : System.Collections.CollectionBase
754     {
CodeDirectiveCollection()755         public CodeDirectiveCollection() { }
CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value)756         public CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value) { }
CodeDirectiveCollection(System.CodeDom.CodeDirective[] value)757         public CodeDirectiveCollection(System.CodeDom.CodeDirective[] value) { }
758         public System.CodeDom.CodeDirective this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeDirective value)759         public int Add(System.CodeDom.CodeDirective value) { throw null; }
AddRange(System.CodeDom.CodeDirectiveCollection value)760         public void AddRange(System.CodeDom.CodeDirectiveCollection value) { }
AddRange(System.CodeDom.CodeDirective[] value)761         public void AddRange(System.CodeDom.CodeDirective[] value) { }
Contains(System.CodeDom.CodeDirective value)762         public bool Contains(System.CodeDom.CodeDirective value) { throw null; }
CopyTo(System.CodeDom.CodeDirective[] array, int index)763         public void CopyTo(System.CodeDom.CodeDirective[] array, int index) { }
IndexOf(System.CodeDom.CodeDirective value)764         public int IndexOf(System.CodeDom.CodeDirective value) { throw null; }
Insert(int index, System.CodeDom.CodeDirective value)765         public void Insert(int index, System.CodeDom.CodeDirective value) { }
Remove(System.CodeDom.CodeDirective value)766         public void Remove(System.CodeDom.CodeDirective value) { }
767     }
768     [System.SerializableAttribute]
769     public partial class CodeEntryPointMethod : System.CodeDom.CodeMemberMethod
770     {
CodeEntryPointMethod()771         public CodeEntryPointMethod() { }
772     }
773     [System.SerializableAttribute]
774     public partial class CodeEventReferenceExpression : System.CodeDom.CodeExpression
775     {
CodeEventReferenceExpression()776         public CodeEventReferenceExpression() { }
CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName)777         public CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName) { }
778         public string EventName { get { throw null; } set { } }
779         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
780     }
781     [System.SerializableAttribute]
782     public partial class CodeExpression : System.CodeDom.CodeObject
783     {
CodeExpression()784         public CodeExpression() { }
785     }
786     [System.SerializableAttribute]
787     public partial class CodeExpressionCollection : System.Collections.CollectionBase
788     {
CodeExpressionCollection()789         public CodeExpressionCollection() { }
CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value)790         public CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value) { }
CodeExpressionCollection(System.CodeDom.CodeExpression[] value)791         public CodeExpressionCollection(System.CodeDom.CodeExpression[] value) { }
792         public System.CodeDom.CodeExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)793         public int Add(System.CodeDom.CodeExpression value) { throw null; }
AddRange(System.CodeDom.CodeExpressionCollection value)794         public void AddRange(System.CodeDom.CodeExpressionCollection value) { }
AddRange(System.CodeDom.CodeExpression[] value)795         public void AddRange(System.CodeDom.CodeExpression[] value) { }
Contains(System.CodeDom.CodeExpression value)796         public bool Contains(System.CodeDom.CodeExpression value) { throw null; }
CopyTo(System.CodeDom.CodeExpression[] array, int index)797         public void CopyTo(System.CodeDom.CodeExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeExpression value)798         public int IndexOf(System.CodeDom.CodeExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeExpression value)799         public void Insert(int index, System.CodeDom.CodeExpression value) { }
Remove(System.CodeDom.CodeExpression value)800         public void Remove(System.CodeDom.CodeExpression value) { }
801     }
802     [System.SerializableAttribute]
803     public partial class CodeExpressionStatement : System.CodeDom.CodeStatement
804     {
CodeExpressionStatement()805         public CodeExpressionStatement() { }
CodeExpressionStatement(System.CodeDom.CodeExpression expression)806         public CodeExpressionStatement(System.CodeDom.CodeExpression expression) { }
807         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
808     }
809     [System.SerializableAttribute]
810     public partial class CodeFieldReferenceExpression : System.CodeDom.CodeExpression
811     {
CodeFieldReferenceExpression()812         public CodeFieldReferenceExpression() { }
CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName)813         public CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName) { }
814         public string FieldName { get { throw null; } set { } }
815         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
816     }
817     [System.SerializableAttribute]
818     public partial class CodeGotoStatement : System.CodeDom.CodeStatement
819     {
CodeGotoStatement()820         public CodeGotoStatement() { }
CodeGotoStatement(string label)821         public CodeGotoStatement(string label) { }
822         public string Label { get { throw null; } set { } }
823     }
824     [System.SerializableAttribute]
825     public partial class CodeIndexerExpression : System.CodeDom.CodeExpression
826     {
CodeIndexerExpression()827         public CodeIndexerExpression() { }
CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)828         public CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
829         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
830         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
831     }
832     [System.SerializableAttribute]
833     public partial class CodeIterationStatement : System.CodeDom.CodeStatement
834     {
CodeIterationStatement()835         public CodeIterationStatement() { }
CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements)836         public CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements) { }
837         public System.CodeDom.CodeStatement IncrementStatement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
838         public System.CodeDom.CodeStatement InitStatement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
839         public System.CodeDom.CodeStatementCollection Statements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
840         public System.CodeDom.CodeExpression TestExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
841     }
842     [System.SerializableAttribute]
843     public partial class CodeLabeledStatement : System.CodeDom.CodeStatement
844     {
CodeLabeledStatement()845         public CodeLabeledStatement() { }
CodeLabeledStatement(string label)846         public CodeLabeledStatement(string label) { }
CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement)847         public CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement) { }
848         public string Label { get { throw null; } set { } }
849         public System.CodeDom.CodeStatement Statement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
850     }
851     [System.SerializableAttribute]
852     public partial class CodeLinePragma
853     {
CodeLinePragma()854         public CodeLinePragma() { }
CodeLinePragma(string fileName, int lineNumber)855         public CodeLinePragma(string fileName, int lineNumber) { }
856         public string FileName { get { throw null; } set { } }
857         public int LineNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
858     }
859     [System.SerializableAttribute]
860     public partial class CodeMemberEvent : System.CodeDom.CodeTypeMember
861     {
CodeMemberEvent()862         public CodeMemberEvent() { }
863         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
864         public System.CodeDom.CodeTypeReference PrivateImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
865         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
866     }
867     [System.SerializableAttribute]
868     public partial class CodeMemberField : System.CodeDom.CodeTypeMember
869     {
CodeMemberField()870         public CodeMemberField() { }
CodeMemberField(System.CodeDom.CodeTypeReference type, string name)871         public CodeMemberField(System.CodeDom.CodeTypeReference type, string name) { }
CodeMemberField(string type, string name)872         public CodeMemberField(string type, string name) { }
CodeMemberField(System.Type type, string name)873         public CodeMemberField(System.Type type, string name) { }
874         public System.CodeDom.CodeExpression InitExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
875         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
876     }
877     [System.SerializableAttribute]
878     public partial class CodeMemberMethod : System.CodeDom.CodeTypeMember
879     {
CodeMemberMethod()880         public CodeMemberMethod() { }
881         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
882         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
883         public System.CodeDom.CodeTypeReference PrivateImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
884         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
885         public System.CodeDom.CodeAttributeDeclarationCollection ReturnTypeCustomAttributes { get { throw null; } }
886         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
887         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
888         public event System.EventHandler PopulateImplementationTypes { add { } remove { } }
889         public event System.EventHandler PopulateParameters { add { } remove { } }
890         public event System.EventHandler PopulateStatements { add { } remove { } }
891     }
892     [System.SerializableAttribute]
893     public partial class CodeMemberProperty : System.CodeDom.CodeTypeMember
894     {
CodeMemberProperty()895         public CodeMemberProperty() { }
896         public System.CodeDom.CodeStatementCollection GetStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
897         public bool HasGet { get { throw null; } set { } }
898         public bool HasSet { get { throw null; } set { } }
899         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
900         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
901         public System.CodeDom.CodeTypeReference PrivateImplementationType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
902         public System.CodeDom.CodeStatementCollection SetStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
903         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
904     }
905     [System.SerializableAttribute]
906     public partial class CodeMethodInvokeExpression : System.CodeDom.CodeExpression
907     {
CodeMethodInvokeExpression()908         public CodeMethodInvokeExpression() { }
CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters)909         public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) { }
CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters)910         public CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters) { }
911         public System.CodeDom.CodeMethodReferenceExpression Method { get { throw null; } set { } }
912         public System.CodeDom.CodeExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
913     }
914     [System.SerializableAttribute]
915     public partial class CodeMethodReferenceExpression : System.CodeDom.CodeExpression
916     {
CodeMethodReferenceExpression()917         public CodeMethodReferenceExpression() { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName)918         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName) { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters)919         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters) { }
920         public string MethodName { get { throw null; } set { } }
921         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
922         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
923     }
924     [System.SerializableAttribute]
925     public partial class CodeMethodReturnStatement : System.CodeDom.CodeStatement
926     {
CodeMethodReturnStatement()927         public CodeMethodReturnStatement() { }
CodeMethodReturnStatement(System.CodeDom.CodeExpression expression)928         public CodeMethodReturnStatement(System.CodeDom.CodeExpression expression) { }
929         public System.CodeDom.CodeExpression Expression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
930     }
931     [System.SerializableAttribute]
932     public partial class CodeNamespace : System.CodeDom.CodeObject
933     {
CodeNamespace()934         public CodeNamespace() { }
CodeNamespace(string name)935         public CodeNamespace(string name) { }
936         public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
937         public System.CodeDom.CodeNamespaceImportCollection Imports { get { throw null; } }
938         public string Name { get { throw null; } set { } }
939         public System.CodeDom.CodeTypeDeclarationCollection Types { get { throw null; } }
940         public event System.EventHandler PopulateComments { add { } remove { } }
941         public event System.EventHandler PopulateImports { add { } remove { } }
942         public event System.EventHandler PopulateTypes { add { } remove { } }
943     }
944     [System.SerializableAttribute]
945     public partial class CodeNamespaceCollection : System.Collections.CollectionBase
946     {
CodeNamespaceCollection()947         public CodeNamespaceCollection() { }
CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value)948         public CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value) { }
CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value)949         public CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value) { }
950         public System.CodeDom.CodeNamespace this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespace value)951         public int Add(System.CodeDom.CodeNamespace value) { throw null; }
AddRange(System.CodeDom.CodeNamespaceCollection value)952         public void AddRange(System.CodeDom.CodeNamespaceCollection value) { }
AddRange(System.CodeDom.CodeNamespace[] value)953         public void AddRange(System.CodeDom.CodeNamespace[] value) { }
Contains(System.CodeDom.CodeNamespace value)954         public bool Contains(System.CodeDom.CodeNamespace value) { throw null; }
CopyTo(System.CodeDom.CodeNamespace[] array, int index)955         public void CopyTo(System.CodeDom.CodeNamespace[] array, int index) { }
IndexOf(System.CodeDom.CodeNamespace value)956         public int IndexOf(System.CodeDom.CodeNamespace value) { throw null; }
Insert(int index, System.CodeDom.CodeNamespace value)957         public void Insert(int index, System.CodeDom.CodeNamespace value) { }
Remove(System.CodeDom.CodeNamespace value)958         public void Remove(System.CodeDom.CodeNamespace value) { }
959     }
960     [System.SerializableAttribute]
961     public partial class CodeNamespaceImport : System.CodeDom.CodeObject
962     {
CodeNamespaceImport()963         public CodeNamespaceImport() { }
CodeNamespaceImport(string nameSpace)964         public CodeNamespaceImport(string nameSpace) { }
965         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
966         public string Namespace { get { throw null; } set { } }
967     }
968     [System.SerializableAttribute]
969     public partial class CodeNamespaceImportCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
970     {
CodeNamespaceImportCollection()971         public CodeNamespaceImportCollection() { }
972         public int Count { get { throw null; } }
973         public System.CodeDom.CodeNamespaceImport this[int index] { get { throw null; } set { } }
974         int System.Collections.ICollection.Count { get { throw null; } }
975         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
976         object System.Collections.ICollection.SyncRoot { get { throw null; } }
977         bool System.Collections.IList.IsFixedSize { get { throw null; } }
978         bool System.Collections.IList.IsReadOnly { get { throw null; } }
979         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespaceImport value)980         public void Add(System.CodeDom.CodeNamespaceImport value) { }
AddRange(System.CodeDom.CodeNamespaceImport[] value)981         public void AddRange(System.CodeDom.CodeNamespaceImport[] value) { }
Clear()982         public void Clear() { }
GetEnumerator()983         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)984         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()985         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)986         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()987         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)988         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)989         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)990         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)991         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)992         void System.Collections.IList.RemoveAt(int index) { }
993     }
994     [System.SerializableAttribute]
995     public partial class CodeObject
996     {
CodeObject()997         public CodeObject() { }
998         public System.Collections.IDictionary UserData { get { throw null; } }
999     }
1000     [System.SerializableAttribute]
1001     public partial class CodeObjectCreateExpression : System.CodeDom.CodeExpression
1002     {
CodeObjectCreateExpression()1003         public CodeObjectCreateExpression() { }
CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters)1004         public CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters)1005         public CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters)1006         public CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters) { }
1007         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
1008         public System.CodeDom.CodeExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1009     }
1010     [System.SerializableAttribute]
1011     public partial class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression
1012     {
CodeParameterDeclarationExpression()1013         public CodeParameterDeclarationExpression() { }
CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name)1014         public CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name) { }
CodeParameterDeclarationExpression(string type, string name)1015         public CodeParameterDeclarationExpression(string type, string name) { }
CodeParameterDeclarationExpression(System.Type type, string name)1016         public CodeParameterDeclarationExpression(System.Type type, string name) { }
1017         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1018         public System.CodeDom.FieldDirection Direction { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1019         public string Name { get { throw null; } set { } }
1020         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1021     }
1022     [System.SerializableAttribute]
1023     public partial class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase
1024     {
CodeParameterDeclarationExpressionCollection()1025         public CodeParameterDeclarationExpressionCollection() { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1026         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value)1027         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
1028         public System.CodeDom.CodeParameterDeclarationExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeParameterDeclarationExpression value)1029         public int Add(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1030         public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value)1031         public void AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
Contains(System.CodeDom.CodeParameterDeclarationExpression value)1032         public bool Contains(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index)1033         public void CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeParameterDeclarationExpression value)1034         public int IndexOf(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value)1035         public void Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value) { }
Remove(System.CodeDom.CodeParameterDeclarationExpression value)1036         public void Remove(System.CodeDom.CodeParameterDeclarationExpression value) { }
1037     }
1038     [System.SerializableAttribute]
1039     public partial class CodePrimitiveExpression : System.CodeDom.CodeExpression
1040     {
CodePrimitiveExpression()1041         public CodePrimitiveExpression() { }
CodePrimitiveExpression(object value)1042         public CodePrimitiveExpression(object value) { }
1043         public object Value { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1044     }
1045     [System.SerializableAttribute]
1046     public partial class CodePropertyReferenceExpression : System.CodeDom.CodeExpression
1047     {
CodePropertyReferenceExpression()1048         public CodePropertyReferenceExpression() { }
CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName)1049         public CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName) { }
1050         public string PropertyName { get { throw null; } set { } }
1051         public System.CodeDom.CodeExpression TargetObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1052     }
1053     [System.SerializableAttribute]
1054     public partial class CodePropertySetValueReferenceExpression : System.CodeDom.CodeExpression
1055     {
CodePropertySetValueReferenceExpression()1056         public CodePropertySetValueReferenceExpression() { }
1057     }
1058     [System.SerializableAttribute]
1059     public partial class CodeRegionDirective : System.CodeDom.CodeDirective
1060     {
CodeRegionDirective()1061         public CodeRegionDirective() { }
CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText)1062         public CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText) { }
1063         public System.CodeDom.CodeRegionMode RegionMode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1064         public string RegionText { get { throw null; } set { } }
1065     }
1066     [System.SerializableAttribute]
1067     public enum CodeRegionMode
1068     {
1069         End = 2,
1070         None = 0,
1071         Start = 1,
1072     }
1073     [System.SerializableAttribute]
1074     public partial class CodeRemoveEventStatement : System.CodeDom.CodeStatement
1075     {
CodeRemoveEventStatement()1076         public CodeRemoveEventStatement() { }
CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)1077         public CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)1078         public CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
1079         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
1080         public System.CodeDom.CodeExpression Listener { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1081     }
1082     [System.SerializableAttribute]
1083     public partial class CodeSnippetCompileUnit : System.CodeDom.CodeCompileUnit
1084     {
CodeSnippetCompileUnit()1085         public CodeSnippetCompileUnit() { }
CodeSnippetCompileUnit(string value)1086         public CodeSnippetCompileUnit(string value) { }
1087         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1088         public string Value { get { throw null; } set { } }
1089     }
1090     [System.SerializableAttribute]
1091     public partial class CodeSnippetExpression : System.CodeDom.CodeExpression
1092     {
CodeSnippetExpression()1093         public CodeSnippetExpression() { }
CodeSnippetExpression(string value)1094         public CodeSnippetExpression(string value) { }
1095         public string Value { get { throw null; } set { } }
1096     }
1097     [System.SerializableAttribute]
1098     public partial class CodeSnippetStatement : System.CodeDom.CodeStatement
1099     {
CodeSnippetStatement()1100         public CodeSnippetStatement() { }
CodeSnippetStatement(string value)1101         public CodeSnippetStatement(string value) { }
1102         public string Value { get { throw null; } set { } }
1103     }
1104     [System.SerializableAttribute]
1105     public partial class CodeSnippetTypeMember : System.CodeDom.CodeTypeMember
1106     {
CodeSnippetTypeMember()1107         public CodeSnippetTypeMember() { }
CodeSnippetTypeMember(string text)1108         public CodeSnippetTypeMember(string text) { }
1109         public string Text { get { throw null; } set { } }
1110     }
1111     [System.SerializableAttribute]
1112     public partial class CodeStatement : System.CodeDom.CodeObject
1113     {
CodeStatement()1114         public CodeStatement() { }
1115         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1116         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1117         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1118     }
1119     [System.SerializableAttribute]
1120     public partial class CodeStatementCollection : System.Collections.CollectionBase
1121     {
CodeStatementCollection()1122         public CodeStatementCollection() { }
CodeStatementCollection(System.CodeDom.CodeStatementCollection value)1123         public CodeStatementCollection(System.CodeDom.CodeStatementCollection value) { }
CodeStatementCollection(System.CodeDom.CodeStatement[] value)1124         public CodeStatementCollection(System.CodeDom.CodeStatement[] value) { }
1125         public System.CodeDom.CodeStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)1126         public int Add(System.CodeDom.CodeExpression value) { throw null; }
Add(System.CodeDom.CodeStatement value)1127         public int Add(System.CodeDom.CodeStatement value) { throw null; }
AddRange(System.CodeDom.CodeStatementCollection value)1128         public void AddRange(System.CodeDom.CodeStatementCollection value) { }
AddRange(System.CodeDom.CodeStatement[] value)1129         public void AddRange(System.CodeDom.CodeStatement[] value) { }
Contains(System.CodeDom.CodeStatement value)1130         public bool Contains(System.CodeDom.CodeStatement value) { throw null; }
CopyTo(System.CodeDom.CodeStatement[] array, int index)1131         public void CopyTo(System.CodeDom.CodeStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeStatement value)1132         public int IndexOf(System.CodeDom.CodeStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeStatement value)1133         public void Insert(int index, System.CodeDom.CodeStatement value) { }
Remove(System.CodeDom.CodeStatement value)1134         public void Remove(System.CodeDom.CodeStatement value) { }
1135     }
1136     [System.SerializableAttribute]
1137     public partial class CodeThisReferenceExpression : System.CodeDom.CodeExpression
1138     {
CodeThisReferenceExpression()1139         public CodeThisReferenceExpression() { }
1140     }
1141     [System.SerializableAttribute]
1142     public partial class CodeThrowExceptionStatement : System.CodeDom.CodeStatement
1143     {
CodeThrowExceptionStatement()1144         public CodeThrowExceptionStatement() { }
CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow)1145         public CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow) { }
1146         public System.CodeDom.CodeExpression ToThrow { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1147     }
1148     [System.SerializableAttribute]
1149     public partial class CodeTryCatchFinallyStatement : System.CodeDom.CodeStatement
1150     {
CodeTryCatchFinallyStatement()1151         public CodeTryCatchFinallyStatement() { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses)1152         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses) { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements)1153         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements) { }
1154         public System.CodeDom.CodeCatchClauseCollection CatchClauses { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1155         public System.CodeDom.CodeStatementCollection FinallyStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1156         public System.CodeDom.CodeStatementCollection TryStatements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1157     }
1158     [System.SerializableAttribute]
1159     public partial class CodeTypeConstructor : System.CodeDom.CodeMemberMethod
1160     {
CodeTypeConstructor()1161         public CodeTypeConstructor() { }
1162     }
1163     [System.SerializableAttribute]
1164     public partial class CodeTypeDeclaration : System.CodeDom.CodeTypeMember
1165     {
CodeTypeDeclaration()1166         public CodeTypeDeclaration() { }
CodeTypeDeclaration(string name)1167         public CodeTypeDeclaration(string name) { }
1168         public System.CodeDom.CodeTypeReferenceCollection BaseTypes { get { throw null; } }
1169         public bool IsClass { get { throw null; } set { } }
1170         public bool IsEnum { get { throw null; } set { } }
1171         public bool IsInterface { get { throw null; } set { } }
1172         public bool IsPartial { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1173         public bool IsStruct { get { throw null; } set { } }
1174         public System.CodeDom.CodeTypeMemberCollection Members { get { throw null; } }
1175         public System.Reflection.TypeAttributes TypeAttributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1176         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
1177         public event System.EventHandler PopulateBaseTypes { add { } remove { } }
1178         public event System.EventHandler PopulateMembers { add { } remove { } }
1179     }
1180     [System.SerializableAttribute]
1181     public partial class CodeTypeDeclarationCollection : System.Collections.CollectionBase
1182     {
CodeTypeDeclarationCollection()1183         public CodeTypeDeclarationCollection() { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value)1184         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value) { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value)1185         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value) { }
1186         public System.CodeDom.CodeTypeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeDeclaration value)1187         public int Add(System.CodeDom.CodeTypeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeTypeDeclarationCollection value)1188         public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeTypeDeclaration[] value)1189         public void AddRange(System.CodeDom.CodeTypeDeclaration[] value) { }
Contains(System.CodeDom.CodeTypeDeclaration value)1190         public bool Contains(System.CodeDom.CodeTypeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index)1191         public void CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeDeclaration value)1192         public int IndexOf(System.CodeDom.CodeTypeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeDeclaration value)1193         public void Insert(int index, System.CodeDom.CodeTypeDeclaration value) { }
Remove(System.CodeDom.CodeTypeDeclaration value)1194         public void Remove(System.CodeDom.CodeTypeDeclaration value) { }
1195     }
1196     [System.SerializableAttribute]
1197     public partial class CodeTypeDelegate : System.CodeDom.CodeTypeDeclaration
1198     {
CodeTypeDelegate()1199         public CodeTypeDelegate() { }
CodeTypeDelegate(string name)1200         public CodeTypeDelegate(string name) { }
1201         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1202         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
1203     }
1204     [System.SerializableAttribute]
1205     public partial class CodeTypeMember : System.CodeDom.CodeObject
1206     {
CodeTypeMember()1207         public CodeTypeMember() { }
1208         public System.CodeDom.MemberAttributes Attributes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1209         public System.CodeDom.CodeCommentStatementCollection Comments { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1210         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1211         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1212         public System.CodeDom.CodeLinePragma LinePragma { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1213         public string Name { get { throw null; } set { } }
1214         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1215     }
1216     [System.SerializableAttribute]
1217     public partial class CodeTypeMemberCollection : System.Collections.CollectionBase
1218     {
CodeTypeMemberCollection()1219         public CodeTypeMemberCollection() { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value)1220         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value) { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value)1221         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value) { }
1222         public System.CodeDom.CodeTypeMember this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeMember value)1223         public int Add(System.CodeDom.CodeTypeMember value) { throw null; }
AddRange(System.CodeDom.CodeTypeMemberCollection value)1224         public void AddRange(System.CodeDom.CodeTypeMemberCollection value) { }
AddRange(System.CodeDom.CodeTypeMember[] value)1225         public void AddRange(System.CodeDom.CodeTypeMember[] value) { }
Contains(System.CodeDom.CodeTypeMember value)1226         public bool Contains(System.CodeDom.CodeTypeMember value) { throw null; }
CopyTo(System.CodeDom.CodeTypeMember[] array, int index)1227         public void CopyTo(System.CodeDom.CodeTypeMember[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeMember value)1228         public int IndexOf(System.CodeDom.CodeTypeMember value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeMember value)1229         public void Insert(int index, System.CodeDom.CodeTypeMember value) { }
Remove(System.CodeDom.CodeTypeMember value)1230         public void Remove(System.CodeDom.CodeTypeMember value) { }
1231     }
1232     [System.SerializableAttribute]
1233     public partial class CodeTypeOfExpression : System.CodeDom.CodeExpression
1234     {
CodeTypeOfExpression()1235         public CodeTypeOfExpression() { }
CodeTypeOfExpression(System.CodeDom.CodeTypeReference type)1236         public CodeTypeOfExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeOfExpression(string type)1237         public CodeTypeOfExpression(string type) { }
CodeTypeOfExpression(System.Type type)1238         public CodeTypeOfExpression(System.Type type) { }
1239         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1240     }
1241     [System.SerializableAttribute]
1242     public partial class CodeTypeParameter : System.CodeDom.CodeObject
1243     {
CodeTypeParameter()1244         public CodeTypeParameter() { }
CodeTypeParameter(string name)1245         public CodeTypeParameter(string name) { }
1246         public System.CodeDom.CodeTypeReferenceCollection Constraints { get { throw null; } }
1247         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } }
1248         public bool HasConstructorConstraint { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1249         public string Name { get { throw null; } set { } }
1250     }
1251     [System.SerializableAttribute]
1252     public partial class CodeTypeParameterCollection : System.Collections.CollectionBase
1253     {
CodeTypeParameterCollection()1254         public CodeTypeParameterCollection() { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value)1255         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value) { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value)1256         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value) { }
1257         public System.CodeDom.CodeTypeParameter this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeParameter value)1258         public int Add(System.CodeDom.CodeTypeParameter value) { throw null; }
Add(string value)1259         public void Add(string value) { }
AddRange(System.CodeDom.CodeTypeParameterCollection value)1260         public void AddRange(System.CodeDom.CodeTypeParameterCollection value) { }
AddRange(System.CodeDom.CodeTypeParameter[] value)1261         public void AddRange(System.CodeDom.CodeTypeParameter[] value) { }
Contains(System.CodeDom.CodeTypeParameter value)1262         public bool Contains(System.CodeDom.CodeTypeParameter value) { throw null; }
CopyTo(System.CodeDom.CodeTypeParameter[] array, int index)1263         public void CopyTo(System.CodeDom.CodeTypeParameter[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeParameter value)1264         public int IndexOf(System.CodeDom.CodeTypeParameter value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeParameter value)1265         public void Insert(int index, System.CodeDom.CodeTypeParameter value) { }
Remove(System.CodeDom.CodeTypeParameter value)1266         public void Remove(System.CodeDom.CodeTypeParameter value) { }
1267     }
1268     [System.SerializableAttribute]
1269     public partial class CodeTypeReference : System.CodeDom.CodeObject
1270     {
CodeTypeReference()1271         public CodeTypeReference() { }
CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter)1272         public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) { }
CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank)1273         public CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank) { }
CodeTypeReference(string typeName)1274         public CodeTypeReference(string typeName) { }
CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption)1275         public CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) { }
CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments)1276         public CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments) { }
CodeTypeReference(string baseType, int rank)1277         public CodeTypeReference(string baseType, int rank) { }
CodeTypeReference(System.Type type)1278         public CodeTypeReference(System.Type type) { }
CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption)1279         public CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) { }
1280         public System.CodeDom.CodeTypeReference ArrayElementType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1281         public int ArrayRank { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1282         public string BaseType { get { throw null; } set { } }
1283         public System.CodeDom.CodeTypeReferenceOptions Options { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1284         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
1285     }
1286     [System.SerializableAttribute]
1287     public partial class CodeTypeReferenceCollection : System.Collections.CollectionBase
1288     {
CodeTypeReferenceCollection()1289         public CodeTypeReferenceCollection() { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value)1290         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value) { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value)1291         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value) { }
1292         public System.CodeDom.CodeTypeReference this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeReference value)1293         public int Add(System.CodeDom.CodeTypeReference value) { throw null; }
Add(string value)1294         public void Add(string value) { }
Add(System.Type value)1295         public void Add(System.Type value) { }
AddRange(System.CodeDom.CodeTypeReferenceCollection value)1296         public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) { }
AddRange(System.CodeDom.CodeTypeReference[] value)1297         public void AddRange(System.CodeDom.CodeTypeReference[] value) { }
Contains(System.CodeDom.CodeTypeReference value)1298         public bool Contains(System.CodeDom.CodeTypeReference value) { throw null; }
CopyTo(System.CodeDom.CodeTypeReference[] array, int index)1299         public void CopyTo(System.CodeDom.CodeTypeReference[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeReference value)1300         public int IndexOf(System.CodeDom.CodeTypeReference value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeReference value)1301         public void Insert(int index, System.CodeDom.CodeTypeReference value) { }
Remove(System.CodeDom.CodeTypeReference value)1302         public void Remove(System.CodeDom.CodeTypeReference value) { }
1303     }
1304     [System.SerializableAttribute]
1305     public partial class CodeTypeReferenceExpression : System.CodeDom.CodeExpression
1306     {
CodeTypeReferenceExpression()1307         public CodeTypeReferenceExpression() { }
CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type)1308         public CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeReferenceExpression(string type)1309         public CodeTypeReferenceExpression(string type) { }
CodeTypeReferenceExpression(System.Type type)1310         public CodeTypeReferenceExpression(System.Type type) { }
1311         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1312     }
1313     [System.FlagsAttribute]
1314     [System.SerializableAttribute]
1315     public enum CodeTypeReferenceOptions
1316     {
1317         GenericTypeParameter = 2,
1318         GlobalReference = 1,
1319     }
1320     [System.SerializableAttribute]
1321     public partial class CodeVariableDeclarationStatement : System.CodeDom.CodeStatement
1322     {
CodeVariableDeclarationStatement()1323         public CodeVariableDeclarationStatement() { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name)1324         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name) { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression)1325         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(string type, string name)1326         public CodeVariableDeclarationStatement(string type, string name) { }
CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression)1327         public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(System.Type type, string name)1328         public CodeVariableDeclarationStatement(System.Type type, string name) { }
CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression)1329         public CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression) { }
1330         public System.CodeDom.CodeExpression InitExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1331         public string Name { get { throw null; } set { } }
1332         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1333     }
1334     [System.SerializableAttribute]
1335     public partial class CodeVariableReferenceExpression : System.CodeDom.CodeExpression
1336     {
CodeVariableReferenceExpression()1337         public CodeVariableReferenceExpression() { }
CodeVariableReferenceExpression(string variableName)1338         public CodeVariableReferenceExpression(string variableName) { }
1339         public string VariableName { get { throw null; } set { } }
1340     }
1341     [System.SerializableAttribute]
1342     public enum FieldDirection
1343     {
1344         In = 0,
1345         Out = 1,
1346         Ref = 2,
1347     }
1348     [System.SerializableAttribute]
1349     public enum MemberAttributes
1350     {
1351         Abstract = 1,
1352         AccessMask = 61440,
1353         Assembly = 4096,
1354         Const = 5,
1355         Family = 12288,
1356         FamilyAndAssembly = 8192,
1357         FamilyOrAssembly = 16384,
1358         Final = 2,
1359         New = 16,
1360         Overloaded = 256,
1361         Override = 4,
1362         Private = 20480,
1363         Public = 24576,
1364         ScopeMask = 15,
1365         Static = 3,
1366         VTableMask = 240,
1367     }
1368 }
1369 namespace System.CodeDom.Compiler
1370 {
1371     public abstract partial class CodeCompiler : System.CodeDom.Compiler.CodeGenerator, System.CodeDom.Compiler.ICodeCompiler
1372     {
CodeCompiler()1373         protected CodeCompiler() { }
1374         protected abstract string CompilerName { get; }
1375         protected abstract string FileExtension { get; }
CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options)1376         protected abstract string CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options);
FromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e)1377         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)1378         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)1379         protected virtual System.CodeDom.Compiler.CompilerResults FromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName) { throw null; }
FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1380         protected virtual System.CodeDom.Compiler.CompilerResults FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames) { throw null; }
FromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1381         protected virtual System.CodeDom.Compiler.CompilerResults FromSource(System.CodeDom.Compiler.CompilerParameters options, string source) { throw null; }
FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1382         protected virtual System.CodeDom.Compiler.CompilerResults FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs)1383         protected virtual string GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs) { throw null; }
JoinStringArray(string[] sa, string separator)1384         protected static string JoinStringArray(string[] sa, string separator) { throw null; }
ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults results, string line)1385         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)1386         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)1387         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)1388         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)1389         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)1390         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)1391         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
1392     }
1393     public abstract partial class CodeDomProvider : System.ComponentModel.Component
1394     {
CodeDomProvider()1395         protected CodeDomProvider() { }
1396         public virtual string FileExtension { get { throw null; } }
1397         public virtual System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } }
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, params System.CodeDom.CodeCompileUnit[] compilationUnits)1398         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)1399         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)1400         public virtual System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, params string[] sources) { throw null; }
1401         [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()1402         public abstract System.CodeDom.Compiler.ICodeCompiler CreateCompiler();
CreateEscapedIdentifier(string value)1403         public virtual string CreateEscapedIdentifier(string value) { throw null; }
1404         [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()1405         public abstract System.CodeDom.Compiler.ICodeGenerator CreateGenerator();
CreateGenerator(System.IO.TextWriter output)1406         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(System.IO.TextWriter output) { throw null; }
CreateGenerator(string fileName)1407         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(string fileName) { throw null; }
1408         [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()1409         public virtual System.CodeDom.Compiler.ICodeParser CreateParser() { throw null; }
CreateProvider(string language)1410         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) { throw null; }
CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions)1411         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
CreateValidIdentifier(string value)1412         public virtual string CreateValidIdentifier(string value) { throw null; }
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1413         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)1414         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)1415         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)1416         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)1417         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)1418         public virtual void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration codeType, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GetAllCompilerInfo()1419         public static System.CodeDom.Compiler.CompilerInfo[] GetAllCompilerInfo() { throw null; }
GetCompilerInfo(string language)1420         public static System.CodeDom.Compiler.CompilerInfo GetCompilerInfo(string language) { throw null; }
GetConverter(System.Type type)1421         public virtual System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
GetLanguageFromExtension(string extension)1422         public static string GetLanguageFromExtension(string extension) { throw null; }
GetTypeOutput(System.CodeDom.CodeTypeReference type)1423         public virtual string GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
IsDefinedExtension(string extension)1424         public static bool IsDefinedExtension(string extension) { throw null; }
IsDefinedLanguage(string language)1425         public static bool IsDefinedLanguage(string language) { throw null; }
IsValidIdentifier(string value)1426         public virtual bool IsValidIdentifier(string value) { throw null; }
Parse(System.IO.TextReader codeStream)1427         public virtual System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream) { throw null; }
Supports(System.CodeDom.Compiler.GeneratorSupport generatorSupport)1428         public virtual bool Supports(System.CodeDom.Compiler.GeneratorSupport generatorSupport) { throw null; }
1429     }
1430     public abstract partial class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator
1431     {
CodeGenerator()1432         protected CodeGenerator() { }
1433         protected System.CodeDom.CodeTypeDeclaration CurrentClass { get { throw null; } }
1434         protected System.CodeDom.CodeTypeMember CurrentMember { get { throw null; } }
1435         protected string CurrentMemberName { get { throw null; } }
1436         protected string CurrentTypeName { get { throw null; } }
1437         protected int Indent { get { throw null; } set { } }
1438         protected bool IsCurrentClass { get { throw null; } }
1439         protected bool IsCurrentDelegate { get { throw null; } }
1440         protected bool IsCurrentEnum { get { throw null; } }
1441         protected bool IsCurrentInterface { get { throw null; } }
1442         protected bool IsCurrentStruct { get { throw null; } }
1443         protected abstract string NullToken { get; }
1444         protected System.CodeDom.Compiler.CodeGeneratorOptions Options { get { throw null; } }
1445         protected System.IO.TextWriter Output { get { throw null; } }
ContinueOnNewLine(string st)1446         protected virtual void ContinueOnNewLine(string st) { }
CreateEscapedIdentifier(string value)1447         protected abstract string CreateEscapedIdentifier(string value);
CreateValidIdentifier(string value)1448         protected abstract string CreateValidIdentifier(string value);
GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e)1449         protected abstract void GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e);
GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e)1450         protected abstract void GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e);
GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e)1451         protected abstract void GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e);
GenerateAssignStatement(System.CodeDom.CodeAssignStatement e)1452         protected abstract void GenerateAssignStatement(System.CodeDom.CodeAssignStatement e);
GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement e)1453         protected abstract void GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement e);
GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes)1454         protected abstract void GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes)1455         protected abstract void GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e)1456         protected abstract void GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e);
GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e)1457         protected virtual void GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e) { }
GenerateCastExpression(System.CodeDom.CodeCastExpression e)1458         protected abstract void GenerateCastExpression(System.CodeDom.CodeCastExpression e);
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1459         public virtual void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateComment(System.CodeDom.CodeComment e)1460         protected abstract void GenerateComment(System.CodeDom.CodeComment e);
GenerateCommentStatement(System.CodeDom.CodeCommentStatement e)1461         protected virtual void GenerateCommentStatement(System.CodeDom.CodeCommentStatement e) { }
GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e)1462         protected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e) { }
GenerateCompileUnit(System.CodeDom.CodeCompileUnit e)1463         protected virtual void GenerateCompileUnit(System.CodeDom.CodeCompileUnit e) { }
GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit e)1464         protected virtual void GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit e) { }
GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit e)1465         protected virtual void GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit e) { }
GenerateConditionStatement(System.CodeDom.CodeConditionStatement e)1466         protected abstract void GenerateConditionStatement(System.CodeDom.CodeConditionStatement e);
GenerateConstructor(System.CodeDom.CodeConstructor e, System.CodeDom.CodeTypeDeclaration c)1467         protected abstract void GenerateConstructor(System.CodeDom.CodeConstructor e, System.CodeDom.CodeTypeDeclaration c);
GenerateDecimalValue(decimal d)1468         protected virtual void GenerateDecimalValue(decimal d) { }
GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e)1469         protected virtual void GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e) { }
GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e)1470         protected abstract void GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e);
GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e)1471         protected abstract void GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e);
GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e)1472         protected virtual void GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e) { }
GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives)1473         protected virtual void GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives) { }
GenerateDoubleValue(double d)1474         protected virtual void GenerateDoubleValue(double d) { }
GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod e, System.CodeDom.CodeTypeDeclaration c)1475         protected abstract void GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod e, System.CodeDom.CodeTypeDeclaration c);
GenerateEvent(System.CodeDom.CodeMemberEvent e, System.CodeDom.CodeTypeDeclaration c)1476         protected abstract void GenerateEvent(System.CodeDom.CodeMemberEvent e, System.CodeDom.CodeTypeDeclaration c);
GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e)1477         protected abstract void GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e);
GenerateExpression(System.CodeDom.CodeExpression e)1478         protected void GenerateExpression(System.CodeDom.CodeExpression e) { }
GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement e)1479         protected abstract void GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement e);
GenerateField(System.CodeDom.CodeMemberField e)1480         protected abstract void GenerateField(System.CodeDom.CodeMemberField e);
GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e)1481         protected abstract void GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e);
GenerateGotoStatement(System.CodeDom.CodeGotoStatement e)1482         protected abstract void GenerateGotoStatement(System.CodeDom.CodeGotoStatement e);
GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e)1483         protected abstract void GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e);
GenerateIterationStatement(System.CodeDom.CodeIterationStatement e)1484         protected abstract void GenerateIterationStatement(System.CodeDom.CodeIterationStatement e);
GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement e)1485         protected abstract void GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement e);
GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma e)1486         protected abstract void GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma e);
GenerateLinePragmaStart(System.CodeDom.CodeLinePragma e)1487         protected abstract void GenerateLinePragmaStart(System.CodeDom.CodeLinePragma e);
GenerateMethod(System.CodeDom.CodeMemberMethod e, System.CodeDom.CodeTypeDeclaration c)1488         protected abstract void GenerateMethod(System.CodeDom.CodeMemberMethod e, System.CodeDom.CodeTypeDeclaration c);
GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e)1489         protected abstract void GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e);
GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e)1490         protected abstract void GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e);
GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e)1491         protected abstract void GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e);
GenerateNamespace(System.CodeDom.CodeNamespace e)1492         protected virtual void GenerateNamespace(System.CodeDom.CodeNamespace e) { }
GenerateNamespaceEnd(System.CodeDom.CodeNamespace e)1493         protected abstract void GenerateNamespaceEnd(System.CodeDom.CodeNamespace e);
GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport e)1494         protected abstract void GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport e);
GenerateNamespaceImports(System.CodeDom.CodeNamespace e)1495         protected void GenerateNamespaceImports(System.CodeDom.CodeNamespace e) { }
GenerateNamespaces(System.CodeDom.CodeCompileUnit e)1496         protected void GenerateNamespaces(System.CodeDom.CodeCompileUnit e) { }
GenerateNamespaceStart(System.CodeDom.CodeNamespace e)1497         protected abstract void GenerateNamespaceStart(System.CodeDom.CodeNamespace e);
GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e)1498         protected abstract void GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e);
GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e)1499         protected virtual void GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e) { }
GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e)1500         protected virtual void GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e) { }
GenerateProperty(System.CodeDom.CodeMemberProperty e, System.CodeDom.CodeTypeDeclaration c)1501         protected abstract void GenerateProperty(System.CodeDom.CodeMemberProperty e, System.CodeDom.CodeTypeDeclaration c);
GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e)1502         protected abstract void GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e);
GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e)1503         protected abstract void GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e);
GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement e)1504         protected abstract void GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement e);
GenerateSingleFloatValue(float s)1505         protected virtual void GenerateSingleFloatValue(float s) { }
GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e)1506         protected virtual void GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e) { }
GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e)1507         protected abstract void GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e);
GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e)1508         protected abstract void GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e);
GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e)1509         protected virtual void GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e) { }
GenerateStatement(System.CodeDom.CodeStatement e)1510         protected void GenerateStatement(System.CodeDom.CodeStatement e) { }
GenerateStatements(System.CodeDom.CodeStatementCollection stms)1511         protected void GenerateStatements(System.CodeDom.CodeStatementCollection stms) { }
GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e)1512         protected abstract void GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e);
GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e)1513         protected abstract void GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e);
GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e)1514         protected abstract void GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e);
GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor e)1515         protected abstract void GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor e);
GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration e)1516         protected abstract void GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration e);
GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e)1517         protected virtual void GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e) { }
GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e)1518         protected virtual void GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e) { }
GenerateTypes(System.CodeDom.CodeNamespace e)1519         protected void GenerateTypes(System.CodeDom.CodeNamespace e) { }
GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e)1520         protected abstract void GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e);
GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e)1521         protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e);
GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e)1522         protected abstract void GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e);
GetTypeOutput(System.CodeDom.CodeTypeReference value)1523         protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference value);
IsValidIdentifier(string value)1524         protected abstract bool IsValidIdentifier(string value);
IsValidLanguageIndependentIdentifier(string value)1525         public static bool IsValidLanguageIndependentIdentifier(string value) { throw null; }
OutputAttributeArgument(System.CodeDom.CodeAttributeArgument arg)1526         protected virtual void OutputAttributeArgument(System.CodeDom.CodeAttributeArgument arg) { }
OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes)1527         protected virtual void OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes) { }
OutputDirection(System.CodeDom.FieldDirection dir)1528         protected virtual void OutputDirection(System.CodeDom.FieldDirection dir) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions)1529         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newlineBetweenItems)1530         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newlineBetweenItems) { }
OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes)1531         protected virtual void OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputIdentifier(string ident)1532         protected virtual void OutputIdentifier(string ident) { }
OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes)1533         protected virtual void OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes) { }
OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes)1534         protected virtual void OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputOperator(System.CodeDom.CodeBinaryOperatorType op)1535         protected virtual void OutputOperator(System.CodeDom.CodeBinaryOperatorType op) { }
OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters)1536         protected virtual void OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters) { }
OutputType(System.CodeDom.CodeTypeReference typeRef)1537         protected abstract void OutputType(System.CodeDom.CodeTypeReference typeRef);
OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum)1538         protected virtual void OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum) { }
OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name)1539         protected virtual void OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name) { }
QuoteSnippetString(string value)1540         protected abstract string QuoteSnippetString(string value);
Supports(System.CodeDom.Compiler.GeneratorSupport support)1541         protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport support);
System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value)1542         string System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value)1543         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)1544         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)1545         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)1546         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)1547         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)1548         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)1549         string System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value)1550         bool System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support)1551         bool System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value)1552         void System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value) { }
ValidateIdentifier(string value)1553         protected virtual void ValidateIdentifier(string value) { }
ValidateIdentifiers(System.CodeDom.CodeObject e)1554         public static void ValidateIdentifiers(System.CodeDom.CodeObject e) { }
1555     }
1556     public partial class CodeGeneratorOptions
1557     {
CodeGeneratorOptions()1558         public CodeGeneratorOptions() { }
1559         public bool BlankLinesBetweenMembers { get { throw null; } set { } }
1560         public string BracingStyle { get { throw null; } set { } }
1561         public bool ElseOnClosing { get { throw null; } set { } }
1562         public string IndentString { get { throw null; } set { } }
1563         public object this[string index] { get { throw null; } set { } }
1564         public bool VerbatimOrder { get { throw null; } set { } }
1565     }
1566     public abstract partial class CodeParser : System.CodeDom.Compiler.ICodeParser
1567     {
CodeParser()1568         protected CodeParser() { }
Parse(System.IO.TextReader codeStream)1569         public abstract System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1570     }
1571     [System.SerializableAttribute]
1572     public partial class CompilerError
1573     {
CompilerError()1574         public CompilerError() { }
CompilerError(string fileName, int line, int column, string errorNumber, string errorText)1575         public CompilerError(string fileName, int line, int column, string errorNumber, string errorText) { }
1576         public int Column { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1577         public string ErrorNumber { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1578         public string ErrorText { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1579         public string FileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1580         public bool IsWarning { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1581         public int Line { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
ToString()1582         public override string ToString() { throw null; }
1583     }
1584     [System.SerializableAttribute]
1585     public partial class CompilerErrorCollection : System.Collections.CollectionBase
1586     {
CompilerErrorCollection()1587         public CompilerErrorCollection() { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value)1588         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value) { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value)1589         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value) { }
1590         public bool HasErrors { get { throw null; } }
1591         public bool HasWarnings { get { throw null; } }
1592         public System.CodeDom.Compiler.CompilerError this[int index] { get { throw null; } set { } }
Add(System.CodeDom.Compiler.CompilerError value)1593         public int Add(System.CodeDom.Compiler.CompilerError value) { throw null; }
AddRange(System.CodeDom.Compiler.CompilerErrorCollection value)1594         public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) { }
AddRange(System.CodeDom.Compiler.CompilerError[] value)1595         public void AddRange(System.CodeDom.Compiler.CompilerError[] value) { }
Contains(System.CodeDom.Compiler.CompilerError value)1596         public bool Contains(System.CodeDom.Compiler.CompilerError value) { throw null; }
CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index)1597         public void CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index) { }
IndexOf(System.CodeDom.Compiler.CompilerError value)1598         public int IndexOf(System.CodeDom.Compiler.CompilerError value) { throw null; }
Insert(int index, System.CodeDom.Compiler.CompilerError value)1599         public void Insert(int index, System.CodeDom.Compiler.CompilerError value) { }
Remove(System.CodeDom.Compiler.CompilerError value)1600         public void Remove(System.CodeDom.Compiler.CompilerError value) { }
1601     }
1602     public sealed partial class CompilerInfo
1603     {
CompilerInfo()1604         internal CompilerInfo() { }
1605         public System.Type CodeDomProviderType { get { throw null; } }
1606         public bool IsCodeDomProviderTypeValid { get { throw null; } }
CreateDefaultCompilerParameters()1607         public System.CodeDom.Compiler.CompilerParameters CreateDefaultCompilerParameters() { throw null; }
CreateProvider()1608         public System.CodeDom.Compiler.CodeDomProvider CreateProvider() { throw null; }
CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)1609         public System.CodeDom.Compiler.CodeDomProvider CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
Equals(object o)1610         public override bool Equals(object o) { throw null; }
GetExtensions()1611         public string[] GetExtensions() { throw null; }
GetHashCode()1612         public override int GetHashCode() { throw null; }
GetLanguages()1613         public string[] GetLanguages() { throw null; }
1614     }
1615     [System.SerializableAttribute]
1616     public partial class CompilerParameters
1617     {
CompilerParameters()1618         public CompilerParameters() { }
CompilerParameters(string[] assemblyNames)1619         public CompilerParameters(string[] assemblyNames) { }
CompilerParameters(string[] assemblyNames, string outputName)1620         public CompilerParameters(string[] assemblyNames, string outputName) { }
CompilerParameters(string[] assemblyNames, string outputName, bool includeDebugInformation)1621         public CompilerParameters(string[] assemblyNames, string outputName, bool includeDebugInformation) { }
1622         public string CompilerOptions { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1623         public string CoreAssemblyFileName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1624         public System.Collections.Specialized.StringCollection EmbeddedResources { get { throw null; } }
1625         [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.")]
1626         public System.Security.Policy.Evidence Evidence { get { throw null; } set { } }
1627         public bool GenerateExecutable { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1628         public bool GenerateInMemory { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1629         public bool IncludeDebugInformation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1630         public System.Collections.Specialized.StringCollection LinkedResources { get { throw null; } }
1631         public string MainClass { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1632         public string OutputAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1633         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
1634         public System.CodeDom.Compiler.TempFileCollection TempFiles { get { throw null; } set { } }
1635         public bool TreatWarningsAsErrors { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1636         public System.IntPtr UserToken { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1637         public int WarningLevel { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1638         public string Win32Resource { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1639     }
1640     [System.SerializableAttribute]
1641     public partial class CompilerResults
1642     {
CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles)1643         public CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles) { }
1644         public System.Reflection.Assembly CompiledAssembly { get { throw null; } set { } }
1645         public System.CodeDom.Compiler.CompilerErrorCollection Errors { get { throw null; } }
1646         [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.")]
1647         public System.Security.Policy.Evidence Evidence { get { throw null; } set { } }
1648         public int NativeCompilerReturnValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1649         public System.Collections.Specialized.StringCollection Output { get { throw null; } }
1650         public string PathToAssembly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1651         public System.CodeDom.Compiler.TempFileCollection TempFiles { get { throw null; } set { } }
1652     }
1653     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1654     public static partial class Executor
1655     {
ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles)1656         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)1657         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1658         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, ControlPrincipal=true)]
1659         [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)1660         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1661         [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)1662         public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1663         [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)1664         public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1665     }
1666     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), Inherited=false, AllowMultiple=false)]
1667     public sealed partial class GeneratedCodeAttribute : System.Attribute
1668     {
GeneratedCodeAttribute(string tool, string version)1669         public GeneratedCodeAttribute(string tool, string version) { }
1670         public string Tool { get { throw null; } }
1671         public string Version { get { throw null; } }
1672     }
1673     [System.FlagsAttribute]
1674     [System.SerializableAttribute]
1675     public enum GeneratorSupport
1676     {
1677         ArraysOfArrays = 1,
1678         AssemblyAttributes = 4096,
1679         ChainedConstructorArguments = 32768,
1680         ComplexExpressions = 524288,
1681         DeclareDelegates = 512,
1682         DeclareEnums = 256,
1683         DeclareEvents = 2048,
1684         DeclareIndexerProperties = 33554432,
1685         DeclareInterfaces = 1024,
1686         DeclareValueTypes = 128,
1687         EntryPointMethod = 2,
1688         GenericTypeDeclaration = 16777216,
1689         GenericTypeReference = 8388608,
1690         GotoStatements = 4,
1691         MultidimensionalArrays = 8,
1692         MultipleInterfaceMembers = 131072,
1693         NestedTypes = 65536,
1694         ParameterAttributes = 8192,
1695         PartialTypes = 4194304,
1696         PublicStaticMembers = 262144,
1697         ReferenceParameters = 16384,
1698         Resources = 2097152,
1699         ReturnTypeAttributes = 64,
1700         StaticConstructors = 16,
1701         TryCatchStatements = 32,
1702         Win32Resources = 1048576,
1703     }
1704     public partial interface ICodeCompiler
1705     {
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit)1706         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit);
CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] compilationUnits)1707         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] compilationUnits);
CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName)1708         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName);
CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1709         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames);
CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1710         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source);
CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1711         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources);
1712     }
1713     public partial interface ICodeGenerator
1714     {
CreateEscapedIdentifier(string value)1715         string CreateEscapedIdentifier(string value);
CreateValidIdentifier(string value)1716         string CreateValidIdentifier(string value);
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1717         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)1718         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)1719         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)1720         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)1721         void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
GetTypeOutput(System.CodeDom.CodeTypeReference type)1722         string GetTypeOutput(System.CodeDom.CodeTypeReference type);
IsValidIdentifier(string value)1723         bool IsValidIdentifier(string value);
Supports(System.CodeDom.Compiler.GeneratorSupport supports)1724         bool Supports(System.CodeDom.Compiler.GeneratorSupport supports);
ValidateIdentifier(string value)1725         void ValidateIdentifier(string value);
1726     }
1727     public partial interface ICodeParser
1728     {
Parse(System.IO.TextReader codeStream)1729         System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1730     }
1731     public partial class IndentedTextWriter : System.IO.TextWriter
1732     {
1733         public const string DefaultTabString = "    ";
IndentedTextWriter(System.IO.TextWriter writer)1734         public IndentedTextWriter(System.IO.TextWriter writer) { }
IndentedTextWriter(System.IO.TextWriter writer, string tabString)1735         public IndentedTextWriter(System.IO.TextWriter writer, string tabString) { }
1736         public override System.Text.Encoding Encoding { get { throw null; } }
1737         public int Indent { get { throw null; } set { } }
1738         public System.IO.TextWriter InnerWriter { get { throw null; } }
1739         public override string NewLine { get { throw null; } set { } }
Close()1740         public override void Close() { }
Flush()1741         public override void Flush() { }
OutputTabs()1742         protected virtual void OutputTabs() { }
Write(bool value)1743         public override void Write(bool value) { }
Write(char value)1744         public override void Write(char value) { }
Write(char[] buffer)1745         public override void Write(char[] buffer) { }
Write(char[] buffer, int index, int count)1746         public override void Write(char[] buffer, int index, int count) { }
Write(double value)1747         public override void Write(double value) { }
Write(int value)1748         public override void Write(int value) { }
Write(long value)1749         public override void Write(long value) { }
Write(object value)1750         public override void Write(object value) { }
Write(float value)1751         public override void Write(float value) { }
Write(string s)1752         public override void Write(string s) { }
Write(string format, object arg0)1753         public override void Write(string format, object arg0) { }
Write(string format, object arg0, object arg1)1754         public override void Write(string format, object arg0, object arg1) { }
Write(string format, params object[] arg)1755         public override void Write(string format, params object[] arg) { }
WriteLine()1756         public override void WriteLine() { }
WriteLine(bool value)1757         public override void WriteLine(bool value) { }
WriteLine(char value)1758         public override void WriteLine(char value) { }
WriteLine(char[] buffer)1759         public override void WriteLine(char[] buffer) { }
WriteLine(char[] buffer, int index, int count)1760         public override void WriteLine(char[] buffer, int index, int count) { }
WriteLine(double value)1761         public override void WriteLine(double value) { }
WriteLine(int value)1762         public override void WriteLine(int value) { }
WriteLine(long value)1763         public override void WriteLine(long value) { }
WriteLine(object value)1764         public override void WriteLine(object value) { }
WriteLine(float value)1765         public override void WriteLine(float value) { }
WriteLine(string s)1766         public override void WriteLine(string s) { }
WriteLine(string format, object arg0)1767         public override void WriteLine(string format, object arg0) { }
WriteLine(string format, object arg0, object arg1)1768         public override void WriteLine(string format, object arg0, object arg1) { }
WriteLine(string format, params object[] arg)1769         public override void WriteLine(string format, params object[] arg) { }
1770         [System.CLSCompliantAttribute(false)]
WriteLine(uint value)1771         public override void WriteLine(uint value) { }
WriteLineNoTabs(string s)1772         public void WriteLineNoTabs(string s) { }
1773     }
1774     [System.FlagsAttribute]
1775     [System.SerializableAttribute]
1776     public enum LanguageOptions
1777     {
1778         CaseInsensitive = 1,
1779         None = 0,
1780     }
1781     public partial class TempFileCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
1782     {
TempFileCollection()1783         public TempFileCollection() { }
TempFileCollection(string tempDir)1784         public TempFileCollection(string tempDir) { }
TempFileCollection(string tempDir, bool keepFiles)1785         public TempFileCollection(string tempDir, bool keepFiles) { }
1786         public string BasePath { get { throw null; } }
1787         public int Count { get { throw null; } }
1788         public bool KeepFiles { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
1789         int System.Collections.ICollection.Count { get { throw null; } }
1790         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1791         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1792         public string TempDir { get { throw null; } }
AddExtension(string fileExtension)1793         public string AddExtension(string fileExtension) { throw null; }
AddExtension(string fileExtension, bool keepFile)1794         public string AddExtension(string fileExtension, bool keepFile) { throw null; }
AddFile(string fileName, bool keepFile)1795         public void AddFile(string fileName, bool keepFile) { }
CopyTo(string[] fileNames, int start)1796         public void CopyTo(string[] fileNames, int start) { }
Delete()1797         public void Delete() { }
Dispose(bool disposing)1798         protected virtual void Dispose(bool disposing) { }
~TempFileCollection()1799         ~TempFileCollection() { }
GetEnumerator()1800         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int start)1801         void System.Collections.ICollection.CopyTo(System.Array array, int start) { }
System.Collections.IEnumerable.GetEnumerator()1802         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.IDisposable.Dispose()1803         void System.IDisposable.Dispose() { }
1804     }
1805 }
1806 namespace System.Collections.Concurrent
1807 {
1808     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}, Type = {_collection}")]
1809     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Concurrent.BlockingCollectionDebugView<T>")]
1810     public partial class BlockingCollection<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
1811     {
BlockingCollection()1812         public BlockingCollection() { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection)1813         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection) { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity)1814         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity) { }
BlockingCollection(int boundedCapacity)1815         public BlockingCollection(int boundedCapacity) { }
1816         public int BoundedCapacity { get { throw null; } }
1817         public int Count { get { throw null; } }
1818         public bool IsAddingCompleted { get { throw null; } }
1819         public bool IsCompleted { get { throw null; } }
1820         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1821         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)1822         public void Add(T item) { }
Add(T item, System.Threading.CancellationToken cancellationToken)1823         public void Add(T item, System.Threading.CancellationToken cancellationToken) { }
AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)1824         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)1825         public static int AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.Threading.CancellationToken cancellationToken) { throw null; }
CompleteAdding()1826         public void CompleteAdding() { }
CopyTo(T[] array, int index)1827         public void CopyTo(T[] array, int index) { }
Dispose()1828         public void Dispose() { }
Dispose(bool disposing)1829         protected virtual void Dispose(bool disposing) { }
GetConsumingEnumerable()1830         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable() { throw null; }
GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken)1831         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken) { throw null; }
GetEnumerator()1832         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1833         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1834         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
Take()1835         public T Take() { throw null; }
Take(System.Threading.CancellationToken cancellationToken)1836         public T Take(System.Threading.CancellationToken cancellationToken) { throw null; }
TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)1837         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)1838         public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
ToArray()1839         public T[] ToArray() { throw null; }
TryAdd(T item)1840         public bool TryAdd(T item) { throw null; }
TryAdd(T item, int millisecondsTimeout)1841         public bool TryAdd(T item, int millisecondsTimeout) { throw null; }
TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)1842         public bool TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
TryAdd(T item, System.TimeSpan timeout)1843         public bool TryAdd(T item, System.TimeSpan timeout) { throw null; }
TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)1844         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)1845         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)1846         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)1847         public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.TimeSpan timeout) { throw null; }
TryTake(out T item)1848         public bool TryTake(out T item) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout)1849         public bool TryTake(out T item, int millisecondsTimeout) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)1850         public bool TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
TryTake(out T item, System.TimeSpan timeout)1851         public bool TryTake(out T item, System.TimeSpan timeout) { item = default(T); throw null; }
TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)1852         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)1853         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)1854         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)1855         public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.TimeSpan timeout) { item = default(T); throw null; }
1856     }
1857     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
1858     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Concurrent.IProducerConsumerCollectionDebugView<T>")]
1859     [System.SerializableAttribute]
1860     public partial class ConcurrentBag<T> : System.Collections.Concurrent.IProducerConsumerCollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable
1861     {
ConcurrentBag()1862         public ConcurrentBag() { }
ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection)1863         public ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection) { }
1864         public int Count { get { throw null; } }
1865         public bool IsEmpty { get { throw null; } }
1866         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1867         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)1868         public void Add(T item) { }
CopyTo(T[] array, int index)1869         public void CopyTo(T[] array, int index) { }
GetEnumerator()1870         public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
TryAdd(T item)1871         bool System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd(T item) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1872         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1873         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()1874         public T[] ToArray() { throw null; }
TryPeek(out T result)1875         public bool TryPeek(out T result) { result = default(T); throw null; }
TryTake(out T result)1876         public bool TryTake(out T result) { result = default(T); throw null; }
1877     }
1878 }
1879 namespace System.Collections.Generic
1880 {
1881     public partial interface ISet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
1882     {
Add(T item)1883         new bool Add(T item);
ExceptWith(System.Collections.Generic.IEnumerable<T> other)1884         void ExceptWith(System.Collections.Generic.IEnumerable<T> other);
IntersectWith(System.Collections.Generic.IEnumerable<T> other)1885         void IntersectWith(System.Collections.Generic.IEnumerable<T> other);
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)1886         bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)1887         bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other);
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)1888         bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)1889         bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other);
Overlaps(System.Collections.Generic.IEnumerable<T> other)1890         bool Overlaps(System.Collections.Generic.IEnumerable<T> other);
SetEquals(System.Collections.Generic.IEnumerable<T> other)1891         bool SetEquals(System.Collections.Generic.IEnumerable<T> other);
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)1892         void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other);
UnionWith(System.Collections.Generic.IEnumerable<T> other)1893         void UnionWith(System.Collections.Generic.IEnumerable<T> other);
1894     }
1895     public sealed partial class LinkedListNode<T>
1896     {
LinkedListNode(T value)1897         public LinkedListNode(T value) { }
1898         public System.Collections.Generic.LinkedList<T> List { get { throw null; } }
1899         public System.Collections.Generic.LinkedListNode<T> Next { get { throw null; } }
1900         public System.Collections.Generic.LinkedListNode<T> Previous { get { throw null; } }
1901         public T Value { get { throw null; } set { } }
1902     }
1903     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
1904     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.ICollectionDebugView<T>")]
1905     [System.SerializableAttribute]
1906     public partial class LinkedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
1907     {
LinkedList()1908         public LinkedList() { }
LinkedList(System.Collections.Generic.IEnumerable<T> collection)1909         public LinkedList(System.Collections.Generic.IEnumerable<T> collection) { }
LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1910         protected LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1911         public int Count { get { throw null; } }
1912         public System.Collections.Generic.LinkedListNode<T> First { get { throw null; } }
1913         public System.Collections.Generic.LinkedListNode<T> Last { get { throw null; } }
1914         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
1915         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1916         object System.Collections.ICollection.SyncRoot { get { throw null; } }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode)1917         public void AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, T value)1918         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)1919         public void AddBefore(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value)1920         public System.Collections.Generic.LinkedListNode<T> AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value) { throw null; }
AddFirst(System.Collections.Generic.LinkedListNode<T> node)1921         public void AddFirst(System.Collections.Generic.LinkedListNode<T> node) { }
AddFirst(T value)1922         public System.Collections.Generic.LinkedListNode<T> AddFirst(T value) { throw null; }
AddLast(System.Collections.Generic.LinkedListNode<T> node)1923         public void AddLast(System.Collections.Generic.LinkedListNode<T> node) { }
AddLast(T value)1924         public System.Collections.Generic.LinkedListNode<T> AddLast(T value) { throw null; }
Clear()1925         public void Clear() { }
Contains(T value)1926         public bool Contains(T value) { throw null; }
CopyTo(T[] array, int index)1927         public void CopyTo(T[] array, int index) { }
Find(T value)1928         public System.Collections.Generic.LinkedListNode<T> Find(T value) { throw null; }
FindLast(T value)1929         public System.Collections.Generic.LinkedListNode<T> FindLast(T value) { throw null; }
GetEnumerator()1930         public System.Collections.Generic.LinkedList<T>.Enumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1931         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)1932         public virtual void OnDeserialization(object sender) { }
Remove(System.Collections.Generic.LinkedListNode<T> node)1933         public void Remove(System.Collections.Generic.LinkedListNode<T> node) { }
Remove(T value)1934         public bool Remove(T value) { throw null; }
RemoveFirst()1935         public void RemoveFirst() { }
RemoveLast()1936         public void RemoveLast() { }
Add(T value)1937         void System.Collections.Generic.ICollection<T>.Add(T value) { }
GetEnumerator()1938         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1939         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1940         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
1941         [System.SerializableAttribute]
1942         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1943         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
1944         {
1945             public T Current { get { throw null; } }
1946             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.LinkedList.Enumerator1947             public void Dispose() { }
MoveNextSystem.Collections.Generic.LinkedList.Enumerator1948             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.LinkedList.Enumerator1949             void System.Collections.IEnumerator.Reset() { }
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationSystem.Collections.Generic.LinkedList.Enumerator1950             void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectDataSystem.Collections.Generic.LinkedList.Enumerator1951             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1952         }
1953     }
1954     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
1955     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.QueueDebugView<T>")]
1956     [System.SerializableAttribute]
1957     public partial class Queue<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable
1958     {
Queue()1959         public Queue() { }
Queue(System.Collections.Generic.IEnumerable<T> collection)1960         public Queue(System.Collections.Generic.IEnumerable<T> collection) { }
Queue(int capacity)1961         public Queue(int capacity) { }
1962         public int Count { get { throw null; } }
1963         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1964         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()1965         public void Clear() { }
Contains(T item)1966         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)1967         public void CopyTo(T[] array, int arrayIndex) { }
Dequeue()1968         public T Dequeue() { throw null; }
Enqueue(T item)1969         public void Enqueue(T item) { }
GetEnumerator()1970         public System.Collections.Generic.Queue<T>.Enumerator GetEnumerator() { throw null; }
Peek()1971         public T Peek() { throw null; }
GetEnumerator()1972         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1973         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1974         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()1975         public T[] ToArray() { throw null; }
TrimExcess()1976         public void TrimExcess() { }
1977         [System.SerializableAttribute]
1978         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1979         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
1980         {
1981             public T Current { get { throw null; } }
1982             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Queue.Enumerator1983             public void Dispose() { }
MoveNextSystem.Collections.Generic.Queue.Enumerator1984             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Queue.Enumerator1985             void System.Collections.IEnumerator.Reset() { }
1986         }
1987     }
1988     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
1989     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.IDictionaryDebugView<K, V>")]
1990     [System.SerializableAttribute]
1991     public partial class SortedDictionary<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
1992     {
SortedDictionary()1993         public SortedDictionary() { }
SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer)1994         public SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)1995         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)1996         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
1997         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
1998         public int Count { get { throw null; } }
1999         public TValue this[TKey key] { get { throw null; } set { } }
2000         public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection Keys { get { throw null; } }
2001         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2002         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2003         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2004         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2005         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2006         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2007         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2008         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2009         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2010         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2011         public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection Values { get { throw null; } }
Add(TKey key, TValue value)2012         public void Add(TKey key, TValue value) { }
Clear()2013         public void Clear() { }
ContainsKey(TKey key)2014         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2015         public bool ContainsValue(TValue value) { throw null; }
CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index)2016         public void CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index) { }
GetEnumerator()2017         public System.Collections.Generic.SortedDictionary<TKey, TValue>.Enumerator GetEnumerator() { throw null; }
Remove(TKey key)2018         public bool Remove(TKey key) { throw null; }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2019         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)2020         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)2021         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
GetEnumerator()2022         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)2023         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IDictionary.Add(object key, object value)2024         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2025         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2026         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2027         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2028         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TryGetValue(TKey key, out TValue value)2029         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2030         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2031         public partial struct Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IDictionaryEnumerator, System.Collections.IEnumerator, System.IDisposable
2032         {
2033             public System.Collections.Generic.KeyValuePair<TKey, TValue> Current { get { throw null; } }
2034             System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get { throw null; } }
2035             object System.Collections.IDictionaryEnumerator.Key { get { throw null; } }
2036             object System.Collections.IDictionaryEnumerator.Value { get { throw null; } }
2037             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.Enumerator2038             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.Enumerator2039             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.Enumerator2040             void System.Collections.IEnumerator.Reset() { }
2041         }
2042         [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2043         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.DictionaryKeyCollectionDebugView<TKey, TValue>")]
2044         [System.SerializableAttribute]
2045         public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.Collections.Generic.IEnumerable<TKey>, System.Collections.ICollection, System.Collections.IEnumerable
2046         {
KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2047             public KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2048             public int Count { get { throw null; } }
2049             bool System.Collections.Generic.ICollection<TKey>.IsReadOnly { get { throw null; } }
2050             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2051             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TKey[] array, int index)2052             public void CopyTo(TKey[] array, int index) { }
GetEnumerator()2053             public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection.Enumerator GetEnumerator() { throw null; }
Add(TKey item)2054             void System.Collections.Generic.ICollection<TKey>.Add(TKey item) { }
Clear()2055             void System.Collections.Generic.ICollection<TKey>.Clear() { }
Contains(TKey item)2056             bool System.Collections.Generic.ICollection<TKey>.Contains(TKey item) { throw null; }
Remove(TKey item)2057             bool System.Collections.Generic.ICollection<TKey>.Remove(TKey item) { throw null; }
GetEnumerator()2058             System.Collections.Generic.IEnumerator<TKey> System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2059             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2060             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2061             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2062             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TKey>, System.Collections.IEnumerator, System.IDisposable
2063             {
2064                 public TKey Current { get { throw null; } }
2065                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2066                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2067                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2068                 void System.Collections.IEnumerator.Reset() { }
2069             }
2070         }
2071         [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2072         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.DictionaryValueCollectionDebugView<TKey, TValue>")]
2073         [System.SerializableAttribute]
2074         public sealed partial class ValueCollection : System.Collections.Generic.ICollection<TValue>, System.Collections.Generic.IEnumerable<TValue>, System.Collections.ICollection, System.Collections.IEnumerable
2075         {
ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2076             public ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2077             public int Count { get { throw null; } }
2078             bool System.Collections.Generic.ICollection<TValue>.IsReadOnly { get { throw null; } }
2079             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2080             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TValue[] array, int index)2081             public void CopyTo(TValue[] array, int index) { }
GetEnumerator()2082             public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection.Enumerator GetEnumerator() { throw null; }
Add(TValue item)2083             void System.Collections.Generic.ICollection<TValue>.Add(TValue item) { }
Clear()2084             void System.Collections.Generic.ICollection<TValue>.Clear() { }
Contains(TValue item)2085             bool System.Collections.Generic.ICollection<TValue>.Contains(TValue item) { throw null; }
Remove(TValue item)2086             bool System.Collections.Generic.ICollection<TValue>.Remove(TValue item) { throw null; }
GetEnumerator()2087             System.Collections.Generic.IEnumerator<TValue> System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2088             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2089             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2090             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2091             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TValue>, System.Collections.IEnumerator, System.IDisposable
2092             {
2093                 public TValue Current { get { throw null; } }
2094                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2095                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2096                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2097                 void System.Collections.IEnumerator.Reset() { }
2098             }
2099         }
2100     }
2101     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2102     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.IDictionaryDebugView<K, V>")]
2103     [System.SerializableAttribute]
2104     public partial class SortedList<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2105     {
SortedList()2106         public SortedList() { }
SortedList(System.Collections.Generic.IComparer<TKey> comparer)2107         public SortedList(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)2108         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)2109         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(int capacity)2110         public SortedList(int capacity) { }
SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer)2111         public SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer) { }
2112         public int Capacity { get { throw null; } set { } }
2113         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
2114         public int Count { get { throw null; } }
2115         public TValue this[TKey key] { get { throw null; } set { } }
2116         public System.Collections.Generic.IList<TKey> Keys { get { throw null; } }
2117         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2118         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2119         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2120         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2121         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2122         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2123         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2124         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2125         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2126         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2127         public System.Collections.Generic.IList<TValue> Values { get { throw null; } }
Add(TKey key, TValue value)2128         public void Add(TKey key, TValue value) { }
Clear()2129         public void Clear() { }
ContainsKey(TKey key)2130         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2131         public bool ContainsValue(TValue value) { throw null; }
GetEnumerator()2132         public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
IndexOfKey(TKey key)2133         public int IndexOfKey(TKey key) { throw null; }
IndexOfValue(TValue value)2134         public int IndexOfValue(TValue value) { throw null; }
Remove(TKey key)2135         public bool Remove(TKey key) { throw null; }
RemoveAt(int index)2136         public void RemoveAt(int index) { }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2137         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)2138         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)2139         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)2140         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
GetEnumerator()2141         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)2142         void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
System.Collections.IDictionary.Add(object key, object value)2143         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2144         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2145         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2146         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2147         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TrimExcess()2148         public void TrimExcess() { }
TryGetValue(TKey key, out TValue value)2149         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2150     }
2151     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2152     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.ICollectionDebugView<T>")]
2153     [System.SerializableAttribute]
2154     public partial class SortedSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.ISet<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2155     {
SortedSet()2156         public SortedSet() { }
SortedSet(System.Collections.Generic.IComparer<T> comparer)2157         public SortedSet(System.Collections.Generic.IComparer<T> comparer) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection)2158         public SortedSet(System.Collections.Generic.IEnumerable<T> collection) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection, System.Collections.Generic.IComparer<T> comparer)2159         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)2160         protected SortedSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2161         public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
2162         public int Count { get { throw null; } }
2163         public T Max { get { throw null; } }
2164         public T Min { get { throw null; } }
2165         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
2166         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2167         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2168         public bool Add(T item) { throw null; }
Clear()2169         public virtual void Clear() { }
Contains(T item)2170         public virtual bool Contains(T item) { throw null; }
CopyTo(T[] array)2171         public void CopyTo(T[] array) { }
CopyTo(T[] array, int index)2172         public void CopyTo(T[] array, int index) { }
CopyTo(T[] array, int index, int count)2173         public void CopyTo(T[] array, int index, int count) { }
CreateSetComparer()2174         public static System.Collections.Generic.IEqualityComparer<System.Collections.Generic.SortedSet<T>> CreateSetComparer() { throw null; }
CreateSetComparer(System.Collections.Generic.IEqualityComparer<T> memberEqualityComparer)2175         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)2176         public void ExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
GetEnumerator()2177         public System.Collections.Generic.SortedSet<T>.Enumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2178         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetViewBetween(T lowerValue, T upperValue)2179         public virtual System.Collections.Generic.SortedSet<T> GetViewBetween(T lowerValue, T upperValue) { throw null; }
IntersectWith(System.Collections.Generic.IEnumerable<T> other)2180         public virtual void IntersectWith(System.Collections.Generic.IEnumerable<T> other) { }
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)2181         public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)2182         public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)2183         public bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)2184         public bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
OnDeserialization(object sender)2185         protected virtual void OnDeserialization(object sender) { }
Overlaps(System.Collections.Generic.IEnumerable<T> other)2186         public bool Overlaps(System.Collections.Generic.IEnumerable<T> other) { throw null; }
Remove(T item)2187         public bool Remove(T item) { throw null; }
RemoveWhere(System.Predicate<T> match)2188         public int RemoveWhere(System.Predicate<T> match) { throw null; }
Reverse()2189         public System.Collections.Generic.IEnumerable<T> Reverse() { throw null; }
SetEquals(System.Collections.Generic.IEnumerable<T> other)2190         public bool SetEquals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)2191         public void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
Add(T item)2192         void System.Collections.Generic.ICollection<T>.Add(T item) { }
GetEnumerator()2193         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2194         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2195         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2196         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2197         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
UnionWith(System.Collections.Generic.IEnumerable<T> other)2198         public void UnionWith(System.Collections.Generic.IEnumerable<T> other) { }
2199         [System.SerializableAttribute]
2200         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2201         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2202         {
2203             public T Current { get { throw null; } }
2204             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedSet.Enumerator2205             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedSet.Enumerator2206             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedSet.Enumerator2207             void System.Collections.IEnumerator.Reset() { }
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationSystem.Collections.Generic.SortedSet.Enumerator2208             void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectDataSystem.Collections.Generic.SortedSet.Enumerator2209             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2210         }
2211     }
2212     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2213     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.StackDebugView<T>")]
2214     [System.SerializableAttribute]
2215     public partial class Stack<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.ICollection, System.Collections.IEnumerable
2216     {
Stack()2217         public Stack() { }
Stack(System.Collections.Generic.IEnumerable<T> collection)2218         public Stack(System.Collections.Generic.IEnumerable<T> collection) { }
Stack(int capacity)2219         public Stack(int capacity) { }
2220         public int Count { get { throw null; } }
2221         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2222         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()2223         public void Clear() { }
Contains(T item)2224         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)2225         public void CopyTo(T[] array, int arrayIndex) { }
GetEnumerator()2226         public System.Collections.Generic.Stack<T>.Enumerator GetEnumerator() { throw null; }
Peek()2227         public T Peek() { throw null; }
Pop()2228         public T Pop() { throw null; }
Push(T item)2229         public void Push(T item) { }
GetEnumerator()2230         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex)2231         void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
System.Collections.IEnumerable.GetEnumerator()2232         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2233         public T[] ToArray() { throw null; }
TrimExcess()2234         public void TrimExcess() { }
2235         [System.SerializableAttribute]
2236         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2237         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2238         {
2239             public T Current { get { throw null; } }
2240             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Stack.Enumerator2241             public void Dispose() { }
MoveNextSystem.Collections.Generic.Stack.Enumerator2242             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Stack.Enumerator2243             void System.Collections.IEnumerator.Reset() { }
2244         }
2245     }
2246 }
2247 namespace System.Collections.ObjectModel
2248 {
2249     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2250     [System.SerializableAttribute]
2251     public partial class ObservableCollection<T> : System.Collections.ObjectModel.Collection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2252     {
ObservableCollection()2253         public ObservableCollection() { }
ObservableCollection(System.Collections.Generic.IEnumerable<T> collection)2254         public ObservableCollection(System.Collections.Generic.IEnumerable<T> collection) { }
ObservableCollection(System.Collections.Generic.List<T> list)2255         public ObservableCollection(System.Collections.Generic.List<T> list) { }
2256         public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2257         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2258         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
BlockReentrancy()2259         protected System.IDisposable BlockReentrancy() { throw null; }
CheckReentrancy()2260         protected void CheckReentrancy() { }
ClearItems()2261         protected override void ClearItems() { }
InsertItem(int index, T item)2262         protected override void InsertItem(int index, T item) { }
Move(int oldIndex, int newIndex)2263         public void Move(int oldIndex, int newIndex) { }
MoveItem(int oldIndex, int newIndex)2264         protected virtual void MoveItem(int oldIndex, int newIndex) { }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2265         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e)2266         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) { }
RemoveItem(int index)2267         protected override void RemoveItem(int index) { }
SetItem(int index, T item)2268         protected override void SetItem(int index, T item) { }
2269     }
2270     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2271     [System.SerializableAttribute]
2272     public partial class ReadOnlyObservableCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2273     {
ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list)2274         public ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list) : base (default(System.Collections.Generic.IList<T>)) { }
2275         protected virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2276         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2277         event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged { add { } remove { } }
2278         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args)2279         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args)2280         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args) { }
2281     }
2282 }
2283 namespace System.Collections.Specialized
2284 {
2285     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2286     public partial struct BitVector32
2287     {
BitVector32System.Collections.Specialized.BitVector322288         public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;}
BitVector32System.Collections.Specialized.BitVector322289         public BitVector32(int data) { throw null;}
2290         public int Data { get { throw null; } }
2291         public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } set { } }
2292         public bool this[int bit] { get { throw null; } set { } }
CreateMaskSystem.Collections.Specialized.BitVector322293         public static int CreateMask() { throw null; }
CreateMaskSystem.Collections.Specialized.BitVector322294         public static int CreateMask(int previous) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322295         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322296         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections.Specialized.BitVector32.Section previous) { throw null; }
EqualsSystem.Collections.Specialized.BitVector322297         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector322298         public override int GetHashCode() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322299         public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322300         public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; }
2301         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2302         public partial struct Section
2303         {
2304             public short Mask { get { throw null; } }
2305             public short Offset { get { throw null; } }
EqualsSystem.Collections.Specialized.BitVector32.Section2306             public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; }
EqualsSystem.Collections.Specialized.BitVector32.Section2307             public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector32.Section2308             public override int GetHashCode() { throw null; }
operator ==System.Collections.Specialized.BitVector32.Section2309             public static bool operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
operator !=System.Collections.Specialized.BitVector32.Section2310             public static bool operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2311             public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2312             public static string ToString(System.Collections.Specialized.BitVector32.Section value) { throw null; }
2313         }
2314     }
2315     public partial class CollectionsUtil
2316     {
CollectionsUtil()2317         public CollectionsUtil() { }
CreateCaseInsensitiveHashtable()2318         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable() { throw null; }
CreateCaseInsensitiveHashtable(System.Collections.IDictionary d)2319         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(System.Collections.IDictionary d) { throw null; }
CreateCaseInsensitiveHashtable(int capacity)2320         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(int capacity) { throw null; }
CreateCaseInsensitiveSortedList()2321         public static System.Collections.SortedList CreateCaseInsensitiveSortedList() { throw null; }
2322     }
2323     [System.SerializableAttribute]
2324     public partial class HybridDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2325     {
HybridDictionary()2326         public HybridDictionary() { }
HybridDictionary(bool caseInsensitive)2327         public HybridDictionary(bool caseInsensitive) { }
HybridDictionary(int initialSize)2328         public HybridDictionary(int initialSize) { }
HybridDictionary(int initialSize, bool caseInsensitive)2329         public HybridDictionary(int initialSize, bool caseInsensitive) { }
2330         public int Count { get { throw null; } }
2331         public bool IsFixedSize { get { throw null; } }
2332         public bool IsReadOnly { get { throw null; } }
2333         public bool IsSynchronized { get { throw null; } }
2334         public object this[object key] { get { throw null; } set { } }
2335         public System.Collections.ICollection Keys { get { throw null; } }
2336         public object SyncRoot { get { throw null; } }
2337         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2338         public void Add(object key, object value) { }
Clear()2339         public void Clear() { }
Contains(object key)2340         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2341         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2342         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2343         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2344         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2345     }
2346     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2347     public partial interface INotifyCollectionChanged
2348     {
2349         event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
2350     }
2351     public partial interface IOrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2352     {
2353         object this[int index] { get; set; }
GetEnumerator()2354         new System.Collections.IDictionaryEnumerator GetEnumerator();
Insert(int index, object key, object value)2355         void Insert(int index, object key, object value);
RemoveAt(int index)2356         void RemoveAt(int index);
2357     }
2358     [System.SerializableAttribute]
2359     public partial class ListDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2360     {
ListDictionary()2361         public ListDictionary() { }
ListDictionary(System.Collections.IComparer comparer)2362         public ListDictionary(System.Collections.IComparer comparer) { }
2363         public int Count { get { throw null; } }
2364         public bool IsFixedSize { get { throw null; } }
2365         public bool IsReadOnly { get { throw null; } }
2366         public bool IsSynchronized { get { throw null; } }
2367         public object this[object key] { get { throw null; } set { } }
2368         public System.Collections.ICollection Keys { get { throw null; } }
2369         public object SyncRoot { get { throw null; } }
2370         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2371         public void Add(object key, object value) { }
Clear()2372         public void Clear() { }
Contains(object key)2373         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2374         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2375         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2376         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2377         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2378     }
2379     [System.SerializableAttribute]
2380     public abstract partial class NameObjectCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2381     {
NameObjectCollectionBase()2382         protected NameObjectCollectionBase() { }
NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer)2383         protected NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer) { }
2384         [System.ObsoleteAttribute("Please use NameObjectCollectionBase(IEqualityComparer) instead.")]
NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2385         protected NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(int capacity)2386         protected NameObjectCollectionBase(int capacity) { }
NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer)2387         protected NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2388         [System.ObsoleteAttribute("Please use NameObjectCollectionBase(Int32, IEqualityComparer) instead.")]
NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2389         protected NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2390         protected NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2391         public virtual int Count { get { throw null; } }
2392         protected bool IsReadOnly { get { throw null; } set { } }
2393         public virtual System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
2394         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2395         object System.Collections.ICollection.SyncRoot { get { throw null; } }
BaseAdd(string name, object value)2396         protected void BaseAdd(string name, object value) { }
BaseClear()2397         protected void BaseClear() { }
BaseGet(int index)2398         protected object BaseGet(int index) { throw null; }
BaseGet(string name)2399         protected object BaseGet(string name) { throw null; }
BaseGetAllKeys()2400         protected string[] BaseGetAllKeys() { throw null; }
BaseGetAllValues()2401         protected object[] BaseGetAllValues() { throw null; }
BaseGetAllValues(System.Type type)2402         protected object[] BaseGetAllValues(System.Type type) { throw null; }
BaseGetKey(int index)2403         protected string BaseGetKey(int index) { throw null; }
BaseHasKeys()2404         protected bool BaseHasKeys() { throw null; }
BaseRemove(string name)2405         protected void BaseRemove(string name) { }
BaseRemoveAt(int index)2406         protected void BaseRemoveAt(int index) { }
BaseSet(int index, object value)2407         protected void BaseSet(int index, object value) { }
BaseSet(string name, object value)2408         protected void BaseSet(string name, object value) { }
GetEnumerator()2409         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
2410         [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)2411         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)2412         public virtual void OnDeserialization(object sender) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2413         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
2414         [System.SerializableAttribute]
2415         public partial class KeysCollection : System.Collections.ICollection, System.Collections.IEnumerable
2416         {
KeysCollection()2417             internal KeysCollection() { }
2418             public int Count { get { throw null; } }
2419             public string this[int index] { get { throw null; } }
2420             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2421             object System.Collections.ICollection.SyncRoot { get { throw null; } }
Get(int index)2422             public virtual string Get(int index) { throw null; }
GetEnumerator()2423             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2424             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
2425         }
2426     }
2427     [System.SerializableAttribute]
2428     public partial class NameValueCollection : System.Collections.Specialized.NameObjectCollectionBase
2429     {
NameValueCollection()2430         public NameValueCollection() { }
NameValueCollection(System.Collections.IEqualityComparer equalityComparer)2431         public NameValueCollection(System.Collections.IEqualityComparer equalityComparer) { }
2432         [System.ObsoleteAttribute("Please use NameValueCollection(IEqualityComparer) instead.")]
NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2433         public NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(System.Collections.Specialized.NameValueCollection col)2434         public NameValueCollection(System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(int capacity)2435         public NameValueCollection(int capacity) { }
NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer)2436         public NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2437         [System.ObsoleteAttribute("Please use NameValueCollection(Int32, IEqualityComparer) instead.")]
NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2438         public NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col)2439         public NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2440         protected NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2441         public virtual string[] AllKeys { get { throw null; } }
2442         public string this[int index] { get { throw null; } }
2443         public string this[string name] { get { throw null; } set { } }
Add(System.Collections.Specialized.NameValueCollection c)2444         public void Add(System.Collections.Specialized.NameValueCollection c) { }
Add(string name, string value)2445         public virtual void Add(string name, string value) { }
Clear()2446         public virtual void Clear() { }
CopyTo(System.Array dest, int index)2447         public void CopyTo(System.Array dest, int index) { }
Get(int index)2448         public virtual string Get(int index) { throw null; }
Get(string name)2449         public virtual string Get(string name) { throw null; }
GetKey(int index)2450         public virtual string GetKey(int index) { throw null; }
GetValues(int index)2451         public virtual string[] GetValues(int index) { throw null; }
GetValues(string name)2452         public virtual string[] GetValues(string name) { throw null; }
HasKeys()2453         public bool HasKeys() { throw null; }
InvalidateCachedArrays()2454         protected void InvalidateCachedArrays() { }
Remove(string name)2455         public virtual void Remove(string name) { }
Set(string name, string value)2456         public virtual void Set(string name, string value) { }
2457     }
2458     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2459     public enum NotifyCollectionChangedAction
2460     {
2461         Add = 0,
2462         Move = 3,
2463         Remove = 1,
2464         Replace = 2,
2465         Reset = 4,
2466     }
2467     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2468     public partial class NotifyCollectionChangedEventArgs : System.EventArgs
2469     {
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action)2470         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems)2471         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)2472         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)2473         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)2474         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)2475         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem)2476         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index)2477         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)2478         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem)2479         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index)2480         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index) { }
2481         public System.Collections.Specialized.NotifyCollectionChangedAction Action { get { throw null; } }
2482         public System.Collections.IList NewItems { get { throw null; } }
2483         public int NewStartingIndex { get { throw null; } }
2484         public System.Collections.IList OldItems { get { throw null; } }
2485         public int OldStartingIndex { get { throw null; } }
2486     }
2487     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2488     public delegate void NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
2489     [System.SerializableAttribute]
2490     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
2491     {
OrderedDictionary()2492         public OrderedDictionary() { }
OrderedDictionary(System.Collections.IEqualityComparer comparer)2493         public OrderedDictionary(System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(int capacity)2494         public OrderedDictionary(int capacity) { }
OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer)2495         public OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2496         protected OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2497         public int Count { get { throw null; } }
2498         public bool IsReadOnly { get { throw null; } }
2499         public object this[int index] { get { throw null; } set { } }
2500         public object this[object key] { get { throw null; } set { } }
2501         public System.Collections.ICollection Keys { get { throw null; } }
2502         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2503         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2504         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2505         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2506         public void Add(object key, object value) { }
AsReadOnly()2507         public System.Collections.Specialized.OrderedDictionary AsReadOnly() { throw null; }
Clear()2508         public void Clear() { }
Contains(object key)2509         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2510         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2511         public virtual System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
2512         [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)2513         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Insert(int index, object key, object value)2514         public void Insert(int index, object key, object value) { }
OnDeserialization(object sender)2515         protected virtual void OnDeserialization(object sender) { }
Remove(object key)2516         public void Remove(object key) { }
RemoveAt(int index)2517         public void RemoveAt(int index) { }
System.Collections.IEnumerable.GetEnumerator()2518         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2519         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
2520     }
2521     [System.SerializableAttribute]
2522     public partial class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
2523     {
StringCollection()2524         public StringCollection() { }
2525         public int Count { get { throw null; } }
2526         public bool IsReadOnly { get { throw null; } }
2527         public bool IsSynchronized { get { throw null; } }
2528         public string this[int index] { get { throw null; } set { } }
2529         public object SyncRoot { get { throw null; } }
2530         bool System.Collections.IList.IsFixedSize { get { throw null; } }
2531         bool System.Collections.IList.IsReadOnly { get { throw null; } }
2532         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string value)2533         public int Add(string value) { throw null; }
AddRange(string[] value)2534         public void AddRange(string[] value) { }
Clear()2535         public void Clear() { }
Contains(string value)2536         public bool Contains(string value) { throw null; }
CopyTo(string[] array, int index)2537         public void CopyTo(string[] array, int index) { }
GetEnumerator()2538         public System.Collections.Specialized.StringEnumerator GetEnumerator() { throw null; }
IndexOf(string value)2539         public int IndexOf(string value) { throw null; }
Insert(int index, string value)2540         public void Insert(int index, string value) { }
Remove(string value)2541         public void Remove(string value) { }
RemoveAt(int index)2542         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2543         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2544         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)2545         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)2546         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)2547         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)2548         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)2549         void System.Collections.IList.Remove(object value) { }
2550     }
2551     [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")]
2552     [System.SerializableAttribute]
2553     public partial class StringDictionary : System.Collections.IEnumerable
2554     {
StringDictionary()2555         public StringDictionary() { }
2556         public virtual int Count { get { throw null; } }
2557         public virtual bool IsSynchronized { get { throw null; } }
2558         public virtual string this[string key] { get { throw null; } set { } }
2559         public virtual System.Collections.ICollection Keys { get { throw null; } }
2560         public virtual object SyncRoot { get { throw null; } }
2561         public virtual System.Collections.ICollection Values { get { throw null; } }
Add(string key, string value)2562         public virtual void Add(string key, string value) { }
Clear()2563         public virtual void Clear() { }
ContainsKey(string key)2564         public virtual bool ContainsKey(string key) { throw null; }
ContainsValue(string value)2565         public virtual bool ContainsValue(string value) { throw null; }
CopyTo(System.Array array, int index)2566         public virtual void CopyTo(System.Array array, int index) { }
GetEnumerator()2567         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string key)2568         public virtual void Remove(string key) { }
2569     }
2570     public partial class StringEnumerator
2571     {
StringEnumerator()2572         internal StringEnumerator() { }
2573         public string Current { get { throw null; } }
MoveNext()2574         public bool MoveNext() { throw null; }
Reset()2575         public void Reset() { }
2576     }
2577 }
2578 namespace System.ComponentModel
2579 {
2580     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2581     public partial class AddingNewEventArgs : System.EventArgs
2582     {
AddingNewEventArgs()2583         public AddingNewEventArgs() { }
AddingNewEventArgs(object newObject)2584         public AddingNewEventArgs(object newObject) { }
2585         public object NewObject { get { throw null; } set { } }
2586     }
2587     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e)2588     public delegate void AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e);
2589     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2590     public sealed partial class AmbientValueAttribute : System.Attribute
2591     {
AmbientValueAttribute(bool value)2592         public AmbientValueAttribute(bool value) { }
AmbientValueAttribute(byte value)2593         public AmbientValueAttribute(byte value) { }
AmbientValueAttribute(char value)2594         public AmbientValueAttribute(char value) { }
AmbientValueAttribute(double value)2595         public AmbientValueAttribute(double value) { }
AmbientValueAttribute(short value)2596         public AmbientValueAttribute(short value) { }
AmbientValueAttribute(int value)2597         public AmbientValueAttribute(int value) { }
AmbientValueAttribute(long value)2598         public AmbientValueAttribute(long value) { }
AmbientValueAttribute(object value)2599         public AmbientValueAttribute(object value) { }
AmbientValueAttribute(float value)2600         public AmbientValueAttribute(float value) { }
AmbientValueAttribute(string value)2601         public AmbientValueAttribute(string value) { }
AmbientValueAttribute(System.Type type, string value)2602         public AmbientValueAttribute(System.Type type, string value) { }
2603         public object Value { get { throw null; } }
Equals(object obj)2604         public override bool Equals(object obj) { throw null; }
GetHashCode()2605         public override int GetHashCode() { throw null; }
2606     }
2607     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2608     public partial class ArrayConverter : System.ComponentModel.CollectionConverter
2609     {
ArrayConverter()2610         public ArrayConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)2611         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)2612         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2613         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2614     }
2615     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2616     public partial class AsyncCompletedEventArgs : System.EventArgs
2617     {
2618         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2619         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
AsyncCompletedEventArgs()2620         public AsyncCompletedEventArgs() { }
AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState)2621         public AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState) { }
2622         public bool Cancelled { get { throw null; } }
2623         public System.Exception Error { get { throw null; } }
2624         public object UserState { get { throw null; } }
RaiseExceptionIfNecessary()2625         protected void RaiseExceptionIfNecessary() { }
2626     }
2627     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)2628     public delegate void AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
2629     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2630     public sealed partial class AsyncOperation
2631     {
AsyncOperation()2632         internal AsyncOperation() { }
2633         public System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } }
2634         public object UserSuppliedState { get { throw null; } }
~AsyncOperation()2635         ~AsyncOperation() { }
OperationCompleted()2636         public void OperationCompleted() { }
Post(System.Threading.SendOrPostCallback d, object arg)2637         public void Post(System.Threading.SendOrPostCallback d, object arg) { }
PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg)2638         public void PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg) { }
2639     }
2640     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2641     public static partial class AsyncOperationManager
2642     {
2643         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2644         public static System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
CreateOperation(object userSuppliedState)2645         public static System.ComponentModel.AsyncOperation CreateOperation(object userSuppliedState) { throw null; }
2646     }
2647     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2648     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
2649     public partial class AttributeCollection : System.Collections.ICollection, System.Collections.IEnumerable
2650     {
2651         public static readonly System.ComponentModel.AttributeCollection Empty;
AttributeCollection()2652         protected AttributeCollection() { }
AttributeCollection(params System.Attribute[] attributes)2653         public AttributeCollection(params System.Attribute[] attributes) { }
2654         protected virtual System.Attribute[] Attributes { get { throw null; } }
2655         public int Count { get { throw null; } }
2656         public virtual System.Attribute this[int index] { get { throw null; } }
2657         public virtual System.Attribute this[System.Type attributeType] { get { throw null; } }
2658         int System.Collections.ICollection.Count { get { throw null; } }
2659         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2660         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Contains(System.Attribute attribute)2661         public bool Contains(System.Attribute attribute) { throw null; }
Contains(System.Attribute[] attributes)2662         public bool Contains(System.Attribute[] attributes) { throw null; }
CopyTo(System.Array array, int index)2663         public void CopyTo(System.Array array, int index) { }
FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes)2664         public static System.ComponentModel.AttributeCollection FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes) { throw null; }
GetDefaultAttribute(System.Type attributeType)2665         protected System.Attribute GetDefaultAttribute(System.Type attributeType) { throw null; }
GetEnumerator()2666         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Matches(System.Attribute attribute)2667         public bool Matches(System.Attribute attribute) { throw null; }
Matches(System.Attribute[] attributes)2668         public bool Matches(System.Attribute[] attributes) { throw null; }
System.Collections.IEnumerable.GetEnumerator()2669         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2670     }
2671     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
2672     public partial class AttributeProviderAttribute : System.Attribute
2673     {
AttributeProviderAttribute(string typeName)2674         public AttributeProviderAttribute(string typeName) { }
AttributeProviderAttribute(string typeName, string propertyName)2675         public AttributeProviderAttribute(string typeName, string propertyName) { }
AttributeProviderAttribute(System.Type type)2676         public AttributeProviderAttribute(System.Type type) { }
2677         public string PropertyName { get { throw null; } }
2678         public string TypeName { get { throw null; } }
2679     }
2680     [System.ComponentModel.DefaultEventAttribute("DoWork")]
2681     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2682     public partial class BackgroundWorker : System.ComponentModel.Component
2683     {
BackgroundWorker()2684         public BackgroundWorker() { }
2685         [System.ComponentModel.BrowsableAttribute(false)]
2686         public bool CancellationPending { get { throw null; } }
2687         [System.ComponentModel.BrowsableAttribute(false)]
2688         public bool IsBusy { get { throw null; } }
2689         [System.ComponentModel.DefaultValueAttribute(false)]
2690         public bool WorkerReportsProgress { get { throw null; } set { } }
2691         [System.ComponentModel.DefaultValueAttribute(false)]
2692         public bool WorkerSupportsCancellation { get { throw null; } set { } }
2693         public event System.ComponentModel.DoWorkEventHandler DoWork { add { } remove { } }
2694         public event System.ComponentModel.ProgressChangedEventHandler ProgressChanged { add { } remove { } }
2695         public event System.ComponentModel.RunWorkerCompletedEventHandler RunWorkerCompleted { add { } remove { } }
CancelAsync()2696         public void CancelAsync() { }
OnDoWork(System.ComponentModel.DoWorkEventArgs e)2697         protected virtual void OnDoWork(System.ComponentModel.DoWorkEventArgs e) { }
OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e)2698         protected virtual void OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { }
OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e)2699         protected virtual void OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e) { }
ReportProgress(int percentProgress)2700         public void ReportProgress(int percentProgress) { }
ReportProgress(int percentProgress, object userState)2701         public void ReportProgress(int percentProgress, object userState) { }
RunWorkerAsync()2702         public void RunWorkerAsync() { }
RunWorkerAsync(object argument)2703         public void RunWorkerAsync(object argument) { }
2704     }
2705     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2706     public abstract partial class BaseNumberConverter : System.ComponentModel.TypeConverter
2707     {
BaseNumberConverter()2708         protected BaseNumberConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2709         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t)2710         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2711         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)2712         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
2713     }
2714     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2715     public sealed partial class BindableAttribute : System.Attribute
2716     {
2717         public static readonly System.ComponentModel.BindableAttribute Default;
2718         public static readonly System.ComponentModel.BindableAttribute No;
2719         public static readonly System.ComponentModel.BindableAttribute Yes;
BindableAttribute(bool bindable)2720         public BindableAttribute(bool bindable) { }
BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction)2721         public BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction) { }
BindableAttribute(System.ComponentModel.BindableSupport flags)2722         public BindableAttribute(System.ComponentModel.BindableSupport flags) { }
BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction)2723         public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction) { }
2724         public bool Bindable { get { throw null; } }
2725         public System.ComponentModel.BindingDirection Direction { get { throw null; } }
Equals(object obj)2726         public override bool Equals(object obj) { throw null; }
GetHashCode()2727         public override int GetHashCode() { throw null; }
IsDefaultAttribute()2728         public override bool IsDefaultAttribute() { throw null; }
2729     }
2730     public enum BindableSupport
2731     {
2732         Default = 2,
2733         No = 0,
2734         Yes = 1,
2735     }
2736     public enum BindingDirection
2737     {
2738         OneWay = 0,
2739         TwoWay = 1,
2740     }
2741     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2742     [System.SerializableAttribute]
2743     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
2744     {
BindingList()2745         public BindingList() { }
BindingList(System.Collections.Generic.IList<T> list)2746         public BindingList(System.Collections.Generic.IList<T> list) { }
2747         public bool AllowEdit { get { throw null; } set { } }
2748         public bool AllowNew { get { throw null; } set { } }
2749         public bool AllowRemove { get { throw null; } set { } }
2750         protected virtual bool IsSortedCore { get { throw null; } }
2751         public bool RaiseListChangedEvents { get { throw null; } set { } }
2752         protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get { throw null; } }
2753         protected virtual System.ComponentModel.PropertyDescriptor SortPropertyCore { get { throw null; } }
2754         protected virtual bool SupportsChangeNotificationCore { get { throw null; } }
2755         protected virtual bool SupportsSearchingCore { get { throw null; } }
2756         protected virtual bool SupportsSortingCore { get { throw null; } }
2757         bool System.ComponentModel.IBindingList.AllowEdit { get { throw null; } }
2758         bool System.ComponentModel.IBindingList.AllowNew { get { throw null; } }
2759         bool System.ComponentModel.IBindingList.AllowRemove { get { throw null; } }
2760         bool System.ComponentModel.IBindingList.IsSorted { get { throw null; } }
2761         System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get { throw null; } }
2762         System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get { throw null; } }
2763         bool System.ComponentModel.IBindingList.SupportsChangeNotification { get { throw null; } }
2764         bool System.ComponentModel.IBindingList.SupportsSearching { get { throw null; } }
2765         bool System.ComponentModel.IBindingList.SupportsSorting { get { throw null; } }
2766         bool System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents { get { throw null; } }
2767         public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } }
2768         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
AddNew()2769         public T AddNew() { throw null; }
AddNewCore()2770         protected virtual object AddNewCore() { throw null; }
ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction)2771         protected virtual void ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) { }
CancelNew(int itemIndex)2772         public virtual void CancelNew(int itemIndex) { }
ClearItems()2773         protected override void ClearItems() { }
EndNew(int itemIndex)2774         public virtual void EndNew(int itemIndex) { }
FindCore(System.ComponentModel.PropertyDescriptor prop, object key)2775         protected virtual int FindCore(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
InsertItem(int index, T item)2776         protected override void InsertItem(int index, T item) { }
OnAddingNew(System.ComponentModel.AddingNewEventArgs e)2777         protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)2778         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
RemoveItem(int index)2779         protected override void RemoveItem(int index) { }
RemoveSortCore()2780         protected virtual void RemoveSortCore() { }
ResetBindings()2781         public void ResetBindings() { }
ResetItem(int position)2782         public void ResetItem(int position) { }
SetItem(int index, T item)2783         protected override void SetItem(int index, T item) { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop)2784         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.IBindingList.AddNew()2785         object System.ComponentModel.IBindingList.AddNew() { throw null; }
System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction)2786         void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor prop, object key)2787         int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop)2788         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.IBindingList.RemoveSort()2789         void System.ComponentModel.IBindingList.RemoveSort() { }
2790     }
2791     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2792     public partial class BooleanConverter : System.ComponentModel.TypeConverter
2793     {
BooleanConverter()2794         public BooleanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2795         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2796         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)2797         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)2798         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)2799         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2800     }
2801     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2802     public sealed partial class BrowsableAttribute : System.Attribute
2803     {
2804         public static readonly System.ComponentModel.BrowsableAttribute Default;
2805         public static readonly System.ComponentModel.BrowsableAttribute No;
2806         public static readonly System.ComponentModel.BrowsableAttribute Yes;
BrowsableAttribute(bool browsable)2807         public BrowsableAttribute(bool browsable) { }
2808         public bool Browsable { get { throw null; } }
Equals(object obj)2809         public override bool Equals(object obj) { throw null; }
GetHashCode()2810         public override int GetHashCode() { throw null; }
IsDefaultAttribute()2811         public override bool IsDefaultAttribute() { throw null; }
2812     }
2813     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2814     public partial class ByteConverter : System.ComponentModel.BaseNumberConverter
2815     {
ByteConverter()2816         public ByteConverter() { }
2817     }
2818     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2819     public partial class CancelEventArgs : System.EventArgs
2820     {
CancelEventArgs()2821         public CancelEventArgs() { }
CancelEventArgs(bool cancel)2822         public CancelEventArgs(bool cancel) { }
2823         public bool Cancel { get { throw null; } set { } }
2824     }
2825     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e)2826     public delegate void CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
2827     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2828     public partial class CategoryAttribute : System.Attribute
2829     {
CategoryAttribute()2830         public CategoryAttribute() { }
CategoryAttribute(string category)2831         public CategoryAttribute(string category) { }
2832         public static System.ComponentModel.CategoryAttribute Action { get { throw null; } }
2833         public static System.ComponentModel.CategoryAttribute Appearance { get { throw null; } }
2834         public static System.ComponentModel.CategoryAttribute Asynchronous { get { throw null; } }
2835         public static System.ComponentModel.CategoryAttribute Behavior { get { throw null; } }
2836         public string Category { get { throw null; } }
2837         public static System.ComponentModel.CategoryAttribute Data { get { throw null; } }
2838         public static System.ComponentModel.CategoryAttribute Default { get { throw null; } }
2839         public static System.ComponentModel.CategoryAttribute Design { get { throw null; } }
2840         public static System.ComponentModel.CategoryAttribute DragDrop { get { throw null; } }
2841         public static System.ComponentModel.CategoryAttribute Focus { get { throw null; } }
2842         public static System.ComponentModel.CategoryAttribute Format { get { throw null; } }
2843         public static System.ComponentModel.CategoryAttribute Key { get { throw null; } }
2844         public static System.ComponentModel.CategoryAttribute Layout { get { throw null; } }
2845         public static System.ComponentModel.CategoryAttribute Mouse { get { throw null; } }
2846         public static System.ComponentModel.CategoryAttribute WindowStyle { get { throw null; } }
Equals(object obj)2847         public override bool Equals(object obj) { throw null; }
GetHashCode()2848         public override int GetHashCode() { throw null; }
GetLocalizedString(string value)2849         protected virtual string GetLocalizedString(string value) { throw null; }
IsDefaultAttribute()2850         public override bool IsDefaultAttribute() { throw null; }
2851     }
2852     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2853     public partial class CharConverter : System.ComponentModel.TypeConverter
2854     {
CharConverter()2855         public CharConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2856         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2857         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)2858         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
2859     }
2860     public enum CollectionChangeAction
2861     {
2862         Add = 1,
2863         Refresh = 3,
2864         Remove = 2,
2865     }
2866     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2867     public partial class CollectionChangeEventArgs : System.EventArgs
2868     {
CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element)2869         public CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element) { }
2870         public virtual System.ComponentModel.CollectionChangeAction Action { get { throw null; } }
2871         public virtual object Element { get { throw null; } }
2872     }
2873     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e)2874     public delegate void CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e);
2875     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2876     public partial class CollectionConverter : System.ComponentModel.TypeConverter
2877     {
CollectionConverter()2878         public CollectionConverter() { }
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; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)2880         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2881         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2882     }
2883     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2884     public sealed partial class ComplexBindingPropertiesAttribute : System.Attribute
2885     {
2886         public static readonly System.ComponentModel.ComplexBindingPropertiesAttribute Default;
ComplexBindingPropertiesAttribute()2887         public ComplexBindingPropertiesAttribute() { }
ComplexBindingPropertiesAttribute(string dataSource)2888         public ComplexBindingPropertiesAttribute(string dataSource) { }
ComplexBindingPropertiesAttribute(string dataSource, string dataMember)2889         public ComplexBindingPropertiesAttribute(string dataSource, string dataMember) { }
2890         public string DataMember { get { throw null; } }
2891         public string DataSource { get { throw null; } }
Equals(object obj)2892         public override bool Equals(object obj) { throw null; }
GetHashCode()2893         public override int GetHashCode() { throw null; }
2894     }
2895     [System.ComponentModel.DesignerCategoryAttribute("Component")]
2896     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2897     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2898     public partial class Component : System.MarshalByRefObject, System.ComponentModel.IComponent, System.IDisposable
2899     {
Component()2900         public Component() { }
2901         protected virtual bool CanRaiseEvents { get { throw null; } }
2902         [System.ComponentModel.BrowsableAttribute(false)]
2903         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2904         public System.ComponentModel.IContainer Container { get { throw null; } }
2905         [System.ComponentModel.BrowsableAttribute(false)]
2906         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2907         protected bool DesignMode { get { throw null; } }
2908         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
2909         [System.ComponentModel.BrowsableAttribute(false)]
2910         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2911         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
2912         [System.ComponentModel.BrowsableAttribute(false)]
2913         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2914         public event System.EventHandler Disposed { add { } remove { } }
Dispose()2915         public void Dispose() { }
Dispose(bool disposing)2916         protected virtual void Dispose(bool disposing) { }
~Component()2917         ~Component() { }
GetService(System.Type service)2918         protected virtual object GetService(System.Type service) { throw null; }
ToString()2919         public override string ToString() { throw null; }
2920     }
2921     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2922     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
2923     public partial class ComponentCollection : System.Collections.ReadOnlyCollectionBase
2924     {
ComponentCollection(System.ComponentModel.IComponent[] components)2925         public ComponentCollection(System.ComponentModel.IComponent[] components) { }
2926         public virtual System.ComponentModel.IComponent this[int index] { get { throw null; } }
2927         public virtual System.ComponentModel.IComponent this[string name] { get { throw null; } }
CopyTo(System.ComponentModel.IComponent[] array, int index)2928         public void CopyTo(System.ComponentModel.IComponent[] array, int index) { }
2929     }
2930     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2931     public partial class ComponentConverter : System.ComponentModel.ReferenceConverter
2932     {
ComponentConverter(System.Type type)2933         public ComponentConverter(System.Type type) : base (default(System.Type)) { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)2934         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2935         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2936     }
2937     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2938     public abstract partial class ComponentEditor
2939     {
ComponentEditor()2940         protected ComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component)2941         public abstract bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component);
EditComponent(object component)2942         public bool EditComponent(object component) { throw null; }
2943     }
2944     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2945     public partial class ComponentResourceManager : System.Resources.ResourceManager
2946     {
ComponentResourceManager()2947         public ComponentResourceManager() { }
ComponentResourceManager(System.Type t)2948         public ComponentResourceManager(System.Type t) { }
ApplyResources(object value, string objectName)2949         public void ApplyResources(object value, string objectName) { }
ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture)2950         public virtual void ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture) { }
2951     }
2952     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2953     public partial class Container : System.ComponentModel.IContainer, System.IDisposable
2954     {
Container()2955         public Container() { }
2956         public virtual System.ComponentModel.ComponentCollection Components { get { throw null; } }
Add(System.ComponentModel.IComponent component)2957         public virtual void Add(System.ComponentModel.IComponent component) { }
Add(System.ComponentModel.IComponent component, string name)2958         public virtual void Add(System.ComponentModel.IComponent component, string name) { }
CreateSite(System.ComponentModel.IComponent component, string name)2959         protected virtual System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose()2960         public void Dispose() { }
Dispose(bool disposing)2961         protected virtual void Dispose(bool disposing) { }
~Container()2962         ~Container() { }
GetService(System.Type service)2963         protected virtual object GetService(System.Type service) { throw null; }
Remove(System.ComponentModel.IComponent component)2964         public virtual void Remove(System.ComponentModel.IComponent component) { }
RemoveWithoutUnsiting(System.ComponentModel.IComponent component)2965         protected void RemoveWithoutUnsiting(System.ComponentModel.IComponent component) { }
ValidateName(System.ComponentModel.IComponent component, string name)2966         protected virtual void ValidateName(System.ComponentModel.IComponent component, string name) { }
2967     }
2968     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2969     public abstract partial class ContainerFilterService
2970     {
ContainerFilterService()2971         protected ContainerFilterService() { }
FilterComponents(System.ComponentModel.ComponentCollection components)2972         public virtual System.ComponentModel.ComponentCollection FilterComponents(System.ComponentModel.ComponentCollection components) { throw null; }
2973     }
2974     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2975     public partial class CultureInfoConverter : System.ComponentModel.TypeConverter
2976     {
CultureInfoConverter()2977         public CultureInfoConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2978         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)2979         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)2980         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)2981         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetCultureName(System.Globalization.CultureInfo culture)2982         protected virtual string GetCultureName(System.Globalization.CultureInfo culture) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)2983         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)2984         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)2985         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2986     }
2987     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2988     public abstract partial class CustomTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor
2989     {
CustomTypeDescriptor()2990         protected CustomTypeDescriptor() { }
CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent)2991         protected CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent) { }
GetAttributes()2992         public virtual System.ComponentModel.AttributeCollection GetAttributes() { throw null; }
GetClassName()2993         public virtual string GetClassName() { throw null; }
GetComponentName()2994         public virtual string GetComponentName() { throw null; }
GetConverter()2995         public virtual System.ComponentModel.TypeConverter GetConverter() { throw null; }
GetDefaultEvent()2996         public virtual System.ComponentModel.EventDescriptor GetDefaultEvent() { throw null; }
GetDefaultProperty()2997         public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty() { throw null; }
GetEditor(System.Type editorBaseType)2998         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetEvents()2999         public virtual System.ComponentModel.EventDescriptorCollection GetEvents() { throw null; }
GetEvents(System.Attribute[] attributes)3000         public virtual System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes) { throw null; }
GetProperties()3001         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties() { throw null; }
GetProperties(System.Attribute[] attributes)3002         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes) { throw null; }
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3003         public virtual object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
3004     }
3005     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3006     public partial class DataErrorsChangedEventArgs : System.EventArgs
3007     {
DataErrorsChangedEventArgs(string propertyName)3008         public DataErrorsChangedEventArgs(string propertyName) { }
3009         public virtual string PropertyName { get { throw null; } }
3010     }
3011     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3012     public sealed partial class DataObjectAttribute : System.Attribute
3013     {
3014         public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3015         public static readonly System.ComponentModel.DataObjectAttribute Default;
3016         public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
DataObjectAttribute()3017         public DataObjectAttribute() { }
DataObjectAttribute(bool isDataObject)3018         public DataObjectAttribute(bool isDataObject) { }
3019         public bool IsDataObject { get { throw null; } }
Equals(object obj)3020         public override bool Equals(object obj) { throw null; }
GetHashCode()3021         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3022         public override bool IsDefaultAttribute() { throw null; }
3023     }
3024     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
3025     public sealed partial class DataObjectFieldAttribute : System.Attribute
3026     {
DataObjectFieldAttribute(bool primaryKey)3027         public DataObjectFieldAttribute(bool primaryKey) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity)3028         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable)3029         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length)3030         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length) { }
3031         public bool IsIdentity { get { throw null; } }
3032         public bool IsNullable { get { throw null; } }
3033         public int Length { get { throw null; } }
3034         public bool PrimaryKey { get { throw null; } }
Equals(object obj)3035         public override bool Equals(object obj) { throw null; }
GetHashCode()3036         public override int GetHashCode() { throw null; }
3037     }
3038     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
3039     public sealed partial class DataObjectMethodAttribute : System.Attribute
3040     {
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType)3041         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType) { }
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault)3042         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault) { }
3043         public bool IsDefault { get { throw null; } }
3044         public System.ComponentModel.DataObjectMethodType MethodType { get { throw null; } }
Equals(object obj)3045         public override bool Equals(object obj) { throw null; }
GetHashCode()3046         public override int GetHashCode() { throw null; }
Match(object obj)3047         public override bool Match(object obj) { throw null; }
3048     }
3049     public enum DataObjectMethodType
3050     {
3051         Delete = 4,
3052         Fill = 0,
3053         Insert = 3,
3054         Select = 1,
3055         Update = 2,
3056     }
3057     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3058     public partial class DateTimeConverter : System.ComponentModel.TypeConverter
3059     {
DateTimeConverter()3060         public DateTimeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3061         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3062         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3063         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)3064         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3065     }
3066     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3067     public partial class DateTimeOffsetConverter : System.ComponentModel.TypeConverter
3068     {
DateTimeOffsetConverter()3069         public DateTimeOffsetConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3070         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3071         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3072         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)3073         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3074     }
3075     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3076     public partial class DecimalConverter : System.ComponentModel.BaseNumberConverter
3077     {
DecimalConverter()3078         public DecimalConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3079         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)3080         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3081     }
3082     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3083     public sealed partial class DefaultBindingPropertyAttribute : System.Attribute
3084     {
3085         public static readonly System.ComponentModel.DefaultBindingPropertyAttribute Default;
DefaultBindingPropertyAttribute()3086         public DefaultBindingPropertyAttribute() { }
DefaultBindingPropertyAttribute(string name)3087         public DefaultBindingPropertyAttribute(string name) { }
3088         public string Name { get { throw null; } }
Equals(object obj)3089         public override bool Equals(object obj) { throw null; }
GetHashCode()3090         public override int GetHashCode() { throw null; }
3091     }
3092     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3093     public sealed partial class DefaultEventAttribute : System.Attribute
3094     {
3095         public static readonly System.ComponentModel.DefaultEventAttribute Default;
DefaultEventAttribute(string name)3096         public DefaultEventAttribute(string name) { }
3097         public string Name { get { throw null; } }
Equals(object obj)3098         public override bool Equals(object obj) { throw null; }
GetHashCode()3099         public override int GetHashCode() { throw null; }
3100     }
3101     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3102     public sealed partial class DefaultPropertyAttribute : System.Attribute
3103     {
3104         public static readonly System.ComponentModel.DefaultPropertyAttribute Default;
DefaultPropertyAttribute(string name)3105         public DefaultPropertyAttribute(string name) { }
3106         public string Name { get { throw null; } }
Equals(object obj)3107         public override bool Equals(object obj) { throw null; }
GetHashCode()3108         public override int GetHashCode() { throw null; }
3109     }
3110     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3111     public partial class DefaultValueAttribute : System.Attribute
3112     {
DefaultValueAttribute(bool value)3113         public DefaultValueAttribute(bool value) { }
DefaultValueAttribute(byte value)3114         public DefaultValueAttribute(byte value) { }
DefaultValueAttribute(char value)3115         public DefaultValueAttribute(char value) { }
DefaultValueAttribute(double value)3116         public DefaultValueAttribute(double value) { }
DefaultValueAttribute(short value)3117         public DefaultValueAttribute(short value) { }
DefaultValueAttribute(int value)3118         public DefaultValueAttribute(int value) { }
DefaultValueAttribute(long value)3119         public DefaultValueAttribute(long value) { }
DefaultValueAttribute(object value)3120         public DefaultValueAttribute(object value) { }
DefaultValueAttribute(float value)3121         public DefaultValueAttribute(float value) { }
DefaultValueAttribute(string value)3122         public DefaultValueAttribute(string value) { }
DefaultValueAttribute(System.Type type, string value)3123         public DefaultValueAttribute(System.Type type, string value) { }
3124         public virtual object Value { get { throw null; } }
Equals(object obj)3125         public override bool Equals(object obj) { throw null; }
GetHashCode()3126         public override int GetHashCode() { throw null; }
SetValue(object value)3127         protected void SetValue(object value) { }
3128     }
3129     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3130     public partial class DescriptionAttribute : System.Attribute
3131     {
3132         public static readonly System.ComponentModel.DescriptionAttribute Default;
DescriptionAttribute()3133         public DescriptionAttribute() { }
DescriptionAttribute(string description)3134         public DescriptionAttribute(string description) { }
3135         public virtual string Description { get { throw null; } }
3136         protected string DescriptionValue { get { throw null; } set { } }
Equals(object obj)3137         public override bool Equals(object obj) { throw null; }
GetHashCode()3138         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3139         public override bool IsDefaultAttribute() { throw null; }
3140     }
3141     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
3142     public sealed partial class DesignerAttribute : System.Attribute
3143     {
DesignerAttribute(string designerTypeName)3144         public DesignerAttribute(string designerTypeName) { }
DesignerAttribute(string designerTypeName, string designerBaseTypeName)3145         public DesignerAttribute(string designerTypeName, string designerBaseTypeName) { }
DesignerAttribute(string designerTypeName, System.Type designerBaseType)3146         public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { }
DesignerAttribute(System.Type designerType)3147         public DesignerAttribute(System.Type designerType) { }
DesignerAttribute(System.Type designerType, System.Type designerBaseType)3148         public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { }
3149         public string DesignerBaseTypeName { get { throw null; } }
3150         public string DesignerTypeName { get { throw null; } }
3151         public override object TypeId { get { throw null; } }
Equals(object obj)3152         public override bool Equals(object obj) { throw null; }
GetHashCode()3153         public override int GetHashCode() { throw null; }
3154     }
3155     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
3156     public sealed partial class DesignerCategoryAttribute : System.Attribute
3157     {
3158         public static readonly System.ComponentModel.DesignerCategoryAttribute Component;
3159         public static readonly System.ComponentModel.DesignerCategoryAttribute Default;
3160         public static readonly System.ComponentModel.DesignerCategoryAttribute Form;
3161         public static readonly System.ComponentModel.DesignerCategoryAttribute Generic;
DesignerCategoryAttribute()3162         public DesignerCategoryAttribute() { }
DesignerCategoryAttribute(string category)3163         public DesignerCategoryAttribute(string category) { }
3164         public string Category { get { throw null; } }
3165         public override object TypeId { get { throw null; } }
Equals(object obj)3166         public override bool Equals(object obj) { throw null; }
GetHashCode()3167         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3168         public override bool IsDefaultAttribute() { throw null; }
3169     }
3170     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3171     public enum DesignerSerializationVisibility
3172     {
3173         Content = 2,
3174         Hidden = 0,
3175         Visible = 1,
3176     }
3177     [System.AttributeUsageAttribute((System.AttributeTargets)(960))]
3178     public sealed partial class DesignerSerializationVisibilityAttribute : System.Attribute
3179     {
3180         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Content;
3181         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Default;
3182         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Hidden;
3183         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Visible;
DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility visibility)3184         public DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility visibility) { }
3185         public System.ComponentModel.DesignerSerializationVisibility Visibility { get { throw null; } }
Equals(object obj)3186         public override bool Equals(object obj) { throw null; }
GetHashCode()3187         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3188         public override bool IsDefaultAttribute() { throw null; }
3189     }
3190     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3191     public sealed partial class DesignOnlyAttribute : System.Attribute
3192     {
3193         public static readonly System.ComponentModel.DesignOnlyAttribute Default;
3194         public static readonly System.ComponentModel.DesignOnlyAttribute No;
3195         public static readonly System.ComponentModel.DesignOnlyAttribute Yes;
DesignOnlyAttribute(bool isDesignOnly)3196         public DesignOnlyAttribute(bool isDesignOnly) { }
3197         public bool IsDesignOnly { get { throw null; } }
Equals(object obj)3198         public override bool Equals(object obj) { throw null; }
GetHashCode()3199         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3200         public override bool IsDefaultAttribute() { throw null; }
3201     }
3202     [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
3203     public sealed partial class DesignTimeVisibleAttribute : System.Attribute
3204     {
3205         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Default;
3206         public static readonly System.ComponentModel.DesignTimeVisibleAttribute No;
3207         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Yes;
DesignTimeVisibleAttribute()3208         public DesignTimeVisibleAttribute() { }
DesignTimeVisibleAttribute(bool visible)3209         public DesignTimeVisibleAttribute(bool visible) { }
3210         public bool Visible { get { throw null; } }
Equals(object obj)3211         public override bool Equals(object obj) { throw null; }
GetHashCode()3212         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3213         public override bool IsDefaultAttribute() { throw null; }
3214     }
3215     [System.AttributeUsageAttribute((System.AttributeTargets)(708))]
3216     public partial class DisplayNameAttribute : System.Attribute
3217     {
3218         public static readonly System.ComponentModel.DisplayNameAttribute Default;
DisplayNameAttribute()3219         public DisplayNameAttribute() { }
DisplayNameAttribute(string displayName)3220         public DisplayNameAttribute(string displayName) { }
3221         public virtual string DisplayName { get { throw null; } }
3222         protected string DisplayNameValue { get { throw null; } set { } }
Equals(object obj)3223         public override bool Equals(object obj) { throw null; }
GetHashCode()3224         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3225         public override bool IsDefaultAttribute() { throw null; }
3226     }
3227     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3228     public partial class DoubleConverter : System.ComponentModel.BaseNumberConverter
3229     {
DoubleConverter()3230         public DoubleConverter() { }
3231     }
3232     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3233     public partial class DoWorkEventArgs : System.ComponentModel.CancelEventArgs
3234     {
DoWorkEventArgs(object argument)3235         public DoWorkEventArgs(object argument) { }
3236         public object Argument { get { throw null; } }
3237         public object Result { get { throw null; } set { } }
3238     }
3239     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e)3240     public delegate void DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e);
3241     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=true)]
3242     public sealed partial class EditorAttribute : System.Attribute
3243     {
EditorAttribute()3244         public EditorAttribute() { }
EditorAttribute(string typeName, string baseTypeName)3245         public EditorAttribute(string typeName, string baseTypeName) { }
EditorAttribute(string typeName, System.Type baseType)3246         public EditorAttribute(string typeName, System.Type baseType) { }
EditorAttribute(System.Type type, System.Type baseType)3247         public EditorAttribute(System.Type type, System.Type baseType) { }
3248         public string EditorBaseTypeName { get { throw null; } }
3249         public string EditorTypeName { get { throw null; } }
3250         public override object TypeId { get { throw null; } }
Equals(object obj)3251         public override bool Equals(object obj) { throw null; }
GetHashCode()3252         public override int GetHashCode() { throw null; }
3253     }
3254     [System.AttributeUsageAttribute((System.AttributeTargets)(6140))]
3255     public sealed partial class EditorBrowsableAttribute : System.Attribute
3256     {
EditorBrowsableAttribute()3257         public EditorBrowsableAttribute() { }
EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state)3258         public EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state) { }
3259         public System.ComponentModel.EditorBrowsableState State { get { throw null; } }
Equals(object obj)3260         public override bool Equals(object obj) { throw null; }
GetHashCode()3261         public override int GetHashCode() { throw null; }
3262     }
3263     public enum EditorBrowsableState
3264     {
3265         Advanced = 2,
3266         Always = 0,
3267         Never = 1,
3268     }
3269     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3270     public partial class EnumConverter : System.ComponentModel.TypeConverter
3271     {
EnumConverter(System.Type type)3272         public EnumConverter(System.Type type) { }
3273         protected virtual System.Collections.IComparer Comparer { get { throw null; } }
3274         protected System.Type EnumType { get { throw null; } }
3275         protected System.ComponentModel.TypeConverter.StandardValuesCollection Values { get { throw null; } set { } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3276         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3277         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3278         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)3279         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3280         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3281         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3282         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)3283         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
3284     }
3285     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3286     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3287     public abstract partial class EventDescriptor : System.ComponentModel.MemberDescriptor
3288     {
EventDescriptor(System.ComponentModel.MemberDescriptor descr)3289         protected EventDescriptor(System.ComponentModel.MemberDescriptor descr) : base (default(string)) { }
EventDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs)3290         protected EventDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base (default(string)) { }
EventDescriptor(string name, System.Attribute[] attrs)3291         protected EventDescriptor(string name, System.Attribute[] attrs) : base (default(string)) { }
3292         public abstract System.Type ComponentType { get; }
3293         public abstract System.Type EventType { get; }
3294         public abstract bool IsMulticast { get; }
AddEventHandler(object component, System.Delegate value)3295         public abstract void AddEventHandler(object component, System.Delegate value);
RemoveEventHandler(object component, System.Delegate value)3296         public abstract void RemoveEventHandler(object component, System.Delegate value);
3297     }
3298     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3299     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
3300     public partial class EventDescriptorCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3301     {
3302         public static readonly System.ComponentModel.EventDescriptorCollection Empty;
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events)3303         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events) { }
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly)3304         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly) { }
3305         public int Count { get { throw null; } }
3306         public virtual System.ComponentModel.EventDescriptor this[int index] { get { throw null; } }
3307         public virtual System.ComponentModel.EventDescriptor this[string name] { get { throw null; } }
3308         int System.Collections.ICollection.Count { get { throw null; } }
3309         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3310         object System.Collections.ICollection.SyncRoot { get { throw null; } }
3311         bool System.Collections.IList.IsFixedSize { get { throw null; } }
3312         bool System.Collections.IList.IsReadOnly { get { throw null; } }
3313         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.EventDescriptor value)3314         public int Add(System.ComponentModel.EventDescriptor value) { throw null; }
Clear()3315         public void Clear() { }
Contains(System.ComponentModel.EventDescriptor value)3316         public bool Contains(System.ComponentModel.EventDescriptor value) { throw null; }
Find(string name, bool ignoreCase)3317         public virtual System.ComponentModel.EventDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()3318         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.EventDescriptor value)3319         public int IndexOf(System.ComponentModel.EventDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.EventDescriptor value)3320         public void Insert(int index, System.ComponentModel.EventDescriptor value) { }
InternalSort(System.Collections.IComparer sorter)3321         protected void InternalSort(System.Collections.IComparer sorter) { }
InternalSort(string[] names)3322         protected void InternalSort(string[] names) { }
Remove(System.ComponentModel.EventDescriptor value)3323         public void Remove(System.ComponentModel.EventDescriptor value) { }
RemoveAt(int index)3324         public void RemoveAt(int index) { }
Sort()3325         public virtual System.ComponentModel.EventDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)3326         public virtual System.ComponentModel.EventDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] names)3327         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names) { throw null; }
Sort(string[] names, System.Collections.IComparer comparer)3328         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3329         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3330         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)3331         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()3332         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)3333         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)3334         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)3335         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)3336         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)3337         void System.Collections.IList.RemoveAt(int index) { }
3338     }
3339     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3340     public sealed partial class EventHandlerList : System.IDisposable
3341     {
EventHandlerList()3342         public EventHandlerList() { }
3343         public System.Delegate this[object key] { get { throw null; } set { } }
AddHandler(object key, System.Delegate value)3344         public void AddHandler(object key, System.Delegate value) { }
AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom)3345         public void AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom) { }
Dispose()3346         public void Dispose() { }
RemoveHandler(object key, System.Delegate value)3347         public void RemoveHandler(object key, System.Delegate value) { }
3348     }
3349     public partial class ExpandableObjectConverter : System.ComponentModel.TypeConverter
3350     {
ExpandableObjectConverter()3351         public ExpandableObjectConverter() { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)3352         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3353         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3354     }
3355     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3356     public sealed partial class ExtenderProvidedPropertyAttribute : System.Attribute
3357     {
ExtenderProvidedPropertyAttribute()3358         public ExtenderProvidedPropertyAttribute() { }
3359         public System.ComponentModel.PropertyDescriptor ExtenderProperty { get { throw null; } }
3360         public System.ComponentModel.IExtenderProvider Provider { get { throw null; } }
3361         public System.Type ReceiverType { get { throw null; } }
Equals(object obj)3362         public override bool Equals(object obj) { throw null; }
GetHashCode()3363         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3364         public override bool IsDefaultAttribute() { throw null; }
3365     }
3366     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3367     public partial class GuidConverter : System.ComponentModel.TypeConverter
3368     {
GuidConverter()3369         public GuidConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3370         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3371         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3372         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)3373         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3374     }
3375     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3376     public partial class HandledEventArgs : System.EventArgs
3377     {
HandledEventArgs()3378         public HandledEventArgs() { }
HandledEventArgs(bool defaultHandledValue)3379         public HandledEventArgs(bool defaultHandledValue) { }
3380         public bool Handled { get { throw null; } set { } }
3381     }
3382     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e)3383     public delegate void HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e);
3384     public partial interface IBindingList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3385     {
3386         bool AllowEdit { get; }
3387         bool AllowNew { get; }
3388         bool AllowRemove { get; }
3389         bool IsSorted { get; }
3390         System.ComponentModel.ListSortDirection SortDirection { get; }
3391         System.ComponentModel.PropertyDescriptor SortProperty { get; }
3392         bool SupportsChangeNotification { get; }
3393         bool SupportsSearching { get; }
3394         bool SupportsSorting { get; }
3395         event System.ComponentModel.ListChangedEventHandler ListChanged;
AddIndex(System.ComponentModel.PropertyDescriptor property)3396         void AddIndex(System.ComponentModel.PropertyDescriptor property);
AddNew()3397         object AddNew();
ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)3398         void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction);
Find(System.ComponentModel.PropertyDescriptor property, object key)3399         int Find(System.ComponentModel.PropertyDescriptor property, object key);
RemoveIndex(System.ComponentModel.PropertyDescriptor property)3400         void RemoveIndex(System.ComponentModel.PropertyDescriptor property);
RemoveSort()3401         void RemoveSort();
3402     }
3403     public partial interface IBindingListView : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList
3404     {
3405         string Filter { get; set; }
3406         System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
3407         bool SupportsAdvancedSorting { get; }
3408         bool SupportsFiltering { get; }
ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)3409         void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts);
RemoveFilter()3410         void RemoveFilter();
3411     }
3412     public partial interface ICancelAddNew
3413     {
CancelNew(int itemIndex)3414         void CancelNew(int itemIndex);
EndNew(int itemIndex)3415         void EndNew(int itemIndex);
3416     }
3417     public partial interface IChangeTracking
3418     {
3419         bool IsChanged { get; }
AcceptChanges()3420         void AcceptChanges();
3421     }
3422     [System.ObsoleteAttribute("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
3423     public partial interface IComNativeDescriptorHandler
3424     {
GetAttributes(object component)3425         System.ComponentModel.AttributeCollection GetAttributes(object component);
GetClassName(object component)3426         string GetClassName(object component);
GetConverter(object component)3427         System.ComponentModel.TypeConverter GetConverter(object component);
GetDefaultEvent(object component)3428         System.ComponentModel.EventDescriptor GetDefaultEvent(object component);
GetDefaultProperty(object component)3429         System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component);
GetEditor(object component, System.Type baseEditorType)3430         object GetEditor(object component, System.Type baseEditorType);
GetEvents(object component)3431         System.ComponentModel.EventDescriptorCollection GetEvents(object component);
GetEvents(object component, System.Attribute[] attributes)3432         System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes);
GetName(object component)3433         string GetName(object component);
GetProperties(object component, System.Attribute[] attributes)3434         System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes);
GetPropertyValue(object component, int dispid, ref bool success)3435         object GetPropertyValue(object component, int dispid, ref bool success);
GetPropertyValue(object component, string propertyName, ref bool success)3436         object GetPropertyValue(object component, string propertyName, ref bool success);
3437     }
3438     [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)]
3439     [System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IDesigner))]
3440     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
3441     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
3442     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3443     public partial interface IComponent : System.IDisposable
3444     {
3445         System.ComponentModel.ISite Site { get; set; }
3446         event System.EventHandler Disposed;
3447     }
3448     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3449     public partial interface IContainer : System.IDisposable
3450     {
3451         System.ComponentModel.ComponentCollection Components { get; }
Add(System.ComponentModel.IComponent component)3452         void Add(System.ComponentModel.IComponent component);
Add(System.ComponentModel.IComponent component, string name)3453         void Add(System.ComponentModel.IComponent component, string name);
Remove(System.ComponentModel.IComponent component)3454         void Remove(System.ComponentModel.IComponent component);
3455     }
3456     public partial interface ICustomTypeDescriptor
3457     {
GetAttributes()3458         System.ComponentModel.AttributeCollection GetAttributes();
GetClassName()3459         string GetClassName();
GetComponentName()3460         string GetComponentName();
GetConverter()3461         System.ComponentModel.TypeConverter GetConverter();
GetDefaultEvent()3462         System.ComponentModel.EventDescriptor GetDefaultEvent();
GetDefaultProperty()3463         System.ComponentModel.PropertyDescriptor GetDefaultProperty();
GetEditor(System.Type editorBaseType)3464         object GetEditor(System.Type editorBaseType);
GetEvents()3465         System.ComponentModel.EventDescriptorCollection GetEvents();
GetEvents(System.Attribute[] attributes)3466         System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes);
GetProperties()3467         System.ComponentModel.PropertyDescriptorCollection GetProperties();
GetProperties(System.Attribute[] attributes)3468         System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes);
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3469         object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd);
3470     }
3471     public partial interface IDataErrorInfo
3472     {
3473         string Error { get; }
3474         string this[string columnName] { get; }
3475     }
3476     public partial interface IEditableObject
3477     {
BeginEdit()3478         void BeginEdit();
CancelEdit()3479         void CancelEdit();
EndEdit()3480         void EndEdit();
3481     }
3482     public partial interface IExtenderProvider
3483     {
CanExtend(object extendee)3484         bool CanExtend(object extendee);
3485     }
3486     public partial interface IIntellisenseBuilder
3487     {
3488         string Name { get; }
Show(string language, string value, ref string newValue)3489         bool Show(string language, string value, ref string newValue);
3490     }
3491     [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")]
3492     [System.ComponentModel.MergablePropertyAttribute(false)]
3493     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3494     public partial interface IListSource
3495     {
3496         bool ContainsListCollection { get; }
GetList()3497         System.Collections.IList GetList();
3498     }
3499     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3500     public sealed partial class ImmutableObjectAttribute : System.Attribute
3501     {
3502         public static readonly System.ComponentModel.ImmutableObjectAttribute Default;
3503         public static readonly System.ComponentModel.ImmutableObjectAttribute No;
3504         public static readonly System.ComponentModel.ImmutableObjectAttribute Yes;
ImmutableObjectAttribute(bool immutable)3505         public ImmutableObjectAttribute(bool immutable) { }
3506         public bool Immutable { get { throw null; } }
Equals(object obj)3507         public override bool Equals(object obj) { throw null; }
GetHashCode()3508         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3509         public override bool IsDefaultAttribute() { throw null; }
3510     }
3511     public partial interface INestedContainer : System.ComponentModel.IContainer, System.IDisposable
3512     {
3513         System.ComponentModel.IComponent Owner { get; }
3514     }
3515     public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider
3516     {
3517         string FullName { get; }
3518     }
3519     [System.AttributeUsageAttribute((System.AttributeTargets)(896))]
3520     public sealed partial class InheritanceAttribute : System.Attribute
3521     {
3522         public static readonly System.ComponentModel.InheritanceAttribute Default;
3523         public static readonly System.ComponentModel.InheritanceAttribute Inherited;
3524         public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
3525         public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
InheritanceAttribute()3526         public InheritanceAttribute() { }
InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel)3527         public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { }
3528         public System.ComponentModel.InheritanceLevel InheritanceLevel { get { throw null; } }
Equals(object value)3529         public override bool Equals(object value) { throw null; }
GetHashCode()3530         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3531         public override bool IsDefaultAttribute() { throw null; }
ToString()3532         public override string ToString() { throw null; }
3533     }
3534     public enum InheritanceLevel
3535     {
3536         Inherited = 1,
3537         InheritedReadOnly = 2,
3538         NotInherited = 3,
3539     }
3540     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3541     public sealed partial class InitializationEventAttribute : System.Attribute
3542     {
InitializationEventAttribute(string eventName)3543         public InitializationEventAttribute(string eventName) { }
3544         public string EventName { get { throw null; } }
3545     }
3546     public partial interface INotifyDataErrorInfo
3547     {
3548         bool HasErrors { get; }
3549         event System.EventHandler<System.ComponentModel.DataErrorsChangedEventArgs> ErrorsChanged;
GetErrors(string propertyName)3550         System.Collections.IEnumerable GetErrors(string propertyName);
3551     }
3552     public partial interface INotifyPropertyChanged
3553     {
3554         event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3555     }
3556     public partial interface INotifyPropertyChanging
3557     {
3558         event System.ComponentModel.PropertyChangingEventHandler PropertyChanging;
3559     }
3560     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3561     public partial class InstallerTypeAttribute : System.Attribute
3562     {
InstallerTypeAttribute(string typeName)3563         public InstallerTypeAttribute(string typeName) { }
InstallerTypeAttribute(System.Type installerType)3564         public InstallerTypeAttribute(System.Type installerType) { }
3565         public virtual System.Type InstallerType { get { throw null; } }
Equals(object obj)3566         public override bool Equals(object obj) { throw null; }
GetHashCode()3567         public override int GetHashCode() { throw null; }
3568     }
3569     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3570     public abstract partial class InstanceCreationEditor
3571     {
InstanceCreationEditor()3572         protected InstanceCreationEditor() { }
3573         public virtual string Text { get { throw null; } }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type instanceType)3574         public abstract object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type instanceType);
3575     }
3576     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3577     public partial class Int16Converter : System.ComponentModel.BaseNumberConverter
3578     {
Int16Converter()3579         public Int16Converter() { }
3580     }
3581     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3582     public partial class Int32Converter : System.ComponentModel.BaseNumberConverter
3583     {
Int32Converter()3584         public Int32Converter() { }
3585     }
3586     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3587     public partial class Int64Converter : System.ComponentModel.BaseNumberConverter
3588     {
Int64Converter()3589         public Int64Converter() { }
3590     }
3591     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3592     [System.SerializableAttribute]
3593     public partial class InvalidAsynchronousStateException : System.ArgumentException
3594     {
InvalidAsynchronousStateException()3595         public InvalidAsynchronousStateException() { }
InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3596         protected InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidAsynchronousStateException(string message)3597         public InvalidAsynchronousStateException(string message) { }
InvalidAsynchronousStateException(string message, System.Exception innerException)3598         public InvalidAsynchronousStateException(string message, System.Exception innerException) { }
3599     }
3600     [System.SerializableAttribute]
3601     public partial class InvalidEnumArgumentException : System.ArgumentException
3602     {
InvalidEnumArgumentException()3603         public InvalidEnumArgumentException() { }
InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3604         protected InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidEnumArgumentException(string message)3605         public InvalidEnumArgumentException(string message) { }
InvalidEnumArgumentException(string message, System.Exception innerException)3606         public InvalidEnumArgumentException(string message, System.Exception innerException) { }
InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass)3607         public InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass) { }
3608     }
3609     public partial interface IRaiseItemChangedEvents
3610     {
3611         bool RaisesItemChangedEvents { get; }
3612     }
3613     public partial interface IRevertibleChangeTracking : System.ComponentModel.IChangeTracking
3614     {
RejectChanges()3615         void RejectChanges();
3616     }
3617     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3618     public partial interface ISite : System.IServiceProvider
3619     {
3620         System.ComponentModel.IComponent Component { get; }
3621         System.ComponentModel.IContainer Container { get; }
3622         bool DesignMode { get; }
3623         string Name { get; set; }
3624     }
3625     public partial interface ISupportInitialize
3626     {
BeginInit()3627         void BeginInit();
EndInit()3628         void EndInit();
3629     }
3630     public partial interface ISupportInitializeNotification : System.ComponentModel.ISupportInitialize
3631     {
3632         bool IsInitialized { get; }
3633         event System.EventHandler Initialized;
3634     }
3635     public partial interface ISynchronizeInvoke
3636     {
3637         bool InvokeRequired { get; }
3638         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
BeginInvoke(System.Delegate method, object[] args)3639         System.IAsyncResult BeginInvoke(System.Delegate method, object[] args);
EndInvoke(System.IAsyncResult result)3640         object EndInvoke(System.IAsyncResult result);
Invoke(System.Delegate method, object[] args)3641         object Invoke(System.Delegate method, object[] args);
3642     }
3643     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3644     public partial interface ITypeDescriptorContext : System.IServiceProvider
3645     {
3646         System.ComponentModel.IContainer Container { get; }
3647         object Instance { get; }
3648         System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
OnComponentChanged()3649         void OnComponentChanged();
OnComponentChanging()3650         bool OnComponentChanging();
3651     }
3652     public partial interface ITypedList
3653     {
GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)3654         System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors);
GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)3655         string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors);
3656     }
3657     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3658     public abstract partial class License : System.IDisposable
3659     {
License()3660         protected License() { }
3661         public abstract string LicenseKey { get; }
Dispose()3662         public abstract void Dispose();
3663     }
3664     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3665     public partial class LicenseContext : System.IServiceProvider
3666     {
LicenseContext()3667         public LicenseContext() { }
3668         public virtual System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)3669         public virtual string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
GetService(System.Type type)3670         public virtual object GetService(System.Type type) { throw null; }
SetSavedLicenseKey(System.Type type, string key)3671         public virtual void SetSavedLicenseKey(System.Type type, string key) { }
3672     }
3673     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3674     [System.SerializableAttribute]
3675     public partial class LicenseException : System.SystemException
3676     {
LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3677         protected LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
LicenseException(System.Type type)3678         public LicenseException(System.Type type) { }
LicenseException(System.Type type, object instance)3679         public LicenseException(System.Type type, object instance) { }
LicenseException(System.Type type, object instance, string message)3680         public LicenseException(System.Type type, object instance, string message) { }
LicenseException(System.Type type, object instance, string message, System.Exception innerException)3681         public LicenseException(System.Type type, object instance, string message, System.Exception innerException) { }
3682         public System.Type LicensedType { get { throw null; } }
3683         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3684         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3685     }
3686     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalProcessMgmt=true)]
3687     public sealed partial class LicenseManager
3688     {
LicenseManager()3689         internal LicenseManager() { }
3690         public static System.ComponentModel.LicenseContext CurrentContext { get { throw null; } set { } }
3691         public static System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext)3692         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext) { throw null; }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args)3693         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args) { throw null; }
IsLicensed(System.Type type)3694         public static bool IsLicensed(System.Type type) { throw null; }
IsValid(System.Type type)3695         public static bool IsValid(System.Type type) { throw null; }
IsValid(System.Type type, object instance, out System.ComponentModel.License license)3696         public static bool IsValid(System.Type type, object instance, out System.ComponentModel.License license) { license = default(System.ComponentModel.License); throw null; }
LockContext(object contextUser)3697         public static void LockContext(object contextUser) { }
UnlockContext(object contextUser)3698         public static void UnlockContext(object contextUser) { }
Validate(System.Type type)3699         public static void Validate(System.Type type) { }
Validate(System.Type type, object instance)3700         public static System.ComponentModel.License Validate(System.Type type, object instance) { throw null; }
3701     }
3702     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3703     public abstract partial class LicenseProvider
3704     {
LicenseProvider()3705         protected LicenseProvider() { }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)3706         public abstract System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions);
3707     }
3708     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
3709     public sealed partial class LicenseProviderAttribute : System.Attribute
3710     {
3711         public static readonly System.ComponentModel.LicenseProviderAttribute Default;
LicenseProviderAttribute()3712         public LicenseProviderAttribute() { }
LicenseProviderAttribute(string typeName)3713         public LicenseProviderAttribute(string typeName) { }
LicenseProviderAttribute(System.Type type)3714         public LicenseProviderAttribute(System.Type type) { }
3715         public System.Type LicenseProvider { get { throw null; } }
3716         public override object TypeId { get { throw null; } }
Equals(object value)3717         public override bool Equals(object value) { throw null; }
GetHashCode()3718         public override int GetHashCode() { throw null; }
3719     }
3720     public enum LicenseUsageMode
3721     {
3722         Designtime = 1,
3723         Runtime = 0,
3724     }
3725     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3726     public partial class LicFileLicenseProvider : System.ComponentModel.LicenseProvider
3727     {
LicFileLicenseProvider()3728         public LicFileLicenseProvider() { }
GetKey(System.Type type)3729         protected virtual string GetKey(System.Type type) { throw null; }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)3730         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)3731         protected virtual bool IsKeyValid(string key, System.Type type) { throw null; }
3732     }
3733     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3734     public sealed partial class ListBindableAttribute : System.Attribute
3735     {
3736         public static readonly System.ComponentModel.ListBindableAttribute Default;
3737         public static readonly System.ComponentModel.ListBindableAttribute No;
3738         public static readonly System.ComponentModel.ListBindableAttribute Yes;
ListBindableAttribute(bool listBindable)3739         public ListBindableAttribute(bool listBindable) { }
ListBindableAttribute(System.ComponentModel.BindableSupport flags)3740         public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { }
3741         public bool ListBindable { get { throw null; } }
Equals(object obj)3742         public override bool Equals(object obj) { throw null; }
GetHashCode()3743         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3744         public override bool IsDefaultAttribute() { throw null; }
3745     }
3746     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3747     public partial class ListChangedEventArgs : System.EventArgs
3748     {
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc)3749         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex)3750         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc)3751         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex)3752         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex) { }
3753         public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
3754         public int NewIndex { get { throw null; } }
3755         public int OldIndex { get { throw null; } }
3756         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } }
3757     }
3758     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e)3759     public delegate void ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e);
3760     public enum ListChangedType
3761     {
3762         ItemAdded = 1,
3763         ItemChanged = 4,
3764         ItemDeleted = 2,
3765         ItemMoved = 3,
3766         PropertyDescriptorAdded = 5,
3767         PropertyDescriptorChanged = 7,
3768         PropertyDescriptorDeleted = 6,
3769         Reset = 0,
3770     }
3771     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3772     public partial class ListSortDescription
3773     {
ListSortDescription(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)3774         public ListSortDescription(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) { }
3775         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } set { } }
3776         public System.ComponentModel.ListSortDirection SortDirection { get { throw null; } set { } }
3777     }
3778     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3779     public partial class ListSortDescriptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3780     {
ListSortDescriptionCollection()3781         public ListSortDescriptionCollection() { }
ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts)3782         public ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts) { }
3783         public int Count { get { throw null; } }
3784         public System.ComponentModel.ListSortDescription this[int index] { get { throw null; } set { } }
3785         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3786         object System.Collections.ICollection.SyncRoot { get { throw null; } }
3787         bool System.Collections.IList.IsFixedSize { get { throw null; } }
3788         bool System.Collections.IList.IsReadOnly { get { throw null; } }
3789         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(object value)3790         public bool Contains(object value) { throw null; }
CopyTo(System.Array array, int index)3791         public void CopyTo(System.Array array, int index) { }
IndexOf(object value)3792         public int IndexOf(object value) { throw null; }
System.Collections.IEnumerable.GetEnumerator()3793         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)3794         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()3795         void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)3796         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)3797         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)3798         void System.Collections.IList.RemoveAt(int index) { }
3799     }
3800     public enum ListSortDirection
3801     {
3802         Ascending = 0,
3803         Descending = 1,
3804     }
3805     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3806     public sealed partial class LocalizableAttribute : System.Attribute
3807     {
3808         public static readonly System.ComponentModel.LocalizableAttribute Default;
3809         public static readonly System.ComponentModel.LocalizableAttribute No;
3810         public static readonly System.ComponentModel.LocalizableAttribute Yes;
LocalizableAttribute(bool isLocalizable)3811         public LocalizableAttribute(bool isLocalizable) { }
3812         public bool IsLocalizable { get { throw null; } }
Equals(object obj)3813         public override bool Equals(object obj) { throw null; }
GetHashCode()3814         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3815         public override bool IsDefaultAttribute() { throw null; }
3816     }
3817     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3818     public sealed partial class LookupBindingPropertiesAttribute : System.Attribute
3819     {
3820         public static readonly System.ComponentModel.LookupBindingPropertiesAttribute Default;
LookupBindingPropertiesAttribute()3821         public LookupBindingPropertiesAttribute() { }
LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember)3822         public LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember) { }
3823         public string DataSource { get { throw null; } }
3824         public string DisplayMember { get { throw null; } }
3825         public string LookupMember { get { throw null; } }
3826         public string ValueMember { get { throw null; } }
Equals(object obj)3827         public override bool Equals(object obj) { throw null; }
GetHashCode()3828         public override int GetHashCode() { throw null; }
3829     }
3830     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
3831     [System.ComponentModel.DesignerCategoryAttribute("Component")]
3832     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
3833     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3834     public partial class MarshalByValueComponent : System.ComponentModel.IComponent, System.IDisposable, System.IServiceProvider
3835     {
MarshalByValueComponent()3836         public MarshalByValueComponent() { }
3837         [System.ComponentModel.BrowsableAttribute(false)]
3838         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3839         public virtual System.ComponentModel.IContainer Container { get { throw null; } }
3840         [System.ComponentModel.BrowsableAttribute(false)]
3841         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3842         public virtual bool DesignMode { get { throw null; } }
3843         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
3844         [System.ComponentModel.BrowsableAttribute(false)]
3845         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3846         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
3847         public event System.EventHandler Disposed { add { } remove { } }
Dispose()3848         public void Dispose() { }
Dispose(bool disposing)3849         protected virtual void Dispose(bool disposing) { }
~MarshalByValueComponent()3850         ~MarshalByValueComponent() { }
GetService(System.Type service)3851         public virtual object GetService(System.Type service) { throw null; }
ToString()3852         public override string ToString() { throw null; }
3853     }
3854     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3855     public partial class MaskedTextProvider : System.ICloneable
3856     {
MaskedTextProvider(string mask)3857         public MaskedTextProvider(string mask) { }
MaskedTextProvider(string mask, bool restrictToAscii)3858         public MaskedTextProvider(string mask, bool restrictToAscii) { }
MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput)3859         public MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture)3860         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool restrictToAscii)3861         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)3862         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)3863         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, char passwordChar, bool allowPromptAsInput) { }
3864         public bool AllowPromptAsInput { get { throw null; } }
3865         public bool AsciiOnly { get { throw null; } }
3866         public int AssignedEditPositionCount { get { throw null; } }
3867         public int AvailableEditPositionCount { get { throw null; } }
3868         public System.Globalization.CultureInfo Culture { get { throw null; } }
3869         public static char DefaultPasswordChar { get { throw null; } }
3870         public int EditPositionCount { get { throw null; } }
3871         public System.Collections.IEnumerator EditPositions { get { throw null; } }
3872         public bool IncludeLiterals { get { throw null; } set { } }
3873         public bool IncludePrompt { get { throw null; } set { } }
3874         public static int InvalidIndex { get { throw null; } }
3875         public bool IsPassword { get { throw null; } set { } }
3876         public char this[int index] { get { throw null; } }
3877         public int LastAssignedPosition { get { throw null; } }
3878         public int Length { get { throw null; } }
3879         public string Mask { get { throw null; } }
3880         public bool MaskCompleted { get { throw null; } }
3881         public bool MaskFull { get { throw null; } }
3882         public char PasswordChar { get { throw null; } set { } }
3883         public char PromptChar { get { throw null; } set { } }
3884         public bool ResetOnPrompt { get { throw null; } set { } }
3885         public bool ResetOnSpace { get { throw null; } set { } }
3886         public bool SkipLiterals { get { throw null; } set { } }
Add(char input)3887         public bool Add(char input) { throw null; }
Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3888         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)3889         public bool Add(string input) { throw null; }
Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3890         public bool Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Clear()3891         public void Clear() { }
Clear(out System.ComponentModel.MaskedTextResultHint resultHint)3892         public void Clear(out System.ComponentModel.MaskedTextResultHint resultHint) { resultHint = default(System.ComponentModel.MaskedTextResultHint); }
Clone()3893         public object Clone() { throw null; }
FindAssignedEditPositionFrom(int position, bool direction)3894         public int FindAssignedEditPositionFrom(int position, bool direction) { throw null; }
FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction)3895         public int FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindEditPositionFrom(int position, bool direction)3896         public int FindEditPositionFrom(int position, bool direction) { throw null; }
FindEditPositionInRange(int startPosition, int endPosition, bool direction)3897         public int FindEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindNonEditPositionFrom(int position, bool direction)3898         public int FindNonEditPositionFrom(int position, bool direction) { throw null; }
FindNonEditPositionInRange(int startPosition, int endPosition, bool direction)3899         public int FindNonEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindUnassignedEditPositionFrom(int position, bool direction)3900         public int FindUnassignedEditPositionFrom(int position, bool direction) { throw null; }
FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction)3901         public int FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint)3902         public static bool GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint) { throw null; }
InsertAt(char input, int position)3903         public bool InsertAt(char input, int position) { throw null; }
InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3904         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)3905         public bool InsertAt(string input, int position) { throw null; }
InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3906         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)3907         public bool IsAvailablePosition(int position) { throw null; }
IsEditPosition(int position)3908         public bool IsEditPosition(int position) { throw null; }
IsValidInputChar(char c)3909         public static bool IsValidInputChar(char c) { throw null; }
IsValidMaskChar(char c)3910         public static bool IsValidMaskChar(char c) { throw null; }
IsValidPasswordChar(char c)3911         public static bool IsValidPasswordChar(char c) { throw null; }
Remove()3912         public bool Remove() { throw null; }
Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3913         public bool Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
RemoveAt(int position)3914         public bool RemoveAt(int position) { throw null; }
RemoveAt(int startPosition, int endPosition)3915         public bool RemoveAt(int startPosition, int endPosition) { throw null; }
RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3916         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)3917         public bool Replace(char input, int position) { throw null; }
Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3918         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)3919         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)3920         public bool Replace(string input, int position) { throw null; }
Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3921         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)3922         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)3923         public bool Set(string input) { throw null; }
Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3924         public bool Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
ToDisplayString()3925         public string ToDisplayString() { throw null; }
ToString()3926         public override string ToString() { throw null; }
ToString(bool ignorePasswordChar)3927         public string ToString(bool ignorePasswordChar) { throw null; }
ToString(bool includePrompt, bool includeLiterals)3928         public string ToString(bool includePrompt, bool includeLiterals) { throw null; }
ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length)3929         public string ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool includePrompt, bool includeLiterals, int startPosition, int length)3930         public string ToString(bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool ignorePasswordChar, int startPosition, int length)3931         public string ToString(bool ignorePasswordChar, int startPosition, int length) { throw null; }
ToString(int startPosition, int length)3932         public string ToString(int startPosition, int length) { throw null; }
VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint)3933         public bool VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint) { hint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
VerifyEscapeChar(char input, int position)3934         public bool VerifyEscapeChar(char input, int position) { throw null; }
VerifyString(string input)3935         public bool VerifyString(string input) { throw null; }
VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)3936         public bool VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
3937     }
3938     public enum MaskedTextResultHint
3939     {
3940         AlphanumericCharacterExpected = -2,
3941         AsciiCharacterExpected = -1,
3942         CharacterEscaped = 1,
3943         DigitExpected = -3,
3944         InvalidInput = -51,
3945         LetterExpected = -4,
3946         NoEffect = 2,
3947         NonEditPosition = -54,
3948         PositionOutOfRange = -55,
3949         PromptCharNotAllowed = -52,
3950         SideEffect = 3,
3951         SignedDigitExpected = -5,
3952         Success = 4,
3953         UnavailableEditPosition = -53,
3954         Unknown = 0,
3955     }
3956     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3957     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3958     public abstract partial class MemberDescriptor
3959     {
MemberDescriptor(System.ComponentModel.MemberDescriptor descr)3960         protected MemberDescriptor(System.ComponentModel.MemberDescriptor descr) { }
MemberDescriptor(System.ComponentModel.MemberDescriptor oldMemberDescriptor, System.Attribute[] newAttributes)3961         protected MemberDescriptor(System.ComponentModel.MemberDescriptor oldMemberDescriptor, System.Attribute[] newAttributes) { }
MemberDescriptor(string name)3962         protected MemberDescriptor(string name) { }
MemberDescriptor(string name, System.Attribute[] attributes)3963         protected MemberDescriptor(string name, System.Attribute[] attributes) { }
3964         protected virtual System.Attribute[] AttributeArray { get { throw null; } set { } }
3965         public virtual System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
3966         public virtual string Category { get { throw null; } }
3967         public virtual string Description { get { throw null; } }
3968         public virtual bool DesignTimeOnly { get { throw null; } }
3969         public virtual string DisplayName { get { throw null; } }
3970         public virtual bool IsBrowsable { get { throw null; } }
3971         public virtual string Name { get { throw null; } }
3972         protected virtual int NameHashCode { get { throw null; } }
CreateAttributeCollection()3973         protected virtual System.ComponentModel.AttributeCollection CreateAttributeCollection() { throw null; }
Equals(object obj)3974         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)3975         protected virtual void FillAttributes(System.Collections.IList attributeList) { }
FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType)3976         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)3977         protected static System.Reflection.MethodInfo FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType, bool publicOnly) { throw null; }
GetHashCode()3978         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)3979         protected virtual object GetInvocationTarget(System.Type type, object instance) { throw null; }
3980         [System.ObsoleteAttribute("This method has been deprecated. Use GetInvocationTarget instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
GetInvokee(System.Type componentClass, object component)3981         protected static object GetInvokee(System.Type componentClass, object component) { throw null; }
GetSite(object component)3982         protected static System.ComponentModel.ISite GetSite(object component) { throw null; }
3983     }
3984     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3985     public sealed partial class MergablePropertyAttribute : System.Attribute
3986     {
3987         public static readonly System.ComponentModel.MergablePropertyAttribute Default;
3988         public static readonly System.ComponentModel.MergablePropertyAttribute No;
3989         public static readonly System.ComponentModel.MergablePropertyAttribute Yes;
MergablePropertyAttribute(bool allowMerge)3990         public MergablePropertyAttribute(bool allowMerge) { }
3991         public bool AllowMerge { get { throw null; } }
Equals(object obj)3992         public override bool Equals(object obj) { throw null; }
GetHashCode()3993         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3994         public override bool IsDefaultAttribute() { throw null; }
3995     }
3996     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3997     public partial class MultilineStringConverter : System.ComponentModel.TypeConverter
3998     {
MultilineStringConverter()3999         public MultilineStringConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4000         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)4001         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4002         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4003     }
4004     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4005     public partial class NestedContainer : System.ComponentModel.Container, System.ComponentModel.IContainer, System.ComponentModel.INestedContainer, System.IDisposable
4006     {
NestedContainer(System.ComponentModel.IComponent owner)4007         public NestedContainer(System.ComponentModel.IComponent owner) { }
4008         public System.ComponentModel.IComponent Owner { get { throw null; } }
4009         protected virtual string OwnerName { get { throw null; } }
CreateSite(System.ComponentModel.IComponent component, string name)4010         protected override System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose(bool disposing)4011         protected override void Dispose(bool disposing) { }
GetService(System.Type service)4012         protected override object GetService(System.Type service) { throw null; }
4013     }
4014     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4015     public sealed partial class NotifyParentPropertyAttribute : System.Attribute
4016     {
4017         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Default;
4018         public static readonly System.ComponentModel.NotifyParentPropertyAttribute No;
4019         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Yes;
NotifyParentPropertyAttribute(bool notifyParent)4020         public NotifyParentPropertyAttribute(bool notifyParent) { }
4021         public bool NotifyParent { get { throw null; } }
Equals(object obj)4022         public override bool Equals(object obj) { throw null; }
GetHashCode()4023         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4024         public override bool IsDefaultAttribute() { throw null; }
4025     }
4026     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4027     public partial class NullableConverter : System.ComponentModel.TypeConverter
4028     {
NullableConverter(System.Type type)4029         public NullableConverter(System.Type type) { }
4030         public System.Type NullableType { get { throw null; } }
4031         public System.Type UnderlyingType { get { throw null; } }
4032         public System.ComponentModel.TypeConverter UnderlyingTypeConverter { get { throw null; } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4033         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4034         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4035         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)4036         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)4037         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4038         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4039         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4040         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4041         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4042         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4043         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4044         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4045     }
4046     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4047     public sealed partial class ParenthesizePropertyNameAttribute : System.Attribute
4048     {
4049         public static readonly System.ComponentModel.ParenthesizePropertyNameAttribute Default;
ParenthesizePropertyNameAttribute()4050         public ParenthesizePropertyNameAttribute() { }
ParenthesizePropertyNameAttribute(bool needParenthesis)4051         public ParenthesizePropertyNameAttribute(bool needParenthesis) { }
4052         public bool NeedParenthesis { get { throw null; } }
Equals(object o)4053         public override bool Equals(object o) { throw null; }
GetHashCode()4054         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4055         public override bool IsDefaultAttribute() { throw null; }
4056     }
4057     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4058     public sealed partial class PasswordPropertyTextAttribute : System.Attribute
4059     {
4060         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Default;
4061         public static readonly System.ComponentModel.PasswordPropertyTextAttribute No;
4062         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Yes;
PasswordPropertyTextAttribute()4063         public PasswordPropertyTextAttribute() { }
PasswordPropertyTextAttribute(bool password)4064         public PasswordPropertyTextAttribute(bool password) { }
4065         public bool Password { get { throw null; } }
Equals(object o)4066         public override bool Equals(object o) { throw null; }
GetHashCode()4067         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4068         public override bool IsDefaultAttribute() { throw null; }
4069     }
4070     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4071     public partial class ProgressChangedEventArgs : System.EventArgs
4072     {
ProgressChangedEventArgs(int progressPercentage, object userState)4073         public ProgressChangedEventArgs(int progressPercentage, object userState) { }
4074         public int ProgressPercentage { get { throw null; } }
4075         public object UserState { get { throw null; } }
4076     }
4077     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e)4078     public delegate void ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e);
4079     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4080     public partial class PropertyChangedEventArgs : System.EventArgs
4081     {
PropertyChangedEventArgs(string propertyName)4082         public PropertyChangedEventArgs(string propertyName) { }
4083         public virtual string PropertyName { get { throw null; } }
4084     }
4085     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e)4086     public delegate void PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e);
4087     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4088     public partial class PropertyChangingEventArgs : System.EventArgs
4089     {
PropertyChangingEventArgs(string propertyName)4090         public PropertyChangingEventArgs(string propertyName) { }
4091         public virtual string PropertyName { get { throw null; } }
4092     }
4093     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e)4094     public delegate void PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e);
4095     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4096     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4097     public abstract partial class PropertyDescriptor : System.ComponentModel.MemberDescriptor
4098     {
PropertyDescriptor(System.ComponentModel.MemberDescriptor descr)4099         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr) : base (default(string)) { }
PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs)4100         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base (default(string)) { }
PropertyDescriptor(string name, System.Attribute[] attrs)4101         protected PropertyDescriptor(string name, System.Attribute[] attrs) : base (default(string)) { }
4102         public abstract System.Type ComponentType { get; }
4103         public virtual System.ComponentModel.TypeConverter Converter { get { throw null; } }
4104         public virtual bool IsLocalizable { get { throw null; } }
4105         public abstract bool IsReadOnly { get; }
4106         public abstract System.Type PropertyType { get; }
4107         public System.ComponentModel.DesignerSerializationVisibility SerializationVisibility { get { throw null; } }
4108         public virtual bool SupportsChangeEvents { get { throw null; } }
AddValueChanged(object component, System.EventHandler handler)4109         public virtual void AddValueChanged(object component, System.EventHandler handler) { }
CanResetValue(object component)4110         public abstract bool CanResetValue(object component);
CreateInstance(System.Type type)4111         protected object CreateInstance(System.Type type) { throw null; }
Equals(object obj)4112         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)4113         protected override void FillAttributes(System.Collections.IList attributeList) { }
GetChildProperties()4114         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties() { throw null; }
GetChildProperties(System.Attribute[] filter)4115         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(System.Attribute[] filter) { throw null; }
GetChildProperties(object instance)4116         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance) { throw null; }
GetChildProperties(object instance, System.Attribute[] filter)4117         public virtual System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance, System.Attribute[] filter) { throw null; }
GetEditor(System.Type editorBaseType)4118         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetHashCode()4119         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)4120         protected override object GetInvocationTarget(System.Type type, object instance) { throw null; }
GetTypeFromName(string typeName)4121         protected System.Type GetTypeFromName(string typeName) { throw null; }
GetValue(object component)4122         public abstract object GetValue(object component);
GetValueChangedHandler(object component)4123         protected internal System.EventHandler GetValueChangedHandler(object component) { throw null; }
OnValueChanged(object component, System.EventArgs e)4124         protected virtual void OnValueChanged(object component, System.EventArgs e) { }
RemoveValueChanged(object component, System.EventHandler handler)4125         public virtual void RemoveValueChanged(object component, System.EventHandler handler) { }
ResetValue(object component)4126         public abstract void ResetValue(object component);
SetValue(object component, object value)4127         public abstract void SetValue(object component, object value);
ShouldSerializeValue(object component)4128         public abstract bool ShouldSerializeValue(object component);
4129     }
4130     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
4131     public partial class PropertyDescriptorCollection : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.IList
4132     {
4133         public static readonly System.ComponentModel.PropertyDescriptorCollection Empty;
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties)4134         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties) { }
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly)4135         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly) { }
4136         public int Count { get { throw null; } }
4137         public virtual System.ComponentModel.PropertyDescriptor this[int index] { get { throw null; } }
4138         public virtual System.ComponentModel.PropertyDescriptor this[string name] { get { throw null; } }
4139         int System.Collections.ICollection.Count { get { throw null; } }
4140         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4141         object System.Collections.ICollection.SyncRoot { get { throw null; } }
4142         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
4143         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
4144         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
4145         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
4146         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
4147         bool System.Collections.IList.IsFixedSize { get { throw null; } }
4148         bool System.Collections.IList.IsReadOnly { get { throw null; } }
4149         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.PropertyDescriptor value)4150         public int Add(System.ComponentModel.PropertyDescriptor value) { throw null; }
Clear()4151         public void Clear() { }
Contains(System.ComponentModel.PropertyDescriptor value)4152         public bool Contains(System.ComponentModel.PropertyDescriptor value) { throw null; }
CopyTo(System.Array array, int index)4153         public void CopyTo(System.Array array, int index) { }
Find(string name, bool ignoreCase)4154         public virtual System.ComponentModel.PropertyDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()4155         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.PropertyDescriptor value)4156         public int IndexOf(System.ComponentModel.PropertyDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.PropertyDescriptor value)4157         public void Insert(int index, System.ComponentModel.PropertyDescriptor value) { }
InternalSort(System.Collections.IComparer sorter)4158         protected void InternalSort(System.Collections.IComparer sorter) { }
InternalSort(string[] names)4159         protected void InternalSort(string[] names) { }
Remove(System.ComponentModel.PropertyDescriptor value)4160         public void Remove(System.ComponentModel.PropertyDescriptor value) { }
RemoveAt(int index)4161         public void RemoveAt(int index) { }
Sort()4162         public virtual System.ComponentModel.PropertyDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)4163         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] names)4164         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names) { throw null; }
Sort(string[] names, System.Collections.IComparer comparer)4165         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) { throw null; }
System.Collections.IDictionary.Add(object key, object value)4166         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Clear()4167         void System.Collections.IDictionary.Clear() { }
System.Collections.IDictionary.Contains(object key)4168         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()4169         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)4170         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()4171         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)4172         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()4173         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)4174         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)4175         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)4176         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)4177         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)4178         void System.Collections.IList.RemoveAt(int index) { }
4179     }
4180     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4181     public partial class PropertyTabAttribute : System.Attribute
4182     {
PropertyTabAttribute()4183         public PropertyTabAttribute() { }
PropertyTabAttribute(string tabClassName)4184         public PropertyTabAttribute(string tabClassName) { }
PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope)4185         public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) { }
PropertyTabAttribute(System.Type tabClass)4186         public PropertyTabAttribute(System.Type tabClass) { }
PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)4187         public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope) { }
4188         public System.Type[] TabClasses { get { throw null; } }
4189         protected string[] TabClassNames { get { throw null; } }
4190         public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
Equals(System.ComponentModel.PropertyTabAttribute other)4191         public bool Equals(System.ComponentModel.PropertyTabAttribute other) { throw null; }
Equals(object other)4192         public override bool Equals(object other) { throw null; }
GetHashCode()4193         public override int GetHashCode() { throw null; }
InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes)4194         protected void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { }
InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes)4195         protected void InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { }
4196     }
4197     public enum PropertyTabScope
4198     {
4199         Component = 3,
4200         Document = 2,
4201         Global = 1,
4202         Static = 0,
4203     }
4204     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true)]
4205     public sealed partial class ProvidePropertyAttribute : System.Attribute
4206     {
ProvidePropertyAttribute(string propertyName, string receiverTypeName)4207         public ProvidePropertyAttribute(string propertyName, string receiverTypeName) { }
ProvidePropertyAttribute(string propertyName, System.Type receiverType)4208         public ProvidePropertyAttribute(string propertyName, System.Type receiverType) { }
4209         public string PropertyName { get { throw null; } }
4210         public string ReceiverTypeName { get { throw null; } }
4211         public override object TypeId { get { throw null; } }
Equals(object obj)4212         public override bool Equals(object obj) { throw null; }
GetHashCode()4213         public override int GetHashCode() { throw null; }
4214     }
4215     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4216     public sealed partial class ReadOnlyAttribute : System.Attribute
4217     {
4218         public static readonly System.ComponentModel.ReadOnlyAttribute Default;
4219         public static readonly System.ComponentModel.ReadOnlyAttribute No;
4220         public static readonly System.ComponentModel.ReadOnlyAttribute Yes;
ReadOnlyAttribute(bool isReadOnly)4221         public ReadOnlyAttribute(bool isReadOnly) { }
4222         public bool IsReadOnly { get { throw null; } }
Equals(object value)4223         public override bool Equals(object value) { throw null; }
GetHashCode()4224         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4225         public override bool IsDefaultAttribute() { throw null; }
4226     }
4227     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4228     [System.ObsoleteAttribute("Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.")]
4229     public partial class RecommendedAsConfigurableAttribute : System.Attribute
4230     {
4231         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Default;
4232         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute No;
4233         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Yes;
RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable)4234         public RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable) { }
4235         public bool RecommendedAsConfigurable { get { throw null; } }
Equals(object obj)4236         public override bool Equals(object obj) { throw null; }
GetHashCode()4237         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4238         public override bool IsDefaultAttribute() { throw null; }
4239     }
4240     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4241     public partial class ReferenceConverter : System.ComponentModel.TypeConverter
4242     {
ReferenceConverter(System.Type type)4243         public ReferenceConverter(System.Type type) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4244         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4245         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)4246         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4247         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4248         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4249         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value)4250         protected virtual bool IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4251     }
4252     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4253     public partial class RefreshEventArgs : System.EventArgs
4254     {
RefreshEventArgs(object componentChanged)4255         public RefreshEventArgs(object componentChanged) { }
RefreshEventArgs(System.Type typeChanged)4256         public RefreshEventArgs(System.Type typeChanged) { }
4257         public object ComponentChanged { get { throw null; } }
4258         public System.Type TypeChanged { get { throw null; } }
4259     }
4260     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
RefreshEventHandler(System.ComponentModel.RefreshEventArgs e)4261     public delegate void RefreshEventHandler(System.ComponentModel.RefreshEventArgs e);
4262     public enum RefreshProperties
4263     {
4264         All = 1,
4265         None = 0,
4266         Repaint = 2,
4267     }
4268     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4269     public sealed partial class RefreshPropertiesAttribute : System.Attribute
4270     {
4271         public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
4272         public static readonly System.ComponentModel.RefreshPropertiesAttribute Default;
4273         public static readonly System.ComponentModel.RefreshPropertiesAttribute Repaint;
RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh)4274         public RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh) { }
4275         public System.ComponentModel.RefreshProperties RefreshProperties { get { throw null; } }
Equals(object value)4276         public override bool Equals(object value) { throw null; }
GetHashCode()4277         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4278         public override bool IsDefaultAttribute() { throw null; }
4279     }
4280     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
4281     public partial class RunInstallerAttribute : System.Attribute
4282     {
4283         public static readonly System.ComponentModel.RunInstallerAttribute Default;
4284         public static readonly System.ComponentModel.RunInstallerAttribute No;
4285         public static readonly System.ComponentModel.RunInstallerAttribute Yes;
RunInstallerAttribute(bool runInstaller)4286         public RunInstallerAttribute(bool runInstaller) { }
4287         public bool RunInstaller { get { throw null; } }
Equals(object obj)4288         public override bool Equals(object obj) { throw null; }
GetHashCode()4289         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4290         public override bool IsDefaultAttribute() { throw null; }
4291     }
4292     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4293     public partial class RunWorkerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
4294     {
RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled)4295         public RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled) : base (default(System.Exception), default(bool), default(object)) { }
4296         public object Result { get { throw null; } }
4297         [System.ComponentModel.BrowsableAttribute(false)]
4298         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4299         public new object UserState { get { throw null; } }
4300     }
4301     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e)4302     public delegate void RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e);
4303     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4304     public partial class SByteConverter : System.ComponentModel.BaseNumberConverter
4305     {
SByteConverter()4306         public SByteConverter() { }
4307     }
4308     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4309     public sealed partial class SettingsBindableAttribute : System.Attribute
4310     {
4311         public static readonly System.ComponentModel.SettingsBindableAttribute No;
4312         public static readonly System.ComponentModel.SettingsBindableAttribute Yes;
SettingsBindableAttribute(bool bindable)4313         public SettingsBindableAttribute(bool bindable) { }
4314         public bool Bindable { get { throw null; } }
Equals(object obj)4315         public override bool Equals(object obj) { throw null; }
GetHashCode()4316         public override int GetHashCode() { throw null; }
4317     }
4318     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4319     public partial class SingleConverter : System.ComponentModel.BaseNumberConverter
4320     {
SingleConverter()4321         public SingleConverter() { }
4322     }
4323     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4324     public partial class StringConverter : System.ComponentModel.TypeConverter
4325     {
StringConverter()4326         public StringConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4327         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4328         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
4329     }
4330     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4331     public static partial class SyntaxCheck
4332     {
CheckMachineName(string value)4333         public static bool CheckMachineName(string value) { throw null; }
CheckPath(string value)4334         public static bool CheckPath(string value) { throw null; }
CheckRootedPath(string value)4335         public static bool CheckRootedPath(string value) { throw null; }
4336     }
4337     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4338     public partial class TimeSpanConverter : System.ComponentModel.TypeConverter
4339     {
TimeSpanConverter()4340         public TimeSpanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4341         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4342         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4343         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)4344         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
4345     }
4346     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4347     public partial class ToolboxItemAttribute : System.Attribute
4348     {
4349         public static readonly System.ComponentModel.ToolboxItemAttribute Default;
4350         public static readonly System.ComponentModel.ToolboxItemAttribute None;
ToolboxItemAttribute(bool defaultType)4351         public ToolboxItemAttribute(bool defaultType) { }
ToolboxItemAttribute(string toolboxItemTypeName)4352         public ToolboxItemAttribute(string toolboxItemTypeName) { }
ToolboxItemAttribute(System.Type toolboxItemType)4353         public ToolboxItemAttribute(System.Type toolboxItemType) { }
4354         public System.Type ToolboxItemType { get { throw null; } }
4355         public string ToolboxItemTypeName { get { throw null; } }
Equals(object obj)4356         public override bool Equals(object obj) { throw null; }
GetHashCode()4357         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4358         public override bool IsDefaultAttribute() { throw null; }
4359     }
4360     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
4361     [System.SerializableAttribute]
4362     public sealed partial class ToolboxItemFilterAttribute : System.Attribute
4363     {
ToolboxItemFilterAttribute(string filterString)4364         public ToolboxItemFilterAttribute(string filterString) { }
ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType)4365         public ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType) { }
4366         public string FilterString { get { throw null; } }
4367         public System.ComponentModel.ToolboxItemFilterType FilterType { get { throw null; } }
4368         public override object TypeId { get { throw null; } }
Equals(object obj)4369         public override bool Equals(object obj) { throw null; }
GetHashCode()4370         public override int GetHashCode() { throw null; }
Match(object obj)4371         public override bool Match(object obj) { throw null; }
ToString()4372         public override string ToString() { throw null; }
4373     }
4374     public enum ToolboxItemFilterType
4375     {
4376         Allow = 0,
4377         Custom = 1,
4378         Prevent = 2,
4379         Require = 3,
4380     }
4381     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4382     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4383     public partial class TypeConverter
4384     {
TypeConverter()4385         public TypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4386         public virtual bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertFrom(System.Type sourceType)4387         public bool CanConvertFrom(System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4388         public virtual bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
CanConvertTo(System.Type destinationType)4389         public bool CanConvertTo(System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4390         public virtual object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertFrom(object value)4391         public object ConvertFrom(object value) { throw null; }
ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text)4392         public object ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromInvariantString(string text)4393         public object ConvertFromInvariantString(string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text)4394         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text)4395         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromString(string text)4396         public object ConvertFromString(string text) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4397         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)4398         public object ConvertTo(object value, System.Type destinationType) { throw null; }
ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value)4399         public string ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToInvariantString(object value)4400         public string ConvertToInvariantString(object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4401         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value)4402         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToString(object value)4403         public string ConvertToString(object value) { throw null; }
CreateInstance(System.Collections.IDictionary propertyValues)4404         public object CreateInstance(System.Collections.IDictionary propertyValues) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)4405         public virtual object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetConvertFromException(object value)4406         protected System.Exception GetConvertFromException(object value) { throw null; }
GetConvertToException(object value, System.Type destinationType)4407         protected System.Exception GetConvertToException(object value, System.Type destinationType) { throw null; }
GetCreateInstanceSupported()4408         public bool GetCreateInstanceSupported() { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4409         public virtual bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value)4410         public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4411         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetProperties(object value)4412         public System.ComponentModel.PropertyDescriptorCollection GetProperties(object value) { throw null; }
GetPropertiesSupported()4413         public bool GetPropertiesSupported() { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4414         public virtual bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues()4415         public System.Collections.ICollection GetStandardValues() { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4416         public virtual System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive()4417         public bool GetStandardValuesExclusive() { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4418         public virtual bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported()4419         public bool GetStandardValuesSupported() { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4420         public virtual bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4421         public virtual bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
IsValid(object value)4422         public bool IsValid(object value) { throw null; }
SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names)4423         protected System.ComponentModel.PropertyDescriptorCollection SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names) { throw null; }
4424         protected abstract partial class SimplePropertyDescriptor : System.ComponentModel.PropertyDescriptor
4425         {
SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType)4426             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)4427             protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType, System.Attribute[] attributes) : base (default(string), default(System.Attribute[])) { }
4428             public override System.Type ComponentType { get { throw null; } }
4429             public override bool IsReadOnly { get { throw null; } }
4430             public override System.Type PropertyType { get { throw null; } }
CanResetValue(object component)4431             public override bool CanResetValue(object component) { throw null; }
ResetValue(object component)4432             public override void ResetValue(object component) { }
ShouldSerializeValue(object component)4433             public override bool ShouldSerializeValue(object component) { throw null; }
4434         }
4435         public partial class StandardValuesCollection : System.Collections.ICollection, System.Collections.IEnumerable
4436         {
StandardValuesCollection(System.Collections.ICollection values)4437             public StandardValuesCollection(System.Collections.ICollection values) { }
4438             public int Count { get { throw null; } }
4439             public object this[int index] { get { throw null; } }
4440             int System.Collections.ICollection.Count { get { throw null; } }
4441             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4442             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Array array, int index)4443             public void CopyTo(System.Array array, int index) { }
GetEnumerator()4444             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)4445             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()4446             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
4447         }
4448     }
4449     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4450     public sealed partial class TypeConverterAttribute : System.Attribute
4451     {
4452         public static readonly System.ComponentModel.TypeConverterAttribute Default;
TypeConverterAttribute()4453         public TypeConverterAttribute() { }
TypeConverterAttribute(string typeName)4454         public TypeConverterAttribute(string typeName) { }
TypeConverterAttribute(System.Type type)4455         public TypeConverterAttribute(System.Type type) { }
4456         public string ConverterTypeName { get { throw null; } }
Equals(object obj)4457         public override bool Equals(object obj) { throw null; }
GetHashCode()4458         public override int GetHashCode() { throw null; }
4459     }
4460     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4461     public abstract partial class TypeDescriptionProvider
4462     {
TypeDescriptionProvider()4463         protected TypeDescriptionProvider() { }
TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent)4464         protected TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent) { }
CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args)4465         public virtual object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
GetCache(object instance)4466         public virtual System.Collections.IDictionary GetCache(object instance) { throw null; }
GetExtendedTypeDescriptor(object instance)4467         public virtual System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptor(object instance) { throw null; }
GetExtenderProviders(object instance)4468         protected internal virtual System.ComponentModel.IExtenderProvider[] GetExtenderProviders(object instance) { throw null; }
GetFullComponentName(object component)4469         public virtual string GetFullComponentName(object component) { throw null; }
GetReflectionType(object instance)4470         public System.Type GetReflectionType(object instance) { throw null; }
GetReflectionType(System.Type objectType)4471         public System.Type GetReflectionType(System.Type objectType) { throw null; }
GetReflectionType(System.Type objectType, object instance)4472         public virtual System.Type GetReflectionType(System.Type objectType, object instance) { throw null; }
GetRuntimeType(System.Type reflectionType)4473         public virtual System.Type GetRuntimeType(System.Type reflectionType) { throw null; }
GetTypeDescriptor(object instance)4474         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(object instance) { throw null; }
GetTypeDescriptor(System.Type objectType)4475         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType) { throw null; }
GetTypeDescriptor(System.Type objectType, object instance)4476         public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) { throw null; }
IsSupportedType(System.Type type)4477         public virtual bool IsSupportedType(System.Type type) { throw null; }
4478     }
4479     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true)]
4480     public sealed partial class TypeDescriptionProviderAttribute : System.Attribute
4481     {
TypeDescriptionProviderAttribute(string typeName)4482         public TypeDescriptionProviderAttribute(string typeName) { }
TypeDescriptionProviderAttribute(System.Type type)4483         public TypeDescriptionProviderAttribute(System.Type type) { }
4484         public string TypeName { get { throw null; } }
4485     }
4486     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4487     public sealed partial class TypeDescriptor
4488     {
TypeDescriptor()4489         internal TypeDescriptor() { }
4490         [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")]
4491         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 { } }
4492         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4493         public static System.Type ComObjectType { get { throw null; } }
4494         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4495         public static System.Type InterfaceType { get { throw null; } }
4496         public static event System.ComponentModel.RefreshEventHandler Refreshed { add { } remove { } }
4497         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4498         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddAttributes(object instance, params System.Attribute[] attributes)4499         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(object instance, params System.Attribute[] attributes) { throw null; }
4500         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4501         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddAttributes(System.Type type, params System.Attribute[] attributes)4502         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(System.Type type, params System.Attribute[] attributes) { throw null; }
4503         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table)4504         public static void AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table) { }
4505         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4506         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4507         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4508         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4509         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4510         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4511         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4512         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4513         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4514         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4515         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4516         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CreateAssociation(object primary, object secondary)4517         public static void CreateAssociation(object primary, object secondary) { }
CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType)4518         public static System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null; }
4519         [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)4520         public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes) { throw null; }
4521         [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)4522         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)4523         public static object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
4524         [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)4525         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes) { throw null; }
4526         [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)4527         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
4528         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetAssociation(System.Type type, object primary)4529         public static object GetAssociation(System.Type type, object primary) { throw null; }
GetAttributes(object component)4530         public static System.ComponentModel.AttributeCollection GetAttributes(object component) { throw null; }
4531         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetAttributes(object component, bool noCustomTypeDesc)4532         public static System.ComponentModel.AttributeCollection GetAttributes(object component, bool noCustomTypeDesc) { throw null; }
GetAttributes(System.Type componentType)4533         public static System.ComponentModel.AttributeCollection GetAttributes(System.Type componentType) { throw null; }
GetClassName(object component)4534         public static string GetClassName(object component) { throw null; }
4535         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetClassName(object component, bool noCustomTypeDesc)4536         public static string GetClassName(object component, bool noCustomTypeDesc) { throw null; }
GetClassName(System.Type componentType)4537         public static string GetClassName(System.Type componentType) { throw null; }
GetComponentName(object component)4538         public static string GetComponentName(object component) { throw null; }
4539         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetComponentName(object component, bool noCustomTypeDesc)4540         public static string GetComponentName(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(object component)4541         public static System.ComponentModel.TypeConverter GetConverter(object component) { throw null; }
4542         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetConverter(object component, bool noCustomTypeDesc)4543         public static System.ComponentModel.TypeConverter GetConverter(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(System.Type type)4544         public static System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
GetDefaultEvent(object component)4545         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component) { throw null; }
4546         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultEvent(object component, bool noCustomTypeDesc)4547         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultEvent(System.Type componentType)4548         public static System.ComponentModel.EventDescriptor GetDefaultEvent(System.Type componentType) { throw null; }
GetDefaultProperty(object component)4549         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
4550         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultProperty(object component, bool noCustomTypeDesc)4551         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultProperty(System.Type componentType)4552         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(System.Type componentType) { throw null; }
GetEditor(object component, System.Type editorBaseType)4553         public static object GetEditor(object component, System.Type editorBaseType) { throw null; }
4554         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc)4555         public static object GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc) { throw null; }
GetEditor(System.Type type, System.Type editorBaseType)4556         public static object GetEditor(System.Type type, System.Type editorBaseType) { throw null; }
GetEvents(object component)4557         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component) { throw null; }
GetEvents(object component, System.Attribute[] attributes)4558         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes) { throw null; }
4559         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4560         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4561         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, bool noCustomTypeDesc)4562         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, bool noCustomTypeDesc) { throw null; }
GetEvents(System.Type componentType)4563         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType) { throw null; }
GetEvents(System.Type componentType, System.Attribute[] attributes)4564         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType, System.Attribute[] attributes) { throw null; }
GetFullComponentName(object component)4565         public static string GetFullComponentName(object component) { throw null; }
GetProperties(object component)4566         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
GetProperties(object component, System.Attribute[] attributes)4567         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4568         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4569         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProperties(object component, bool noCustomTypeDesc)4570         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, bool noCustomTypeDesc) { throw null; }
GetProperties(System.Type componentType)4571         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType) { throw null; }
GetProperties(System.Type componentType, System.Attribute[] attributes)4572         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType, System.Attribute[] attributes) { throw null; }
4573         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(object instance)4574         public static System.ComponentModel.TypeDescriptionProvider GetProvider(object instance) { throw null; }
4575         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(System.Type type)4576         public static System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type) { throw null; }
4577         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(object instance)4578         public static System.Type GetReflectionType(object instance) { throw null; }
4579         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(System.Type type)4580         public static System.Type GetReflectionType(System.Type type) { throw null; }
Refresh(object component)4581         public static void Refresh(object component) { }
Refresh(System.Reflection.Assembly assembly)4582         public static void Refresh(System.Reflection.Assembly assembly) { }
Refresh(System.Reflection.Module module)4583         public static void Refresh(System.Reflection.Module module) { }
Refresh(System.Type type)4584         public static void Refresh(System.Type type) { }
4585         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4586         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveAssociation(object primary, object secondary)4587         public static void RemoveAssociation(object primary, object secondary) { }
4588         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4589         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveAssociations(object primary)4590         public static void RemoveAssociations(object primary) { }
4591         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4592         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4593         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4594         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4595         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4596         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4597         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4598         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4599         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4600         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
SortDescriptorArray(System.Collections.IList infos)4601         public static void SortDescriptorArray(System.Collections.IList infos) { }
4602     }
4603     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4604     public abstract partial class TypeListConverter : System.ComponentModel.TypeConverter
4605     {
TypeListConverter(System.Type[] types)4606         protected TypeListConverter(System.Type[] types) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4607         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4608         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4609         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)4610         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4611         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4612         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4613         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4614     }
4615     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4616     public partial class UInt16Converter : System.ComponentModel.BaseNumberConverter
4617     {
UInt16Converter()4618         public UInt16Converter() { }
4619     }
4620     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4621     public partial class UInt32Converter : System.ComponentModel.BaseNumberConverter
4622     {
UInt32Converter()4623         public UInt32Converter() { }
4624     }
4625     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4626     public partial class UInt64Converter : System.ComponentModel.BaseNumberConverter
4627     {
UInt64Converter()4628         public UInt64Converter() { }
4629     }
4630     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4631     [System.SerializableAttribute]
4632     public partial class WarningException : System.SystemException
4633     {
WarningException()4634         public WarningException() { }
WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4635         protected WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
WarningException(string message)4636         public WarningException(string message) { }
WarningException(string message, System.Exception innerException)4637         public WarningException(string message, System.Exception innerException) { }
WarningException(string message, string helpUrl)4638         public WarningException(string message, string helpUrl) { }
WarningException(string message, string helpUrl, string helpTopic)4639         public WarningException(string message, string helpUrl, string helpTopic) { }
4640         public string HelpTopic { get { throw null; } }
4641         public string HelpUrl { get { throw null; } }
4642         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4643         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4644     }
4645     [System.Security.SuppressUnmanagedCodeSecurityAttribute]
4646     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4647     [System.SerializableAttribute]
4648     public partial class Win32Exception : System.Runtime.InteropServices.ExternalException, System.Runtime.Serialization.ISerializable
4649     {
4650         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception()4651         public Win32Exception() { }
4652         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(int error)4653         public Win32Exception(int error) { }
4654         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(int error, string message)4655         public Win32Exception(int error, string message) { }
Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4656         protected Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4657         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(string message)4658         public Win32Exception(string message) { }
4659         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(string message, System.Exception innerException)4660         public Win32Exception(string message, System.Exception innerException) { }
4661         public int NativeErrorCode { get { throw null; } }
4662         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4663         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4664     }
4665 }
4666 namespace System.ComponentModel.Design
4667 {
4668     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4669     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4670     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4671     public partial class ActiveDesignerEventArgs : System.EventArgs
4672     {
ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner)4673         public ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner) { }
4674         public System.ComponentModel.Design.IDesignerHost NewDesigner { get { throw null; } }
4675         public System.ComponentModel.Design.IDesignerHost OldDesigner { get { throw null; } }
4676     }
4677     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e)4678     public delegate void ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e);
4679     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4680     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4681     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4682     [System.SerializableAttribute]
4683     public partial class CheckoutException : System.Runtime.InteropServices.ExternalException
4684     {
4685         public static readonly System.ComponentModel.Design.CheckoutException Canceled;
CheckoutException()4686         public CheckoutException() { }
CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4687         protected CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
CheckoutException(string message)4688         public CheckoutException(string message) { }
CheckoutException(string message, System.Exception innerException)4689         public CheckoutException(string message, System.Exception innerException) { }
CheckoutException(string message, int errorCode)4690         public CheckoutException(string message, int errorCode) { }
4691     }
4692     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4693     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4694     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4695     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4696     public partial class CommandID
4697     {
CommandID(System.Guid menuGroup, int commandID)4698         public CommandID(System.Guid menuGroup, int commandID) { }
4699         public virtual System.Guid Guid { get { throw null; } }
4700         public virtual int ID { get { throw null; } }
Equals(object obj)4701         public override bool Equals(object obj) { throw null; }
GetHashCode()4702         public override int GetHashCode() { throw null; }
ToString()4703         public override string ToString() { throw null; }
4704     }
4705     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4706     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4707     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4708     public sealed partial class ComponentChangedEventArgs : System.EventArgs
4709     {
ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)4710         public ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue) { }
4711         public object Component { get { throw null; } }
4712         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
4713         public object NewValue { get { throw null; } }
4714         public object OldValue { get { throw null; } }
4715     }
4716     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4717     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e)4718     public delegate void ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e);
4719     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4720     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4721     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4722     public sealed partial class ComponentChangingEventArgs : System.EventArgs
4723     {
ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member)4724         public ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member) { }
4725         public object Component { get { throw null; } }
4726         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
4727     }
4728     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4729     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e)4730     public delegate void ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e);
4731     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4732     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4733     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4734     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4735     public partial class ComponentEventArgs : System.EventArgs
4736     {
ComponentEventArgs(System.ComponentModel.IComponent component)4737         public ComponentEventArgs(System.ComponentModel.IComponent component) { }
4738         public virtual System.ComponentModel.IComponent Component { get { throw null; } }
4739     }
4740     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4741     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e)4742     public delegate void ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e);
4743     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4744     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4745     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4746     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4747     public partial class ComponentRenameEventArgs : System.EventArgs
4748     {
ComponentRenameEventArgs(object component, string oldName, string newName)4749         public ComponentRenameEventArgs(object component, string oldName, string newName) { }
4750         public object Component { get { throw null; } }
4751         public virtual string NewName { get { throw null; } }
4752         public virtual string OldName { get { throw null; } }
4753     }
4754     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4755     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e)4756     public delegate void ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e);
4757     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4758     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4759     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4760     public partial class DesignerCollection : System.Collections.ICollection, System.Collections.IEnumerable
4761     {
DesignerCollection(System.Collections.IList designers)4762         public DesignerCollection(System.Collections.IList designers) { }
DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers)4763         public DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers) { }
4764         public int Count { get { throw null; } }
4765         public virtual System.ComponentModel.Design.IDesignerHost this[int index] { get { throw null; } }
4766         int System.Collections.ICollection.Count { get { throw null; } }
4767         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4768         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()4769         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)4770         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()4771         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
4772     }
4773     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4774     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4775     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4776     public partial class DesignerEventArgs : System.EventArgs
4777     {
DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host)4778         public DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host) { }
4779         public System.ComponentModel.Design.IDesignerHost Designer { get { throw null; } }
4780     }
4781     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e)4782     public delegate void DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e);
4783     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4784     public abstract partial class DesignerOptionService : System.ComponentModel.Design.IDesignerOptionService
4785     {
DesignerOptionService()4786         protected DesignerOptionService() { }
4787         public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Options { get { throw null; } }
CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection parent, string name, object value)4788         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)4789         protected virtual void PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options) { }
ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject)4790         protected virtual bool ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName)4791         object System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value)4792         void System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value) { }
4793         [System.ComponentModel.EditorAttribute("", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
4794         [System.ComponentModel.TypeConverterAttribute("System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter")]
4795         public sealed partial class DesignerOptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
4796         {
DesignerOptionCollection()4797             internal DesignerOptionCollection() { }
4798             public int Count { get { throw null; } }
4799             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[int index] { get { throw null; } }
4800             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[string name] { get { throw null; } }
4801             public string Name { get { throw null; } }
4802             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Parent { get { throw null; } }
4803             public System.ComponentModel.PropertyDescriptorCollection Properties { get { throw null; } }
4804             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4805             object System.Collections.ICollection.SyncRoot { get { throw null; } }
4806             bool System.Collections.IList.IsFixedSize { get { throw null; } }
4807             bool System.Collections.IList.IsReadOnly { get { throw null; } }
4808             object System.Collections.IList.this[int index] { get { throw null; } set { } }
CopyTo(System.Array array, int index)4809             public void CopyTo(System.Array array, int index) { }
GetEnumerator()4810             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection value)4811             public int IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection value) { throw null; }
ShowDialog()4812             public bool ShowDialog() { throw null; }
System.Collections.IList.Add(object value)4813             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()4814             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)4815             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)4816             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)4817             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)4818             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)4819             void System.Collections.IList.RemoveAt(int index) { }
4820         }
4821     }
4822     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4823     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4824     public abstract partial class DesignerTransaction : System.IDisposable
4825     {
DesignerTransaction()4826         protected DesignerTransaction() { }
DesignerTransaction(string description)4827         protected DesignerTransaction(string description) { }
4828         public bool Canceled { get { throw null; } }
4829         public bool Committed { get { throw null; } }
4830         public string Description { get { throw null; } }
Cancel()4831         public void Cancel() { }
Commit()4832         public void Commit() { }
Dispose(bool disposing)4833         protected virtual void Dispose(bool disposing) { }
~DesignerTransaction()4834         ~DesignerTransaction() { }
OnCancel()4835         protected abstract void OnCancel();
OnCommit()4836         protected abstract void OnCommit();
System.IDisposable.Dispose()4837         void System.IDisposable.Dispose() { }
4838     }
4839     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4840     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4841     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4842     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4843     public partial class DesignerTransactionCloseEventArgs : System.EventArgs
4844     {
4845         [System.ObsoleteAttribute("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
DesignerTransactionCloseEventArgs(bool commit)4846         public DesignerTransactionCloseEventArgs(bool commit) { }
DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction)4847         public DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction) { }
4848         public bool LastTransaction { get { throw null; } }
4849         public bool TransactionCommitted { get { throw null; } }
4850     }
4851     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4852     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e)4853     public delegate void DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e);
4854     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4855     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4856     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4857     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4858     public partial class DesignerVerb : System.ComponentModel.Design.MenuCommand
4859     {
DesignerVerb(string text, System.EventHandler handler)4860         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)4861         public DesignerVerb(string text, System.EventHandler handler, System.ComponentModel.Design.CommandID startCommandID) : base (default(System.EventHandler), default(System.ComponentModel.Design.CommandID)) { }
4862         public string Description { get { throw null; } set { } }
4863         public string Text { get { throw null; } }
ToString()4864         public override string ToString() { throw null; }
4865     }
4866     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4867     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4868     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4869     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4870     public partial class DesignerVerbCollection : System.Collections.CollectionBase
4871     {
DesignerVerbCollection()4872         public DesignerVerbCollection() { }
DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value)4873         public DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value) { }
4874         public System.ComponentModel.Design.DesignerVerb this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.Design.DesignerVerb value)4875         public int Add(System.ComponentModel.Design.DesignerVerb value) { throw null; }
AddRange(System.ComponentModel.Design.DesignerVerbCollection value)4876         public void AddRange(System.ComponentModel.Design.DesignerVerbCollection value) { }
AddRange(System.ComponentModel.Design.DesignerVerb[] value)4877         public void AddRange(System.ComponentModel.Design.DesignerVerb[] value) { }
Contains(System.ComponentModel.Design.DesignerVerb value)4878         public bool Contains(System.ComponentModel.Design.DesignerVerb value) { throw null; }
CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index)4879         public void CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index) { }
IndexOf(System.ComponentModel.Design.DesignerVerb value)4880         public int IndexOf(System.ComponentModel.Design.DesignerVerb value) { throw null; }
Insert(int index, System.ComponentModel.Design.DesignerVerb value)4881         public void Insert(int index, System.ComponentModel.Design.DesignerVerb value) { }
OnClear()4882         protected override void OnClear() { }
OnInsert(int index, object value)4883         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)4884         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)4885         protected override void OnSet(int index, object oldValue, object newValue) { }
OnValidate(object value)4886         protected override void OnValidate(object value) { }
Remove(System.ComponentModel.Design.DesignerVerb value)4887         public void Remove(System.ComponentModel.Design.DesignerVerb value) { }
4888     }
4889     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4890     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4891     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4892     public partial class DesigntimeLicenseContext : System.ComponentModel.LicenseContext
4893     {
DesigntimeLicenseContext()4894         public DesigntimeLicenseContext() { }
4895         public override System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)4896         public override string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
SetSavedLicenseKey(System.Type type, string key)4897         public override void SetSavedLicenseKey(System.Type type, string key) { }
4898     }
4899     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4900     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4901     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4902     public partial class DesigntimeLicenseContextSerializer
4903     {
DesigntimeLicenseContextSerializer()4904         internal DesigntimeLicenseContextSerializer() { }
Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context)4905         public static void Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context) { }
4906     }
4907     public enum HelpContextType
4908     {
4909         Ambient = 0,
4910         Selection = 2,
4911         ToolWindowSelection = 3,
4912         Window = 1,
4913     }
4914     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=false, Inherited=false)]
4915     [System.SerializableAttribute]
4916     public sealed partial class HelpKeywordAttribute : System.Attribute
4917     {
4918         public static readonly System.ComponentModel.Design.HelpKeywordAttribute Default;
HelpKeywordAttribute()4919         public HelpKeywordAttribute() { }
HelpKeywordAttribute(string keyword)4920         public HelpKeywordAttribute(string keyword) { }
HelpKeywordAttribute(System.Type t)4921         public HelpKeywordAttribute(System.Type t) { }
4922         public string HelpKeyword { get { throw null; } }
Equals(object obj)4923         public override bool Equals(object obj) { throw null; }
GetHashCode()4924         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4925         public override bool IsDefaultAttribute() { throw null; }
4926     }
4927     public enum HelpKeywordType
4928     {
4929         F1Keyword = 0,
4930         FilterKeyword = 2,
4931         GeneralKeyword = 1,
4932     }
4933     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4934     public partial interface IComponentChangeService
4935     {
4936         event System.ComponentModel.Design.ComponentEventHandler ComponentAdded;
4937         event System.ComponentModel.Design.ComponentEventHandler ComponentAdding;
4938         event System.ComponentModel.Design.ComponentChangedEventHandler ComponentChanged;
4939         event System.ComponentModel.Design.ComponentChangingEventHandler ComponentChanging;
4940         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoved;
4941         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoving;
4942         event System.ComponentModel.Design.ComponentRenameEventHandler ComponentRename;
OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)4943         void OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue);
OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member)4944         void OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member);
4945     }
4946     public partial interface IComponentDiscoveryService
4947     {
GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType)4948         System.Collections.ICollection GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType);
4949     }
4950     public partial interface IComponentInitializer
4951     {
InitializeExistingComponent(System.Collections.IDictionary defaultValues)4952         void InitializeExistingComponent(System.Collections.IDictionary defaultValues);
InitializeNewComponent(System.Collections.IDictionary defaultValues)4953         void InitializeNewComponent(System.Collections.IDictionary defaultValues);
4954     }
4955     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4956     public partial interface IDesigner : System.IDisposable
4957     {
4958         System.ComponentModel.IComponent Component { get; }
4959         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
DoDefaultAction()4960         void DoDefaultAction();
Initialize(System.ComponentModel.IComponent component)4961         void Initialize(System.ComponentModel.IComponent component);
4962     }
4963     public partial interface IDesignerEventService
4964     {
4965         System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; }
4966         System.ComponentModel.Design.DesignerCollection Designers { get; }
4967         event System.ComponentModel.Design.ActiveDesignerEventHandler ActiveDesignerChanged;
4968         event System.ComponentModel.Design.DesignerEventHandler DesignerCreated;
4969         event System.ComponentModel.Design.DesignerEventHandler DesignerDisposed;
4970         event System.EventHandler SelectionChanged;
4971     }
4972     public partial interface IDesignerFilter
4973     {
PostFilterAttributes(System.Collections.IDictionary attributes)4974         void PostFilterAttributes(System.Collections.IDictionary attributes);
PostFilterEvents(System.Collections.IDictionary events)4975         void PostFilterEvents(System.Collections.IDictionary events);
PostFilterProperties(System.Collections.IDictionary properties)4976         void PostFilterProperties(System.Collections.IDictionary properties);
PreFilterAttributes(System.Collections.IDictionary attributes)4977         void PreFilterAttributes(System.Collections.IDictionary attributes);
PreFilterEvents(System.Collections.IDictionary events)4978         void PreFilterEvents(System.Collections.IDictionary events);
PreFilterProperties(System.Collections.IDictionary properties)4979         void PreFilterProperties(System.Collections.IDictionary properties);
4980     }
4981     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4982     public partial interface IDesignerHost : System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
4983     {
4984         System.ComponentModel.IContainer Container { get; }
4985         bool InTransaction { get; }
4986         bool Loading { get; }
4987         System.ComponentModel.IComponent RootComponent { get; }
4988         string RootComponentClassName { get; }
4989         string TransactionDescription { get; }
4990         event System.EventHandler Activated;
4991         event System.EventHandler Deactivated;
4992         event System.EventHandler LoadComplete;
4993         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosed;
4994         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosing;
4995         event System.EventHandler TransactionOpened;
4996         event System.EventHandler TransactionOpening;
Activate()4997         void Activate();
CreateComponent(System.Type componentClass)4998         System.ComponentModel.IComponent CreateComponent(System.Type componentClass);
CreateComponent(System.Type componentClass, string name)4999         System.ComponentModel.IComponent CreateComponent(System.Type componentClass, string name);
CreateTransaction()5000         System.ComponentModel.Design.DesignerTransaction CreateTransaction();
CreateTransaction(string description)5001         System.ComponentModel.Design.DesignerTransaction CreateTransaction(string description);
DestroyComponent(System.ComponentModel.IComponent component)5002         void DestroyComponent(System.ComponentModel.IComponent component);
GetDesigner(System.ComponentModel.IComponent component)5003         System.ComponentModel.Design.IDesigner GetDesigner(System.ComponentModel.IComponent component);
GetType(string typeName)5004         System.Type GetType(string typeName);
5005     }
5006     public partial interface IDesignerHostTransactionState
5007     {
5008         bool IsClosingTransaction { get; }
5009     }
5010     public partial interface IDesignerOptionService
5011     {
GetOptionValue(string pageName, string valueName)5012         object GetOptionValue(string pageName, string valueName);
SetOptionValue(string pageName, string valueName, object value)5013         void SetOptionValue(string pageName, string valueName, object value);
5014     }
5015     public partial interface IDictionaryService
5016     {
GetKey(object value)5017         object GetKey(object value);
GetValue(object key)5018         object GetValue(object key);
SetValue(object key, object value)5019         void SetValue(object key, object value);
5020     }
5021     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5022     public partial interface IEventBindingService
5023     {
CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5024         string CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
GetCompatibleMethods(System.ComponentModel.EventDescriptor e)5025         System.Collections.ICollection GetCompatibleMethods(System.ComponentModel.EventDescriptor e);
GetEvent(System.ComponentModel.PropertyDescriptor property)5026         System.ComponentModel.EventDescriptor GetEvent(System.ComponentModel.PropertyDescriptor property);
GetEventProperties(System.ComponentModel.EventDescriptorCollection events)5027         System.ComponentModel.PropertyDescriptorCollection GetEventProperties(System.ComponentModel.EventDescriptorCollection events);
GetEventProperty(System.ComponentModel.EventDescriptor e)5028         System.ComponentModel.PropertyDescriptor GetEventProperty(System.ComponentModel.EventDescriptor e);
ShowCode()5029         bool ShowCode();
ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5030         bool ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
ShowCode(int lineNumber)5031         bool ShowCode(int lineNumber);
5032     }
5033     public partial interface IExtenderListService
5034     {
GetExtenderProviders()5035         System.ComponentModel.IExtenderProvider[] GetExtenderProviders();
5036     }
5037     public partial interface IExtenderProviderService
5038     {
AddExtenderProvider(System.ComponentModel.IExtenderProvider provider)5039         void AddExtenderProvider(System.ComponentModel.IExtenderProvider provider);
RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider)5040         void RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider);
5041     }
5042     public partial interface IHelpService
5043     {
AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType)5044         void AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType);
ClearContextAttributes()5045         void ClearContextAttributes();
CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType)5046         System.ComponentModel.Design.IHelpService CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType);
RemoveContextAttribute(string name, string value)5047         void RemoveContextAttribute(string name, string value);
RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext)5048         void RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext);
ShowHelpFromKeyword(string helpKeyword)5049         void ShowHelpFromKeyword(string helpKeyword);
ShowHelpFromUrl(string helpUrl)5050         void ShowHelpFromUrl(string helpUrl);
5051     }
5052     public partial interface IInheritanceService
5053     {
AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container)5054         void AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container);
GetInheritanceAttribute(System.ComponentModel.IComponent component)5055         System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponent component);
5056     }
5057     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5058     public partial interface IMenuCommandService
5059     {
5060         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
AddCommand(System.ComponentModel.Design.MenuCommand command)5061         void AddCommand(System.ComponentModel.Design.MenuCommand command);
AddVerb(System.ComponentModel.Design.DesignerVerb verb)5062         void AddVerb(System.ComponentModel.Design.DesignerVerb verb);
FindCommand(System.ComponentModel.Design.CommandID commandID)5063         System.ComponentModel.Design.MenuCommand FindCommand(System.ComponentModel.Design.CommandID commandID);
GlobalInvoke(System.ComponentModel.Design.CommandID commandID)5064         bool GlobalInvoke(System.ComponentModel.Design.CommandID commandID);
RemoveCommand(System.ComponentModel.Design.MenuCommand command)5065         void RemoveCommand(System.ComponentModel.Design.MenuCommand command);
RemoveVerb(System.ComponentModel.Design.DesignerVerb verb)5066         void RemoveVerb(System.ComponentModel.Design.DesignerVerb verb);
ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y)5067         void ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y);
5068     }
5069     public partial interface IReferenceService
5070     {
GetComponent(object reference)5071         System.ComponentModel.IComponent GetComponent(object reference);
GetName(object reference)5072         string GetName(object reference);
GetReference(string name)5073         object GetReference(string name);
GetReferences()5074         object[] GetReferences();
GetReferences(System.Type baseType)5075         object[] GetReferences(System.Type baseType);
5076     }
5077     public partial interface IResourceService
5078     {
GetResourceReader(System.Globalization.CultureInfo info)5079         System.Resources.IResourceReader GetResourceReader(System.Globalization.CultureInfo info);
GetResourceWriter(System.Globalization.CultureInfo info)5080         System.Resources.IResourceWriter GetResourceWriter(System.Globalization.CultureInfo info);
5081     }
5082     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5083     public partial interface IRootDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5084     {
5085         System.ComponentModel.Design.ViewTechnology[] SupportedTechnologies { get; }
GetView(System.ComponentModel.Design.ViewTechnology technology)5086         object GetView(System.ComponentModel.Design.ViewTechnology technology);
5087     }
5088     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5089     public partial interface ISelectionService
5090     {
5091         object PrimarySelection { get; }
5092         int SelectionCount { get; }
5093         event System.EventHandler SelectionChanged;
5094         event System.EventHandler SelectionChanging;
GetComponentSelected(object component)5095         bool GetComponentSelected(object component);
GetSelectedComponents()5096         System.Collections.ICollection GetSelectedComponents();
SetSelectedComponents(System.Collections.ICollection components)5097         void SetSelectedComponents(System.Collections.ICollection components);
SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType)5098         void SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType);
5099     }
5100     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5101     public partial interface IServiceContainer : System.IServiceProvider
5102     {
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5103         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback);
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5104         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote);
AddService(System.Type serviceType, object serviceInstance)5105         void AddService(System.Type serviceType, object serviceInstance);
AddService(System.Type serviceType, object serviceInstance, bool promote)5106         void AddService(System.Type serviceType, object serviceInstance, bool promote);
RemoveService(System.Type serviceType)5107         void RemoveService(System.Type serviceType);
RemoveService(System.Type serviceType, bool promote)5108         void RemoveService(System.Type serviceType, bool promote);
5109     }
5110     public partial interface ITreeDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5111     {
5112         System.Collections.ICollection Children { get; }
5113         System.ComponentModel.Design.IDesigner Parent { get; }
5114     }
5115     public partial interface ITypeDescriptorFilterService
5116     {
FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes)5117         bool FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes);
FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events)5118         bool FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events);
FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties)5119         bool FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties);
5120     }
5121     public partial interface ITypeDiscoveryService
5122     {
GetTypes(System.Type baseType, bool excludeGlobalTypes)5123         System.Collections.ICollection GetTypes(System.Type baseType, bool excludeGlobalTypes);
5124     }
5125     public partial interface ITypeResolutionService
5126     {
GetAssembly(System.Reflection.AssemblyName name)5127         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name);
GetAssembly(System.Reflection.AssemblyName name, bool throwOnError)5128         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name, bool throwOnError);
GetPathOfAssembly(System.Reflection.AssemblyName name)5129         string GetPathOfAssembly(System.Reflection.AssemblyName name);
GetType(string name)5130         System.Type GetType(string name);
GetType(string name, bool throwOnError)5131         System.Type GetType(string name, bool throwOnError);
GetType(string name, bool throwOnError, bool ignoreCase)5132         System.Type GetType(string name, bool throwOnError, bool ignoreCase);
ReferenceAssembly(System.Reflection.AssemblyName name)5133         void ReferenceAssembly(System.Reflection.AssemblyName name);
5134     }
5135     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5136     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5137     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5138     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5139     public partial class MenuCommand
5140     {
MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command)5141         public MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command) { }
5142         public virtual bool Checked { get { throw null; } set { } }
5143         public virtual System.ComponentModel.Design.CommandID CommandID { get { throw null; } }
5144         public virtual bool Enabled { get { throw null; } set { } }
5145         public virtual int OleStatus { get { throw null; } }
5146         public virtual System.Collections.IDictionary Properties { get { throw null; } }
5147         public virtual bool Supported { get { throw null; } set { } }
5148         public virtual bool Visible { get { throw null; } set { } }
5149         public event System.EventHandler CommandChanged { add { } remove { } }
Invoke()5150         public virtual void Invoke() { }
Invoke(object arg)5151         public virtual void Invoke(object arg) { }
OnCommandChanged(System.EventArgs e)5152         protected virtual void OnCommandChanged(System.EventArgs e) { }
ToString()5153         public override string ToString() { throw null; }
5154     }
5155     [System.FlagsAttribute]
5156     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5157     public enum SelectionTypes
5158     {
5159         Add = 64,
5160         Auto = 1,
5161         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Primary instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5162         Click = 16,
5163         [System.ObsoleteAttribute("This value has been deprecated.  It is no longer supported. http://go.microsoft.com/fwlink/?linkid=14202")]
5164         MouseDown = 4,
5165         [System.ObsoleteAttribute("This value has been deprecated.  It is no longer supported. http://go.microsoft.com/fwlink/?linkid=14202")]
5166         MouseUp = 8,
5167         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Auto instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5168         Normal = 1,
5169         Primary = 16,
5170         Remove = 128,
5171         Replace = 2,
5172         Toggle = 32,
5173         [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")]
5174         Valid = 31,
5175     }
5176     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5177     public partial class ServiceContainer : System.ComponentModel.Design.IServiceContainer, System.IDisposable, System.IServiceProvider
5178     {
ServiceContainer()5179         public ServiceContainer() { }
ServiceContainer(System.IServiceProvider parentProvider)5180         public ServiceContainer(System.IServiceProvider parentProvider) { }
5181         protected virtual System.Type[] DefaultServices { get { throw null; } }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5182         public void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback) { }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5183         public virtual void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote) { }
AddService(System.Type serviceType, object serviceInstance)5184         public void AddService(System.Type serviceType, object serviceInstance) { }
AddService(System.Type serviceType, object serviceInstance, bool promote)5185         public virtual void AddService(System.Type serviceType, object serviceInstance, bool promote) { }
Dispose()5186         public void Dispose() { }
Dispose(bool disposing)5187         protected virtual void Dispose(bool disposing) { }
GetService(System.Type serviceType)5188         public virtual object GetService(System.Type serviceType) { throw null; }
RemoveService(System.Type serviceType)5189         public void RemoveService(System.Type serviceType) { }
RemoveService(System.Type serviceType, bool promote)5190         public virtual void RemoveService(System.Type serviceType, bool promote) { }
5191     }
5192     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5193     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType)5194     public delegate object ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType);
5195     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5196     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5197     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5198     public partial class StandardCommands
5199     {
5200         public static readonly System.ComponentModel.Design.CommandID AlignBottom;
5201         public static readonly System.ComponentModel.Design.CommandID AlignHorizontalCenters;
5202         public static readonly System.ComponentModel.Design.CommandID AlignLeft;
5203         public static readonly System.ComponentModel.Design.CommandID AlignRight;
5204         public static readonly System.ComponentModel.Design.CommandID AlignToGrid;
5205         public static readonly System.ComponentModel.Design.CommandID AlignTop;
5206         public static readonly System.ComponentModel.Design.CommandID AlignVerticalCenters;
5207         public static readonly System.ComponentModel.Design.CommandID ArrangeBottom;
5208         public static readonly System.ComponentModel.Design.CommandID ArrangeIcons;
5209         public static readonly System.ComponentModel.Design.CommandID ArrangeRight;
5210         public static readonly System.ComponentModel.Design.CommandID BringForward;
5211         public static readonly System.ComponentModel.Design.CommandID BringToFront;
5212         public static readonly System.ComponentModel.Design.CommandID CenterHorizontally;
5213         public static readonly System.ComponentModel.Design.CommandID CenterVertically;
5214         public static readonly System.ComponentModel.Design.CommandID Copy;
5215         public static readonly System.ComponentModel.Design.CommandID Cut;
5216         public static readonly System.ComponentModel.Design.CommandID Delete;
5217         public static readonly System.ComponentModel.Design.CommandID DocumentOutline;
5218         public static readonly System.ComponentModel.Design.CommandID F1Help;
5219         public static readonly System.ComponentModel.Design.CommandID Group;
5220         public static readonly System.ComponentModel.Design.CommandID HorizSpaceConcatenate;
5221         public static readonly System.ComponentModel.Design.CommandID HorizSpaceDecrease;
5222         public static readonly System.ComponentModel.Design.CommandID HorizSpaceIncrease;
5223         public static readonly System.ComponentModel.Design.CommandID HorizSpaceMakeEqual;
5224         public static readonly System.ComponentModel.Design.CommandID LineupIcons;
5225         public static readonly System.ComponentModel.Design.CommandID LockControls;
5226         public static readonly System.ComponentModel.Design.CommandID MultiLevelRedo;
5227         public static readonly System.ComponentModel.Design.CommandID MultiLevelUndo;
5228         public static readonly System.ComponentModel.Design.CommandID Paste;
5229         public static readonly System.ComponentModel.Design.CommandID Properties;
5230         public static readonly System.ComponentModel.Design.CommandID PropertiesWindow;
5231         public static readonly System.ComponentModel.Design.CommandID Redo;
5232         public static readonly System.ComponentModel.Design.CommandID Replace;
5233         public static readonly System.ComponentModel.Design.CommandID SelectAll;
5234         public static readonly System.ComponentModel.Design.CommandID SendBackward;
5235         public static readonly System.ComponentModel.Design.CommandID SendToBack;
5236         public static readonly System.ComponentModel.Design.CommandID ShowGrid;
5237         public static readonly System.ComponentModel.Design.CommandID ShowLargeIcons;
5238         public static readonly System.ComponentModel.Design.CommandID SizeToControl;
5239         public static readonly System.ComponentModel.Design.CommandID SizeToControlHeight;
5240         public static readonly System.ComponentModel.Design.CommandID SizeToControlWidth;
5241         public static readonly System.ComponentModel.Design.CommandID SizeToFit;
5242         public static readonly System.ComponentModel.Design.CommandID SizeToGrid;
5243         public static readonly System.ComponentModel.Design.CommandID SnapToGrid;
5244         public static readonly System.ComponentModel.Design.CommandID TabOrder;
5245         public static readonly System.ComponentModel.Design.CommandID Undo;
5246         public static readonly System.ComponentModel.Design.CommandID Ungroup;
5247         public static readonly System.ComponentModel.Design.CommandID VerbFirst;
5248         public static readonly System.ComponentModel.Design.CommandID VerbLast;
5249         public static readonly System.ComponentModel.Design.CommandID VertSpaceConcatenate;
5250         public static readonly System.ComponentModel.Design.CommandID VertSpaceDecrease;
5251         public static readonly System.ComponentModel.Design.CommandID VertSpaceIncrease;
5252         public static readonly System.ComponentModel.Design.CommandID VertSpaceMakeEqual;
5253         public static readonly System.ComponentModel.Design.CommandID ViewCode;
5254         public static readonly System.ComponentModel.Design.CommandID ViewGrid;
StandardCommands()5255         public StandardCommands() { }
5256     }
5257     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5258     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5259     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5260     public partial class StandardToolWindows
5261     {
5262         public static readonly System.Guid ObjectBrowser;
5263         public static readonly System.Guid OutputWindow;
5264         public static readonly System.Guid ProjectExplorer;
5265         public static readonly System.Guid PropertyBrowser;
5266         public static readonly System.Guid RelatedLinks;
5267         public static readonly System.Guid ServerExplorer;
5268         public static readonly System.Guid TaskList;
5269         public static readonly System.Guid Toolbox;
StandardToolWindows()5270         public StandardToolWindows() { }
5271     }
5272     public abstract partial class TypeDescriptionProviderService
5273     {
TypeDescriptionProviderService()5274         protected TypeDescriptionProviderService() { }
GetProvider(object instance)5275         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(object instance);
GetProvider(System.Type type)5276         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type);
5277     }
5278     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5279     public enum ViewTechnology
5280     {
5281         Default = 2,
5282         [System.ObsoleteAttribute("This value has been deprecated. Use ViewTechnology.Default instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5283         Passthrough = 0,
5284         [System.ObsoleteAttribute("This value has been deprecated. Use ViewTechnology.Default instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5285         WindowsForms = 1,
5286     }
5287 }
5288 namespace System.ComponentModel.Design.Serialization
5289 {
5290     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5291     public abstract partial class ComponentSerializationService
5292     {
ComponentSerializationService()5293         protected ComponentSerializationService() { }
CreateStore()5294         public abstract System.ComponentModel.Design.Serialization.SerializationStore CreateStore();
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store)5295         public abstract System.Collections.ICollection Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store);
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container)5296         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)5297         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)5298         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)5299         public abstract void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes, bool applyDefaults);
LoadStore(System.IO.Stream stream)5300         public abstract System.ComponentModel.Design.Serialization.SerializationStore LoadStore(System.IO.Stream stream);
Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5301         public abstract void Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value);
SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5302         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)5303         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)5304         public abstract void SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member);
5305     }
5306     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5307     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5308     public sealed partial class ContextStack
5309     {
ContextStack()5310         public ContextStack() { }
5311         public object Current { get { throw null; } }
5312         public object this[int level] { get { throw null; } }
5313         public object this[System.Type type] { get { throw null; } }
Append(object context)5314         public void Append(object context) { }
Pop()5315         public object Pop() { throw null; }
Push(object context)5316         public void Push(object context) { }
5317     }
5318     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
5319     public sealed partial class DefaultSerializationProviderAttribute : System.Attribute
5320     {
DefaultSerializationProviderAttribute(string providerTypeName)5321         public DefaultSerializationProviderAttribute(string providerTypeName) { }
DefaultSerializationProviderAttribute(System.Type providerType)5322         public DefaultSerializationProviderAttribute(System.Type providerType) { }
5323         public string ProviderTypeName { get { throw null; } }
5324     }
5325     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5326     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5327     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5328     public abstract partial class DesignerLoader
5329     {
DesignerLoader()5330         protected DesignerLoader() { }
5331         public virtual bool Loading { get { throw null; } }
BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host)5332         public abstract void BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host);
Dispose()5333         public abstract void Dispose();
Flush()5334         public virtual void Flush() { }
5335     }
5336     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5337     public sealed partial class DesignerSerializerAttribute : System.Attribute
5338     {
DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName)5339         public DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName) { }
DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType)5340         public DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType) { }
DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType)5341         public DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType) { }
5342         public string SerializerBaseTypeName { get { throw null; } }
5343         public string SerializerTypeName { get { throw null; } }
5344         public override object TypeId { get { throw null; } }
5345     }
5346     public partial interface IDesignerLoaderHost : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
5347     {
EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection)5348         void EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection);
Reload()5349         void Reload();
5350     }
5351     public partial interface IDesignerLoaderHost2 : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.ComponentModel.Design.Serialization.IDesignerLoaderHost, System.IServiceProvider
5352     {
5353         bool CanReloadWithErrors { get; set; }
5354         bool IgnoreErrorsDuringReload { get; set; }
5355     }
5356     public partial interface IDesignerLoaderService
5357     {
AddLoadDependency()5358         void AddLoadDependency();
DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection)5359         void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection);
Reload()5360         bool Reload();
5361     }
5362     public partial interface IDesignerSerializationManager : System.IServiceProvider
5363     {
5364         System.ComponentModel.Design.Serialization.ContextStack Context { get; }
5365         System.ComponentModel.PropertyDescriptorCollection Properties { get; }
5366         event System.ComponentModel.Design.Serialization.ResolveNameEventHandler ResolveName;
5367         event System.EventHandler SerializationComplete;
AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5368         void AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer)5369         object CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer);
GetInstance(string name)5370         object GetInstance(string name);
GetName(object value)5371         string GetName(object value);
GetSerializer(System.Type objectType, System.Type serializerType)5372         object GetSerializer(System.Type objectType, System.Type serializerType);
GetType(string typeName)5373         System.Type GetType(string typeName);
RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5374         void RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
ReportError(object errorInformation)5375         void ReportError(object errorInformation);
SetName(object instance, string name)5376         void SetName(object instance, string name);
5377     }
5378     public partial interface IDesignerSerializationProvider
5379     {
GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType)5380         object GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType);
5381     }
5382     public partial interface IDesignerSerializationService
5383     {
Deserialize(object serializationData)5384         System.Collections.ICollection Deserialize(object serializationData);
Serialize(System.Collections.ICollection objects)5385         object Serialize(System.Collections.ICollection objects);
5386     }
5387     public partial interface INameCreationService
5388     {
CreateName(System.ComponentModel.IContainer container, System.Type dataType)5389         string CreateName(System.ComponentModel.IContainer container, System.Type dataType);
IsValidName(string name)5390         bool IsValidName(string name);
ValidateName(string name)5391         void ValidateName(string name);
5392     }
5393     public sealed partial class InstanceDescriptor
5394     {
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments)5395         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments) { }
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete)5396         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete) { }
5397         public System.Collections.ICollection Arguments { get { throw null; } }
5398         public bool IsComplete { get { throw null; } }
5399         public System.Reflection.MemberInfo MemberInfo { get { throw null; } }
Invoke()5400         public object Invoke() { throw null; }
5401     }
5402     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5403     public partial struct MemberRelationship
5404     {
5405         public static readonly System.ComponentModel.Design.Serialization.MemberRelationship Empty;
MemberRelationshipSystem.ComponentModel.Design.Serialization.MemberRelationship5406         public MemberRelationship(object owner, System.ComponentModel.MemberDescriptor member) { throw null;}
5407         public bool IsEmpty { get { throw null; } }
5408         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
5409         public object Owner { get { throw null; } }
EqualsSystem.ComponentModel.Design.Serialization.MemberRelationship5410         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.ComponentModel.Design.Serialization.MemberRelationship5411         public override int GetHashCode() { throw null; }
operator ==System.ComponentModel.Design.Serialization.MemberRelationship5412         public static bool operator ==(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
operator !=System.ComponentModel.Design.Serialization.MemberRelationship5413         public static bool operator !=(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
5414     }
5415     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5416     public abstract partial class MemberRelationshipService
5417     {
MemberRelationshipService()5418         protected MemberRelationshipService() { }
5419         public System.ComponentModel.Design.Serialization.MemberRelationship this[System.ComponentModel.Design.Serialization.MemberRelationship source] { get { throw null; } set { } }
5420         public System.ComponentModel.Design.Serialization.MemberRelationship this[object sourceOwner, System.ComponentModel.MemberDescriptor sourceMember] { get { throw null; } set { } }
GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source)5421         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)5422         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)5423         public abstract bool SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship);
5424     }
5425     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5426     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5427     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5428     public partial class ResolveNameEventArgs : System.EventArgs
5429     {
ResolveNameEventArgs(string name)5430         public ResolveNameEventArgs(string name) { }
5431         public string Name { get { throw null; } }
5432         public object Value { get { throw null; } set { } }
5433     }
5434     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e)5435     public delegate void ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e);
5436     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5437     [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")]
5438     public sealed partial class RootDesignerSerializerAttribute : System.Attribute
5439     {
RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable)5440         public RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) { }
RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable)5441         public RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable) { }
RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable)5442         public RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable) { }
5443         public bool Reloadable { get { throw null; } }
5444         public string SerializerBaseTypeName { get { throw null; } }
5445         public string SerializerTypeName { get { throw null; } }
5446         public override object TypeId { get { throw null; } }
5447     }
5448     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5449     public abstract partial class SerializationStore : System.IDisposable
5450     {
SerializationStore()5451         protected SerializationStore() { }
5452         public abstract System.Collections.ICollection Errors { get; }
Close()5453         public abstract void Close();
Dispose(bool disposing)5454         protected virtual void Dispose(bool disposing) { }
Save(System.IO.Stream stream)5455         public abstract void Save(System.IO.Stream stream);
System.IDisposable.Dispose()5456         void System.IDisposable.Dispose() { }
5457     }
5458 }
5459 #if CONFIG_DEP
5460 namespace System.Configuration
5461 {
5462     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5463     public sealed partial class ApplicationScopedSettingAttribute : System.Configuration.SettingAttribute
5464     {
ApplicationScopedSettingAttribute()5465         public ApplicationScopedSettingAttribute() { }
5466     }
5467     public abstract partial class ApplicationSettingsBase : System.Configuration.SettingsBase, System.ComponentModel.INotifyPropertyChanged
5468     {
ApplicationSettingsBase()5469         protected ApplicationSettingsBase() { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner)5470         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner) { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey)5471         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey) { }
ApplicationSettingsBase(string settingsKey)5472         protected ApplicationSettingsBase(string settingsKey) { }
5473         [System.ComponentModel.BrowsableAttribute(false)]
5474         public override System.Configuration.SettingsContext Context { get { throw null; } }
5475         [System.MonoTODOAttribute]
5476         public override object this[string propertyName] { get { throw null; } set { } }
5477         [System.ComponentModel.BrowsableAttribute(false)]
5478         public override System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
5479         [System.ComponentModel.BrowsableAttribute(false)]
5480         public override System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
5481         [System.ComponentModel.BrowsableAttribute(false)]
5482         public override System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
5483         [System.ComponentModel.BrowsableAttribute(false)]
5484         public string SettingsKey { get { throw null; } set { } }
5485         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
5486         public event System.Configuration.SettingChangingEventHandler SettingChanging { add { } remove { } }
5487         public event System.Configuration.SettingsLoadedEventHandler SettingsLoaded { add { } remove { } }
5488         public event System.Configuration.SettingsSavingEventHandler SettingsSaving { add { } remove { } }
GetPreviousVersion(string propertyName)5489         public object GetPreviousVersion(string propertyName) { throw null; }
OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)5490         protected virtual void OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { }
OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e)5491         protected virtual void OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e) { }
OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e)5492         protected virtual void OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e) { }
OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e)5493         protected virtual void OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e) { }
Reload()5494         public void Reload() { }
Reset()5495         public void Reset() { }
Save()5496         public override void Save() { }
Upgrade()5497         public virtual void Upgrade() { }
5498     }
5499     public sealed partial class ApplicationSettingsGroup : System.Configuration.ConfigurationSectionGroup
5500     {
ApplicationSettingsGroup()5501         public ApplicationSettingsGroup() { }
5502     }
5503     public partial class AppSettingsReader
5504     {
AppSettingsReader()5505         public AppSettingsReader() { }
GetValue(string key, System.Type type)5506         public object GetValue(string key, System.Type type) { throw null; }
5507     }
5508     public sealed partial class ClientSettingsSection : System.Configuration.ConfigurationSection
5509     {
ClientSettingsSection()5510         public ClientSettingsSection() { }
5511         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5512         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
5513         public System.Configuration.SettingElementCollection Settings { get { throw null; } }
5514     }
5515     [System.SerializableAttribute]
5516     public partial class ConfigurationException : System.SystemException
5517     {
5518         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException()5519         public ConfigurationException() { }
ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5520         protected ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5521         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message)5522         public ConfigurationException(string message) { }
5523         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner)5524         public ConfigurationException(string message, System.Exception inner) { }
5525         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, string filename, int line)5526         public ConfigurationException(string message, System.Exception inner, string filename, int line) { }
5527         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node)5528         public ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node) { }
5529         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, string filename, int line)5530         public ConfigurationException(string message, string filename, int line) { }
5531         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Xml.XmlNode node)5532         public ConfigurationException(string message, System.Xml.XmlNode node) { }
5533         public virtual string BareMessage { get { throw null; } }
5534         public virtual string Filename { get { throw null; } }
5535         public virtual int Line { get { throw null; } }
5536         public override string Message { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5537         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5538         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
GetXmlNodeFilename(System.Xml.XmlNode node)5539         public static string GetXmlNodeFilename(System.Xml.XmlNode node) { throw null; }
5540         [System.ObsoleteAttribute("This class is obsolete.  Use System.Configuration.ConfigurationErrorsException")]
GetXmlNodeLineNumber(System.Xml.XmlNode node)5541         public static int GetXmlNodeLineNumber(System.Xml.XmlNode node) { throw null; }
5542     }
5543     public sealed partial class ConfigurationSettings
5544     {
ConfigurationSettings()5545         internal ConfigurationSettings() { }
5546         [System.ObsoleteAttribute("This property is obsolete.  Please use System.Configuration.ConfigurationManager.AppSettings")]
5547         public static System.Collections.Specialized.NameValueCollection AppSettings { get { throw null; } }
5548         [System.ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
GetConfig(string sectionName)5549         public static object GetConfig(string sectionName) { throw null; }
5550     }
5551     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
5552     public sealed partial class ConfigXmlDocument : System.Xml.XmlDocument, System.Configuration.Internal.IConfigErrorInfo
5553     {
ConfigXmlDocument()5554         public ConfigXmlDocument() { }
5555         public string Filename { get { throw null; } }
5556         public int LineNumber { get { throw null; } }
5557         string System.Configuration.Internal.IConfigErrorInfo.Filename { get { throw null; } }
5558         int System.Configuration.Internal.IConfigErrorInfo.LineNumber { get { throw null; } }
CreateAttribute(string prefix, string localName, string namespaceUri)5559         public override System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceUri) { throw null; }
CreateCDataSection(string data)5560         public override System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; }
CreateComment(string data)5561         public override System.Xml.XmlComment CreateComment(string data) { throw null; }
CreateElement(string prefix, string localName, string namespaceUri)5562         public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceUri) { throw null; }
CreateSignificantWhitespace(string data)5563         public override System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string data) { throw null; }
CreateTextNode(string text)5564         public override System.Xml.XmlText CreateTextNode(string text) { throw null; }
CreateWhitespace(string data)5565         public override System.Xml.XmlWhitespace CreateWhitespace(string data) { throw null; }
Load(string filename)5566         public override void Load(string filename) { }
LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader)5567         public void LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader) { }
5568     }
5569     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5570     public sealed partial class DefaultSettingValueAttribute : System.Attribute
5571     {
DefaultSettingValueAttribute(string value)5572         public DefaultSettingValueAttribute(string value) { }
5573         public string Value { get { throw null; } }
5574     }
5575     public partial class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler
5576     {
DictionarySectionHandler()5577         public DictionarySectionHandler() { }
5578         protected virtual string KeyAttributeName { get { throw null; } }
5579         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5580         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5581     }
5582     public partial interface IApplicationSettingsProvider
5583     {
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5584         System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
Reset(System.Configuration.SettingsContext context)5585         void Reset(System.Configuration.SettingsContext context);
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5586         void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties);
5587     }
5588     public partial interface IConfigurationSectionHandler
5589     {
Create(object parent, object configContext, System.Xml.XmlNode section)5590         object Create(object parent, object configContext, System.Xml.XmlNode section);
5591     }
5592     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
5593     public partial interface IConfigurationSystem
5594     {
GetConfig(string configKey)5595         object GetConfig(string configKey);
Init()5596         void Init();
5597     }
5598     public sealed partial class IdnElement : System.Configuration.ConfigurationElement
5599     {
IdnElement()5600         public IdnElement() { }
5601         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0), Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5602         public System.UriIdnScope Enabled { get { throw null; } set { } }
5603         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5604     }
5605     public partial class IgnoreSectionHandler : System.Configuration.IConfigurationSectionHandler
5606     {
IgnoreSectionHandler()5607         public IgnoreSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5608         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5609     }
5610     public partial interface IPersistComponentSettings
5611     {
5612         bool SaveSettings { get; set; }
5613         string SettingsKey { get; set; }
LoadComponentSettings()5614         void LoadComponentSettings();
ResetComponentSettings()5615         void ResetComponentSettings();
SaveComponentSettings()5616         void SaveComponentSettings();
5617     }
5618     public sealed partial class IriParsingElement : System.Configuration.ConfigurationElement
5619     {
IriParsingElement()5620         public IriParsingElement() { }
5621         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false, Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5622         public bool Enabled { get { throw null; } set { } }
5623         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5624     }
5625     public partial interface ISettingsProviderService
5626     {
GetSettingsProvider(System.Configuration.SettingsProperty property)5627         System.Configuration.SettingsProvider GetSettingsProvider(System.Configuration.SettingsProperty property);
5628     }
5629     public partial class LocalFileSettingsProvider : System.Configuration.SettingsProvider, System.Configuration.IApplicationSettingsProvider
5630     {
LocalFileSettingsProvider()5631         public LocalFileSettingsProvider() { }
5632         public override string ApplicationName { get { throw null; } set { } }
5633         [System.MonoTODOAttribute]
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5634         public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) { throw null; }
5635         [System.MonoTODOAttribute]
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5636         public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection values)5637         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection values) { }
5638         [System.MonoTODOAttribute]
Reset(System.Configuration.SettingsContext context)5639         public void Reset(System.Configuration.SettingsContext context) { }
5640         [System.MonoTODOAttribute]
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values)5641         public override void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values) { }
5642         [System.MonoTODOAttribute]
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5643         public void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { }
5644     }
5645     public partial class NameValueFileSectionHandler : System.Configuration.IConfigurationSectionHandler
5646     {
NameValueFileSectionHandler()5647         public NameValueFileSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5648         public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5649     }
5650     public partial class NameValueSectionHandler : System.Configuration.IConfigurationSectionHandler
5651     {
NameValueSectionHandler()5652         public NameValueSectionHandler() { }
5653         protected virtual string KeyAttributeName { get { throw null; } }
5654         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5655         public object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5656     }
5657     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5658     public sealed partial class NoSettingsVersionUpgradeAttribute : System.Attribute
5659     {
NoSettingsVersionUpgradeAttribute()5660         public NoSettingsVersionUpgradeAttribute() { }
5661     }
5662     public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement
5663     {
SchemeSettingElement()5664         public SchemeSettingElement() { }
5665         public System.GenericUriParserOptions GenericUriParserOptions { get { throw null; } }
5666         public string Name { get { throw null; } }
5667         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5668     }
5669     public sealed partial class SchemeSettingElementCollection : System.Configuration.ConfigurationElementCollection
5670     {
SchemeSettingElementCollection()5671         public SchemeSettingElementCollection() { }
5672         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
5673         public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5674         public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
CreateNewElement()5675         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)5676         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Configuration.SchemeSettingElement element)5677         public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; }
5678     }
5679     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5680     public partial class SettingAttribute : System.Attribute
5681     {
SettingAttribute()5682         public SettingAttribute() { }
5683     }
5684     public partial class SettingChangingEventArgs : System.ComponentModel.CancelEventArgs
5685     {
SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)5686         public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel) { }
5687         public object NewValue { get { throw null; } }
5688         public string SettingClass { get { throw null; } }
5689         public string SettingKey { get { throw null; } }
5690         public string SettingName { get { throw null; } }
5691     }
SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e)5692     public delegate void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e);
5693     public sealed partial class SettingElement : System.Configuration.ConfigurationElement
5694     {
SettingElement()5695         public SettingElement() { }
SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs)5696         public SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs) { }
5697         [System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue="", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
5698         public string Name { get { throw null; } set { } }
5699         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5700         [System.Configuration.ConfigurationPropertyAttribute("serializeAs", DefaultValue=(System.Configuration.SettingsSerializeAs)(0), Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
5701         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
5702         [System.Configuration.ConfigurationPropertyAttribute("value", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
5703         public System.Configuration.SettingValueElement Value { get { throw null; } set { } }
Equals(object settings)5704         public override bool Equals(object settings) { throw null; }
GetHashCode()5705         public override int GetHashCode() { throw null; }
5706     }
5707     public sealed partial class SettingElementCollection : System.Configuration.ConfigurationElementCollection
5708     {
SettingElementCollection()5709         public SettingElementCollection() { }
5710         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
5711         protected override string ElementName { get { throw null; } }
Add(System.Configuration.SettingElement element)5712         public void Add(System.Configuration.SettingElement element) { }
Clear()5713         public void Clear() { }
CreateNewElement()5714         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
Get(string elementKey)5715         public System.Configuration.SettingElement Get(string elementKey) { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)5716         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Configuration.SettingElement element)5717         public void Remove(System.Configuration.SettingElement element) { }
5718     }
5719     [System.SerializableAttribute]
5720     public partial class SettingsAttributeDictionary : System.Collections.Hashtable
5721     {
SettingsAttributeDictionary()5722         public SettingsAttributeDictionary() { }
SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes)5723         public SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes) { }
5724     }
5725     public abstract partial class SettingsBase
5726     {
SettingsBase()5727         protected SettingsBase() { }
5728         public virtual System.Configuration.SettingsContext Context { get { throw null; } }
5729         [System.ComponentModel.BrowsableAttribute(false)]
5730         public bool IsSynchronized { get { throw null; } }
5731         public virtual object this[string propertyName] { get { throw null; } set { } }
5732         public virtual System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
5733         public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
5734         public virtual System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers)5735         public void Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers) { }
Save()5736         public virtual void Save() { }
Synchronized(System.Configuration.SettingsBase settingsBase)5737         public static System.Configuration.SettingsBase Synchronized(System.Configuration.SettingsBase settingsBase) { throw null; }
5738     }
5739     [System.SerializableAttribute]
5740     public partial class SettingsContext : System.Collections.Hashtable
5741     {
SettingsContext()5742         public SettingsContext() { }
5743     }
5744     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5745     public sealed partial class SettingsDescriptionAttribute : System.Attribute
5746     {
SettingsDescriptionAttribute(string description)5747         public SettingsDescriptionAttribute(string description) { }
5748         public string Description { get { throw null; } }
5749     }
5750     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5751     public sealed partial class SettingsGroupDescriptionAttribute : System.Attribute
5752     {
SettingsGroupDescriptionAttribute(string description)5753         public SettingsGroupDescriptionAttribute(string description) { }
5754         public string Description { get { throw null; } }
5755     }
5756     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5757     public sealed partial class SettingsGroupNameAttribute : System.Attribute
5758     {
SettingsGroupNameAttribute(string groupName)5759         public SettingsGroupNameAttribute(string groupName) { }
5760         public string GroupName { get { throw null; } }
5761     }
5762     public partial class SettingsLoadedEventArgs : System.EventArgs
5763     {
SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider)5764         public SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider) { }
5765         public System.Configuration.SettingsProvider Provider { get { throw null; } }
5766     }
SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e)5767     public delegate void SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e);
5768     public enum SettingsManageability
5769     {
5770         Roaming = 0,
5771     }
5772     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5773     public sealed partial class SettingsManageabilityAttribute : System.Attribute
5774     {
SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability)5775         public SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability) { }
5776         public System.Configuration.SettingsManageability Manageability { get { throw null; } }
5777     }
5778     public partial class SettingsProperty
5779     {
SettingsProperty(System.Configuration.SettingsProperty propertyToCopy)5780         public SettingsProperty(System.Configuration.SettingsProperty propertyToCopy) { }
SettingsProperty(string name)5781         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)5782         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) { }
5783         public virtual System.Configuration.SettingsAttributeDictionary Attributes { get { throw null; } }
5784         public virtual object DefaultValue { get { throw null; } set { } }
5785         public virtual bool IsReadOnly { get { throw null; } set { } }
5786         public virtual string Name { get { throw null; } set { } }
5787         public virtual System.Type PropertyType { get { throw null; } set { } }
5788         public virtual System.Configuration.SettingsProvider Provider { get { throw null; } set { } }
5789         public virtual System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
5790         public bool ThrowOnErrorDeserializing { get { throw null; } set { } }
5791         public bool ThrowOnErrorSerializing { get { throw null; } set { } }
5792     }
5793     public partial class SettingsPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
5794     {
SettingsPropertyCollection()5795         public SettingsPropertyCollection() { }
5796         public int Count { get { throw null; } }
5797         public bool IsSynchronized { get { throw null; } }
5798         public System.Configuration.SettingsProperty this[string name] { get { throw null; } }
5799         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsProperty property)5800         public void Add(System.Configuration.SettingsProperty property) { }
Clear()5801         public void Clear() { }
Clone()5802         public object Clone() { throw null; }
CopyTo(System.Array array, int index)5803         public void CopyTo(System.Array array, int index) { }
GetEnumerator()5804         public System.Collections.IEnumerator GetEnumerator() { throw null; }
OnAdd(System.Configuration.SettingsProperty property)5805         protected virtual void OnAdd(System.Configuration.SettingsProperty property) { }
OnAddComplete(System.Configuration.SettingsProperty property)5806         protected virtual void OnAddComplete(System.Configuration.SettingsProperty property) { }
OnClear()5807         protected virtual void OnClear() { }
OnClearComplete()5808         protected virtual void OnClearComplete() { }
OnRemove(System.Configuration.SettingsProperty property)5809         protected virtual void OnRemove(System.Configuration.SettingsProperty property) { }
OnRemoveComplete(System.Configuration.SettingsProperty property)5810         protected virtual void OnRemoveComplete(System.Configuration.SettingsProperty property) { }
Remove(string name)5811         public void Remove(string name) { }
SetReadOnly()5812         public void SetReadOnly() { }
5813     }
5814     [System.SerializableAttribute]
5815     public partial class SettingsPropertyIsReadOnlyException : System.Exception
5816     {
SettingsPropertyIsReadOnlyException()5817         public SettingsPropertyIsReadOnlyException() { }
SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5818         protected SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyIsReadOnlyException(string message)5819         public SettingsPropertyIsReadOnlyException(string message) { }
SettingsPropertyIsReadOnlyException(string message, System.Exception innerException)5820         public SettingsPropertyIsReadOnlyException(string message, System.Exception innerException) { }
5821     }
5822     [System.SerializableAttribute]
5823     public partial class SettingsPropertyNotFoundException : System.Exception
5824     {
SettingsPropertyNotFoundException()5825         public SettingsPropertyNotFoundException() { }
SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5826         protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyNotFoundException(string message)5827         public SettingsPropertyNotFoundException(string message) { }
SettingsPropertyNotFoundException(string message, System.Exception innerException)5828         public SettingsPropertyNotFoundException(string message, System.Exception innerException) { }
5829     }
5830     public partial class SettingsPropertyValue
5831     {
SettingsPropertyValue(System.Configuration.SettingsProperty property)5832         public SettingsPropertyValue(System.Configuration.SettingsProperty property) { }
5833         public bool Deserialized { get { throw null; } set { } }
5834         public bool IsDirty { get { throw null; } set { } }
5835         public string Name { get { throw null; } }
5836         public System.Configuration.SettingsProperty Property { get { throw null; } }
5837         public object PropertyValue { get { throw null; } set { } }
5838         public object SerializedValue { get { throw null; } set { } }
5839         public bool UsingDefaultValue { get { throw null; } }
5840     }
5841     public partial class SettingsPropertyValueCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
5842     {
SettingsPropertyValueCollection()5843         public SettingsPropertyValueCollection() { }
5844         public int Count { get { throw null; } }
5845         public bool IsSynchronized { get { throw null; } }
5846         public System.Configuration.SettingsPropertyValue this[string name] { get { throw null; } }
5847         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsPropertyValue property)5848         public void Add(System.Configuration.SettingsPropertyValue property) { }
Clear()5849         public void Clear() { }
Clone()5850         public object Clone() { throw null; }
CopyTo(System.Array array, int index)5851         public void CopyTo(System.Array array, int index) { }
GetEnumerator()5852         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)5853         public void Remove(string name) { }
SetReadOnly()5854         public void SetReadOnly() { }
5855     }
5856     [System.SerializableAttribute]
5857     public partial class SettingsPropertyWrongTypeException : System.Exception
5858     {
SettingsPropertyWrongTypeException()5859         public SettingsPropertyWrongTypeException() { }
SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5860         protected SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyWrongTypeException(string message)5861         public SettingsPropertyWrongTypeException(string message) { }
SettingsPropertyWrongTypeException(string message, System.Exception innerException)5862         public SettingsPropertyWrongTypeException(string message, System.Exception innerException) { }
5863     }
5864     public abstract partial class SettingsProvider : System.Configuration.Provider.ProviderBase
5865     {
SettingsProvider()5866         protected SettingsProvider() { }
5867         public abstract string ApplicationName { get; set; }
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection)5868         public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection)5869         public abstract void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection);
5870     }
5871     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5872     public sealed partial class SettingsProviderAttribute : System.Attribute
5873     {
SettingsProviderAttribute(string providerTypeName)5874         public SettingsProviderAttribute(string providerTypeName) { }
SettingsProviderAttribute(System.Type providerType)5875         public SettingsProviderAttribute(System.Type providerType) { }
5876         public string ProviderTypeName { get { throw null; } }
5877     }
5878     public partial class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection
5879     {
SettingsProviderCollection()5880         public SettingsProviderCollection() { }
5881         public new System.Configuration.SettingsProvider this[string name] { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)5882         public override void Add(System.Configuration.Provider.ProviderBase provider) { }
5883     }
SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e)5884     public delegate void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
5885     public enum SettingsSerializeAs
5886     {
5887         Binary = 2,
5888         ProviderSpecific = 3,
5889         String = 0,
5890         Xml = 1,
5891     }
5892     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5893     public sealed partial class SettingsSerializeAsAttribute : System.Attribute
5894     {
SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs)5895         public SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs) { }
5896         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } }
5897     }
5898     public sealed partial class SettingValueElement : System.Configuration.ConfigurationElement
5899     {
5900         [System.MonoTODOAttribute]
SettingValueElement()5901         public SettingValueElement() { }
5902         [System.MonoTODOAttribute]
5903         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5904         public System.Xml.XmlNode ValueXml { get { throw null; } set { } }
5905         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)5906         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Equals(object settingValue)5907         public override bool Equals(object settingValue) { throw null; }
GetHashCode()5908         public override int GetHashCode() { throw null; }
IsModified()5909         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)5910         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()5911         protected override void ResetModified() { }
SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName)5912         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)5913         protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
5914     }
5915     public partial class SingleTagSectionHandler : System.Configuration.IConfigurationSectionHandler
5916     {
SingleTagSectionHandler()5917         public SingleTagSectionHandler() { }
Create(object parent, object context, System.Xml.XmlNode section)5918         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5919     }
5920     public enum SpecialSetting
5921     {
5922         ConnectionString = 0,
5923         WebServiceUrl = 1,
5924     }
5925     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
5926     public sealed partial class SpecialSettingAttribute : System.Attribute
5927     {
SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting)5928         public SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting) { }
5929         public System.Configuration.SpecialSetting SpecialSetting { get { throw null; } }
5930     }
5931     public sealed partial class UriSection : System.Configuration.ConfigurationSection
5932     {
UriSection()5933         public UriSection() { }
5934         [System.Configuration.ConfigurationPropertyAttribute("idn")]
5935         public System.Configuration.IdnElement Idn { get { throw null; } }
5936         [System.Configuration.ConfigurationPropertyAttribute("iriParsing")]
5937         public System.Configuration.IriParsingElement IriParsing { get { throw null; } }
5938         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5939         public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } }
5940     }
5941     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5942     public sealed partial class UserScopedSettingAttribute : System.Configuration.SettingAttribute
5943     {
UserScopedSettingAttribute()5944         public UserScopedSettingAttribute() { }
5945     }
5946     public sealed partial class UserSettingsGroup : System.Configuration.ConfigurationSectionGroup
5947     {
UserSettingsGroup()5948         public UserSettingsGroup() { }
5949     }
5950 }
5951 #endif
5952 namespace System.Diagnostics
5953 {
5954     [System.Diagnostics.SwitchLevelAttribute(typeof(bool))]
5955     public partial class BooleanSwitch : System.Diagnostics.Switch
5956     {
BooleanSwitch(string displayName, string description)5957         public BooleanSwitch(string displayName, string description) : base (default(string), default(string)) { }
BooleanSwitch(string displayName, string description, string defaultSwitchValue)5958         public BooleanSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
5959         public bool Enabled { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
OnValueChanged()5960         protected override void OnValueChanged() { }
5961     }
5962     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
5963     public partial class ConsoleTraceListener : System.Diagnostics.TextWriterTraceListener
5964     {
ConsoleTraceListener()5965         public ConsoleTraceListener() { }
ConsoleTraceListener(bool useErrorStream)5966         public ConsoleTraceListener(bool useErrorStream) { }
Close()5967         public override void Close() { }
5968     }
5969     public partial class CorrelationManager
5970     {
CorrelationManager()5971         internal CorrelationManager() { }
5972         public System.Guid ActivityId { get { throw null; } set { } }
5973         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
StartLogicalOperation()5974         public void StartLogicalOperation() { }
StartLogicalOperation(object operationId)5975         public void StartLogicalOperation(object operationId) { }
StopLogicalOperation()5976         public void StopLogicalOperation() { }
5977     }
5978     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterCreationDataConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5979     [System.SerializableAttribute]
5980     public partial class CounterCreationData
5981     {
CounterCreationData()5982         public CounterCreationData() { }
CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType)5983         public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType) { }
5984         [System.ComponentModel.DefaultValueAttribute("")]
5985         [System.Diagnostics.MonitoringDescriptionAttribute("Description of this counter.")]
5986         public string CounterHelp { get { throw null; } set { } }
5987         [System.ComponentModel.DefaultValueAttribute("")]
5988         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5989         [System.Diagnostics.MonitoringDescriptionAttribute("Name of this counter.")]
5990         public string CounterName { get { throw null; } set { } }
5991         [System.ComponentModel.DefaultValueAttribute(typeof(System.Diagnostics.PerformanceCounterType), "NumberOfItems32")]
5992         [System.Diagnostics.MonitoringDescriptionAttribute("Type of this counter.")]
5993         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } set { } }
5994     }
5995     [System.SerializableAttribute]
5996     public partial class CounterCreationDataCollection : System.Collections.CollectionBase
5997     {
CounterCreationDataCollection()5998         public CounterCreationDataCollection() { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value)5999         public CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value) { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value)6000         public CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value) { }
6001         public System.Diagnostics.CounterCreationData this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.CounterCreationData value)6002         public int Add(System.Diagnostics.CounterCreationData value) { throw null; }
AddRange(System.Diagnostics.CounterCreationDataCollection value)6003         public void AddRange(System.Diagnostics.CounterCreationDataCollection value) { }
AddRange(System.Diagnostics.CounterCreationData[] value)6004         public void AddRange(System.Diagnostics.CounterCreationData[] value) { }
Contains(System.Diagnostics.CounterCreationData value)6005         public bool Contains(System.Diagnostics.CounterCreationData value) { throw null; }
CopyTo(System.Diagnostics.CounterCreationData[] array, int index)6006         public void CopyTo(System.Diagnostics.CounterCreationData[] array, int index) { }
IndexOf(System.Diagnostics.CounterCreationData value)6007         public int IndexOf(System.Diagnostics.CounterCreationData value) { throw null; }
Insert(int index, System.Diagnostics.CounterCreationData value)6008         public void Insert(int index, System.Diagnostics.CounterCreationData value) { }
OnValidate(object value)6009         protected override void OnValidate(object value) { }
Remove(System.Diagnostics.CounterCreationData value)6010         public virtual void Remove(System.Diagnostics.CounterCreationData value) { }
6011     }
6012     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
6013     public partial struct CounterSample
6014     {
6015         public static System.Diagnostics.CounterSample Empty;
CounterSampleSystem.Diagnostics.CounterSample6016         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw null;}
CounterSampleSystem.Diagnostics.CounterSample6017         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw null;}
6018         public long BaseValue { get { throw null; } }
6019         public long CounterFrequency { get { throw null; } }
6020         public long CounterTimeStamp { get { throw null; } }
6021         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6022         public long RawValue { get { throw null; } }
6023         public long SystemFrequency { get { throw null; } }
6024         public long TimeStamp { get { throw null; } }
6025         public long TimeStamp100nSec { get { throw null; } }
CalculateSystem.Diagnostics.CounterSample6026         public static float Calculate(System.Diagnostics.CounterSample counterSample) { throw null; }
CalculateSystem.Diagnostics.CounterSample6027         public static float Calculate(System.Diagnostics.CounterSample counterSample, System.Diagnostics.CounterSample nextCounterSample) { throw null; }
EqualsSystem.Diagnostics.CounterSample6028         public bool Equals(System.Diagnostics.CounterSample sample) { throw null; }
EqualsSystem.Diagnostics.CounterSample6029         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Diagnostics.CounterSample6030         public override int GetHashCode() { throw null; }
operator ==System.Diagnostics.CounterSample6031         public static bool operator ==(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw null; }
operator !=System.Diagnostics.CounterSample6032         public static bool operator !=(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw null; }
6033     }
6034     public static partial class CounterSampleCalculator
6035     {
ComputeCounterValue(System.Diagnostics.CounterSample newSample)6036         public static float ComputeCounterValue(System.Diagnostics.CounterSample newSample) { throw null; }
6037         [System.MonoTODOAttribute("What's the algorithm?")]
ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample)6038         public static float ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample) { throw null; }
6039     }
6040     public partial class DataReceivedEventArgs : System.EventArgs
6041     {
DataReceivedEventArgs()6042         internal DataReceivedEventArgs() { }
6043         public string Data { get { throw null; } }
6044     }
DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e)6045     public delegate void DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e);
6046     public static partial class Debug
6047     {
6048         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 { } }
6049         public static int IndentLevel { get { throw null; } set { } }
6050         public static int IndentSize { get { throw null; } set { } }
6051         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; } }
6052         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition)6053         public static void Assert(bool condition) { }
6054         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message)6055         public static void Assert(bool condition, string message) { }
6056         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessage)6057         public static void Assert(bool condition, string message, string detailMessage) { }
6058         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessageFormat, params object[] args)6059         public static void Assert(bool condition, string message, string detailMessageFormat, params object[] args) { }
6060         [System.Diagnostics.ConditionalAttribute("DEBUG")]
6061         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Close()6062         public static void Close() { }
6063         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message)6064         public static void Fail(string message) { }
6065         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message, string detailMessage)6066         public static void Fail(string message, string detailMessage) { }
6067         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Flush()6068         public static void Flush() { }
6069         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Indent()6070         public static void Indent() { }
6071         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string message)6072         public static void Print(string message) { }
6073         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string format, params object[] args)6074         public static void Print(string format, params object[] args) { }
6075         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Unindent()6076         public static void Unindent() { }
6077         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value)6078         public static void Write(object value) { }
6079         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value, string category)6080         public static void Write(object value, string category) { }
6081         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message)6082         public static void Write(string message) { }
6083         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message, string category)6084         public static void Write(string message, string category) { }
6085         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value)6086         public static void WriteIf(bool condition, object value) { }
6087         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value, string category)6088         public static void WriteIf(bool condition, object value, string category) { }
6089         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message)6090         public static void WriteIf(bool condition, string message) { }
6091         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message, string category)6092         public static void WriteIf(bool condition, string message, string category) { }
6093         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value)6094         public static void WriteLine(object value) { }
6095         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value, string category)6096         public static void WriteLine(object value, string category) { }
6097         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message)6098         public static void WriteLine(string message) { }
6099         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string format, params object[] args)6100         public static void WriteLine(string format, params object[] args) { }
6101         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message, string category)6102         public static void WriteLine(string message, string category) { }
6103         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value)6104         public static void WriteLineIf(bool condition, object value) { }
6105         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value, string category)6106         public static void WriteLineIf(bool condition, object value, string category) { }
6107         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message)6108         public static void WriteLineIf(bool condition, string message) { }
6109         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message, string category)6110         public static void WriteLineIf(bool condition, string message, string category) { }
6111     }
6112     public partial class DefaultTraceListener : System.Diagnostics.TraceListener
6113     {
DefaultTraceListener()6114         public DefaultTraceListener() { }
6115         [System.MonoTODOAttribute("AssertUiEnabled defaults to False; should follow Environment.UserInteractive.")]
6116         public bool AssertUiEnabled { get { throw null; } set { } }
6117         [System.MonoTODOAttribute]
6118         public string LogFileName { get { throw null; } set { } }
Fail(string message)6119         public override void Fail(string message) { }
Fail(string message, string detailMessage)6120         public override void Fail(string message, string detailMessage) { }
Write(string message)6121         public override void Write(string message) { }
WriteLine(string message)6122         public override void WriteLine(string message) { }
6123     }
6124     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
6125     public partial class DelimitedListTraceListener : System.Diagnostics.TextWriterTraceListener
6126     {
DelimitedListTraceListener(System.IO.Stream stream)6127         public DelimitedListTraceListener(System.IO.Stream stream) { }
DelimitedListTraceListener(System.IO.Stream stream, string name)6128         public DelimitedListTraceListener(System.IO.Stream stream, string name) { }
DelimitedListTraceListener(System.IO.TextWriter writer)6129         public DelimitedListTraceListener(System.IO.TextWriter writer) { }
DelimitedListTraceListener(System.IO.TextWriter writer, string name)6130         public DelimitedListTraceListener(System.IO.TextWriter writer, string name) { }
DelimitedListTraceListener(string fileName)6131         public DelimitedListTraceListener(string fileName) { }
DelimitedListTraceListener(string fileName, string name)6132         public DelimitedListTraceListener(string fileName, string name) { }
6133         public string Delimiter { get { throw null; } set { } }
GetSupportedAttributes()6134         protected internal override string[] GetSupportedAttributes() { throw null; }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)6135         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)6136         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)6137         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)6138         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
6139     }
6140 #if CONFIG_DEP
6141     [System.ObsoleteAttribute("This class is obsoleted")]
6142     public partial class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler
6143     {
DiagnosticsConfigurationHandler()6144         public DiagnosticsConfigurationHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)6145         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
6146     }
6147 #endif
6148     public partial class EntryWrittenEventArgs : System.EventArgs
6149     {
EntryWrittenEventArgs()6150         public EntryWrittenEventArgs() { }
EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry)6151         public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry) { }
6152         public System.Diagnostics.EventLogEntry Entry { get { throw null; } }
6153     }
EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e)6154     public delegate void EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e);
6155     public partial class EventInstance
6156     {
EventInstance(long instanceId, int categoryId)6157         public EventInstance(long instanceId, int categoryId) { }
EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType)6158         public EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType) { }
6159         public int CategoryId { get { throw null; } set { } }
6160         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } set { } }
6161         public long InstanceId { get { throw null; } set { } }
6162     }
6163     [System.ComponentModel.DefaultEventAttribute("EntryWritten")]
6164     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.EventLogInstaller")]
6165     [System.Diagnostics.MonitoringDescriptionAttribute("Represents an event log")]
6166     public partial class EventLog : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6167     {
EventLog()6168         public EventLog() { }
EventLog(string logName)6169         public EventLog(string logName) { }
EventLog(string logName, string machineName)6170         public EventLog(string logName, string machineName) { }
EventLog(string logName, string machineName, string source)6171         public EventLog(string logName, string machineName, string source) { }
6172         [System.ComponentModel.BrowsableAttribute(false)]
6173         [System.ComponentModel.DefaultValueAttribute(false)]
6174         [System.Diagnostics.MonitoringDescriptionAttribute("If enabled raises event when a log is written.")]
6175         public bool EnableRaisingEvents { get { throw null; } set { } }
6176         [System.ComponentModel.BrowsableAttribute(false)]
6177         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6178         [System.Diagnostics.MonitoringDescriptionAttribute("The entries in the log.")]
6179         public System.Diagnostics.EventLogEntryCollection Entries { get { throw null; } }
6180         [System.ComponentModel.DefaultValueAttribute("")]
6181         [System.ComponentModel.ReadOnlyAttribute(true)]
6182         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6183         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.LogConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6184         [System.Diagnostics.MonitoringDescriptionAttribute("Name of the log that is read and written.")]
6185         public string Log { get { throw null; } set { } }
6186         [System.ComponentModel.BrowsableAttribute(false)]
6187         public string LogDisplayName { get { throw null; } }
6188         [System.ComponentModel.DefaultValueAttribute(".")]
6189         [System.ComponentModel.ReadOnlyAttribute(true)]
6190         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6191         [System.Diagnostics.MonitoringDescriptionAttribute("Name of the machine that this log get written to.")]
6192         public string MachineName { get { throw null; } set { } }
6193         [System.ComponentModel.BrowsableAttribute(false)]
6194         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6195         [System.MonoTODOAttribute]
6196         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6197         public long MaximumKilobytes { get { throw null; } set { } }
6198         [System.ComponentModel.BrowsableAttribute(false)]
6199         [System.MonoTODOAttribute]
6200         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6201         public int MinimumRetentionDays { get { throw null; } }
6202         [System.ComponentModel.BrowsableAttribute(false)]
6203         [System.MonoTODOAttribute]
6204         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6205         public System.Diagnostics.OverflowAction OverflowAction { get { throw null; } }
6206         [System.ComponentModel.DefaultValueAttribute("")]
6207         [System.ComponentModel.ReadOnlyAttribute(true)]
6208         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
6209         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6210         [System.Diagnostics.MonitoringDescriptionAttribute("The application name that writes the log.")]
6211         public string Source { get { throw null; } set { } }
6212         [System.ComponentModel.BrowsableAttribute(false)]
6213         [System.ComponentModel.DefaultValueAttribute(null)]
6214         [System.Diagnostics.MonitoringDescriptionAttribute("An object that synchronizes event handler calls.")]
6215         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
6216         [System.Diagnostics.MonitoringDescriptionAttribute("Raised for each EventLog entry written.")]
6217         public event System.Diagnostics.EntryWrittenEventHandler EntryWritten { add { } remove { } }
BeginInit()6218         public void BeginInit() { }
Clear()6219         public void Clear() { }
Close()6220         public void Close() { }
6221         [System.MonoNotSupportedAttribute("remote machine is not supported")]
CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData)6222         public static void CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData) { }
CreateEventSource(string source, string logName)6223         public static void CreateEventSource(string source, string logName) { }
6224         [System.ObsoleteAttribute("use CreateEventSource(EventSourceCreationData) instead")]
CreateEventSource(string source, string logName, string machineName)6225         public static void CreateEventSource(string source, string logName, string machineName) { }
Delete(string logName)6226         public static void Delete(string logName) { }
6227         [System.MonoNotSupportedAttribute("remote machine is not supported")]
Delete(string logName, string machineName)6228         public static void Delete(string logName, string machineName) { }
DeleteEventSource(string source)6229         public static void DeleteEventSource(string source) { }
6230         [System.MonoNotSupportedAttribute("remote machine is not supported")]
DeleteEventSource(string source, string machineName)6231         public static void DeleteEventSource(string source, string machineName) { }
Dispose(bool disposing)6232         protected override void Dispose(bool disposing) { }
EndInit()6233         public void EndInit() { }
Exists(string logName)6234         public static bool Exists(string logName) { throw null; }
6235         [System.MonoNotSupportedAttribute("remote machine is not supported")]
Exists(string logName, string machineName)6236         public static bool Exists(string logName, string machineName) { throw null; }
GetEventLogs()6237         public static System.Diagnostics.EventLog[] GetEventLogs() { throw null; }
6238         [System.MonoNotSupportedAttribute("remote machine is not supported")]
GetEventLogs(string machineName)6239         public static System.Diagnostics.EventLog[] GetEventLogs(string machineName) { throw null; }
6240         [System.MonoNotSupportedAttribute("remote machine is not supported")]
LogNameFromSourceName(string source, string machineName)6241         public static string LogNameFromSourceName(string source, string machineName) { throw null; }
6242         [System.MonoTODOAttribute]
6243         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays)6244         public void ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays) { }
6245         [System.MonoTODOAttribute]
6246         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
RegisterDisplayName(string resourceFile, long resourceId)6247         public void RegisterDisplayName(string resourceFile, long resourceId) { }
SourceExists(string source)6248         public static bool SourceExists(string source) { throw null; }
6249         [System.MonoNotSupportedAttribute("remote machine is not supported")]
SourceExists(string source, string machineName)6250         public static bool SourceExists(string source, string machineName) { throw null; }
WriteEntry(string message)6251         public void WriteEntry(string message) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type)6252         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID)6253         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category)6254         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)6255         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
WriteEntry(string source, string message)6256         public static void WriteEntry(string source, string message) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type)6257         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID)6258         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)6259         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)6260         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
6261         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6262         public void WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { }
6263         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, params object[] values)6264         public void WriteEvent(System.Diagnostics.EventInstance instance, params object[] values) { }
WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6265         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)6266         public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, params object[] values) { }
6267     }
6268     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
6269     [System.ComponentModel.ToolboxItemAttribute(false)]
6270     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6271     [System.SerializableAttribute]
6272     public sealed partial class EventLogEntry : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
6273     {
EventLogEntry()6274         internal EventLogEntry() { }
6275         [System.Diagnostics.MonitoringDescriptionAttribute("The category of this event entry.")]
6276         public string Category { get { throw null; } }
6277         [System.Diagnostics.MonitoringDescriptionAttribute("An ID for the category of this event entry.")]
6278         public short CategoryNumber { get { throw null; } }
6279         [System.Diagnostics.MonitoringDescriptionAttribute("Binary data associated with this event entry.")]
6280         public byte[] Data { get { throw null; } }
6281         [System.Diagnostics.MonitoringDescriptionAttribute("The type of this event entry.")]
6282         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } }
6283         [System.Diagnostics.MonitoringDescriptionAttribute("An ID number for this event entry.")]
6284         [System.ObsoleteAttribute("Use InstanceId")]
6285         public int EventID { get { throw null; } }
6286         [System.Diagnostics.MonitoringDescriptionAttribute("Sequence numer of this event entry.")]
6287         public int Index { get { throw null; } }
6288         [System.Diagnostics.MonitoringDescriptionAttribute("The instance ID for this event entry.")]
6289         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6290         public long InstanceId { get { throw null; } }
6291         [System.Diagnostics.MonitoringDescriptionAttribute("The Computer on which this event entry occured.")]
6292         public string MachineName { get { throw null; } }
6293         [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")]
6294         [System.Diagnostics.MonitoringDescriptionAttribute("The message of this event entry.")]
6295         public string Message { get { throw null; } }
6296         [System.Diagnostics.MonitoringDescriptionAttribute("Application strings for this event entry.")]
6297         public string[] ReplacementStrings { get { throw null; } }
6298         [System.Diagnostics.MonitoringDescriptionAttribute("The source application of this event entry.")]
6299         public string Source { get { throw null; } }
6300         [System.Diagnostics.MonitoringDescriptionAttribute("Generation time of this event entry.")]
6301         public System.DateTime TimeGenerated { get { throw null; } }
6302         [System.Diagnostics.MonitoringDescriptionAttribute("The time at which this event entry was written to the logfile.")]
6303         public System.DateTime TimeWritten { get { throw null; } }
6304         [System.Diagnostics.MonitoringDescriptionAttribute("The name of a user associated with this event entry.")]
6305         public string UserName { get { throw null; } }
Equals(System.Diagnostics.EventLogEntry otherEntry)6306         public bool Equals(System.Diagnostics.EventLogEntry otherEntry) { throw null; }
6307         [System.MonoTODOAttribute("Needs serialization support")]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)6308         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
6309     }
6310     public partial class EventLogEntryCollection : System.Collections.ICollection, System.Collections.IEnumerable
6311     {
EventLogEntryCollection()6312         internal EventLogEntryCollection() { }
6313         public int Count { get { throw null; } }
6314         public virtual System.Diagnostics.EventLogEntry this[int index] { get { throw null; } }
6315         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6316         object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Diagnostics.EventLogEntry[] entries, int index)6317         public void CopyTo(System.Diagnostics.EventLogEntry[] entries, int index) { }
GetEnumerator()6318         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)6319         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
6320     }
6321     public enum EventLogEntryType
6322     {
6323         Error = 1,
6324         FailureAudit = 16,
6325         Information = 4,
6326         SuccessAudit = 8,
6327         Warning = 2,
6328     }
6329     [System.SerializableAttribute]
6330     public sealed partial class EventLogPermission : System.Security.Permissions.ResourcePermissionBase
6331     {
EventLogPermission()6332         public EventLogPermission() { }
EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6333         public EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries)6334         public EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries) { }
EventLogPermission(System.Security.Permissions.PermissionState state)6335         public EventLogPermission(System.Security.Permissions.PermissionState state) { }
6336         public System.Diagnostics.EventLogPermissionEntryCollection PermissionEntries { get { throw null; } }
6337     }
6338     [System.FlagsAttribute]
6339     public enum EventLogPermissionAccess
6340     {
6341         Administer = 48,
6342         [System.ObsoleteAttribute]
6343         Audit = 10,
6344         [System.ObsoleteAttribute]
6345         Browse = 2,
6346         [System.ObsoleteAttribute]
6347         Instrument = 6,
6348         None = 0,
6349         Write = 16,
6350     }
6351     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6352     [System.SerializableAttribute]
6353     public partial class EventLogPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6354     {
EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action)6355         public EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6356         public string MachineName { get { throw null; } set { } }
6357         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6358         public override System.Security.IPermission CreatePermission() { throw null; }
6359     }
6360     [System.SerializableAttribute]
6361     public partial class EventLogPermissionEntry
6362     {
EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6363         public EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
6364         public string MachineName { get { throw null; } }
6365         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } }
6366     }
6367     [System.SerializableAttribute]
6368     public partial class EventLogPermissionEntryCollection : System.Collections.CollectionBase
6369     {
EventLogPermissionEntryCollection()6370         internal EventLogPermissionEntryCollection() { }
6371         public System.Diagnostics.EventLogPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.EventLogPermissionEntry value)6372         public int Add(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.EventLogPermissionEntryCollection value)6373         public void AddRange(System.Diagnostics.EventLogPermissionEntryCollection value) { }
AddRange(System.Diagnostics.EventLogPermissionEntry[] value)6374         public void AddRange(System.Diagnostics.EventLogPermissionEntry[] value) { }
Contains(System.Diagnostics.EventLogPermissionEntry value)6375         public bool Contains(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index)6376         public void CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.EventLogPermissionEntry value)6377         public int IndexOf(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.EventLogPermissionEntry value)6378         public void Insert(int index, System.Diagnostics.EventLogPermissionEntry value) { }
OnClear()6379         protected override void OnClear() { }
OnInsert(int index, object value)6380         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6381         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6382         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.EventLogPermissionEntry value)6383         public void Remove(System.Diagnostics.EventLogPermissionEntry value) { }
6384     }
6385     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6386     public sealed partial class EventLogTraceListener : System.Diagnostics.TraceListener
6387     {
EventLogTraceListener()6388         public EventLogTraceListener() { }
EventLogTraceListener(System.Diagnostics.EventLog eventLog)6389         public EventLogTraceListener(System.Diagnostics.EventLog eventLog) { }
EventLogTraceListener(string source)6390         public EventLogTraceListener(string source) { }
6391         public System.Diagnostics.EventLog EventLog { get { throw null; } set { } }
6392         public override string Name { get { throw null; } set { } }
Close()6393         public override void Close() { }
Dispose(bool disposing)6394         protected override void Dispose(bool disposing) { }
6395         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data)6396         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data) { }
6397         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data)6398         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data) { }
6399         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message)6400         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message) { }
6401         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args)6402         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args) { }
Write(string message)6403         public override void Write(string message) { }
WriteLine(string message)6404         public override void WriteLine(string message) { }
6405     }
6406     public partial class EventSourceCreationData
6407     {
EventSourceCreationData(string source, string logName)6408         public EventSourceCreationData(string source, string logName) { }
6409         public int CategoryCount { get { throw null; } set { } }
6410         public string CategoryResourceFile { get { throw null; } set { } }
6411         public string LogName { get { throw null; } set { } }
6412         public string MachineName { get { throw null; } set { } }
6413         public string MessageResourceFile { get { throw null; } set { } }
6414         public string ParameterResourceFile { get { throw null; } set { } }
6415         public string Source { get { throw null; } set { } }
6416     }
6417     public partial class EventTypeFilter : System.Diagnostics.TraceFilter
6418     {
EventTypeFilter(System.Diagnostics.SourceLevels level)6419         public EventTypeFilter(System.Diagnostics.SourceLevels level) { }
6420         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)6421         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; }
6422     }
6423     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6424     public sealed partial class FileVersionInfo
6425     {
FileVersionInfo()6426         internal FileVersionInfo() { }
6427         public string Comments { get { throw null; } }
6428         public string CompanyName { get { throw null; } }
6429         public int FileBuildPart { get { throw null; } }
6430         public string FileDescription { get { throw null; } }
6431         public int FileMajorPart { get { throw null; } }
6432         public int FileMinorPart { get { throw null; } }
6433         public string FileName { get { throw null; } }
6434         public int FilePrivatePart { get { throw null; } }
6435         public string FileVersion { get { throw null; } }
6436         public string InternalName { get { throw null; } }
6437         public bool IsDebug { get { throw null; } }
6438         public bool IsPatched { get { throw null; } }
6439         public bool IsPreRelease { get { throw null; } }
6440         public bool IsPrivateBuild { get { throw null; } }
6441         public bool IsSpecialBuild { get { throw null; } }
6442         public string Language { get { throw null; } }
6443         public string LegalCopyright { get { throw null; } }
6444         public string LegalTrademarks { get { throw null; } }
6445         public string OriginalFilename { get { throw null; } }
6446         public string PrivateBuild { get { throw null; } }
6447         public int ProductBuildPart { get { throw null; } }
6448         public int ProductMajorPart { get { throw null; } }
6449         public int ProductMinorPart { get { throw null; } }
6450         public string ProductName { get { throw null; } }
6451         public int ProductPrivatePart { get { throw null; } }
6452         public string ProductVersion { get { throw null; } }
6453         public string SpecialBuild { get { throw null; } }
GetVersionInfo(string fileName)6454         public static System.Diagnostics.FileVersionInfo GetVersionInfo(string fileName) { throw null; }
ToString()6455         public override string ToString() { throw null; }
6456     }
6457     [System.Runtime.InteropServices.GuidAttribute("73386977-D6FD-11D2-BED5-00C04F79E3AE")]
6458     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
6459     public partial interface ICollectData
6460     {
CloseData()6461         void CloseData();
6462         [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)6463         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);
6464     }
6465     public partial class InstanceData
6466     {
InstanceData(string instanceName, System.Diagnostics.CounterSample sample)6467         public InstanceData(string instanceName, System.Diagnostics.CounterSample sample) { }
6468         public string InstanceName { get { throw null; } }
6469         public long RawValue { get { throw null; } }
6470         public System.Diagnostics.CounterSample Sample { get { throw null; } }
6471     }
6472     public partial class InstanceDataCollection : System.Collections.DictionaryBase
6473     {
6474         [System.ObsoleteAttribute("Use InstanceDataCollectionCollection indexer instead.")]
InstanceDataCollection(string counterName)6475         public InstanceDataCollection(string counterName) { }
6476         public string CounterName { get { throw null; } }
6477         public System.Diagnostics.InstanceData this[string instanceName] { get { throw null; } }
6478         public System.Collections.ICollection Keys { get { throw null; } }
6479         public System.Collections.ICollection Values { get { throw null; } }
Contains(string instanceName)6480         public bool Contains(string instanceName) { throw null; }
CopyTo(System.Diagnostics.InstanceData[] instances, int index)6481         public void CopyTo(System.Diagnostics.InstanceData[] instances, int index) { }
6482     }
6483     public partial class InstanceDataCollectionCollection : System.Collections.DictionaryBase
6484     {
6485         [System.ObsoleteAttribute("Use PerformanceCounterCategory.ReadCategory()")]
InstanceDataCollectionCollection()6486         public InstanceDataCollectionCollection() { }
6487         public System.Diagnostics.InstanceDataCollection this[string counterName] { get { throw null; } }
6488         public System.Collections.ICollection Keys { get { throw null; } }
6489         public System.Collections.ICollection Values { get { throw null; } }
Contains(string counterName)6490         public bool Contains(string counterName) { throw null; }
CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index)6491         public void CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index) { }
6492     }
6493     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
6494     public partial class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
6495     {
MonitoringDescriptionAttribute(string description)6496         public MonitoringDescriptionAttribute(string description) { }
6497         public override string Description { get { throw null; } }
6498     }
6499     public enum OverflowAction
6500     {
6501         DoNotOverwrite = -1,
6502         OverwriteAsNeeded = 0,
6503         OverwriteOlder = 1,
6504     }
6505     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.PerformanceCounterInstaller")]
6506     public sealed partial class PerformanceCounter : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6507     {
6508         [System.ObsoleteAttribute]
6509         public static int DefaultFileMappingSize;
PerformanceCounter()6510         public PerformanceCounter() { }
PerformanceCounter(string categoryName, string counterName)6511         public PerformanceCounter(string categoryName, string counterName) { }
PerformanceCounter(string categoryName, string counterName, bool readOnly)6512         public PerformanceCounter(string categoryName, string counterName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName)6513         public PerformanceCounter(string categoryName, string counterName, string instanceName) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly)6514         public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName)6515         public PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName) { }
6516         [System.ComponentModel.DefaultValueAttribute("")]
6517         [System.ComponentModel.ReadOnlyAttribute(true)]
6518         [System.ComponentModel.SettingsBindableAttribute(true)]
6519         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CategoryValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6520         public string CategoryName { get { throw null; } set { } }
6521         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6522         [System.ComponentModel.ReadOnlyAttribute(true)]
6523         [System.Diagnostics.MonitoringDescriptionAttribute("A description describing the counter.")]
6524         [System.MonoTODOAttribute]
6525         public string CounterHelp { get { throw null; } }
6526         [System.ComponentModel.DefaultValueAttribute("")]
6527         [System.ComponentModel.ReadOnlyAttribute(true)]
6528         [System.ComponentModel.SettingsBindableAttribute(true)]
6529         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6530         public string CounterName { get { throw null; } set { } }
6531         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6532         [System.Diagnostics.MonitoringDescriptionAttribute("The type of the counter.")]
6533         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6534         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterInstanceLifetime)(0))]
6535         [System.MonoTODOAttribute]
6536         public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get { throw null; } set { } }
6537         [System.ComponentModel.DefaultValueAttribute("")]
6538         [System.ComponentModel.ReadOnlyAttribute(true)]
6539         [System.ComponentModel.SettingsBindableAttribute(true)]
6540         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.InstanceNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6541         public string InstanceName { get { throw null; } set { } }
6542         [System.ComponentModel.BrowsableAttribute(false)]
6543         [System.ComponentModel.DefaultValueAttribute(".")]
6544         [System.ComponentModel.SettingsBindableAttribute(true)]
6545         [System.MonoTODOAttribute("What's the machine name format?")]
6546         public string MachineName { get { throw null; } set { } }
6547         [System.ComponentModel.BrowsableAttribute(false)]
6548         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6549         [System.Diagnostics.MonitoringDescriptionAttribute("The raw value of the counter.")]
6550         public long RawValue { get { throw null; } set { } }
6551         [System.ComponentModel.BrowsableAttribute(false)]
6552         [System.ComponentModel.DefaultValueAttribute(true)]
6553         [System.Diagnostics.MonitoringDescriptionAttribute("The accessability level of the counter.")]
6554         public bool ReadOnly { get { throw null; } set { } }
BeginInit()6555         public void BeginInit() { }
Close()6556         public void Close() { }
CloseSharedResources()6557         public static void CloseSharedResources() { }
Decrement()6558         public long Decrement() { throw null; }
Dispose(bool disposing)6559         protected override void Dispose(bool disposing) { }
EndInit()6560         public void EndInit() { }
Increment()6561         public long Increment() { throw null; }
6562         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
IncrementBy(long value)6563         public long IncrementBy(long value) { throw null; }
NextSample()6564         public System.Diagnostics.CounterSample NextSample() { throw null; }
NextValue()6565         public float NextValue() { throw null; }
6566         [System.MonoTODOAttribute]
6567         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
RemoveInstance()6568         public void RemoveInstance() { }
6569     }
6570     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6571     public sealed partial class PerformanceCounterCategory
6572     {
PerformanceCounterCategory()6573         public PerformanceCounterCategory() { }
PerformanceCounterCategory(string categoryName)6574         public PerformanceCounterCategory(string categoryName) { }
PerformanceCounterCategory(string categoryName, string machineName)6575         public PerformanceCounterCategory(string categoryName, string machineName) { }
6576         public string CategoryHelp { get { throw null; } }
6577         public string CategoryName { get { throw null; } set { } }
6578         public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get { throw null; } }
6579         public string MachineName { get { throw null; } set { } }
CounterExists(string counterName)6580         public bool CounterExists(string counterName) { throw null; }
CounterExists(string counterName, string categoryName)6581         public static bool CounterExists(string counterName, string categoryName) { throw null; }
CounterExists(string counterName, string categoryName, string machineName)6582         public static bool CounterExists(string counterName, string categoryName, string machineName) { throw null; }
6583         [System.ObsoleteAttribute("Use another overload that uses PerformanceCounterCategoryType instead")]
Create(string categoryName, string categoryHelp, System.Diagnostics.CounterCreationDataCollection counterData)6584         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)6585         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)6586         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) { throw null; }
6587         [System.ObsoleteAttribute("Use another overload that uses PerformanceCounterCategoryType instead")]
Create(string categoryName, string categoryHelp, string counterName, string counterHelp)6588         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string counterHelp) { throw null; }
Delete(string categoryName)6589         public static void Delete(string categoryName) { }
Exists(string categoryName)6590         public static bool Exists(string categoryName) { throw null; }
Exists(string categoryName, string machineName)6591         public static bool Exists(string categoryName, string machineName) { throw null; }
GetCategories()6592         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories() { throw null; }
GetCategories(string machineName)6593         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories(string machineName) { throw null; }
GetCounters()6594         public System.Diagnostics.PerformanceCounter[] GetCounters() { throw null; }
GetCounters(string instanceName)6595         public System.Diagnostics.PerformanceCounter[] GetCounters(string instanceName) { throw null; }
GetInstanceNames()6596         public string[] GetInstanceNames() { throw null; }
InstanceExists(string instanceName)6597         public bool InstanceExists(string instanceName) { throw null; }
InstanceExists(string instanceName, string categoryName)6598         public static bool InstanceExists(string instanceName, string categoryName) { throw null; }
InstanceExists(string instanceName, string categoryName, string machineName)6599         public static bool InstanceExists(string instanceName, string categoryName, string machineName) { throw null; }
6600         [System.MonoTODOAttribute]
ReadCategory()6601         public System.Diagnostics.InstanceDataCollectionCollection ReadCategory() { throw null; }
6602     }
6603     public enum PerformanceCounterCategoryType
6604     {
6605         MultiInstance = 1,
6606         SingleInstance = 0,
6607         Unknown = -1,
6608     }
6609     public enum PerformanceCounterInstanceLifetime
6610     {
6611         Global = 0,
6612         Process = 1,
6613     }
6614     [System.MonoTODOAttribute("not implemented")]
6615     [System.ObsoleteAttribute("use PerformanceCounter")]
6616     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6617     [System.Runtime.InteropServices.GuidAttribute("82840be1-d273-11d2-b94a-00600893b17a")]
6618     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
6619     public sealed partial class PerformanceCounterManager : System.Diagnostics.ICollectData
6620     {
6621         [System.ObsoleteAttribute("use PerformanceCounter")]
PerformanceCounterManager()6622         public PerformanceCounterManager() { }
System.Diagnostics.ICollectData.CloseData()6623         void System.Diagnostics.ICollectData.CloseData() { }
System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res)6624         void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { res = default(System.IntPtr); }
6625     }
6626     [System.SerializableAttribute]
6627     public sealed partial class PerformanceCounterPermission : System.Security.Permissions.ResourcePermissionBase
6628     {
PerformanceCounterPermission()6629         public PerformanceCounterPermission() { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6630         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries)6631         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries) { }
PerformanceCounterPermission(System.Security.Permissions.PermissionState state)6632         public PerformanceCounterPermission(System.Security.Permissions.PermissionState state) { }
6633         public System.Diagnostics.PerformanceCounterPermissionEntryCollection PermissionEntries { get { throw null; } }
6634     }
6635     [System.FlagsAttribute]
6636     public enum PerformanceCounterPermissionAccess
6637     {
6638         Administer = 7,
6639         [System.ObsoleteAttribute]
6640         Browse = 1,
6641         [System.ObsoleteAttribute]
6642         Instrument = 3,
6643         None = 0,
6644         Read = 1,
6645         Write = 2,
6646     }
6647     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6648     [System.SerializableAttribute]
6649     public partial class PerformanceCounterPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6650     {
PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action)6651         public PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6652         public string CategoryName { get { throw null; } set { } }
6653         public string MachineName { get { throw null; } set { } }
6654         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6655         public override System.Security.IPermission CreatePermission() { throw null; }
6656     }
6657     [System.SerializableAttribute]
6658     public partial class PerformanceCounterPermissionEntry
6659     {
PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6660         public PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
6661         public string CategoryName { get { throw null; } }
6662         public string MachineName { get { throw null; } }
6663         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } }
6664     }
6665     [System.SerializableAttribute]
6666     public partial class PerformanceCounterPermissionEntryCollection : System.Collections.CollectionBase
6667     {
PerformanceCounterPermissionEntryCollection()6668         internal PerformanceCounterPermissionEntryCollection() { }
6669         public System.Diagnostics.PerformanceCounterPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.PerformanceCounterPermissionEntry value)6670         public int Add(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value)6671         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value) { }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value)6672         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value) { }
Contains(System.Diagnostics.PerformanceCounterPermissionEntry value)6673         public bool Contains(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index)6674         public void CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value)6675         public int IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value)6676         public void Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value) { }
OnClear()6677         protected override void OnClear() { }
OnInsert(int index, object value)6678         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6679         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6680         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.PerformanceCounterPermissionEntry value)6681         public void Remove(System.Diagnostics.PerformanceCounterPermissionEntry value) { }
6682     }
6683     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.AlphabeticalEnumConverter")]
6684     public enum PerformanceCounterType
6685     {
6686         AverageBase = 1073939458,
6687         AverageCount64 = 1073874176,
6688         AverageTimer32 = 805438464,
6689         CounterDelta32 = 4195328,
6690         CounterDelta64 = 4195584,
6691         CounterMultiBase = 1107494144,
6692         CounterMultiTimer = 574686464,
6693         CounterMultiTimer100Ns = 575735040,
6694         CounterMultiTimer100NsInverse = 592512256,
6695         CounterMultiTimerInverse = 591463680,
6696         CounterTimer = 541132032,
6697         CounterTimerInverse = 557909248,
6698         CountPerTimeInterval32 = 4523008,
6699         CountPerTimeInterval64 = 4523264,
6700         ElapsedTime = 807666944,
6701         NumberOfItems32 = 65536,
6702         NumberOfItems64 = 65792,
6703         NumberOfItemsHEX32 = 0,
6704         NumberOfItemsHEX64 = 256,
6705         RateOfCountsPerSecond32 = 272696320,
6706         RateOfCountsPerSecond64 = 272696576,
6707         RawBase = 1073939459,
6708         RawFraction = 537003008,
6709         SampleBase = 1073939457,
6710         SampleCounter = 4260864,
6711         SampleFraction = 549585920,
6712         Timer100Ns = 542180608,
6713         Timer100NsInverse = 558957824,
6714     }
6715     [System.ComponentModel.DefaultEventAttribute("Exited")]
6716     [System.ComponentModel.DefaultPropertyAttribute("StartInfo")]
6717     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6718     [System.Diagnostics.MonitoringDescriptionAttribute("Provides access to local and remote processes, enabling starting and stopping of local processes.")]
6719     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
6720     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
6721     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true, Synchronization=true, ExternalProcessMgmt=true, SelfAffectingProcessMgmt=true)]
6722     public partial class Process : System.ComponentModel.Component
6723     {
Process()6724         public Process() { }
6725         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6726         [System.Diagnostics.MonitoringDescriptionAttribute("Base process priority.")]
6727         [System.MonoTODOAttribute]
6728         public int BasePriority { get { throw null; } }
6729         [System.ComponentModel.BrowsableAttribute(false)]
6730         [System.ComponentModel.DefaultValueAttribute(false)]
6731         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process component should watch for the associated process to exit, and raise the Exited event.")]
6732         public bool EnableRaisingEvents { get { throw null; } set { } }
6733         [System.ComponentModel.BrowsableAttribute(false)]
6734         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6735         [System.Diagnostics.MonitoringDescriptionAttribute("The value returned from the associated process when it terminated.")]
6736         public int ExitCode { get { throw null; } }
6737         [System.ComponentModel.BrowsableAttribute(false)]
6738         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6739         [System.Diagnostics.MonitoringDescriptionAttribute("The time that the associated process exited.")]
6740         public System.DateTime ExitTime { get { throw null; } }
6741         [System.ComponentModel.BrowsableAttribute(false)]
6742         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6743         [System.Diagnostics.MonitoringDescriptionAttribute("Returns the native handle for this process.   The handle is only available if the process was started using this component.")]
6744         public System.IntPtr Handle { get { throw null; } }
6745         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6746         [System.Diagnostics.MonitoringDescriptionAttribute("Handles for this process.")]
6747         [System.MonoTODOAttribute]
6748         public int HandleCount { get { throw null; } }
6749         [System.ComponentModel.BrowsableAttribute(false)]
6750         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6751         [System.Diagnostics.MonitoringDescriptionAttribute("Indicates if the associated process has been terminated.")]
6752         public bool HasExited { get { throw null; } }
6753         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6754         [System.Diagnostics.MonitoringDescriptionAttribute("The unique identifier for the process.")]
6755         public int Id { get { throw null; } }
6756         [System.ComponentModel.BrowsableAttribute(false)]
6757         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6758         [System.Diagnostics.MonitoringDescriptionAttribute("The name of the machine the running the process.")]
6759         public string MachineName { get { throw null; } }
6760         [System.ComponentModel.BrowsableAttribute(false)]
6761         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6762         [System.Diagnostics.MonitoringDescriptionAttribute("The main module of the process.")]
6763         public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
6764         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6765         [System.Diagnostics.MonitoringDescriptionAttribute("The handle of the main window of the process.")]
6766         [System.MonoTODOAttribute]
6767         public System.IntPtr MainWindowHandle { get { throw null; } }
6768         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6769         [System.Diagnostics.MonitoringDescriptionAttribute("The title of the main window of the process.")]
6770         [System.MonoTODOAttribute]
6771         public string MainWindowTitle { get { throw null; } }
6772         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6773         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of physical memory the process has required since it was started.")]
6774         public System.IntPtr MaxWorkingSet { get { throw null; } set { } }
6775         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6776         [System.Diagnostics.MonitoringDescriptionAttribute("The minimum amount of physical memory the process has required since it was started.")]
6777         public System.IntPtr MinWorkingSet { get { throw null; } set { } }
6778         [System.ComponentModel.BrowsableAttribute(false)]
6779         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6780         [System.Diagnostics.MonitoringDescriptionAttribute("The modules that are loaded as part of this process.")]
6781         public System.Diagnostics.ProcessModuleCollection Modules { get { throw null; } }
6782         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6783         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are not pageable.")]
6784         [System.MonoTODOAttribute]
6785         [System.ObsoleteAttribute("Use NonpagedSystemMemorySize64")]
6786         public int NonpagedSystemMemorySize { get { throw null; } }
6787         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6788         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are not pageable.")]
6789         [System.MonoTODOAttribute]
6790         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6791         public long NonpagedSystemMemorySize64 { get { throw null; } }
6792         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6793         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are paged.")]
6794         [System.ObsoleteAttribute("Use PagedMemorySize64")]
6795         public int PagedMemorySize { get { throw null; } }
6796         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6797         [System.Diagnostics.MonitoringDescriptionAttribute("The number of bytes that are paged.")]
6798         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6799         public long PagedMemorySize64 { get { throw null; } }
6800         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6801         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of paged system memory in bytes.")]
6802         [System.ObsoleteAttribute("Use PagedSystemMemorySize64")]
6803         public int PagedSystemMemorySize { get { throw null; } }
6804         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6805         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of paged system memory in bytes.")]
6806         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6807         public long PagedSystemMemorySize64 { get { throw null; } }
6808         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6809         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of paged memory used by this process.")]
6810         [System.MonoTODOAttribute]
6811         [System.ObsoleteAttribute("Use PeakPagedMemorySize64")]
6812         public int PeakPagedMemorySize { get { throw null; } }
6813         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6814         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of paged memory used by this process.")]
6815         [System.MonoTODOAttribute]
6816         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6817         public long PeakPagedMemorySize64 { get { throw null; } }
6818         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6819         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of virtual memory used by this process.")]
6820         [System.ObsoleteAttribute("Use PeakVirtualMemorySize64")]
6821         public int PeakVirtualMemorySize { get { throw null; } }
6822         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6823         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of virtual memory used by this process.")]
6824         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6825         public long PeakVirtualMemorySize64 { get { throw null; } }
6826         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6827         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of system memory used by this process.")]
6828         [System.ObsoleteAttribute("Use PeakWorkingSet64")]
6829         public int PeakWorkingSet { get { throw null; } }
6830         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6831         [System.Diagnostics.MonitoringDescriptionAttribute("The maximum amount of system memory used by this process.")]
6832         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6833         public long PeakWorkingSet64 { get { throw null; } }
6834         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6835         [System.Diagnostics.MonitoringDescriptionAttribute("Process will be of higher priority while it is actively used.")]
6836         [System.MonoTODOAttribute]
6837         public bool PriorityBoostEnabled { get { throw null; } set { } }
6838         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6839         [System.Diagnostics.MonitoringDescriptionAttribute("The priority that the threads in the process run relative to.")]
6840         public System.Diagnostics.ProcessPriorityClass PriorityClass { get { throw null; } set { } }
6841         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6842         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of memory exclusively used by this process.")]
6843         [System.ObsoleteAttribute("Use PrivateMemorySize64")]
6844         public int PrivateMemorySize { get { throw null; } }
6845         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6846         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of memory exclusively used by this process.")]
6847         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6848         public long PrivateMemorySize64 { get { throw null; } }
6849         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6850         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time the process spent inside the operating system core.")]
6851         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
6852         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6853         [System.Diagnostics.MonitoringDescriptionAttribute("The name of this process.")]
6854         public string ProcessName { get { throw null; } }
6855         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6856         [System.Diagnostics.MonitoringDescriptionAttribute("Allowed processor that can be used by this process.")]
6857         [System.MonoTODOAttribute]
6858         public System.IntPtr ProcessorAffinity { get { throw null; } set { } }
6859         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6860         [System.Diagnostics.MonitoringDescriptionAttribute("Is this process responsive.")]
6861         [System.MonoTODOAttribute]
6862         public bool Responding { get { throw null; } }
6863         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6864         [System.Diagnostics.MonitoringDescriptionAttribute("The session ID for this process.")]
6865         [System.MonoNotSupportedAttribute("")]
6866         public int SessionId { get { throw null; } }
6867         [System.ComponentModel.BrowsableAttribute(false)]
6868         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6869         [System.Diagnostics.MonitoringDescriptionAttribute("Standard error stream of the process.")]
6870         public System.IO.StreamReader StandardError { get { throw null; } }
6871         [System.ComponentModel.BrowsableAttribute(false)]
6872         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6873         [System.Diagnostics.MonitoringDescriptionAttribute("Standard input stream of the process.")]
6874         public System.IO.StreamWriter StandardInput { get { throw null; } }
6875         [System.ComponentModel.BrowsableAttribute(false)]
6876         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6877         [System.Diagnostics.MonitoringDescriptionAttribute("Standard output stream of the process.")]
6878         public System.IO.StreamReader StandardOutput { get { throw null; } }
6879         [System.ComponentModel.BrowsableAttribute(false)]
6880         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
6881         [System.Diagnostics.MonitoringDescriptionAttribute("Specifies information used to start a process.")]
6882         public System.Diagnostics.ProcessStartInfo StartInfo { get { throw null; } set { } }
6883         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6884         [System.Diagnostics.MonitoringDescriptionAttribute("The time at which the process was started.")]
6885         public System.DateTime StartTime { get { throw null; } }
6886         [System.ComponentModel.BrowsableAttribute(false)]
6887         [System.ComponentModel.DefaultValueAttribute(null)]
6888         [System.Diagnostics.MonitoringDescriptionAttribute("The object used to marshal the event handler calls issued as a result of a Process exit.")]
6889         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
6890         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6891         [System.Diagnostics.MonitoringDescriptionAttribute("The number of threads of this process.")]
6892         [System.MonoTODOAttribute]
6893         public System.Diagnostics.ProcessThreadCollection Threads { get { throw null; } }
6894         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6895         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time the process has used.")]
6896         public System.TimeSpan TotalProcessorTime { get { throw null; } }
6897         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6898         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time the process spent outside the operating system core.")]
6899         public System.TimeSpan UserProcessorTime { get { throw null; } }
6900         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6901         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of virtual memory currently used for this process.")]
6902         [System.ObsoleteAttribute("Use VirtualMemorySize64")]
6903         public int VirtualMemorySize { get { throw null; } }
6904         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6905         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of virtual memory currently used for this process.")]
6906         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6907         public long VirtualMemorySize64 { get { throw null; } }
6908         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6909         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of physical memory currently used for this process.")]
6910         [System.ObsoleteAttribute("Use WorkingSet64")]
6911         public int WorkingSet { get { throw null; } }
6912         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6913         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of physical memory currently used for this process.")]
6914         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6915         public long WorkingSet64 { get { throw null; } }
6916         [System.ComponentModel.BrowsableAttribute(true)]
6917         [System.Diagnostics.MonitoringDescriptionAttribute("Indicates if the process component is associated with a real process.")]
6918         public event System.Diagnostics.DataReceivedEventHandler ErrorDataReceived { add { } remove { } }
6919         [System.ComponentModel.CategoryAttribute("Behavior")]
6920         [System.Diagnostics.MonitoringDescriptionAttribute("If the WatchForExit property is set to true, then this event is raised when the associated process exits.")]
6921         public event System.EventHandler Exited { add { } remove { } }
6922         [System.ComponentModel.BrowsableAttribute(true)]
6923         [System.Diagnostics.MonitoringDescriptionAttribute("Indicates if the process component is associated with a real process.")]
6924         public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived { add { } remove { } }
6925         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginErrorReadLine()6926         public void BeginErrorReadLine() { }
6927         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginOutputReadLine()6928         public void BeginOutputReadLine() { }
6929         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelErrorRead()6930         public void CancelErrorRead() { }
6931         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelOutputRead()6932         public void CancelOutputRead() { }
Close()6933         public void Close() { }
CloseMainWindow()6934         public bool CloseMainWindow() { throw null; }
Dispose(bool disposing)6935         protected override void Dispose(bool disposing) { }
EnterDebugMode()6936         public static void EnterDebugMode() { }
GetCurrentProcess()6937         public static System.Diagnostics.Process GetCurrentProcess() { throw null; }
GetProcessById(int processId)6938         public static System.Diagnostics.Process GetProcessById(int processId) { throw null; }
6939         [System.MonoTODOAttribute("There is no support for retrieving process information from a remote machine")]
GetProcessById(int processId, string machineName)6940         public static System.Diagnostics.Process GetProcessById(int processId, string machineName) { throw null; }
GetProcesses()6941         public static System.Diagnostics.Process[] GetProcesses() { throw null; }
6942         [System.MonoTODOAttribute("There is no support for retrieving process information from a remote machine")]
GetProcesses(string machineName)6943         public static System.Diagnostics.Process[] GetProcesses(string machineName) { throw null; }
GetProcessesByName(string processName)6944         public static System.Diagnostics.Process[] GetProcessesByName(string processName) { throw null; }
GetProcessesByName(string processName, string machineName)6945         public static System.Diagnostics.Process[] GetProcessesByName(string processName, string machineName) { throw null; }
Kill()6946         public void Kill() { }
LeaveDebugMode()6947         public static void LeaveDebugMode() { }
OnExited()6948         protected void OnExited() { }
Refresh()6949         public void Refresh() { }
Start()6950         public bool Start() { throw null; }
Start(System.Diagnostics.ProcessStartInfo startInfo)6951         public static System.Diagnostics.Process Start(System.Diagnostics.ProcessStartInfo startInfo) { throw null; }
Start(string fileName)6952         public static System.Diagnostics.Process Start(string fileName) { throw null; }
Start(string fileName, string arguments)6953         public static System.Diagnostics.Process Start(string fileName, string arguments) { throw null; }
Start(string fileName, string userName, System.Security.SecureString password, string domain)6954         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)6955         public static System.Diagnostics.Process Start(string fileName, string arguments, string userName, System.Security.SecureString password, string domain) { throw null; }
ToString()6956         public override string ToString() { throw null; }
WaitForExit()6957         public void WaitForExit() { }
WaitForExit(int milliseconds)6958         public bool WaitForExit(int milliseconds) { throw null; }
WaitForInputIdle()6959         public bool WaitForInputIdle() { throw null; }
WaitForInputIdle(int milliseconds)6960         public bool WaitForInputIdle(int milliseconds) { throw null; }
6961     }
6962     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessModuleDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6963     public partial class ProcessModule : System.ComponentModel.Component
6964     {
ProcessModule()6965         internal ProcessModule() { }
6966         [System.Diagnostics.MonitoringDescriptionAttribute("The base memory address of this module")]
6967         public System.IntPtr BaseAddress { get { throw null; } }
6968         [System.Diagnostics.MonitoringDescriptionAttribute("The base memory address of the entry point of this module")]
6969         public System.IntPtr EntryPointAddress { get { throw null; } }
6970         [System.Diagnostics.MonitoringDescriptionAttribute("The file name of this module")]
6971         public string FileName { get { throw null; } }
6972         [System.ComponentModel.BrowsableAttribute(false)]
6973         public System.Diagnostics.FileVersionInfo FileVersionInfo { get { throw null; } }
6974         [System.Diagnostics.MonitoringDescriptionAttribute("The memory needed by this module")]
6975         public int ModuleMemorySize { get { throw null; } }
6976         [System.Diagnostics.MonitoringDescriptionAttribute("The name of this module")]
6977         public string ModuleName { get { throw null; } }
ToString()6978         public override string ToString() { throw null; }
6979     }
6980     public partial class ProcessModuleCollection : System.Collections.ReadOnlyCollectionBase
6981     {
ProcessModuleCollection()6982         protected ProcessModuleCollection() { }
ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules)6983         public ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules) { }
6984         public System.Diagnostics.ProcessModule this[int index] { get { throw null; } }
Contains(System.Diagnostics.ProcessModule module)6985         public bool Contains(System.Diagnostics.ProcessModule module) { throw null; }
CopyTo(System.Diagnostics.ProcessModule[] array, int index)6986         public void CopyTo(System.Diagnostics.ProcessModule[] array, int index) { }
IndexOf(System.Diagnostics.ProcessModule module)6987         public int IndexOf(System.Diagnostics.ProcessModule module) { throw null; }
6988     }
6989     public enum ProcessPriorityClass
6990     {
6991         AboveNormal = 32768,
6992         BelowNormal = 16384,
6993         High = 128,
6994         Idle = 64,
6995         Normal = 32,
6996         RealTime = 256,
6997     }
6998     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))]
6999     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
7000     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true, SelfAffectingProcessMgmt=true)]
7001     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7002     public sealed partial class ProcessStartInfo
7003     {
ProcessStartInfo()7004         public ProcessStartInfo() { }
ProcessStartInfo(string fileName)7005         public ProcessStartInfo(string fileName) { }
ProcessStartInfo(string fileName, string arguments)7006         public ProcessStartInfo(string fileName, string arguments) { }
7007         [System.ComponentModel.DefaultValueAttribute("")]
7008         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7009         [System.ComponentModel.SettingsBindableAttribute(true)]
7010         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7011         [System.Diagnostics.MonitoringDescriptionAttribute("Command line arguments that will be passed to the application specified by the FileName property.")]
7012         public string Arguments { get { throw null; } set { } }
7013         [System.ComponentModel.DefaultValueAttribute(false)]
7014         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7015         [System.Diagnostics.MonitoringDescriptionAttribute("Whether to start the process without creating a new window to contain it.")]
7016         public bool CreateNoWindow { get { throw null; } set { } }
7017         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7018         public string Domain { get { throw null; } set { } }
7019         [System.ComponentModel.DefaultValueAttribute(null)]
7020         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
7021         [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")]
7022         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7023         [System.Diagnostics.MonitoringDescriptionAttribute("Set of environment variables that apply to this process and child processes.")]
7024         public System.Collections.Specialized.StringDictionary EnvironmentVariables { get { throw null; } }
7025         [System.ComponentModel.DefaultValueAttribute(false)]
7026         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7027         [System.Diagnostics.MonitoringDescriptionAttribute("Whether to show an error dialog to the user if there is an error.")]
7028         public bool ErrorDialog { get { throw null; } set { } }
7029         [System.ComponentModel.BrowsableAttribute(false)]
7030         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7031         public System.IntPtr ErrorDialogParentHandle { get { throw null; } set { } }
7032         [System.ComponentModel.DefaultValueAttribute("")]
7033         [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")]
7034         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7035         [System.ComponentModel.SettingsBindableAttribute(true)]
7036         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7037         [System.Diagnostics.MonitoringDescriptionAttribute("The name of the application, document or URL to start.")]
7038         public string FileName { get { throw null; } set { } }
7039         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7040         public bool LoadUserProfile { get { throw null; } set { } }
7041         public System.Security.SecureString Password { get { throw null; } set { } }
7042         [System.ComponentModel.DefaultValueAttribute(false)]
7043         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7044         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process's error output is written to the Process instance's StandardError member.")]
7045         public bool RedirectStandardError { get { throw null; } set { } }
7046         [System.ComponentModel.DefaultValueAttribute(false)]
7047         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7048         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process command input is read from the Process instance's StandardInput member.")]
7049         public bool RedirectStandardInput { get { throw null; } set { } }
7050         [System.ComponentModel.DefaultValueAttribute(false)]
7051         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7052         [System.Diagnostics.MonitoringDescriptionAttribute("Whether the process output is written to the Process instance's StandardOutput member.")]
7053         public bool RedirectStandardOutput { get { throw null; } set { } }
7054         public System.Text.Encoding StandardErrorEncoding { get { throw null; } set { } }
7055         public System.Text.Encoding StandardOutputEncoding { get { throw null; } set { } }
7056         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7057         public string UserName { get { throw null; } set { } }
7058         [System.ComponentModel.DefaultValueAttribute(true)]
7059         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7060         [System.Diagnostics.MonitoringDescriptionAttribute("Whether to use the operating system shell to start the process.")]
7061         public bool UseShellExecute { get { throw null; } set { } }
7062         [System.ComponentModel.DefaultValueAttribute("")]
7063         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7064         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.VerbConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7065         [System.Diagnostics.MonitoringDescriptionAttribute("The verb to apply to the document specified by the FileName property.")]
7066         public string Verb { get { throw null; } set { } }
7067         [System.ComponentModel.BrowsableAttribute(false)]
7068         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7069         public string[] Verbs { get { throw null; } }
7070         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.ProcessWindowStyle)(0))]
7071         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7072         [System.Diagnostics.MonitoringDescriptionAttribute("How the main window should be created when the process starts.")]
7073         public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw null; } set { } }
7074         [System.ComponentModel.DefaultValueAttribute("")]
7075         [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")]
7076         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7077         [System.ComponentModel.SettingsBindableAttribute(true)]
7078         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7079         [System.Diagnostics.MonitoringDescriptionAttribute("The initial working directory for the process.")]
7080         public string WorkingDirectory { get { throw null; } set { } }
7081     }
7082     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessThreadDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7083     public partial class ProcessThread : System.ComponentModel.Component
7084     {
ProcessThread()7085         internal ProcessThread() { }
7086         [System.Diagnostics.MonitoringDescriptionAttribute("The base priority of this thread.")]
7087         [System.MonoTODOAttribute]
7088         public int BasePriority { get { throw null; } }
7089         [System.Diagnostics.MonitoringDescriptionAttribute("The current priority of this thread.")]
7090         [System.MonoTODOAttribute]
7091         public int CurrentPriority { get { throw null; } }
7092         [System.Diagnostics.MonitoringDescriptionAttribute("The ID of this thread.")]
7093         [System.MonoTODOAttribute]
7094         public int Id { get { throw null; } }
7095         [System.ComponentModel.BrowsableAttribute(false)]
7096         [System.MonoTODOAttribute]
7097         public int IdealProcessor { set { } }
7098         [System.Diagnostics.MonitoringDescriptionAttribute("Thread gets a priority boot when interactively used by a user.")]
7099         [System.MonoTODOAttribute]
7100         public bool PriorityBoostEnabled { get { throw null; } set { } }
7101         [System.Diagnostics.MonitoringDescriptionAttribute("The priority level of this thread.")]
7102         [System.MonoTODOAttribute]
7103         public System.Diagnostics.ThreadPriorityLevel PriorityLevel { get { throw null; } set { } }
7104         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in privileged mode.")]
7105         [System.MonoTODOAttribute]
7106         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
7107         [System.ComponentModel.BrowsableAttribute(false)]
7108         [System.MonoTODOAttribute]
7109         public System.IntPtr ProcessorAffinity { set { } }
7110         [System.Diagnostics.MonitoringDescriptionAttribute("The start address in memory of this thread.")]
7111         [System.MonoTODOAttribute]
7112         public System.IntPtr StartAddress { get { throw null; } }
7113         [System.Diagnostics.MonitoringDescriptionAttribute("The time this thread was started.")]
7114         [System.MonoTODOAttribute]
7115         public System.DateTime StartTime { get { throw null; } }
7116         [System.Diagnostics.MonitoringDescriptionAttribute("The current state of this thread.")]
7117         [System.MonoTODOAttribute]
7118         public System.Diagnostics.ThreadState ThreadState { get { throw null; } }
7119         [System.Diagnostics.MonitoringDescriptionAttribute("The total amount of CPU time used.")]
7120         [System.MonoTODOAttribute]
7121         public System.TimeSpan TotalProcessorTime { get { throw null; } }
7122         [System.Diagnostics.MonitoringDescriptionAttribute("The amount of CPU time used in user mode.")]
7123         [System.MonoTODOAttribute]
7124         public System.TimeSpan UserProcessorTime { get { throw null; } }
7125         [System.Diagnostics.MonitoringDescriptionAttribute("The reason why this thread is waiting.")]
7126         [System.MonoTODOAttribute]
7127         public System.Diagnostics.ThreadWaitReason WaitReason { get { throw null; } }
7128         [System.MonoTODOAttribute]
ResetIdealProcessor()7129         public void ResetIdealProcessor() { }
7130     }
7131     public partial class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase
7132     {
ProcessThreadCollection()7133         protected ProcessThreadCollection() { }
ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads)7134         public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { }
7135         public System.Diagnostics.ProcessThread this[int index] { get { throw null; } }
Add(System.Diagnostics.ProcessThread thread)7136         public int Add(System.Diagnostics.ProcessThread thread) { throw null; }
Contains(System.Diagnostics.ProcessThread thread)7137         public bool Contains(System.Diagnostics.ProcessThread thread) { throw null; }
CopyTo(System.Diagnostics.ProcessThread[] array, int index)7138         public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) { }
IndexOf(System.Diagnostics.ProcessThread thread)7139         public int IndexOf(System.Diagnostics.ProcessThread thread) { throw null; }
Insert(int index, System.Diagnostics.ProcessThread thread)7140         public void Insert(int index, System.Diagnostics.ProcessThread thread) { }
Remove(System.Diagnostics.ProcessThread thread)7141         public void Remove(System.Diagnostics.ProcessThread thread) { }
7142     }
7143     public enum ProcessWindowStyle
7144     {
7145         Hidden = 1,
7146         Maximized = 3,
7147         Minimized = 2,
7148         Normal = 0,
7149     }
7150     public partial class SourceFilter : System.Diagnostics.TraceFilter
7151     {
SourceFilter(string source)7152         public SourceFilter(string source) { }
7153         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)7154         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; }
7155     }
7156     [System.FlagsAttribute]
7157     public enum SourceLevels
7158     {
7159         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7160         ActivityTracing = 65280,
7161         All = -1,
7162         Critical = 1,
7163         Error = 3,
7164         Information = 15,
7165         Off = 0,
7166         Verbose = 31,
7167         Warning = 7,
7168     }
7169     public partial class SourceSwitch : System.Diagnostics.Switch
7170     {
SourceSwitch(string name)7171         public SourceSwitch(string name) : base (default(string), default(string)) { }
SourceSwitch(string displayName, string defaultSwitchValue)7172         public SourceSwitch(string displayName, string defaultSwitchValue) : base (default(string), default(string)) { }
7173         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()7174         protected override void OnValueChanged() { }
ShouldTrace(System.Diagnostics.TraceEventType eventType)7175         public bool ShouldTrace(System.Diagnostics.TraceEventType eventType) { throw null; }
7176     }
7177     public partial class Stopwatch
7178     {
7179         public static readonly long Frequency;
7180         public static readonly bool IsHighResolution;
Stopwatch()7181         public Stopwatch() { }
7182         public System.TimeSpan Elapsed { get { throw null; } }
7183         public long ElapsedMilliseconds { get { throw null; } }
7184         public long ElapsedTicks { get { throw null; } }
7185         public bool IsRunning { get { throw null; } }
GetTimestamp()7186         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static long GetTimestamp() { throw null; }
Reset()7187         public void Reset() { }
Restart()7188         public void Restart() { }
Start()7189         public void Start() { }
StartNew()7190         public static System.Diagnostics.Stopwatch StartNew() { throw null; }
Stop()7191         public void Stop() { }
7192     }
7193     public abstract partial class Switch
7194     {
Switch(string displayName, string description)7195         protected Switch(string displayName, string description) { }
Switch(string displayName, string description, string defaultSwitchValue)7196         protected Switch(string displayName, string description, string defaultSwitchValue) { }
7197 #if XML_DEP
7198         [System.Xml.Serialization.XmlIgnoreAttribute]
7199 #endif
7200         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7201         public string Description { get { throw null; } }
7202         public string DisplayName { get { throw null; } }
7203         protected int SwitchSetting { get { throw null; } set { } }
7204         protected string Value { get { throw null; } set { } }
GetSupportedAttributes()7205         protected internal virtual string[] GetSupportedAttributes() { throw null; }
OnSwitchSettingChanged()7206         protected virtual void OnSwitchSettingChanged() { }
OnValueChanged()7207         protected virtual void OnValueChanged() { }
7208     }
7209     [System.AttributeUsageAttribute((System.AttributeTargets)(741))]
7210     public sealed partial class SwitchAttribute : System.Attribute
7211     {
SwitchAttribute(string switchName, System.Type switchType)7212         public SwitchAttribute(string switchName, System.Type switchType) { }
7213         public string SwitchDescription { get { throw null; } set { } }
7214         public string SwitchName { get { throw null; } set { } }
7215         public System.Type SwitchType { get { throw null; } set { } }
GetAll(System.Reflection.Assembly assembly)7216         public static System.Diagnostics.SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) { throw null; }
7217     }
7218     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
7219     public sealed partial class SwitchLevelAttribute : System.Attribute
7220     {
SwitchLevelAttribute(System.Type switchLevelType)7221         public SwitchLevelAttribute(System.Type switchLevelType) { }
7222         public System.Type SwitchLevelType { get { throw null; } set { } }
7223     }
7224     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7225     public partial class TextWriterTraceListener : System.Diagnostics.TraceListener
7226     {
TextWriterTraceListener()7227         public TextWriterTraceListener() { }
TextWriterTraceListener(System.IO.Stream stream)7228         public TextWriterTraceListener(System.IO.Stream stream) { }
TextWriterTraceListener(System.IO.Stream stream, string name)7229         public TextWriterTraceListener(System.IO.Stream stream, string name) { }
TextWriterTraceListener(System.IO.TextWriter writer)7230         public TextWriterTraceListener(System.IO.TextWriter writer) { }
TextWriterTraceListener(System.IO.TextWriter writer, string name)7231         public TextWriterTraceListener(System.IO.TextWriter writer, string name) { }
TextWriterTraceListener(string fileName)7232         public TextWriterTraceListener(string fileName) { }
TextWriterTraceListener(string fileName, string name)7233         public TextWriterTraceListener(string fileName, string name) { }
7234         public System.IO.TextWriter Writer { get { throw null; } set { } }
Close()7235         public override void Close() { }
Dispose(bool disposing)7236         protected override void Dispose(bool disposing) { }
Flush()7237         public override void Flush() { }
Write(string message)7238         public override void Write(string message) { }
WriteLine(string message)7239         public override void WriteLine(string message) { }
7240     }
7241     public enum ThreadPriorityLevel
7242     {
7243         AboveNormal = 1,
7244         BelowNormal = -1,
7245         Highest = 2,
7246         Idle = -15,
7247         Lowest = -2,
7248         Normal = 0,
7249         TimeCritical = 15,
7250     }
7251     public enum ThreadState
7252     {
7253         Initialized = 0,
7254         Ready = 1,
7255         Running = 2,
7256         Standby = 3,
7257         Terminated = 4,
7258         Transition = 6,
7259         Unknown = 7,
7260         Wait = 5,
7261     }
7262     public enum ThreadWaitReason
7263     {
7264         EventPairHigh = 7,
7265         EventPairLow = 8,
7266         ExecutionDelay = 4,
7267         Executive = 0,
7268         FreePage = 1,
7269         LpcReceive = 9,
7270         LpcReply = 10,
7271         PageIn = 2,
7272         PageOut = 12,
7273         Suspended = 5,
7274         SystemAllocation = 3,
7275         Unknown = 13,
7276         UserRequest = 6,
7277         VirtualMemory = 11,
7278     }
7279     public sealed partial class Trace
7280     {
Trace()7281         internal Trace() { }
7282         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 { } }
7283         public static System.Diagnostics.CorrelationManager CorrelationManager { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7284         public static int IndentLevel { get { throw null; } set { } }
7285         public static int IndentSize { get { throw null; } set { } }
7286         public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
7287         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 { } }
7288         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition)7289         public static void Assert(bool condition) { }
7290         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message)7291         public static void Assert(bool condition, string message) { }
7292         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message, string detailMessage)7293         public static void Assert(bool condition, string message, string detailMessage) { }
7294         [System.Diagnostics.ConditionalAttribute("TRACE")]
Close()7295         public static void Close() { }
7296         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message)7297         public static void Fail(string message) { }
7298         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message, string detailMessage)7299         public static void Fail(string message, string detailMessage) { }
7300         [System.Diagnostics.ConditionalAttribute("TRACE")]
Flush()7301         public static void Flush() { }
7302         [System.Diagnostics.ConditionalAttribute("TRACE")]
Indent()7303         public static void Indent() { }
Refresh()7304         public static void Refresh() { }
7305         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string message)7306         public static void TraceError(string message) { }
7307         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string format, params object[] args)7308         public static void TraceError(string format, params object[] args) { }
7309         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7310         public static void TraceInformation(string message) { }
7311         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7312         public static void TraceInformation(string format, params object[] args) { }
7313         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string message)7314         public static void TraceWarning(string message) { }
7315         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string format, params object[] args)7316         public static void TraceWarning(string format, params object[] args) { }
7317         [System.Diagnostics.ConditionalAttribute("TRACE")]
Unindent()7318         public static void Unindent() { }
7319         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value)7320         public static void Write(object value) { }
7321         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value, string category)7322         public static void Write(object value, string category) { }
7323         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message)7324         public static void Write(string message) { }
7325         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message, string category)7326         public static void Write(string message, string category) { }
7327         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value)7328         public static void WriteIf(bool condition, object value) { }
7329         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value, string category)7330         public static void WriteIf(bool condition, object value, string category) { }
7331         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message)7332         public static void WriteIf(bool condition, string message) { }
7333         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message, string category)7334         public static void WriteIf(bool condition, string message, string category) { }
7335         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value)7336         public static void WriteLine(object value) { }
7337         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value, string category)7338         public static void WriteLine(object value, string category) { }
7339         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message)7340         public static void WriteLine(string message) { }
7341         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message, string category)7342         public static void WriteLine(string message, string category) { }
7343         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value)7344         public static void WriteLineIf(bool condition, object value) { }
7345         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value, string category)7346         public static void WriteLineIf(bool condition, object value, string category) { }
7347         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message)7348         public static void WriteLineIf(bool condition, string message) { }
7349         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message, string category)7350         public static void WriteLineIf(bool condition, string message, string category) { }
7351     }
7352     public partial class TraceEventCache
7353     {
TraceEventCache()7354         public TraceEventCache() { }
7355         public string Callstack { get { throw null; } }
7356         public System.DateTime DateTime { get { throw null; } }
7357         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
7358         public int ProcessId { get { throw null; } }
7359         public string ThreadId { get { throw null; } }
7360         public long Timestamp { get { throw null; } }
7361     }
7362     public enum TraceEventType
7363     {
7364         Critical = 1,
7365         Error = 2,
7366         Information = 8,
7367         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7368         Resume = 2048,
7369         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7370         Start = 256,
7371         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7372         Stop = 512,
7373         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7374         Suspend = 1024,
7375         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7376         Transfer = 4096,
7377         Verbose = 16,
7378         Warning = 4,
7379     }
7380     public abstract partial class TraceFilter
7381     {
TraceFilter()7382         protected TraceFilter() { }
ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)7383         public abstract bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data);
7384     }
7385     public enum TraceLevel
7386     {
7387         Error = 1,
7388         Info = 3,
7389         Off = 0,
7390         Verbose = 4,
7391         Warning = 2,
7392     }
7393     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7394     public abstract partial class TraceListener : System.MarshalByRefObject, System.IDisposable
7395     {
TraceListener()7396         protected TraceListener() { }
TraceListener(string name)7397         protected TraceListener(string name) { }
7398         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7399         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7400         public System.Diagnostics.TraceFilter Filter { get { throw null; } set { } }
7401         public int IndentLevel { get { throw null; } set { } }
7402         public int IndentSize { get { throw null; } set { } }
7403         public virtual bool IsThreadSafe { get { throw null; } }
7404         public virtual string Name { get { throw null; } set { } }
7405         protected bool NeedIndent { get { throw null; } set { } }
7406         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7407         public System.Diagnostics.TraceOptions TraceOutputOptions { get { throw null; } set { } }
Close()7408         public virtual void Close() { }
Dispose()7409         public void Dispose() { }
Dispose(bool disposing)7410         protected virtual void Dispose(bool disposing) { }
Fail(string message)7411         public virtual void Fail(string message) { }
Fail(string message, string detailMessage)7412         public virtual void Fail(string message, string detailMessage) { }
Flush()7413         public virtual void Flush() { }
GetSupportedAttributes()7414         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7415         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7416         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
7417         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)7418         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7419         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id)7420         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id) { }
7421         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)7422         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
7423         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7424         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7425         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId)7426         public virtual void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(object o)7427         public virtual void Write(object o) { }
Write(object o, string category)7428         public virtual void Write(object o, string category) { }
Write(string message)7429         public abstract void Write(string message);
Write(string message, string category)7430         public virtual void Write(string message, string category) { }
WriteIndent()7431         protected virtual void WriteIndent() { }
WriteLine(object o)7432         public virtual void WriteLine(object o) { }
WriteLine(object o, string category)7433         public virtual void WriteLine(object o, string category) { }
WriteLine(string message)7434         public abstract void WriteLine(string message);
WriteLine(string message, string category)7435         public virtual void WriteLine(string message, string category) { }
7436     }
7437     public partial class TraceListenerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7438     {
TraceListenerCollection()7439         internal TraceListenerCollection() { }
7440         public int Count { get { throw null; } }
7441         public System.Diagnostics.TraceListener this[int i] { get { throw null; } set { } }
7442         public System.Diagnostics.TraceListener this[string name] { get { throw null; } }
7443         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7444         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7445         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7446         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7447         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.TraceListener listener)7448         public int Add(System.Diagnostics.TraceListener listener) { throw null; }
AddRange(System.Diagnostics.TraceListenerCollection value)7449         public void AddRange(System.Diagnostics.TraceListenerCollection value) { }
AddRange(System.Diagnostics.TraceListener[] value)7450         public void AddRange(System.Diagnostics.TraceListener[] value) { }
Clear()7451         public void Clear() { }
Contains(System.Diagnostics.TraceListener listener)7452         public bool Contains(System.Diagnostics.TraceListener listener) { throw null; }
CopyTo(System.Diagnostics.TraceListener[] listeners, int index)7453         public void CopyTo(System.Diagnostics.TraceListener[] listeners, int index) { }
GetEnumerator()7454         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Diagnostics.TraceListener listener)7455         public int IndexOf(System.Diagnostics.TraceListener listener) { throw null; }
Insert(int index, System.Diagnostics.TraceListener listener)7456         public void Insert(int index, System.Diagnostics.TraceListener listener) { }
Remove(System.Diagnostics.TraceListener listener)7457         public void Remove(System.Diagnostics.TraceListener listener) { }
Remove(string name)7458         public void Remove(string name) { }
RemoveAt(int index)7459         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7460         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IList.Add(object value)7461         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)7462         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7463         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7464         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7465         void System.Collections.IList.Remove(object value) { }
7466     }
7467     [System.FlagsAttribute]
7468     public enum TraceOptions
7469     {
7470         Callstack = 32,
7471         DateTime = 2,
7472         LogicalOperationStack = 1,
7473         None = 0,
7474         ProcessId = 8,
7475         ThreadId = 16,
7476         Timestamp = 4,
7477     }
7478     public partial class TraceSource
7479     {
TraceSource(string name)7480         public TraceSource(string name) { }
TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel)7481         public TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel) { }
7482         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7483         public System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7484         public string Name { get { throw null; } }
7485         public System.Diagnostics.SourceSwitch Switch { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7486         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Close()7487         public void Close() { }
Flush()7488         public void Flush() { }
GetSupportedAttributes()7489         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7490         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, object data)7491         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, object data) { }
7492         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data)7493         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7494         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id)7495         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id) { }
7496         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message)7497         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message) { }
7498         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7499         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7500         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7501         public void TraceInformation(string message) { }
7502         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7503         public void TraceInformation(string format, params object[] args) { }
7504         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceTransfer(int id, string message, System.Guid relatedActivityId)7505         public void TraceTransfer(int id, string message, System.Guid relatedActivityId) { }
7506     }
7507     [System.Diagnostics.SwitchLevelAttribute(typeof(System.Diagnostics.TraceLevel))]
7508     public partial class TraceSwitch : System.Diagnostics.Switch
7509     {
TraceSwitch(string displayName, string description)7510         public TraceSwitch(string displayName, string description) : base (default(string), default(string)) { }
TraceSwitch(string displayName, string description, string defaultSwitchValue)7511         public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
7512         public System.Diagnostics.TraceLevel Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7513         public bool TraceError { get { throw null; } }
7514         public bool TraceInfo { get { throw null; } }
7515         public bool TraceVerbose { get { throw null; } }
7516         public bool TraceWarning { get { throw null; } }
OnSwitchSettingChanged()7517         protected override void OnSwitchSettingChanged() { }
OnValueChanged()7518         protected override void OnValueChanged() { }
7519     }
7520     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7521     public partial class XmlWriterTraceListener : System.Diagnostics.TextWriterTraceListener
7522     {
XmlWriterTraceListener(System.IO.Stream stream)7523         public XmlWriterTraceListener(System.IO.Stream stream) { }
XmlWriterTraceListener(System.IO.Stream stream, string name)7524         public XmlWriterTraceListener(System.IO.Stream stream, string name) { }
XmlWriterTraceListener(System.IO.TextWriter writer)7525         public XmlWriterTraceListener(System.IO.TextWriter writer) { }
XmlWriterTraceListener(System.IO.TextWriter writer, string name)7526         public XmlWriterTraceListener(System.IO.TextWriter writer, string name) { }
XmlWriterTraceListener(string filename)7527         public XmlWriterTraceListener(string filename) { }
XmlWriterTraceListener(string filename, string name)7528         public XmlWriterTraceListener(string filename, string name) { }
Close()7529         public override void Close() { }
Fail(string message, string detailMessage)7530         public override void Fail(string message, string detailMessage) { }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7531         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)7532         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)7533         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)7534         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)7535         public override void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(string message)7536         public override void Write(string message) { }
WriteLine(string message)7537         public override void WriteLine(string message) { }
7538     }
7539 }
7540 namespace System.Diagnostics.CodeAnalysis
7541 {
7542     [System.AttributeUsageAttribute((System.AttributeTargets)(748), Inherited=false, AllowMultiple=false)]
7543     public sealed partial class ExcludeFromCodeCoverageAttribute : System.Attribute
7544     {
ExcludeFromCodeCoverageAttribute()7545         public ExcludeFromCodeCoverageAttribute() { }
7546     }
7547 }
7548 namespace System.IO
7549 {
7550     public partial class ErrorEventArgs : System.EventArgs
7551     {
ErrorEventArgs(System.Exception exception)7552         public ErrorEventArgs(System.Exception exception) { }
GetException()7553         public virtual System.Exception GetException() { throw null; }
7554     }
ErrorEventHandler(object sender, System.IO.ErrorEventArgs e)7555     public delegate void ErrorEventHandler(object sender, System.IO.ErrorEventArgs e);
7556     public partial class FileSystemEventArgs : System.EventArgs
7557     {
FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name)7558         public FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name) { }
7559         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } }
7560         public string FullPath { get { throw null; } }
7561         public string Name { get { throw null; } }
7562     }
FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e)7563     public delegate void FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e);
7564     [System.ComponentModel.DefaultEventAttribute("Changed")]
7565     [System.IO.IODescriptionAttribute("")]
7566     public partial class FileSystemWatcher : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
7567     {
FileSystemWatcher()7568         public FileSystemWatcher() { }
FileSystemWatcher(string path)7569         public FileSystemWatcher(string path) { }
FileSystemWatcher(string path, string filter)7570         public FileSystemWatcher(string path, string filter) { }
7571         [System.ComponentModel.DefaultValueAttribute(false)]
7572         [System.IO.IODescriptionAttribute("Flag to indicate if this instance is active")]
7573         public bool EnableRaisingEvents { get { throw null; } set { } }
7574         [System.ComponentModel.DefaultValueAttribute("*.*")]
7575         [System.ComponentModel.SettingsBindableAttribute(true)]
7576         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7577         [System.IO.IODescriptionAttribute("File name filter pattern")]
7578         public string Filter { get { throw null; } set { } }
7579         [System.ComponentModel.DefaultValueAttribute(false)]
7580         [System.IO.IODescriptionAttribute("Flag to indicate we want to watch subdirectories")]
7581         public bool IncludeSubdirectories { get { throw null; } set { } }
7582         [System.ComponentModel.BrowsableAttribute(false)]
7583         [System.ComponentModel.DefaultValueAttribute(8192)]
7584         public int InternalBufferSize { get { throw null; } set { } }
7585         [System.ComponentModel.DefaultValueAttribute((System.IO.NotifyFilters)(19))]
7586         [System.IO.IODescriptionAttribute("Flag to indicate which change event we want to monitor")]
7587         public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
7588         [System.ComponentModel.DefaultValueAttribute("")]
7589         [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")]
7590         [System.ComponentModel.SettingsBindableAttribute(true)]
7591         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7592         [System.IO.IODescriptionAttribute("The directory to monitor")]
7593         public string Path { get { throw null; } set { } }
7594         [System.ComponentModel.BrowsableAttribute(false)]
7595         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
7596         [System.ComponentModel.BrowsableAttribute(false)]
7597         [System.ComponentModel.DefaultValueAttribute(null)]
7598         [System.IO.IODescriptionAttribute("The object used to marshal the event handler calls resulting from a directory change")]
7599         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
7600         [System.IO.IODescriptionAttribute("Occurs when a file/directory change matches the filter")]
7601         public event System.IO.FileSystemEventHandler Changed { add { } remove { } }
7602         [System.IO.IODescriptionAttribute("Occurs when a file/directory creation matches the filter")]
7603         public event System.IO.FileSystemEventHandler Created { add { } remove { } }
7604         [System.IO.IODescriptionAttribute("Occurs when a file/directory deletion matches the filter")]
7605         public event System.IO.FileSystemEventHandler Deleted { add { } remove { } }
7606         [System.ComponentModel.BrowsableAttribute(false)]
7607         public event System.IO.ErrorEventHandler Error { add { } remove { } }
7608         [System.IO.IODescriptionAttribute("Occurs when a file/directory rename matches the filter")]
7609         public event System.IO.RenamedEventHandler Renamed { add { } remove { } }
BeginInit()7610         public void BeginInit() { }
Dispose(bool disposing)7611         protected override void Dispose(bool disposing) { }
EndInit()7612         public void EndInit() { }
OnChanged(System.IO.FileSystemEventArgs e)7613         protected void OnChanged(System.IO.FileSystemEventArgs e) { }
OnCreated(System.IO.FileSystemEventArgs e)7614         protected void OnCreated(System.IO.FileSystemEventArgs e) { }
OnDeleted(System.IO.FileSystemEventArgs e)7615         protected void OnDeleted(System.IO.FileSystemEventArgs e) { }
OnError(System.IO.ErrorEventArgs e)7616         protected void OnError(System.IO.ErrorEventArgs e) { }
OnRenamed(System.IO.RenamedEventArgs e)7617         protected void OnRenamed(System.IO.RenamedEventArgs e) { }
WaitForChanged(System.IO.WatcherChangeTypes changeType)7618         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { throw null; }
WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout)7619         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout) { throw null; }
7620     }
7621     [System.SerializableAttribute]
7622     public partial class InternalBufferOverflowException : System.SystemException
7623     {
InternalBufferOverflowException()7624         public InternalBufferOverflowException() { }
InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7625         protected InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InternalBufferOverflowException(string message)7626         public InternalBufferOverflowException(string message) { }
InternalBufferOverflowException(string message, System.Exception inner)7627         public InternalBufferOverflowException(string message, System.Exception inner) { }
7628     }
7629     [System.SerializableAttribute]
7630     public sealed partial class InvalidDataException : System.SystemException
7631     {
InvalidDataException()7632         public InvalidDataException() { }
InvalidDataException(string message)7633         public InvalidDataException(string message) { }
InvalidDataException(string message, System.Exception innerException)7634         public InvalidDataException(string message, System.Exception innerException) { }
7635     }
7636     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
7637     public partial class IODescriptionAttribute : System.ComponentModel.DescriptionAttribute
7638     {
IODescriptionAttribute(string description)7639         public IODescriptionAttribute(string description) { }
7640         public override string Description { get { throw null; } }
7641     }
7642     [System.FlagsAttribute]
7643     public enum NotifyFilters
7644     {
7645         Attributes = 4,
7646         CreationTime = 64,
7647         DirectoryName = 2,
7648         FileName = 1,
7649         LastAccess = 32,
7650         LastWrite = 16,
7651         Security = 256,
7652         Size = 8,
7653     }
7654     public partial class RenamedEventArgs : System.IO.FileSystemEventArgs
7655     {
RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName)7656         public RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName) : base (default(System.IO.WatcherChangeTypes), default(string), default(string)) { }
7657         public string OldFullPath { get { throw null; } }
7658         public string OldName { get { throw null; } }
7659     }
RenamedEventHandler(object sender, System.IO.RenamedEventArgs e)7660     public delegate void RenamedEventHandler(object sender, System.IO.RenamedEventArgs e);
7661     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7662     public partial struct WaitForChangedResult
7663     {
7664         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } set { } }
7665         public string Name { get { throw null; } set { } }
7666         public string OldName { get { throw null; } set { } }
7667         public bool TimedOut { get { throw null; } set { } }
7668     }
7669     [System.FlagsAttribute]
7670     public enum WatcherChangeTypes
7671     {
7672         All = 15,
7673         Changed = 4,
7674         Created = 1,
7675         Deleted = 2,
7676         Renamed = 8,
7677     }
7678 }
7679 namespace System.IO.Compression
7680 {
7681     public enum CompressionLevel
7682     {
7683         Fastest = 1,
7684         NoCompression = 2,
7685         Optimal = 0,
7686     }
7687     public enum CompressionMode
7688     {
7689         Compress = 1,
7690         Decompress = 0,
7691     }
7692     public partial class DeflateStream : System.IO.Stream
7693     {
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7694         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7695         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)7696         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7697         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7698         public System.IO.Stream BaseStream { get { throw null; } }
7699         public override bool CanRead { get { throw null; } }
7700         public override bool CanSeek { get { throw null; } }
7701         public override bool CanWrite { get { throw null; } }
7702         public override long Length { get { throw null; } }
7703         public override long Position { get { throw null; } set { } }
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7704         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)7705         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)7706         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)7707         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)7708         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()7709         public override void Flush() { }
Read(byte[] array, int offset, int count)7710         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7711         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7712         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)7713         public override void Write(byte[] array, int offset, int count) { }
7714     }
7715     public partial class GZipStream : System.IO.Stream
7716     {
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7717         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7718         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)7719         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7720         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7721         public System.IO.Stream BaseStream { get { throw null; } }
7722         public override bool CanRead { get { throw null; } }
7723         public override bool CanSeek { get { throw null; } }
7724         public override bool CanWrite { get { throw null; } }
7725         public override long Length { get { throw null; } }
7726         public override long Position { get { throw null; } set { } }
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7727         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)7728         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)7729         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)7730         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)7731         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()7732         public override void Flush() { }
Read(byte[] array, int offset, int count)7733         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7734         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7735         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)7736         public override void Write(byte[] array, int offset, int count) { }
7737     }
7738 }
7739 namespace System.IO.Ports
7740 {
7741     public enum Handshake
7742     {
7743         None = 0,
7744         RequestToSend = 2,
7745         RequestToSendXOnXOff = 3,
7746         XOnXOff = 1,
7747     }
7748     public enum Parity
7749     {
7750         Even = 2,
7751         Mark = 3,
7752         None = 0,
7753         Odd = 1,
7754         Space = 4,
7755     }
7756     public enum SerialData
7757     {
7758         Chars = 1,
7759         Eof = 2,
7760     }
7761     public partial class SerialDataReceivedEventArgs : System.EventArgs
7762     {
SerialDataReceivedEventArgs()7763         internal SerialDataReceivedEventArgs() { }
7764         public System.IO.Ports.SerialData EventType { get { throw null; } }
7765     }
SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)7766     public delegate void SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e);
7767     public enum SerialError
7768     {
7769         Frame = 8,
7770         Overrun = 2,
7771         RXOver = 1,
7772         RXParity = 4,
7773         TXFull = 256,
7774     }
7775     public partial class SerialErrorReceivedEventArgs : System.EventArgs
7776     {
SerialErrorReceivedEventArgs()7777         internal SerialErrorReceivedEventArgs() { }
7778         public System.IO.Ports.SerialError EventType { get { throw null; } }
7779     }
SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e)7780     public delegate void SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e);
7781     public enum SerialPinChange
7782     {
7783         Break = 64,
7784         CDChanged = 32,
7785         CtsChanged = 8,
7786         DsrChanged = 16,
7787         Ring = 256,
7788     }
7789     public partial class SerialPinChangedEventArgs : System.EventArgs
7790     {
SerialPinChangedEventArgs()7791         internal SerialPinChangedEventArgs() { }
7792         public System.IO.Ports.SerialPinChange EventType { get { throw null; } }
7793     }
SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e)7794     public delegate void SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e);
7795     [System.Diagnostics.MonitoringDescriptionAttribute("")]
7796     public partial class SerialPort : System.ComponentModel.Component
7797     {
7798         public const int InfiniteTimeout = -1;
SerialPort()7799         public SerialPort() { }
SerialPort(System.ComponentModel.IContainer container)7800         public SerialPort(System.ComponentModel.IContainer container) { }
SerialPort(string portName)7801         public SerialPort(string portName) { }
SerialPort(string portName, int baudRate)7802         public SerialPort(string portName, int baudRate) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity)7803         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits)7804         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)7805         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits) { }
7806         [System.ComponentModel.BrowsableAttribute(false)]
7807         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7808         public System.IO.Stream BaseStream { get { throw null; } }
7809         [System.ComponentModel.BrowsableAttribute(true)]
7810         [System.ComponentModel.DefaultValueAttribute(9600)]
7811         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7812         public int BaudRate { get { throw null; } set { } }
7813         [System.ComponentModel.BrowsableAttribute(false)]
7814         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7815         public bool BreakState { get { throw null; } set { } }
7816         [System.ComponentModel.BrowsableAttribute(false)]
7817         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7818         public int BytesToRead { get { throw null; } }
7819         [System.ComponentModel.BrowsableAttribute(false)]
7820         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7821         public int BytesToWrite { get { throw null; } }
7822         [System.ComponentModel.BrowsableAttribute(false)]
7823         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7824         public bool CDHolding { get { throw null; } }
7825         [System.ComponentModel.BrowsableAttribute(false)]
7826         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7827         public bool CtsHolding { get { throw null; } }
7828         [System.ComponentModel.BrowsableAttribute(true)]
7829         [System.ComponentModel.DefaultValueAttribute(8)]
7830         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7831         public int DataBits { get { throw null; } set { } }
7832         [System.ComponentModel.BrowsableAttribute(true)]
7833         [System.ComponentModel.DefaultValueAttribute(false)]
7834         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7835         [System.MonoTODOAttribute("Not implemented")]
7836         public bool DiscardNull { get { throw null; } set { } }
7837         [System.ComponentModel.BrowsableAttribute(false)]
7838         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7839         public bool DsrHolding { get { throw null; } }
7840         [System.ComponentModel.BrowsableAttribute(true)]
7841         [System.ComponentModel.DefaultValueAttribute(false)]
7842         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7843         public bool DtrEnable { get { throw null; } set { } }
7844         [System.ComponentModel.BrowsableAttribute(false)]
7845         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7846         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7847         public System.Text.Encoding Encoding { get { throw null; } set { } }
7848         [System.ComponentModel.BrowsableAttribute(true)]
7849         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Handshake)(0))]
7850         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7851         public System.IO.Ports.Handshake Handshake { get { throw null; } set { } }
7852         [System.ComponentModel.BrowsableAttribute(false)]
7853         public bool IsOpen { get { throw null; } }
7854         [System.ComponentModel.BrowsableAttribute(false)]
7855         [System.ComponentModel.DefaultValueAttribute("\n")]
7856         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7857         public string NewLine { get { throw null; } set { } }
7858         [System.ComponentModel.BrowsableAttribute(true)]
7859         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Parity)(0))]
7860         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7861         public System.IO.Ports.Parity Parity { get { throw null; } set { } }
7862         [System.ComponentModel.BrowsableAttribute(true)]
7863         [System.ComponentModel.DefaultValueAttribute(63)]
7864         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7865         [System.MonoTODOAttribute("Not implemented")]
7866         public byte ParityReplace { get { throw null; } set { } }
7867         [System.ComponentModel.BrowsableAttribute(true)]
7868         [System.ComponentModel.DefaultValueAttribute("COM1")]
7869         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7870         public string PortName { get { throw null; } set { } }
7871         [System.ComponentModel.BrowsableAttribute(true)]
7872         [System.ComponentModel.DefaultValueAttribute(4096)]
7873         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7874         public int ReadBufferSize { get { throw null; } set { } }
7875         [System.ComponentModel.BrowsableAttribute(true)]
7876         [System.ComponentModel.DefaultValueAttribute(-1)]
7877         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7878         public int ReadTimeout { get { throw null; } set { } }
7879         [System.ComponentModel.BrowsableAttribute(true)]
7880         [System.ComponentModel.DefaultValueAttribute(1)]
7881         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7882         [System.MonoTODOAttribute("Not implemented")]
7883         public int ReceivedBytesThreshold { get { throw null; } set { } }
7884         [System.ComponentModel.BrowsableAttribute(true)]
7885         [System.ComponentModel.DefaultValueAttribute(false)]
7886         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7887         public bool RtsEnable { get { throw null; } set { } }
7888         [System.ComponentModel.BrowsableAttribute(true)]
7889         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.StopBits)(1))]
7890         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7891         public System.IO.Ports.StopBits StopBits { get { throw null; } set { } }
7892         [System.ComponentModel.BrowsableAttribute(true)]
7893         [System.ComponentModel.DefaultValueAttribute(2048)]
7894         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7895         public int WriteBufferSize { get { throw null; } set { } }
7896         [System.ComponentModel.BrowsableAttribute(true)]
7897         [System.ComponentModel.DefaultValueAttribute(-1)]
7898         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7899         public int WriteTimeout { get { throw null; } set { } }
7900         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7901         public event System.IO.Ports.SerialDataReceivedEventHandler DataReceived { add { } remove { } }
7902         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7903         public event System.IO.Ports.SerialErrorReceivedEventHandler ErrorReceived { add { } remove { } }
7904         [System.Diagnostics.MonitoringDescriptionAttribute("")]
7905         public event System.IO.Ports.SerialPinChangedEventHandler PinChanged { add { } remove { } }
Close()7906         public void Close() { }
DiscardInBuffer()7907         public void DiscardInBuffer() { }
DiscardOutBuffer()7908         public void DiscardOutBuffer() { }
Dispose(bool disposing)7909         protected override void Dispose(bool disposing) { }
GetPortNames()7910         public static string[] GetPortNames() { throw null; }
Open()7911         public void Open() { }
Read(byte[] buffer, int offset, int count)7912         public int Read(byte[] buffer, int offset, int count) { throw null; }
Read(char[] buffer, int offset, int count)7913         public int Read(char[] buffer, int offset, int count) { throw null; }
ReadByte()7914         public int ReadByte() { throw null; }
ReadChar()7915         public int ReadChar() { throw null; }
ReadExisting()7916         public string ReadExisting() { throw null; }
ReadLine()7917         public string ReadLine() { throw null; }
ReadTo(string value)7918         public string ReadTo(string value) { throw null; }
Write(byte[] buffer, int offset, int count)7919         public void Write(byte[] buffer, int offset, int count) { }
Write(char[] buffer, int offset, int count)7920         public void Write(char[] buffer, int offset, int count) { }
Write(string text)7921         public void Write(string text) { }
WriteLine(string text)7922         public void WriteLine(string text) { }
7923     }
7924     public enum StopBits
7925     {
7926         None = 0,
7927         One = 1,
7928         OnePointFive = 3,
7929         Two = 2,
7930     }
7931 }
7932 namespace System.Media
7933 {
7934     [System.ComponentModel.ToolboxItemAttribute(false)]
7935     [System.SerializableAttribute]
7936     public partial class SoundPlayer : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
7937     {
SoundPlayer()7938         public SoundPlayer() { }
SoundPlayer(System.IO.Stream stream)7939         public SoundPlayer(System.IO.Stream stream) { }
SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)7940         protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
SoundPlayer(string soundLocation)7941         public SoundPlayer(string soundLocation) { }
7942         public bool IsLoadCompleted { get { throw null; } }
7943         public int LoadTimeout { get { throw null; } set { } }
7944         public string SoundLocation { get { throw null; } set { } }
7945         public System.IO.Stream Stream { get { throw null; } set { } }
7946         public object Tag { get { throw null; } set { } }
7947         public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
7948         public event System.EventHandler SoundLocationChanged { add { } remove { } }
7949         public event System.EventHandler StreamChanged { add { } remove { } }
Load()7950         public void Load() { }
LoadAsync()7951         public void LoadAsync() { }
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e)7952         protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnSoundLocationChanged(System.EventArgs e)7953         protected virtual void OnSoundLocationChanged(System.EventArgs e) { }
OnStreamChanged(System.EventArgs e)7954         protected virtual void OnStreamChanged(System.EventArgs e) { }
Play()7955         public void Play() { }
PlayLooping()7956         public void PlayLooping() { }
PlaySync()7957         public void PlaySync() { }
Stop()7958         public void Stop() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7959         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
7960     }
7961     public partial class SystemSound
7962     {
SystemSound()7963         internal SystemSound() { }
Play()7964         public void Play() { }
7965     }
7966     public sealed partial class SystemSounds
7967     {
SystemSounds()7968         internal SystemSounds() { }
7969         public static System.Media.SystemSound Asterisk { get { throw null; } }
7970         public static System.Media.SystemSound Beep { get { throw null; } }
7971         public static System.Media.SystemSound Exclamation { get { throw null; } }
7972         public static System.Media.SystemSound Hand { get { throw null; } }
7973         public static System.Media.SystemSound Question { get { throw null; } }
7974     }
7975 }
7976 namespace System.Net
7977 {
7978     public partial class AuthenticationManager
7979     {
AuthenticationManager()7980         internal AuthenticationManager() { }
7981         public static System.Net.ICredentialPolicy CredentialPolicy { get { throw null; } set { } }
7982         [System.MonoTODOAttribute]
7983         public static System.Collections.Specialized.StringDictionary CustomTargetNameDictionary { get { throw null; } }
7984         public static System.Collections.IEnumerator RegisteredModules { get { throw null; } }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)7985         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)7986         public static System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials) { throw null; }
Register(System.Net.IAuthenticationModule authenticationModule)7987         public static void Register(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(System.Net.IAuthenticationModule authenticationModule)7988         public static void Unregister(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(string authenticationScheme)7989         public static void Unregister(string authenticationScheme) { }
7990     }
7991     [System.FlagsAttribute]
7992     public enum AuthenticationSchemes
7993     {
7994         Anonymous = 32768,
7995         Basic = 8,
7996         Digest = 1,
7997         IntegratedWindowsAuthentication = 6,
7998         Negotiate = 2,
7999         None = 0,
8000         Ntlm = 4,
8001     }
AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest)8002     public delegate System.Net.AuthenticationSchemes AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest);
8003     public partial class Authorization
8004     {
Authorization(string token)8005         public Authorization(string token) { }
Authorization(string token, bool finished)8006         public Authorization(string token, bool finished) { }
Authorization(string token, bool finished, string connectionGroupId)8007         public Authorization(string token, bool finished, string connectionGroupId) { }
8008         public bool Complete { get { throw null; } }
8009         public string ConnectionGroupId { get { throw null; } }
8010         public string Message { get { throw null; } }
8011         public bool MutuallyAuthenticated { get { throw null; } set { } }
8012         public string[] ProtectionRealm { get { throw null; } set { } }
8013     }
BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount)8014     public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount);
8015     [System.SerializableAttribute]
8016     public sealed partial class Cookie
8017     {
Cookie()8018         public Cookie() { }
Cookie(string name, string value)8019         public Cookie(string name, string value) { }
Cookie(string name, string value, string path)8020         public Cookie(string name, string value, string path) { }
Cookie(string name, string value, string path, string domain)8021         public Cookie(string name, string value, string path, string domain) { }
8022         public string Comment { get { throw null; } set { } }
8023         public System.Uri CommentUri { get { throw null; } set { } }
8024         public bool Discard { get { throw null; } set { } }
8025         public string Domain { get { throw null; } set { } }
8026         public bool Expired { get { throw null; } set { } }
8027         public System.DateTime Expires { get { throw null; } set { } }
8028         public bool HttpOnly { get { throw null; } set { } }
8029         public string Name { get { throw null; } set { } }
8030         public string Path { get { throw null; } set { } }
8031         public string Port { get { throw null; } set { } }
8032         public bool Secure { get { throw null; } set { } }
8033         public System.DateTime TimeStamp { get { throw null; } }
8034         public string Value { get { throw null; } set { } }
8035         public int Version { get { throw null; } set { } }
Equals(object comparand)8036         public override bool Equals(object comparand) { throw null; }
GetHashCode()8037         public override int GetHashCode() { throw null; }
ToString()8038         public override string ToString() { throw null; }
8039     }
8040     [System.SerializableAttribute]
8041     public partial class CookieCollection : System.Collections.ICollection, System.Collections.IEnumerable
8042     {
CookieCollection()8043         public CookieCollection() { }
8044         public int Count { get { throw null; } }
8045         public bool IsReadOnly { get { throw null; } }
8046         public bool IsSynchronized { get { throw null; } }
8047         public System.Net.Cookie this[int index] { get { throw null; } }
8048         public System.Net.Cookie this[string name] { get { throw null; } }
8049         public object SyncRoot { get { throw null; } }
Add(System.Net.Cookie cookie)8050         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8051         public void Add(System.Net.CookieCollection cookies) { }
CopyTo(System.Array array, int index)8052         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Net.Cookie[] array, int index)8053         public void CopyTo(System.Net.Cookie[] array, int index) { }
GetEnumerator()8054         public System.Collections.IEnumerator GetEnumerator() { throw null; }
8055     }
8056     [System.SerializableAttribute]
8057     public partial class CookieContainer
8058     {
8059         public const int DefaultCookieLengthLimit = 4096;
8060         public const int DefaultCookieLimit = 300;
8061         public const int DefaultPerDomainCookieLimit = 20;
CookieContainer()8062         public CookieContainer() { }
CookieContainer(int capacity)8063         public CookieContainer(int capacity) { }
CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize)8064         public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) { }
8065         public int Capacity { get { throw null; } set { } }
8066         public int Count { get { throw null; } }
8067         public int MaxCookieSize { get { throw null; } set { } }
8068         public int PerDomainCapacity { get { throw null; } set { } }
Add(System.Net.Cookie cookie)8069         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8070         public void Add(System.Net.CookieCollection cookies) { }
Add(System.Uri uri, System.Net.Cookie cookie)8071         public void Add(System.Uri uri, System.Net.Cookie cookie) { }
Add(System.Uri uri, System.Net.CookieCollection cookies)8072         public void Add(System.Uri uri, System.Net.CookieCollection cookies) { }
GetCookieHeader(System.Uri uri)8073         public string GetCookieHeader(System.Uri uri) { throw null; }
GetCookies(System.Uri uri)8074         public System.Net.CookieCollection GetCookies(System.Uri uri) { throw null; }
SetCookies(System.Uri uri, string cookieHeader)8075         public void SetCookies(System.Uri uri, string cookieHeader) { }
8076     }
8077     [System.SerializableAttribute]
8078     public partial class CookieException : System.FormatException, System.Runtime.Serialization.ISerializable
8079     {
CookieException()8080         public CookieException() { }
CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8081         protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8082         [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)8083         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8084         [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)8085         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8086     }
8087     public partial class CredentialCache : System.Collections.IEnumerable, System.Net.ICredentials, System.Net.ICredentialsByHost
8088     {
CredentialCache()8089         public CredentialCache() { }
8090         public static System.Net.ICredentials DefaultCredentials { get { throw null; } }
8091         public static System.Net.NetworkCredential DefaultNetworkCredentials { get { throw null; } }
Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential)8092         public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) { }
Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred)8093         public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) { }
GetCredential(string host, int port, string authenticationType)8094         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uriPrefix, string authType)8095         public System.Net.NetworkCredential GetCredential(System.Uri uriPrefix, string authType) { throw null; }
GetEnumerator()8096         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string host, int port, string authenticationType)8097         public void Remove(string host, int port, string authenticationType) { }
Remove(System.Uri uriPrefix, string authType)8098         public void Remove(System.Uri uriPrefix, string authType) { }
8099     }
8100     [System.FlagsAttribute]
8101     public enum DecompressionMethods
8102     {
8103         Deflate = 2,
8104         GZip = 1,
8105         None = 0,
8106     }
8107     public static partial class Dns
8108     {
BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state)8109         public static System.IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state) { throw null; }
8110         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject)8111         public static System.IAsyncResult BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject)8112         public static System.IAsyncResult BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject) { throw null; }
BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject)8113         public static System.IAsyncResult BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject) { throw null; }
8114         [System.ObsoleteAttribute("Use BeginGetHostEntry instead")]
BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject)8115         public static System.IAsyncResult BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
EndGetHostAddresses(System.IAsyncResult asyncResult)8116         public static System.Net.IPAddress[] EndGetHostAddresses(System.IAsyncResult asyncResult) { throw null; }
8117         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndGetHostByName(System.IAsyncResult asyncResult)8118         public static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult) { throw null; }
EndGetHostEntry(System.IAsyncResult asyncResult)8119         public static System.Net.IPHostEntry EndGetHostEntry(System.IAsyncResult asyncResult) { throw null; }
8120         [System.ObsoleteAttribute("Use EndGetHostEntry instead")]
EndResolve(System.IAsyncResult asyncResult)8121         public static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult) { throw null; }
GetHostAddresses(string hostNameOrAddress)8122         public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress) { throw null; }
GetHostAddressesAsync(string hostNameOrAddress)8123         public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) { throw null; }
8124         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(System.Net.IPAddress address)8125         public static System.Net.IPHostEntry GetHostByAddress(System.Net.IPAddress address) { throw null; }
8126         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByAddress(string address)8127         public static System.Net.IPHostEntry GetHostByAddress(string address) { throw null; }
8128         [System.ObsoleteAttribute("Use GetHostEntry instead")]
GetHostByName(string hostName)8129         public static System.Net.IPHostEntry GetHostByName(string hostName) { throw null; }
GetHostEntry(System.Net.IPAddress address)8130         public static System.Net.IPHostEntry GetHostEntry(System.Net.IPAddress address) { throw null; }
GetHostEntry(string hostNameOrAddress)8131         public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress) { throw null; }
GetHostEntryAsync(System.Net.IPAddress address)8132         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(System.Net.IPAddress address) { throw null; }
GetHostEntryAsync(string hostNameOrAddress)8133         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(string hostNameOrAddress) { throw null; }
GetHostName()8134         public static string GetHostName() { throw null; }
8135         [System.ObsoleteAttribute("Use GetHostEntry instead")]
Resolve(string hostName)8136         public static System.Net.IPHostEntry Resolve(string hostName) { throw null; }
8137     }
8138     public partial class DnsEndPoint : System.Net.EndPoint
8139     {
DnsEndPoint(string host, int port)8140         public DnsEndPoint(string host, int port) { }
DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily)8141         public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) { }
8142         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8143         public string Host { get { throw null; } }
8144         public int Port { get { throw null; } }
Equals(object comparand)8145         public override bool Equals(object comparand) { throw null; }
GetHashCode()8146         public override int GetHashCode() { throw null; }
ToString()8147         public override string ToString() { throw null; }
8148     }
8149     [System.SerializableAttribute]
8150     public sealed partial class DnsPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8151     {
DnsPermission(System.Security.Permissions.PermissionState state)8152         public DnsPermission(System.Security.Permissions.PermissionState state) { }
Copy()8153         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)8154         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)8155         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)8156         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()8157         public bool IsUnrestricted() { throw null; }
ToXml()8158         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)8159         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
8160     }
8161     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
8162     [System.SerializableAttribute]
8163     public sealed partial class DnsPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
8164     {
DnsPermissionAttribute(System.Security.Permissions.SecurityAction action)8165         public DnsPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()8166         public override System.Security.IPermission CreatePermission() { throw null; }
8167     }
8168     public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8169     {
DownloadDataCompletedEventArgs()8170         internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8171         public byte[] Result { get { throw null; } }
8172     }
DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e)8173     public delegate void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e);
8174     public partial class DownloadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
8175     {
DownloadProgressChangedEventArgs()8176         internal DownloadProgressChangedEventArgs() : base (default(int), default(object)) { }
8177         public long BytesReceived { get { throw null; } }
8178         public long TotalBytesToReceive { get { throw null; } }
8179     }
DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e)8180     public delegate void DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e);
8181     public partial class DownloadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8182     {
DownloadStringCompletedEventArgs()8183         internal DownloadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8184         public string Result { get { throw null; } }
8185     }
DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e)8186     public delegate void DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e);
8187     [System.SerializableAttribute]
8188     public abstract partial class EndPoint
8189     {
EndPoint()8190         protected EndPoint() { }
8191         public virtual System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
Create(System.Net.SocketAddress socketAddress)8192         public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Serialize()8193         public virtual System.Net.SocketAddress Serialize() { throw null; }
8194     }
8195     [System.SerializableAttribute]
8196     public partial class EndpointPermission
8197     {
EndpointPermission()8198         internal EndpointPermission() { }
8199         public string Hostname { get { throw null; } }
8200         public int Port { get { throw null; } }
8201         public System.Net.TransportType Transport { get { throw null; } }
Equals(object obj)8202         public override bool Equals(object obj) { throw null; }
GetHashCode()8203         public override int GetHashCode() { throw null; }
ToString()8204         public override string ToString() { throw null; }
8205     }
8206     [System.SerializableAttribute]
8207     public partial class FileWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8208     {
8209         [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)8210         protected FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8211         public override string ConnectionGroupName { get { throw null; } set { } }
8212         public override long ContentLength { get { throw null; } set { } }
8213         public override string ContentType { get { throw null; } set { } }
8214         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8215         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8216         public override string Method { get { throw null; } set { } }
8217         public override bool PreAuthenticate { get { throw null; } set { } }
8218         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8219         public override System.Uri RequestUri { get { throw null; } }
8220         public override int Timeout { get { throw null; } set { } }
8221         public override bool UseDefaultCredentials { get { throw null; } set { } }
Abort()8222         public override void Abort() { }
8223         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)8224         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
8225         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)8226         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8227         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8228         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
8229         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8230         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8231         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8232         public override System.Net.WebResponse GetResponse() { throw null; }
8233         [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)8234         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8235     }
8236     [System.SerializableAttribute]
8237     public partial class FileWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8238     {
8239         [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)8240         protected FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8241         public override long ContentLength { get { throw null; } }
8242         public override string ContentType { get { throw null; } }
8243         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8244         public override System.Uri ResponseUri { get { throw null; } }
8245         public override bool SupportsHeaders { get { throw null; } }
Close()8246         public override void Close() { }
8247         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8248         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()8249         public override System.IO.Stream GetResponseStream() { throw null; }
8250         [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)8251         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8252     }
8253     public enum FtpStatusCode
8254     {
8255         AccountNeeded = 532,
8256         ActionAbortedLocalProcessingError = 451,
8257         ActionAbortedUnknownPageType = 551,
8258         ActionNotTakenFilenameNotAllowed = 553,
8259         ActionNotTakenFileUnavailable = 550,
8260         ActionNotTakenFileUnavailableOrBusy = 450,
8261         ActionNotTakenInsufficientSpace = 452,
8262         ArgumentSyntaxError = 501,
8263         BadCommandSequence = 503,
8264         CantOpenData = 425,
8265         ClosingControl = 221,
8266         ClosingData = 226,
8267         CommandExtraneous = 202,
8268         CommandNotImplemented = 502,
8269         CommandOK = 200,
8270         CommandSyntaxError = 500,
8271         ConnectionClosed = 426,
8272         DataAlreadyOpen = 125,
8273         DirectoryStatus = 212,
8274         EnteringPassive = 227,
8275         FileActionAborted = 552,
8276         FileActionOK = 250,
8277         FileCommandPending = 350,
8278         FileStatus = 213,
8279         LoggedInProceed = 230,
8280         NeedLoginAccount = 332,
8281         NotLoggedIn = 530,
8282         OpeningData = 150,
8283         PathnameCreated = 257,
8284         RestartMarker = 110,
8285         SendPasswordCommand = 331,
8286         SendUserCommand = 220,
8287         ServerWantsSecureSession = 234,
8288         ServiceNotAvailable = 421,
8289         ServiceTemporarilyNotAvailable = 120,
8290         SystemType = 215,
8291         Undefined = 0,
8292     }
8293     public sealed partial class FtpWebRequest : System.Net.WebRequest
8294     {
FtpWebRequest()8295         internal FtpWebRequest() { }
8296         [System.MonoTODOAttribute]
8297         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8298         [System.MonoTODOAttribute]
8299         public override string ConnectionGroupName { get { throw null; } set { } }
8300         public override long ContentLength { get { throw null; } set { } }
8301         public long ContentOffset { get { throw null; } set { } }
8302         public override string ContentType { get { throw null; } set { } }
8303         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8304         [System.MonoTODOAttribute]
8305         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8306         public bool EnableSsl { get { throw null; } set { } }
8307         [System.MonoTODOAttribute]
8308         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8309         [System.MonoTODOAttribute("We don't support KeepAlive = true")]
8310         public bool KeepAlive { get { throw null; } set { } }
8311         public override string Method { get { throw null; } set { } }
8312         public override bool PreAuthenticate { get { throw null; } set { } }
8313         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8314         public int ReadWriteTimeout { get { throw null; } set { } }
8315         public string RenameTo { get { throw null; } set { } }
8316         public override System.Uri RequestUri { get { throw null; } }
8317         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8318         public override int Timeout { get { throw null; } set { } }
8319         public bool UseBinary { get { throw null; } set { } }
8320         [System.MonoTODOAttribute]
8321         public override bool UseDefaultCredentials { get { throw null; } set { } }
8322         public bool UsePassive { get { throw null; } set { } }
Abort()8323         public override void Abort() { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8324         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8325         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8326         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8327         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetRequestStream()8328         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8329         public override System.Net.WebResponse GetResponse() { throw null; }
8330     }
8331     public partial class FtpWebResponse : System.Net.WebResponse, System.IDisposable
8332     {
FtpWebResponse()8333         internal FtpWebResponse() { }
8334         public string BannerMessage { get { throw null; } }
8335         public override long ContentLength { get { throw null; } }
8336         public string ExitMessage { get { throw null; } }
8337         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8338         public System.DateTime LastModified { get { throw null; } }
8339         public override System.Uri ResponseUri { get { throw null; } }
8340         public System.Net.FtpStatusCode StatusCode { get { throw null; } }
8341         public string StatusDescription { get { throw null; } }
8342         public override bool SupportsHeaders { get { throw null; } }
8343         public string WelcomeMessage { get { throw null; } }
Close()8344         public override void Close() { }
GetResponseStream()8345         public override System.IO.Stream GetResponseStream() { throw null; }
8346     }
8347     [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")]
8348     public partial class GlobalProxySelection
8349     {
GlobalProxySelection()8350         public GlobalProxySelection() { }
8351         public static System.Net.IWebProxy Select { get { throw null; } set { } }
GetEmptyWebProxy()8352         public static System.Net.IWebProxy GetEmptyWebProxy() { throw null; }
8353     }
HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders)8354     public delegate void HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders);
8355     public sealed partial class HttpListener : System.IDisposable
8356     {
HttpListener()8357         public HttpListener() { }
8358         public System.Net.AuthenticationSchemes AuthenticationSchemes { get { throw null; } set { } }
8359         public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw null; } set { } }
8360         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection DefaultServiceNames { get { throw null; } }
8361         [System.MonoTODOAttribute("not used anywhere in the implementation")]
8362         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionPolicy { get { throw null; } set { } }
8363         public System.Net.HttpListener.ExtendedProtectionSelector ExtendedProtectionSelectorDelegate { get { throw null; } set { } }
8364         public bool IgnoreWriteExceptions { get { throw null; } set { } }
8365         public bool IsListening { get { throw null; } }
8366         public static bool IsSupported { get { throw null; } }
8367         public System.Net.HttpListenerPrefixCollection Prefixes { get { throw null; } }
8368         public string Realm { get { throw null; } set { } }
8369         [System.MonoTODOAttribute]
8370         public System.Net.HttpListenerTimeoutManager TimeoutManager { get { throw null; } }
8371         [System.MonoTODOAttribute("Support for NTLM needs some loving.")]
8372         public bool UnsafeConnectionNtlmAuthentication { get { throw null; } set { } }
Abort()8373         public void Abort() { }
BeginGetContext(System.AsyncCallback callback, object state)8374         public System.IAsyncResult BeginGetContext(System.AsyncCallback callback, object state) { throw null; }
Close()8375         public void Close() { }
EndGetContext(System.IAsyncResult asyncResult)8376         public System.Net.HttpListenerContext EndGetContext(System.IAsyncResult asyncResult) { throw null; }
GetContext()8377         public System.Net.HttpListenerContext GetContext() { throw null; }
GetContextAsync()8378         public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null; }
Start()8379         public void Start() { }
Stop()8380         public void Stop() { }
System.IDisposable.Dispose()8381         void System.IDisposable.Dispose() { }
ExtendedProtectionSelector(System.Net.HttpListenerRequest request)8382         public delegate System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionSelector(System.Net.HttpListenerRequest request);
8383     }
8384     public partial class HttpListenerBasicIdentity : System.Security.Principal.GenericIdentity
8385     {
HttpListenerBasicIdentity(string username, string password)8386         public HttpListenerBasicIdentity(string username, string password) : base (default(string)) { }
8387         public virtual string Password { get { throw null; } }
8388     }
8389     public sealed partial class HttpListenerContext
8390     {
HttpListenerContext()8391         internal HttpListenerContext() { }
8392         public System.Net.HttpListenerRequest Request { get { throw null; } }
8393         public System.Net.HttpListenerResponse Response { get { throw null; } }
8394         public System.Security.Principal.IPrincipal User { get { throw null; } }
8395         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol)8396         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol) { throw null; }
8397         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval)8398         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval) { throw null; }
8399         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer)8400         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer) { throw null; }
8401         [System.MonoTODOAttribute]
AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval)8402         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval) { throw null; }
8403     }
8404     [System.SerializableAttribute]
8405     public partial class HttpListenerException : System.ComponentModel.Win32Exception
8406     {
HttpListenerException()8407         public HttpListenerException() { }
HttpListenerException(int errorCode)8408         public HttpListenerException(int errorCode) { }
HttpListenerException(int errorCode, string message)8409         public HttpListenerException(int errorCode, string message) { }
HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8410         protected HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8411         public override int ErrorCode { get { throw null; } }
8412     }
8413     public partial class HttpListenerPrefixCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.IEnumerable
8414     {
HttpListenerPrefixCollection()8415         internal HttpListenerPrefixCollection() { }
8416         public int Count { get { throw null; } }
8417         public bool IsReadOnly { get { throw null; } }
8418         public bool IsSynchronized { get { throw null; } }
Add(string uriPrefix)8419         public void Add(string uriPrefix) { }
Clear()8420         public void Clear() { }
Contains(string uriPrefix)8421         public bool Contains(string uriPrefix) { throw null; }
CopyTo(System.Array array, int offset)8422         public void CopyTo(System.Array array, int offset) { }
CopyTo(string[] array, int offset)8423         public void CopyTo(string[] array, int offset) { }
GetEnumerator()8424         public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
Remove(string uriPrefix)8425         public bool Remove(string uriPrefix) { throw null; }
System.Collections.IEnumerable.GetEnumerator()8426         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
8427     }
8428     public sealed partial class HttpListenerRequest
8429     {
HttpListenerRequest()8430         internal HttpListenerRequest() { }
8431         public string[] AcceptTypes { get { throw null; } }
8432         public int ClientCertificateError { get { throw null; } }
8433         public System.Text.Encoding ContentEncoding { get { throw null; } }
8434         public long ContentLength64 { get { throw null; } }
8435         public string ContentType { get { throw null; } }
8436         public System.Net.CookieCollection Cookies { get { throw null; } }
8437         public bool HasEntityBody { get { throw null; } }
8438         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
8439         public string HttpMethod { get { throw null; } }
8440         public System.IO.Stream InputStream { get { throw null; } }
8441         [System.MonoTODOAttribute("Always returns false")]
8442         public bool IsAuthenticated { get { throw null; } }
8443         public bool IsLocal { get { throw null; } }
8444         public bool IsSecureConnection { get { throw null; } }
8445         [System.MonoTODOAttribute]
8446         public bool IsWebSocketRequest { get { throw null; } }
8447         public bool KeepAlive { get { throw null; } }
8448         public System.Net.IPEndPoint LocalEndPoint { get { throw null; } }
8449         public System.Version ProtocolVersion { get { throw null; } }
8450         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } }
8451         public string RawUrl { get { throw null; } }
8452         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
8453         [System.MonoTODOAttribute("Always returns Guid.Empty")]
8454         public System.Guid RequestTraceIdentifier { get { throw null; } }
8455         [System.MonoTODOAttribute]
8456         public string ServiceName { get { throw null; } }
8457         public System.Net.TransportContext TransportContext { get { throw null; } }
8458         public System.Uri Url { get { throw null; } }
8459         public System.Uri UrlReferrer { get { throw null; } }
8460         public string UserAgent { get { throw null; } }
8461         public string UserHostAddress { get { throw null; } }
8462         public string UserHostName { get { throw null; } }
8463         public string[] UserLanguages { get { throw null; } }
BeginGetClientCertificate(System.AsyncCallback requestCallback, object state)8464         public System.IAsyncResult BeginGetClientCertificate(System.AsyncCallback requestCallback, object state) { throw null; }
EndGetClientCertificate(System.IAsyncResult asyncResult)8465         public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate(System.IAsyncResult asyncResult) { throw null; }
GetClientCertificate()8466         public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate() { throw null; }
GetClientCertificateAsync()8467         public System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2> GetClientCertificateAsync() { throw null; }
8468     }
8469     public sealed partial class HttpListenerResponse : System.IDisposable
8470     {
HttpListenerResponse()8471         internal HttpListenerResponse() { }
8472         public System.Text.Encoding ContentEncoding { get { throw null; } set { } }
8473         public long ContentLength64 { get { throw null; } set { } }
8474         public string ContentType { get { throw null; } set { } }
8475         public System.Net.CookieCollection Cookies { get { throw null; } set { } }
8476         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8477         public bool KeepAlive { get { throw null; } set { } }
8478         public System.IO.Stream OutputStream { get { throw null; } }
8479         public System.Version ProtocolVersion { get { throw null; } set { } }
8480         public string RedirectLocation { get { throw null; } set { } }
8481         public bool SendChunked { get { throw null; } set { } }
8482         public int StatusCode { get { throw null; } set { } }
8483         public string StatusDescription { get { throw null; } set { } }
Abort()8484         public void Abort() { }
AddHeader(string name, string value)8485         public void AddHeader(string name, string value) { }
AppendCookie(System.Net.Cookie cookie)8486         public void AppendCookie(System.Net.Cookie cookie) { }
AppendHeader(string name, string value)8487         public void AppendHeader(string name, string value) { }
Close()8488         public void Close() { }
Close(byte[] responseEntity, bool willBlock)8489         public void Close(byte[] responseEntity, bool willBlock) { }
CopyFrom(System.Net.HttpListenerResponse templateResponse)8490         public void CopyFrom(System.Net.HttpListenerResponse templateResponse) { }
Redirect(string url)8491         public void Redirect(string url) { }
SetCookie(System.Net.Cookie cookie)8492         public void SetCookie(System.Net.Cookie cookie) { }
System.IDisposable.Dispose()8493         void System.IDisposable.Dispose() { }
8494     }
8495     public partial class HttpListenerTimeoutManager
8496     {
HttpListenerTimeoutManager()8497         internal HttpListenerTimeoutManager() { }
8498         [System.MonoTODOAttribute]
8499         public System.TimeSpan DrainEntityBody { get { throw null; } set { } }
8500         [System.MonoTODOAttribute]
8501         public System.TimeSpan EntityBody { get { throw null; } set { } }
8502         [System.MonoTODOAttribute]
8503         public System.TimeSpan HeaderWait { get { throw null; } set { } }
8504         [System.MonoTODOAttribute]
8505         public System.TimeSpan IdleConnection { get { throw null; } set { } }
8506         [System.MonoTODOAttribute]
8507         public long MinSendBytesPerSecond { get { throw null; } set { } }
8508         [System.MonoTODOAttribute]
8509         public System.TimeSpan RequestQueue { get { throw null; } set { } }
8510     }
8511     public enum HttpRequestHeader
8512     {
8513         Accept = 20,
8514         AcceptCharset = 21,
8515         AcceptEncoding = 22,
8516         AcceptLanguage = 23,
8517         Allow = 10,
8518         Authorization = 24,
8519         CacheControl = 0,
8520         Connection = 1,
8521         ContentEncoding = 13,
8522         ContentLanguage = 14,
8523         ContentLength = 11,
8524         ContentLocation = 15,
8525         ContentMd5 = 16,
8526         ContentRange = 17,
8527         ContentType = 12,
8528         Cookie = 25,
8529         Date = 2,
8530         Expect = 26,
8531         Expires = 18,
8532         From = 27,
8533         Host = 28,
8534         IfMatch = 29,
8535         IfModifiedSince = 30,
8536         IfNoneMatch = 31,
8537         IfRange = 32,
8538         IfUnmodifiedSince = 33,
8539         KeepAlive = 3,
8540         LastModified = 19,
8541         MaxForwards = 34,
8542         Pragma = 4,
8543         ProxyAuthorization = 35,
8544         Range = 37,
8545         Referer = 36,
8546         Te = 38,
8547         Trailer = 5,
8548         TransferEncoding = 6,
8549         Translate = 39,
8550         Upgrade = 7,
8551         UserAgent = 40,
8552         Via = 8,
8553         Warning = 9,
8554     }
8555     public enum HttpResponseHeader
8556     {
8557         AcceptRanges = 20,
8558         Age = 21,
8559         Allow = 10,
8560         CacheControl = 0,
8561         Connection = 1,
8562         ContentEncoding = 13,
8563         ContentLanguage = 14,
8564         ContentLength = 11,
8565         ContentLocation = 15,
8566         ContentMd5 = 16,
8567         ContentRange = 17,
8568         ContentType = 12,
8569         Date = 2,
8570         ETag = 22,
8571         Expires = 18,
8572         KeepAlive = 3,
8573         LastModified = 19,
8574         Location = 23,
8575         Pragma = 4,
8576         ProxyAuthenticate = 24,
8577         RetryAfter = 25,
8578         Server = 26,
8579         SetCookie = 27,
8580         Trailer = 5,
8581         TransferEncoding = 6,
8582         Upgrade = 7,
8583         Vary = 28,
8584         Via = 8,
8585         Warning = 9,
8586         WwwAuthenticate = 29,
8587     }
8588     public enum HttpStatusCode
8589     {
8590         Accepted = 202,
8591         Ambiguous = 300,
8592         BadGateway = 502,
8593         BadRequest = 400,
8594         Conflict = 409,
8595         Continue = 100,
8596         Created = 201,
8597         ExpectationFailed = 417,
8598         Forbidden = 403,
8599         Found = 302,
8600         GatewayTimeout = 504,
8601         Gone = 410,
8602         HttpVersionNotSupported = 505,
8603         InternalServerError = 500,
8604         LengthRequired = 411,
8605         MethodNotAllowed = 405,
8606         Moved = 301,
8607         MovedPermanently = 301,
8608         MultipleChoices = 300,
8609         NoContent = 204,
8610         NonAuthoritativeInformation = 203,
8611         NotAcceptable = 406,
8612         NotFound = 404,
8613         NotImplemented = 501,
8614         NotModified = 304,
8615         OK = 200,
8616         PartialContent = 206,
8617         PaymentRequired = 402,
8618         PreconditionFailed = 412,
8619         ProxyAuthenticationRequired = 407,
8620         Redirect = 302,
8621         RedirectKeepVerb = 307,
8622         RedirectMethod = 303,
8623         RequestedRangeNotSatisfiable = 416,
8624         RequestEntityTooLarge = 413,
8625         RequestTimeout = 408,
8626         RequestUriTooLong = 414,
8627         ResetContent = 205,
8628         SeeOther = 303,
8629         ServiceUnavailable = 503,
8630         SwitchingProtocols = 101,
8631         TemporaryRedirect = 307,
8632         Unauthorized = 401,
8633         UnsupportedMediaType = 415,
8634         Unused = 306,
8635         UpgradeRequired = 426,
8636         UseProxy = 305,
8637     }
8638     public partial class HttpVersion
8639     {
8640         public static readonly System.Version Version10;
8641         public static readonly System.Version Version11;
HttpVersion()8642         public HttpVersion() { }
8643     }
8644     [System.SerializableAttribute]
8645     public partial class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8646     {
HttpWebRequest()8647         public HttpWebRequest() { }
8648         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8649         protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8650         public string Accept { get { throw null; } set { } }
8651         public System.Uri Address { get { throw null; } }
8652         public virtual bool AllowAutoRedirect { get { throw null; } set { } }
8653         public virtual bool AllowReadStreamBuffering { get { throw null; } set { } }
8654         public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } }
8655         public System.Net.DecompressionMethods AutomaticDecompression { get { throw null; } set { } }
8656         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8657         public string Connection { get { throw null; } set { } }
8658         public override string ConnectionGroupName { get { throw null; } set { } }
8659         public override long ContentLength { get { throw null; } set { } }
8660         public override string ContentType { get { throw null; } set { } }
8661         public System.Net.HttpContinueDelegate ContinueDelegate { get { throw null; } set { } }
8662         [System.MonoTODOAttribute]
8663         public int ContinueTimeout { get { throw null; } set { } }
8664         public virtual System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
8665         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8666         public System.DateTime Date { get { throw null; } set { } }
8667         [System.MonoTODOAttribute]
8668         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8669         [System.MonoTODOAttribute]
8670         public static int DefaultMaximumErrorResponseLength { get { throw null; } set { } }
8671         [System.MonoTODOAttribute("Use this")]
8672         public static int DefaultMaximumResponseHeadersLength { get { throw null; } set { } }
8673         public string Expect { get { throw null; } set { } }
8674         public virtual bool HaveResponse { get { throw null; } }
8675         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8676         public string Host { get { throw null; } set { } }
8677         public System.DateTime IfModifiedSince { get { throw null; } set { } }
8678         public bool KeepAlive { get { throw null; } set { } }
8679         public int MaximumAutomaticRedirections { get { throw null; } set { } }
8680         [System.MonoTODOAttribute("Use this")]
8681         public int MaximumResponseHeadersLength { get { throw null; } set { } }
8682         public string MediaType { get { throw null; } set { } }
8683         public override string Method { get { throw null; } set { } }
8684         public bool Pipelined { get { throw null; } set { } }
8685         public override bool PreAuthenticate { get { throw null; } set { } }
8686         public System.Version ProtocolVersion { get { throw null; } set { } }
8687         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8688         public int ReadWriteTimeout { get { throw null; } set { } }
8689         public string Referer { get { throw null; } set { } }
8690         public override System.Uri RequestUri { get { throw null; } }
8691         public bool SendChunked { get { throw null; } set { } }
8692         public System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8693         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8694         public virtual bool SupportsCookieContainer { get { throw null; } }
8695         public override int Timeout { get { throw null; } set { } }
8696         public string TransferEncoding { get { throw null; } set { } }
8697         public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } }
8698         public override bool UseDefaultCredentials { get { throw null; } set { } }
8699         public string UserAgent { get { throw null; } set { } }
Abort()8700         public override void Abort() { }
AddRange(int range)8701         public void AddRange(int range) { }
AddRange(int from, int to)8702         public void AddRange(int from, int to) { }
AddRange(long range)8703         public void AddRange(long range) { }
AddRange(long from, long to)8704         public void AddRange(long from, long to) { }
AddRange(string rangeSpecifier, int range)8705         public void AddRange(string rangeSpecifier, int range) { }
AddRange(string rangeSpecifier, int from, int to)8706         public void AddRange(string rangeSpecifier, int from, int to) { }
AddRange(string rangeSpecifier, long range)8707         public void AddRange(string rangeSpecifier, long range) { }
AddRange(string rangeSpecifier, long from, long to)8708         public void AddRange(string rangeSpecifier, long from, long to) { }
BeginGetRequestStream(System.AsyncCallback callback, object state)8709         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
BeginGetResponse(System.AsyncCallback callback, object state)8710         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8711         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context)8712         public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8713         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8714         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8715         public override System.IO.Stream GetRequestStream() { throw null; }
8716         [System.MonoTODOAttribute]
GetRequestStream(out System.Net.TransportContext context)8717         public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
GetResponse()8718         public override System.Net.WebResponse GetResponse() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8719         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8720     }
8721     [System.SerializableAttribute]
8722     public partial class HttpWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8723     {
HttpWebResponse()8724         public HttpWebResponse() { }
8725         [System.ObsoleteAttribute("Serialization is obsoleted for this type", false)]
HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8726         protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8727         public string CharacterSet { get { throw null; } }
8728         public string ContentEncoding { get { throw null; } }
8729         public override long ContentLength { get { throw null; } }
8730         public override string ContentType { get { throw null; } }
8731         public virtual System.Net.CookieCollection Cookies { get { throw null; } set { } }
8732         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8733         [System.MonoTODOAttribute]
8734         public override bool IsMutuallyAuthenticated { get { throw null; } }
8735         public System.DateTime LastModified { get { throw null; } }
8736         public virtual string Method { get { throw null; } }
8737         public System.Version ProtocolVersion { get { throw null; } }
8738         public override System.Uri ResponseUri { get { throw null; } }
8739         public string Server { get { throw null; } }
8740         public virtual System.Net.HttpStatusCode StatusCode { get { throw null; } }
8741         public virtual string StatusDescription { get { throw null; } }
8742         public override bool SupportsHeaders { get { throw null; } }
Close()8743         public override void Close() { }
Dispose(bool disposing)8744         protected override void Dispose(bool disposing) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8745         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseHeader(string headerName)8746         public string GetResponseHeader(string headerName) { throw null; }
GetResponseStream()8747         public override System.IO.Stream GetResponseStream() { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8748         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8749     }
8750     public partial interface IAuthenticationModule
8751     {
8752         string AuthenticationType { get; }
8753         bool CanPreAuthenticate { get; }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8754         System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials);
PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials)8755         System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials);
8756     }
8757     public partial interface ICertificatePolicy
8758     {
CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem)8759         bool CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem);
8760     }
8761     public partial interface ICredentialPolicy
8762     {
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule)8763         bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule);
8764     }
8765     public partial interface ICredentials
8766     {
GetCredential(System.Uri uri, string authType)8767         System.Net.NetworkCredential GetCredential(System.Uri uri, string authType);
8768     }
8769     public partial interface ICredentialsByHost
8770     {
GetCredential(string host, int port, string authenticationType)8771         System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType);
8772     }
8773     [System.SerializableAttribute]
8774     public partial class IPAddress
8775     {
8776         public static readonly System.Net.IPAddress Any;
8777         public static readonly System.Net.IPAddress Broadcast;
8778         public static readonly System.Net.IPAddress IPv6Any;
8779         public static readonly System.Net.IPAddress IPv6Loopback;
8780         public static readonly System.Net.IPAddress IPv6None;
8781         public static readonly System.Net.IPAddress Loopback;
8782         public static readonly System.Net.IPAddress None;
IPAddress(byte[] address)8783         public IPAddress(byte[] address) { }
IPAddress(byte[] address, long scopeid)8784         public IPAddress(byte[] address, long scopeid) { }
IPAddress(long newAddress)8785         public IPAddress(long newAddress) { }
8786         [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")]
8787         public long Address { get { throw null; } set { } }
8788         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8789         public bool IsIPv4MappedToIPv6 { get { throw null; } }
8790         public bool IsIPv6LinkLocal { get { throw null; } }
8791         public bool IsIPv6Multicast { get { throw null; } }
8792         public bool IsIPv6SiteLocal { get { throw null; } }
8793         public bool IsIPv6Teredo { get { throw null; } }
8794         public long ScopeId { get { throw null; } set { } }
Equals(object comparand)8795         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()8796         public byte[] GetAddressBytes() { throw null; }
GetHashCode()8797         public override int GetHashCode() { throw null; }
HostToNetworkOrder(short host)8798         public static short HostToNetworkOrder(short host) { throw null; }
HostToNetworkOrder(int host)8799         public static int HostToNetworkOrder(int host) { throw null; }
HostToNetworkOrder(long host)8800         public static long HostToNetworkOrder(long host) { throw null; }
IsLoopback(System.Net.IPAddress address)8801         public static bool IsLoopback(System.Net.IPAddress address) { throw null; }
MapToIPv4()8802         public System.Net.IPAddress MapToIPv4() { throw null; }
MapToIPv6()8803         public System.Net.IPAddress MapToIPv6() { throw null; }
NetworkToHostOrder(short network)8804         public static short NetworkToHostOrder(short network) { throw null; }
NetworkToHostOrder(int network)8805         public static int NetworkToHostOrder(int network) { throw null; }
NetworkToHostOrder(long network)8806         public static long NetworkToHostOrder(long network) { throw null; }
Parse(string ipString)8807         public static System.Net.IPAddress Parse(string ipString) { throw null; }
ToString()8808         public override string ToString() { throw null; }
TryParse(string ipString, out System.Net.IPAddress address)8809         public static bool TryParse(string ipString, out System.Net.IPAddress address) { address = default(System.Net.IPAddress); throw null; }
8810     }
8811     [System.SerializableAttribute]
8812     public partial class IPEndPoint : System.Net.EndPoint
8813     {
8814         public const int MaxPort = 65535;
8815         public const int MinPort = 0;
IPEndPoint(long address, int port)8816         public IPEndPoint(long address, int port) { }
IPEndPoint(System.Net.IPAddress address, int port)8817         public IPEndPoint(System.Net.IPAddress address, int port) { }
8818         public System.Net.IPAddress Address { get { throw null; } set { } }
8819         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8820         public int Port { get { throw null; } set { } }
Create(System.Net.SocketAddress socketAddress)8821         public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Equals(object comparand)8822         public override bool Equals(object comparand) { throw null; }
GetHashCode()8823         public override int GetHashCode() { throw null; }
Serialize()8824         public override System.Net.SocketAddress Serialize() { throw null; }
ToString()8825         public override string ToString() { throw null; }
8826     }
8827     public partial class IPHostEntry
8828     {
IPHostEntry()8829         public IPHostEntry() { }
8830         public System.Net.IPAddress[] AddressList { get { throw null; } set { } }
8831         public string[] Aliases { get { throw null; } set { } }
8832         public string HostName { get { throw null; } set { } }
8833     }
8834     public partial interface IWebProxy
8835     {
8836         System.Net.ICredentials Credentials { get; set; }
GetProxy(System.Uri destination)8837         System.Uri GetProxy(System.Uri destination);
IsBypassed(System.Uri host)8838         bool IsBypassed(System.Uri host);
8839     }
8840     public partial interface IWebProxyScript
8841     {
Close()8842         void Close();
Load(System.Uri scriptLocation, string script, System.Type helperType)8843         bool Load(System.Uri scriptLocation, string script, System.Type helperType);
Run(string url, string host)8844         string Run(string url, string host);
8845     }
8846     public partial interface IWebRequestCreate
8847     {
Create(System.Uri uri)8848         System.Net.WebRequest Create(System.Uri uri);
8849     }
8850     [System.FlagsAttribute]
8851     public enum NetworkAccess
8852     {
8853         Accept = 128,
8854         Connect = 64,
8855     }
8856     public partial class NetworkCredential : System.Net.ICredentials, System.Net.ICredentialsByHost
8857     {
NetworkCredential()8858         public NetworkCredential() { }
NetworkCredential(string userName, System.Security.SecureString password)8859         public NetworkCredential(string userName, System.Security.SecureString password) { }
NetworkCredential(string userName, System.Security.SecureString password, string domain)8860         public NetworkCredential(string userName, System.Security.SecureString password, string domain) { }
NetworkCredential(string userName, string password)8861         public NetworkCredential(string userName, string password) { }
NetworkCredential(string userName, string password, string domain)8862         public NetworkCredential(string userName, string password, string domain) { }
8863         public string Domain { get { throw null; } set { } }
8864         public string Password { get { throw null; } set { } }
8865         public System.Security.SecureString SecurePassword { get { throw null; } set { } }
8866         public string UserName { get { throw null; } set { } }
GetCredential(string host, int port, string authenticationType)8867         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uri, string authType)8868         public System.Net.NetworkCredential GetCredential(System.Uri uri, string authType) { throw null; }
8869     }
8870     public partial class OpenReadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8871     {
OpenReadCompletedEventArgs()8872         internal OpenReadCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8873         public System.IO.Stream Result { get { throw null; } }
8874     }
OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e)8875     public delegate void OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e);
8876     public partial class OpenWriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8877     {
OpenWriteCompletedEventArgs()8878         internal OpenWriteCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8879         public System.IO.Stream Result { get { throw null; } }
8880     }
OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e)8881     public delegate void OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e);
8882     [System.SerializableAttribute]
8883     public partial class ProtocolViolationException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
8884     {
ProtocolViolationException()8885         public ProtocolViolationException() { }
ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8886         protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ProtocolViolationException(string message)8887         public ProtocolViolationException(string message) { }
8888         [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)8889         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8890         [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)8891         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8892     }
8893     [System.FlagsAttribute]
8894     public enum SecurityProtocolType
8895     {
8896         Ssl3 = 48,
8897         Tls = 192,
8898         Tls11 = 768,
8899         Tls12 = 3072,
8900     }
8901     public partial class ServicePoint
8902     {
ServicePoint()8903         internal ServicePoint() { }
8904         public System.Uri Address { get { throw null; } }
8905         public System.Net.BindIPEndPoint BindIPEndPointDelegate { get { throw null; } set { } }
8906         public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get { throw null; } }
8907         public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
8908         [System.MonoTODOAttribute]
8909         public int ConnectionLeaseTimeout { get { throw null; } set { } }
8910         public int ConnectionLimit { get { throw null; } set { } }
8911         public string ConnectionName { get { throw null; } }
8912         public int CurrentConnections { get { throw null; } }
8913         public bool Expect100Continue { get { throw null; } set { } }
8914         public System.DateTime IdleSince { get { throw null; } }
8915         public int MaxIdleTime { get { throw null; } set { } }
8916         public virtual System.Version ProtocolVersion { get { throw null; } }
8917         [System.MonoTODOAttribute]
8918         public int ReceiveBufferSize { get { throw null; } set { } }
8919         public bool SupportsPipelining { get { throw null; } }
8920         public bool UseNagleAlgorithm { get { throw null; } set { } }
CloseConnectionGroup(string connectionGroupName)8921         public bool CloseConnectionGroup(string connectionGroupName) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8922         public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8923     }
8924     public partial class ServicePointManager
8925     {
ServicePointManager()8926         internal ServicePointManager() { }
8927         public const int DefaultNonPersistentConnectionLimit = 4;
8928         public const int DefaultPersistentConnectionLimit = 2;
8929         [System.ObsoleteAttribute("Use ServerCertificateValidationCallback instead", false)]
8930         public static System.Net.ICertificatePolicy CertificatePolicy { get { throw null; } set { } }
8931         [System.MonoTODOAttribute("CRL checks not implemented")]
8932         public static bool CheckCertificateRevocationList { get { throw null; } set { } }
8933         public static int DefaultConnectionLimit { get { throw null; } set { } }
8934         public static int DnsRefreshTimeout { get { throw null; } set { } }
8935         [System.MonoTODOAttribute]
8936         public static bool EnableDnsRoundRobin { get { throw null; } set { } }
8937         [System.MonoTODOAttribute("Always returns EncryptionPolicy.RequireEncryption.")]
8938         public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } }
8939         public static bool Expect100Continue { get { throw null; } set { } }
8940         public static int MaxServicePointIdleTime { get { throw null; } set { } }
8941         public static int MaxServicePoints { get { throw null; } set { } }
8942         public static System.Net.SecurityProtocolType SecurityProtocol { get { throw null; } set { } }
8943         public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8944         public static bool UseNagleAlgorithm { get { throw null; } set { } }
FindServicePoint(string uriString, System.Net.IWebProxy proxy)8945         public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) { throw null; }
FindServicePoint(System.Uri address)8946         public static System.Net.ServicePoint FindServicePoint(System.Uri address) { throw null; }
FindServicePoint(System.Uri address, System.Net.IWebProxy proxy)8947         public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)8948         public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
8949     }
8950     public partial class SocketAddress
8951     {
SocketAddress(System.Net.Sockets.AddressFamily family)8952         public SocketAddress(System.Net.Sockets.AddressFamily family) { }
SocketAddress(System.Net.Sockets.AddressFamily family, int size)8953         public SocketAddress(System.Net.Sockets.AddressFamily family, int size) { }
8954         public System.Net.Sockets.AddressFamily Family { get { throw null; } }
8955         public byte this[int offset] { get { throw null; } set { } }
8956         public int Size { get { throw null; } }
Equals(object comparand)8957         public override bool Equals(object comparand) { throw null; }
GetHashCode()8958         public override int GetHashCode() { throw null; }
ToString()8959         public override string ToString() { throw null; }
8960     }
8961     [System.SerializableAttribute]
8962     public sealed partial class SocketPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8963     {
8964         public const int AllPorts = -1;
SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)8965         public SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
SocketPermission(System.Security.Permissions.PermissionState state)8966         public SocketPermission(System.Security.Permissions.PermissionState state) { }
8967         public System.Collections.IEnumerator AcceptList { get { throw null; } }
8968         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)8969         public void AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
Copy()8970         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)8971         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)8972         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)8973         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()8974         public bool IsUnrestricted() { throw null; }
ToXml()8975         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)8976         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
8977     }
8978     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
8979     [System.SerializableAttribute]
8980     public sealed partial class SocketPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
8981     {
SocketPermissionAttribute(System.Security.Permissions.SecurityAction action)8982         public SocketPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
8983         public string Access { get { throw null; } set { } }
8984         public string Host { get { throw null; } set { } }
8985         public string Port { get { throw null; } set { } }
8986         public string Transport { get { throw null; } set { } }
CreatePermission()8987         public override System.Security.IPermission CreatePermission() { throw null; }
8988     }
8989     public abstract partial class TransportContext
8990     {
TransportContext()8991         protected TransportContext() { }
GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)8992         public abstract System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind);
8993     }
8994     public enum TransportType
8995     {
8996         All = 3,
8997         Connectionless = 1,
8998         ConnectionOriented = 2,
8999         Tcp = 2,
9000         Udp = 1,
9001     }
9002     public partial class UploadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9003     {
UploadDataCompletedEventArgs()9004         internal UploadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9005         public byte[] Result { get { throw null; } }
9006     }
UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e)9007     public delegate void UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e);
9008     public partial class UploadFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9009     {
UploadFileCompletedEventArgs()9010         internal UploadFileCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9011         public byte[] Result { get { throw null; } }
9012     }
UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e)9013     public delegate void UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e);
9014     public partial class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
9015     {
UploadProgressChangedEventArgs()9016         internal UploadProgressChangedEventArgs() : base (default(int), default(object)) { }
9017         public long BytesReceived { get { throw null; } }
9018         public long BytesSent { get { throw null; } }
9019         public long TotalBytesToReceive { get { throw null; } }
9020         public long TotalBytesToSend { get { throw null; } }
9021     }
UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e)9022     public delegate void UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e);
9023     public partial class UploadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9024     {
UploadStringCompletedEventArgs()9025         internal UploadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9026         public string Result { get { throw null; } }
9027     }
UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e)9028     public delegate void UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e);
9029     public partial class UploadValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9030     {
UploadValuesCompletedEventArgs()9031         internal UploadValuesCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9032         public byte[] Result { get { throw null; } }
9033     }
UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e)9034     public delegate void UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e);
9035     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9036     public partial class WebClient : System.ComponentModel.Component
9037     {
WebClient()9038         public WebClient() { }
9039         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9040         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9041         public bool AllowReadStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9042         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9043         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9044         public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9045         public string BaseAddress { get { throw null; } set { } }
9046         public System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9047         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9048         public System.Text.Encoding Encoding { get { throw null; } set { } }
9049         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9050         public bool IsBusy { get { throw null; } }
9051         public System.Net.IWebProxy Proxy { get { throw null; } set { } }
9052         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } set { } }
9053         public System.Net.WebHeaderCollection ResponseHeaders { get { throw null; } }
9054         public bool UseDefaultCredentials { get { throw null; } set { } }
9055         public event System.Net.DownloadDataCompletedEventHandler DownloadDataCompleted { add { } remove { } }
9056         public event System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted { add { } remove { } }
9057         public event System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged { add { } remove { } }
9058         public event System.Net.DownloadStringCompletedEventHandler DownloadStringCompleted { add { } remove { } }
9059         public event System.Net.OpenReadCompletedEventHandler OpenReadCompleted { add { } remove { } }
9060         public event System.Net.OpenWriteCompletedEventHandler OpenWriteCompleted { add { } remove { } }
9061         public event System.Net.UploadDataCompletedEventHandler UploadDataCompleted { add { } remove { } }
9062         public event System.Net.UploadFileCompletedEventHandler UploadFileCompleted { add { } remove { } }
9063         public event System.Net.UploadProgressChangedEventHandler UploadProgressChanged { add { } remove { } }
9064         public event System.Net.UploadStringCompletedEventHandler UploadStringCompleted { add { } remove { } }
9065         public event System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted { add { } remove { } }
9066         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9067         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9068         public event System.Net.WriteStreamClosedEventHandler WriteStreamClosed { add { } remove { } }
CancelAsync()9069         public void CancelAsync() { }
DownloadData(string address)9070         public byte[] DownloadData(string address) { throw null; }
DownloadData(System.Uri address)9071         public byte[] DownloadData(System.Uri address) { throw null; }
9072         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address)9073         public void DownloadDataAsync(System.Uri address) { }
9074         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address, object userToken)9075         public void DownloadDataAsync(System.Uri address, object userToken) { }
9076         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9077         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(string address)9078         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; }
9079         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9080         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(System.Uri address)9081         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null; }
DownloadFile(string address, string fileName)9082         public void DownloadFile(string address, string fileName) { }
DownloadFile(System.Uri address, string fileName)9083         public void DownloadFile(System.Uri address, string fileName) { }
9084         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName)9085         public void DownloadFileAsync(System.Uri address, string fileName) { }
9086         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName, object userToken)9087         public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { }
9088         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9089         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(string address, string fileName)9090         public System.Threading.Tasks.Task DownloadFileTaskAsync(string address, string fileName) { throw null; }
9091         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9092         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(System.Uri address, string fileName)9093         public System.Threading.Tasks.Task DownloadFileTaskAsync(System.Uri address, string fileName) { throw null; }
DownloadString(string address)9094         public string DownloadString(string address) { throw null; }
DownloadString(System.Uri address)9095         public string DownloadString(System.Uri address) { throw null; }
9096         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address)9097         public void DownloadStringAsync(System.Uri address) { }
9098         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address, object userToken)9099         public void DownloadStringAsync(System.Uri address, object userToken) { }
9100         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9101         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(string address)9102         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; }
9103         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9104         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(System.Uri address)9105         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw null; }
GetWebRequest(System.Uri address)9106         protected virtual System.Net.WebRequest GetWebRequest(System.Uri address) { throw null; }
GetWebResponse(System.Net.WebRequest request)9107         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw null; }
GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)9108         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) { throw null; }
OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e)9109         protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { }
OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e)9110         protected virtual void OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e)9111         protected virtual void OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e) { }
OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e)9112         protected virtual void OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e) { }
OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e)9113         protected virtual void OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e) { }
OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e)9114         protected virtual void OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e) { }
OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e)9115         protected virtual void OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e) { }
OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e)9116         protected virtual void OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e) { }
OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e)9117         protected virtual void OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e) { }
OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e)9118         protected virtual void OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e) { }
OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e)9119         protected virtual void OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e) { }
9120         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9121         [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)9122         protected virtual void OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs e) { }
OpenRead(string address)9123         public System.IO.Stream OpenRead(string address) { throw null; }
OpenRead(System.Uri address)9124         public System.IO.Stream OpenRead(System.Uri address) { throw null; }
9125         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address)9126         public void OpenReadAsync(System.Uri address) { }
9127         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address, object userToken)9128         public void OpenReadAsync(System.Uri address, object userToken) { }
9129         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9130         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(string address)9131         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(string address) { throw null; }
9132         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9133         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(System.Uri address)9134         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(System.Uri address) { throw null; }
OpenWrite(string address)9135         public System.IO.Stream OpenWrite(string address) { throw null; }
OpenWrite(string address, string method)9136         public System.IO.Stream OpenWrite(string address, string method) { throw null; }
OpenWrite(System.Uri address)9137         public System.IO.Stream OpenWrite(System.Uri address) { throw null; }
OpenWrite(System.Uri address, string method)9138         public System.IO.Stream OpenWrite(System.Uri address, string method) { throw null; }
9139         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address)9140         public void OpenWriteAsync(System.Uri address) { }
9141         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method)9142         public void OpenWriteAsync(System.Uri address, string method) { }
9143         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method, object userToken)9144         public void OpenWriteAsync(System.Uri address, string method, object userToken) { }
9145         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9146         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address)9147         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address) { throw null; }
9148         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9149         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address, string method)9150         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address, string method) { throw null; }
9151         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9152         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address)9153         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address) { throw null; }
9154         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9155         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address, string method)9156         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address, string method) { throw null; }
UploadData(string address, byte[] data)9157         public byte[] UploadData(string address, byte[] data) { throw null; }
UploadData(string address, string method, byte[] data)9158         public byte[] UploadData(string address, string method, byte[] data) { throw null; }
UploadData(System.Uri address, byte[] data)9159         public byte[] UploadData(System.Uri address, byte[] data) { throw null; }
UploadData(System.Uri address, string method, byte[] data)9160         public byte[] UploadData(System.Uri address, string method, byte[] data) { throw null; }
9161         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, byte[] data)9162         public void UploadDataAsync(System.Uri address, byte[] data) { }
9163         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data)9164         public void UploadDataAsync(System.Uri address, string method, byte[] data) { }
9165         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data, object userToken)9166         public void UploadDataAsync(System.Uri address, string method, byte[] data, object userToken) { }
9167         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9168         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, byte[] data)9169         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, byte[] data) { throw null; }
9170         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9171         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, string method, byte[] data)9172         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, string method, byte[] data) { throw null; }
9173         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9174         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, byte[] data)9175         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, byte[] data) { throw null; }
9176         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9177         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, string method, byte[] data)9178         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, string method, byte[] data) { throw null; }
UploadFile(string address, string fileName)9179         public byte[] UploadFile(string address, string fileName) { throw null; }
UploadFile(string address, string method, string fileName)9180         public byte[] UploadFile(string address, string method, string fileName) { throw null; }
UploadFile(System.Uri address, string fileName)9181         public byte[] UploadFile(System.Uri address, string fileName) { throw null; }
UploadFile(System.Uri address, string method, string fileName)9182         public byte[] UploadFile(System.Uri address, string method, string fileName) { throw null; }
9183         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string fileName)9184         public void UploadFileAsync(System.Uri address, string fileName) { }
9185         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName)9186         public void UploadFileAsync(System.Uri address, string method, string fileName) { }
9187         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName, object userToken)9188         public void UploadFileAsync(System.Uri address, string method, string fileName, object userToken) { }
9189         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9190         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string fileName)9191         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string fileName) { throw null; }
9192         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9193         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string method, string fileName)9194         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string method, string fileName) { throw null; }
9195         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9196         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string fileName)9197         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string fileName) { throw null; }
9198         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9199         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string method, string fileName)9200         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string method, string fileName) { throw null; }
UploadString(string address, string data)9201         public string UploadString(string address, string data) { throw null; }
UploadString(string address, string method, string data)9202         public string UploadString(string address, string method, string data) { throw null; }
UploadString(System.Uri address, string data)9203         public string UploadString(System.Uri address, string data) { throw null; }
UploadString(System.Uri address, string method, string data)9204         public string UploadString(System.Uri address, string method, string data) { throw null; }
9205         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string data)9206         public void UploadStringAsync(System.Uri address, string data) { }
9207         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data)9208         public void UploadStringAsync(System.Uri address, string method, string data) { }
9209         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data, object userToken)9210         public void UploadStringAsync(System.Uri address, string method, string data, object userToken) { }
9211         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9212         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string data)9213         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string data) { throw null; }
9214         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9215         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string method, string data)9216         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string method, string data) { throw null; }
9217         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9218         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string data)9219         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string data) { throw null; }
9220         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9221         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string method, string data)9222         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string method, string data) { throw null; }
UploadValues(string address, System.Collections.Specialized.NameValueCollection data)9223         public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data)9224         public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data)9225         public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9226         public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9227         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9228         public void UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { }
9229         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9230         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { }
9231         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken)9232         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken) { }
9233         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9234         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data)9235         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9236         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9237         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data)9238         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9239         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9240         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9241         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9242         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9243         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9244         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9245     }
9246     [System.SerializableAttribute]
9247     public partial class WebException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
9248     {
WebException()9249         public WebException() { }
WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9250         protected WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebException(string message)9251         public WebException(string message) { }
WebException(string message, System.Exception innerException)9252         public WebException(string message, System.Exception innerException) { }
WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response)9253         public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response) { }
WebException(string message, System.Net.WebExceptionStatus status)9254         public WebException(string message, System.Net.WebExceptionStatus status) { }
9255         public System.Net.WebResponse Response { get { throw null; } }
9256         public System.Net.WebExceptionStatus Status { get { throw null; } }
9257         [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)9258         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9259         [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)9260         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9261     }
9262     public enum WebExceptionStatus
9263     {
9264         CacheEntryNotFound = 18,
9265         ConnectFailure = 2,
9266         ConnectionClosed = 8,
9267         KeepAliveFailure = 12,
9268         MessageLengthLimitExceeded = 17,
9269         NameResolutionFailure = 1,
9270         Pending = 13,
9271         PipelineFailure = 5,
9272         ProtocolError = 7,
9273         ProxyNameResolutionFailure = 15,
9274         ReceiveFailure = 3,
9275         RequestCanceled = 6,
9276         RequestProhibitedByCachePolicy = 19,
9277         RequestProhibitedByProxy = 20,
9278         SecureChannelFailure = 10,
9279         SendFailure = 4,
9280         ServerProtocolViolation = 11,
9281         Success = 0,
9282         Timeout = 14,
9283         TrustFailure = 9,
9284         UnknownError = 16,
9285     }
9286     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9287     [System.SerializableAttribute]
9288     public partial class WebHeaderCollection : System.Collections.Specialized.NameValueCollection, System.Runtime.Serialization.ISerializable
9289     {
WebHeaderCollection()9290         public WebHeaderCollection() { }
WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9291         protected WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9292         public override string[] AllKeys { get { throw null; } }
9293         public override int Count { get { throw null; } }
9294         public string this[System.Net.HttpRequestHeader header] { get { throw null; } set { } }
9295         public string this[System.Net.HttpResponseHeader header] { get { throw null; } set { } }
9296         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(System.Net.HttpRequestHeader header, string value)9297         public void Add(System.Net.HttpRequestHeader header, string value) { }
Add(System.Net.HttpResponseHeader header, string value)9298         public void Add(System.Net.HttpResponseHeader header, string value) { }
Add(string header)9299         public void Add(string header) { }
Add(string name, string value)9300         public override void Add(string name, string value) { }
AddWithoutValidate(string headerName, string headerValue)9301         protected void AddWithoutValidate(string headerName, string headerValue) { }
Clear()9302         public override void Clear() { }
Get(int index)9303         public override string Get(int index) { throw null; }
Get(string name)9304         public override string Get(string name) { throw null; }
GetEnumerator()9305         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)9306         public override string GetKey(int index) { throw null; }
9307         [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)9308         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetValues(int index)9309         public override string[] GetValues(int index) { throw null; }
GetValues(string header)9310         public override string[] GetValues(string header) { throw null; }
IsRestricted(string headerName)9311         public static bool IsRestricted(string headerName) { throw null; }
IsRestricted(string headerName, bool response)9312         public static bool IsRestricted(string headerName, bool response) { throw null; }
OnDeserialization(object sender)9313         public override void OnDeserialization(object sender) { }
Remove(System.Net.HttpRequestHeader header)9314         public void Remove(System.Net.HttpRequestHeader header) { }
Remove(System.Net.HttpResponseHeader header)9315         public void Remove(System.Net.HttpResponseHeader header) { }
Remove(string name)9316         public override void Remove(string name) { }
Set(System.Net.HttpRequestHeader header, string value)9317         public void Set(System.Net.HttpRequestHeader header, string value) { }
Set(System.Net.HttpResponseHeader header, string value)9318         public void Set(System.Net.HttpResponseHeader header, string value) { }
Set(string name, string value)9319         public override void Set(string name, string value) { }
9320         [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)9321         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ToByteArray()9322         public byte[] ToByteArray() { throw null; }
ToString()9323         public override string ToString() { throw null; }
9324     }
9325     [System.SerializableAttribute]
9326     public sealed partial class WebPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
9327     {
WebPermission()9328         public WebPermission() { }
WebPermission(System.Net.NetworkAccess access, string uriString)9329         public WebPermission(System.Net.NetworkAccess access, string uriString) { }
WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9330         public WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
WebPermission(System.Security.Permissions.PermissionState state)9331         public WebPermission(System.Security.Permissions.PermissionState state) { }
9332         public System.Collections.IEnumerator AcceptList { get { throw null; } }
9333         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, string uriString)9334         public void AddPermission(System.Net.NetworkAccess access, string uriString) { }
AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9335         public void AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
Copy()9336         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9337         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9338         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9339         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9340         public bool IsUnrestricted() { throw null; }
ToXml()9341         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9342         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9343     }
9344     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9345     [System.SerializableAttribute]
9346     public sealed partial class WebPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9347     {
WebPermissionAttribute(System.Security.Permissions.SecurityAction action)9348         public WebPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9349         public string Accept { get { throw null; } set { } }
9350         public string AcceptPattern { get { throw null; } set { } }
9351         public string Connect { get { throw null; } set { } }
9352         public string ConnectPattern { get { throw null; } set { } }
CreatePermission()9353         public override System.Security.IPermission CreatePermission() { throw null; }
9354     }
9355     [System.SerializableAttribute]
9356     public partial class WebProxy : System.Net.IWebProxy, System.Runtime.Serialization.ISerializable
9357     {
WebProxy()9358         public WebProxy() { }
WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9359         protected WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebProxy(string Address)9360         public WebProxy(string Address) { }
WebProxy(string Address, bool BypassOnLocal)9361         public WebProxy(string Address, bool BypassOnLocal) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList)9362         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9363         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
WebProxy(string Host, int Port)9364         public WebProxy(string Host, int Port) { }
WebProxy(System.Uri Address)9365         public WebProxy(System.Uri Address) { }
WebProxy(System.Uri Address, bool BypassOnLocal)9366         public WebProxy(System.Uri Address, bool BypassOnLocal) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList)9367         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9368         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
9369         public System.Uri Address { get { throw null; } set { } }
9370         public System.Collections.ArrayList BypassArrayList { get { throw null; } }
9371         public string[] BypassList { get { throw null; } set { } }
9372         public bool BypassProxyOnLocal { get { throw null; } set { } }
9373         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9374         public bool UseDefaultCredentials { get { throw null; } set { } }
9375         [System.ObsoleteAttribute("This method has been deprecated. Please use the proxy selected for you by default. http://go.microsoft.com/fwlink/?linkid=14202")]
GetDefaultProxy()9376         public static System.Net.WebProxy GetDefaultProxy() { throw null; }
9377         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9378         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetProxy(System.Uri destination)9379         public System.Uri GetProxy(System.Uri destination) { throw null; }
IsBypassed(System.Uri host)9380         public bool IsBypassed(System.Uri host) { throw null; }
9381         [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)9382         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9383     }
9384     [System.SerializableAttribute]
9385     public abstract partial class WebRequest : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
9386     {
WebRequest()9387         protected WebRequest() { }
WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9388         protected WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9389         public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } }
9390         public virtual System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9391         public virtual string ConnectionGroupName { get { throw null; } set { } }
9392         public virtual long ContentLength { get { throw null; } set { } }
9393         public virtual string ContentType { get { throw null; } set { } }
9394         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9395         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9396         public virtual System.Net.IWebRequestCreate CreatorInstance { get { throw null; } }
9397         public virtual System.Net.ICredentials Credentials { get { throw null; } set { } }
9398         public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
9399         public static System.Net.IWebProxy DefaultWebProxy { get { throw null; } set { } }
9400         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9401         public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } set { } }
9402         public virtual string Method { get { throw null; } set { } }
9403         public virtual bool PreAuthenticate { get { throw null; } set { } }
9404         public virtual System.Net.IWebProxy Proxy { get { throw null; } set { } }
9405         public virtual System.Uri RequestUri { get { throw null; } }
9406         public virtual int Timeout { get { throw null; } set { } }
9407         public virtual bool UseDefaultCredentials { get { throw null; } set { } }
Abort()9408         public virtual void Abort() { }
9409         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)9410         public virtual System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
9411         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)9412         public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
Create(string requestUriString)9413         public static System.Net.WebRequest Create(string requestUriString) { throw null; }
Create(System.Uri requestUri)9414         public static System.Net.WebRequest Create(System.Uri requestUri) { throw null; }
CreateDefault(System.Uri requestUri)9415         public static System.Net.WebRequest CreateDefault(System.Uri requestUri) { throw null; }
CreateHttp(string requestUriString)9416         public static System.Net.HttpWebRequest CreateHttp(string requestUriString) { throw null; }
CreateHttp(System.Uri requestUri)9417         public static System.Net.HttpWebRequest CreateHttp(System.Uri requestUri) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)9418         public virtual System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)9419         public virtual System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
9420         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9421         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()9422         public virtual System.IO.Stream GetRequestStream() { throw null; }
9423         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetRequestStreamAsync()9424         public virtual System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw null; }
GetResponse()9425         public virtual System.Net.WebResponse GetResponse() { throw null; }
9426         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetResponseAsync()9427         public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null; }
GetSystemWebProxy()9428         public static System.Net.IWebProxy GetSystemWebProxy() { throw null; }
9429         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9430         [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)9431         public static void RegisterPortableWebRequestCreator(System.Net.IWebRequestCreate creator) { }
RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator)9432         public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw null; }
9433         [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)9434         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9435     }
9436     public static partial class WebRequestMethods
9437     {
9438         public static partial class File
9439         {
9440             public const string DownloadFile = "GET";
9441             public const string UploadFile = "PUT";
9442         }
9443         public static partial class Ftp
9444         {
9445             public const string AppendFile = "APPE";
9446             public const string DeleteFile = "DELE";
9447             public const string DownloadFile = "RETR";
9448             public const string GetDateTimestamp = "MDTM";
9449             public const string GetFileSize = "SIZE";
9450             public const string ListDirectory = "NLST";
9451             public const string ListDirectoryDetails = "LIST";
9452             public const string MakeDirectory = "MKD";
9453             public const string PrintWorkingDirectory = "PWD";
9454             public const string RemoveDirectory = "RMD";
9455             public const string Rename = "RENAME";
9456             public const string UploadFile = "STOR";
9457             public const string UploadFileWithUniqueName = "STOU";
9458         }
9459         public static partial class Http
9460         {
9461             public const string Connect = "CONNECT";
9462             public const string Get = "GET";
9463             public const string Head = "HEAD";
9464             public const string MkCol = "MKCOL";
9465             public const string Post = "POST";
9466             public const string Put = "PUT";
9467         }
9468     }
9469     [System.SerializableAttribute]
9470     public abstract partial class WebResponse : System.MarshalByRefObject, System.IDisposable, System.Runtime.Serialization.ISerializable
9471     {
WebResponse()9472         protected WebResponse() { }
WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9473         protected WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9474         public virtual long ContentLength { get { throw null; } set { } }
9475         public virtual string ContentType { get { throw null; } set { } }
9476         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } }
9477         public virtual bool IsFromCache { get { throw null; } }
9478         public virtual bool IsMutuallyAuthenticated { get { throw null; } }
9479         public virtual System.Uri ResponseUri { get { throw null; } }
9480         public virtual bool SupportsHeaders { get { throw null; } }
Close()9481         public virtual void Close() { }
Dispose()9482         public void Dispose() { }
Dispose(bool disposing)9483         protected virtual void Dispose(bool disposing) { }
9484         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9485         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()9486         public virtual System.IO.Stream GetResponseStream() { throw null; }
9487         [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)9488         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9489     }
9490     public static partial class WebUtility
9491     {
HtmlDecode(string value)9492         public static string HtmlDecode(string value) { throw null; }
HtmlDecode(string value, System.IO.TextWriter output)9493         public static void HtmlDecode(string value, System.IO.TextWriter output) { }
HtmlEncode(string value)9494         public static string HtmlEncode(string value) { throw null; }
HtmlEncode(string value, System.IO.TextWriter output)9495         public static void HtmlEncode(string value, System.IO.TextWriter output) { }
UrlDecode(string encodedValue)9496         public static string UrlDecode(string encodedValue) { throw null; }
UrlDecodeToBytes(byte[] encodedValue, int offset, int count)9497         public static byte[] UrlDecodeToBytes(byte[] encodedValue, int offset, int count) { throw null; }
UrlEncode(string value)9498         public static string UrlEncode(string value) { throw null; }
UrlEncodeToBytes(byte[] value, int offset, int count)9499         public static byte[] UrlEncodeToBytes(byte[] value, int offset, int count) { throw null; }
9500     }
9501     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9502     public partial class WriteStreamClosedEventArgs : System.EventArgs
9503     {
9504         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9505         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
WriteStreamClosedEventArgs()9506         public WriteStreamClosedEventArgs() { }
9507         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9508         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9509         public System.Exception Error { get { throw null; } }
9510     }
9511     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e)9512     public delegate void WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e);
9513 }
9514 namespace System.Net.Cache
9515 {
9516     public enum HttpCacheAgeControl
9517     {
9518         MaxAge = 2,
9519         MaxAgeAndMaxStale = 6,
9520         MaxAgeAndMinFresh = 3,
9521         MaxStale = 4,
9522         MinFresh = 1,
9523         None = 0,
9524     }
9525     public enum HttpRequestCacheLevel
9526     {
9527         BypassCache = 1,
9528         CacheIfAvailable = 3,
9529         CacheOnly = 2,
9530         CacheOrNextCacheOnly = 7,
9531         Default = 0,
9532         NoCacheNoStore = 6,
9533         Refresh = 8,
9534         Reload = 5,
9535         Revalidate = 4,
9536     }
9537     public partial class HttpRequestCachePolicy : System.Net.Cache.RequestCachePolicy
9538     {
HttpRequestCachePolicy()9539         public HttpRequestCachePolicy() { }
HttpRequestCachePolicy(System.DateTime cacheSyncDate)9540         public HttpRequestCachePolicy(System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale)9541         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale)9542         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)9543         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level)9544         public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) { }
9545         public System.DateTime CacheSyncDate { get { throw null; } }
9546         public new System.Net.Cache.HttpRequestCacheLevel Level { get { throw null; } }
9547         public System.TimeSpan MaxAge { get { throw null; } }
9548         public System.TimeSpan MaxStale { get { throw null; } }
9549         public System.TimeSpan MinFresh { get { throw null; } }
ToString()9550         public override string ToString() { throw null; }
9551     }
9552     public enum RequestCacheLevel
9553     {
9554         BypassCache = 1,
9555         CacheIfAvailable = 3,
9556         CacheOnly = 2,
9557         Default = 0,
9558         NoCacheNoStore = 6,
9559         Reload = 5,
9560         Revalidate = 4,
9561     }
9562     public partial class RequestCachePolicy
9563     {
RequestCachePolicy()9564         public RequestCachePolicy() { }
RequestCachePolicy(System.Net.Cache.RequestCacheLevel level)9565         public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) { }
9566         public System.Net.Cache.RequestCacheLevel Level { get { throw null; } }
ToString()9567         public override string ToString() { throw null; }
9568     }
9569 }
9570 #if CONFIG_DEP
9571 namespace System.Net.Configuration
9572 {
9573     public sealed partial class AuthenticationModuleElement : System.Configuration.ConfigurationElement
9574     {
AuthenticationModuleElement()9575         public AuthenticationModuleElement() { }
AuthenticationModuleElement(string typeName)9576         public AuthenticationModuleElement(string typeName) { }
9577         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9578         [System.Configuration.ConfigurationPropertyAttribute("type", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9579         public string Type { get { throw null; } set { } }
9580     }
9581     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.AuthenticationModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9582     public sealed partial class AuthenticationModuleElementCollection : System.Configuration.ConfigurationElementCollection
9583     {
9584         [System.MonoTODOAttribute]
AuthenticationModuleElementCollection()9585         public AuthenticationModuleElementCollection() { }
9586         [System.MonoTODOAttribute]
9587         public System.Net.Configuration.AuthenticationModuleElement this[int index] { get { throw null; } set { } }
9588         [System.MonoTODOAttribute]
9589         public new System.Net.Configuration.AuthenticationModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.AuthenticationModuleElement element)9590         public void Add(System.Net.Configuration.AuthenticationModuleElement element) { }
Clear()9591         public void Clear() { }
CreateNewElement()9592         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9593         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9594         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.AuthenticationModuleElement element)9595         public int IndexOf(System.Net.Configuration.AuthenticationModuleElement element) { throw null; }
Remove(System.Net.Configuration.AuthenticationModuleElement element)9596         public void Remove(System.Net.Configuration.AuthenticationModuleElement element) { }
Remove(string name)9597         public void Remove(string name) { }
RemoveAt(int index)9598         public void RemoveAt(int index) { }
9599     }
9600     public sealed partial class AuthenticationModulesSection : System.Configuration.ConfigurationSection
9601     {
AuthenticationModulesSection()9602         public AuthenticationModulesSection() { }
9603         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9604         public System.Net.Configuration.AuthenticationModuleElementCollection AuthenticationModules { get { throw null; } }
9605         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9606         [System.MonoTODOAttribute]
InitializeDefault()9607         protected override void InitializeDefault() { }
9608         [System.MonoTODOAttribute]
PostDeserialize()9609         protected override void PostDeserialize() { }
9610     }
9611     public sealed partial class BypassElement : System.Configuration.ConfigurationElement
9612     {
BypassElement()9613         public BypassElement() { }
BypassElement(string address)9614         public BypassElement(string address) { }
9615         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9616         public string Address { get { throw null; } set { } }
9617         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9618     }
9619     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.BypassElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9620     public sealed partial class BypassElementCollection : System.Configuration.ConfigurationElementCollection
9621     {
BypassElementCollection()9622         public BypassElementCollection() { }
9623         [System.MonoTODOAttribute]
9624         public System.Net.Configuration.BypassElement this[int index] { get { throw null; } set { } }
9625         public new System.Net.Configuration.BypassElement this[string name] { get { throw null; } set { } }
9626         protected override bool ThrowOnDuplicate { get { throw null; } }
Add(System.Net.Configuration.BypassElement element)9627         public void Add(System.Net.Configuration.BypassElement element) { }
Clear()9628         public void Clear() { }
CreateNewElement()9629         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
9630         [System.MonoTODOAttribute("argument exception?")]
GetElementKey(System.Configuration.ConfigurationElement element)9631         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.BypassElement element)9632         public int IndexOf(System.Net.Configuration.BypassElement element) { throw null; }
Remove(System.Net.Configuration.BypassElement element)9633         public void Remove(System.Net.Configuration.BypassElement element) { }
Remove(string name)9634         public void Remove(string name) { }
RemoveAt(int index)9635         public void RemoveAt(int index) { }
9636     }
9637     public sealed partial class ConnectionManagementElement : System.Configuration.ConfigurationElement
9638     {
ConnectionManagementElement()9639         public ConnectionManagementElement() { }
ConnectionManagementElement(string address, int maxConnection)9640         public ConnectionManagementElement(string address, int maxConnection) { }
9641         [System.Configuration.ConfigurationPropertyAttribute("address", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9642         public string Address { get { throw null; } set { } }
9643         [System.Configuration.ConfigurationPropertyAttribute("maxconnection", DefaultValue="6", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9644         public int MaxConnection { get { throw null; } set { } }
9645         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9646     }
9647     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.ConnectionManagementElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9648     public sealed partial class ConnectionManagementElementCollection : System.Configuration.ConfigurationElementCollection
9649     {
ConnectionManagementElementCollection()9650         public ConnectionManagementElementCollection() { }
9651         [System.MonoTODOAttribute]
9652         public System.Net.Configuration.ConnectionManagementElement this[int index] { get { throw null; } set { } }
9653         public new System.Net.Configuration.ConnectionManagementElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.ConnectionManagementElement element)9654         public void Add(System.Net.Configuration.ConnectionManagementElement element) { }
Clear()9655         public void Clear() { }
CreateNewElement()9656         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9657         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.ConnectionManagementElement element)9658         public int IndexOf(System.Net.Configuration.ConnectionManagementElement element) { throw null; }
Remove(System.Net.Configuration.ConnectionManagementElement element)9659         public void Remove(System.Net.Configuration.ConnectionManagementElement element) { }
Remove(string name)9660         public void Remove(string name) { }
RemoveAt(int index)9661         public void RemoveAt(int index) { }
9662     }
9663     public sealed partial class ConnectionManagementSection : System.Configuration.ConfigurationSection
9664     {
ConnectionManagementSection()9665         public ConnectionManagementSection() { }
9666         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9667         public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get { throw null; } }
9668         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9669     }
9670     public sealed partial class DefaultProxySection : System.Configuration.ConfigurationSection
9671     {
DefaultProxySection()9672         public DefaultProxySection() { }
9673         [System.Configuration.ConfigurationPropertyAttribute("bypasslist")]
9674         public System.Net.Configuration.BypassElementCollection BypassList { get { throw null; } }
9675         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="True")]
9676         public bool Enabled { get { throw null; } set { } }
9677         [System.Configuration.ConfigurationPropertyAttribute("module")]
9678         public System.Net.Configuration.ModuleElement Module { get { throw null; } }
9679         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9680         [System.Configuration.ConfigurationPropertyAttribute("proxy")]
9681         public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9682         [System.Configuration.ConfigurationPropertyAttribute("useDefaultCredentials", DefaultValue="False")]
9683         public bool UseDefaultCredentials { get { throw null; } set { } }
9684         [System.MonoTODOAttribute]
PostDeserialize()9685         protected override void PostDeserialize() { }
9686         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9687         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9688     }
9689     public sealed partial class FtpCachePolicyElement : System.Configuration.ConfigurationElement
9690     {
FtpCachePolicyElement()9691         public FtpCachePolicyElement() { }
9692         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default")]
9693         public System.Net.Cache.RequestCacheLevel PolicyLevel { get { throw null; } set { } }
9694         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9695         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9696         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9697         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9698         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9699     }
9700     public sealed partial class HttpCachePolicyElement : System.Configuration.ConfigurationElement
9701     {
HttpCachePolicyElement()9702         public HttpCachePolicyElement() { }
9703         [System.Configuration.ConfigurationPropertyAttribute("maximumAge", DefaultValue="10675199.02:48:05.4775807")]
9704         public System.TimeSpan MaximumAge { get { throw null; } set { } }
9705         [System.Configuration.ConfigurationPropertyAttribute("maximumStale", DefaultValue="-10675199.02:48:05.4775808")]
9706         public System.TimeSpan MaximumStale { get { throw null; } set { } }
9707         [System.Configuration.ConfigurationPropertyAttribute("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")]
9708         public System.TimeSpan MinimumFresh { get { throw null; } set { } }
9709         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue="Default", Options=(System.Configuration.ConfigurationPropertyOptions)(2))]
9710         public System.Net.Cache.HttpRequestCacheLevel PolicyLevel { get { throw null; } set { } }
9711         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9712         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9713         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9714         [System.MonoTODOAttribute]
Reset(System.Configuration.ConfigurationElement parentElement)9715         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9716     }
9717     public sealed partial class HttpListenerElement : System.Configuration.ConfigurationElement
9718     {
HttpListenerElement()9719         public HttpListenerElement() { }
9720         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9721         public System.Net.Configuration.HttpListenerTimeoutsElement Timeouts { get { throw null; } }
9722         public bool UnescapeRequestUrl { get { throw null; } }
9723     }
9724     public sealed partial class HttpListenerTimeoutsElement : System.Configuration.ConfigurationElement
9725     {
HttpListenerTimeoutsElement()9726         public HttpListenerTimeoutsElement() { }
9727         public System.TimeSpan DrainEntityBody { get { throw null; } }
9728         public System.TimeSpan EntityBody { get { throw null; } }
9729         public System.TimeSpan HeaderWait { get { throw null; } }
9730         public System.TimeSpan IdleConnection { get { throw null; } }
9731         public long MinSendBytesPerSecond { get { throw null; } }
9732         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9733         public System.TimeSpan RequestQueue { get { throw null; } }
9734     }
9735     public sealed partial class HttpWebRequestElement : System.Configuration.ConfigurationElement
9736     {
HttpWebRequestElement()9737         public HttpWebRequestElement() { }
9738         [System.Configuration.ConfigurationPropertyAttribute("maximumErrorResponseLength", DefaultValue="64")]
9739         public int MaximumErrorResponseLength { get { throw null; } set { } }
9740         [System.Configuration.ConfigurationPropertyAttribute("maximumResponseHeadersLength", DefaultValue="64")]
9741         public int MaximumResponseHeadersLength { get { throw null; } set { } }
9742         [System.Configuration.ConfigurationPropertyAttribute("maximumUnauthorizedUploadLength", DefaultValue="-1")]
9743         public int MaximumUnauthorizedUploadLength { get { throw null; } set { } }
9744         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9745         [System.Configuration.ConfigurationPropertyAttribute("useUnsafeHeaderParsing", DefaultValue="False")]
9746         public bool UseUnsafeHeaderParsing { get { throw null; } set { } }
9747         [System.MonoTODOAttribute]
PostDeserialize()9748         protected override void PostDeserialize() { }
9749     }
9750     public sealed partial class Ipv6Element : System.Configuration.ConfigurationElement
9751     {
Ipv6Element()9752         public Ipv6Element() { }
9753         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9754         public bool Enabled { get { throw null; } set { } }
9755         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9756     }
9757     public sealed partial class MailSettingsSectionGroup : System.Configuration.ConfigurationSectionGroup
9758     {
MailSettingsSectionGroup()9759         public MailSettingsSectionGroup() { }
9760         public System.Net.Configuration.SmtpSection Smtp { get { throw null; } }
9761     }
9762     public sealed partial class ModuleElement : System.Configuration.ConfigurationElement
9763     {
ModuleElement()9764         public ModuleElement() { }
9765         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9766         [System.Configuration.ConfigurationPropertyAttribute("type")]
9767         public string Type { get { throw null; } set { } }
9768     }
9769     public sealed partial class NetSectionGroup : System.Configuration.ConfigurationSectionGroup
9770     {
9771         [System.MonoTODOAttribute]
NetSectionGroup()9772         public NetSectionGroup() { }
9773         [System.Configuration.ConfigurationPropertyAttribute("authenticationModules")]
9774         public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get { throw null; } }
9775         [System.Configuration.ConfigurationPropertyAttribute("connectionManagement")]
9776         public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get { throw null; } }
9777         [System.Configuration.ConfigurationPropertyAttribute("defaultProxy")]
9778         public System.Net.Configuration.DefaultProxySection DefaultProxy { get { throw null; } }
9779         public System.Net.Configuration.MailSettingsSectionGroup MailSettings { get { throw null; } }
9780         [System.Configuration.ConfigurationPropertyAttribute("requestCaching")]
9781         public System.Net.Configuration.RequestCachingSection RequestCaching { get { throw null; } }
9782         [System.Configuration.ConfigurationPropertyAttribute("settings")]
9783         public System.Net.Configuration.SettingsSection Settings { get { throw null; } }
9784         [System.Configuration.ConfigurationPropertyAttribute("webRequestModules")]
9785         public System.Net.Configuration.WebRequestModulesSection WebRequestModules { get { throw null; } }
9786         [System.MonoTODOAttribute]
GetSectionGroup(System.Configuration.Configuration config)9787         public static System.Net.Configuration.NetSectionGroup GetSectionGroup(System.Configuration.Configuration config) { throw null; }
9788     }
9789     public sealed partial class PerformanceCountersElement : System.Configuration.ConfigurationElement
9790     {
PerformanceCountersElement()9791         public PerformanceCountersElement() { }
9792         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue="False")]
9793         public bool Enabled { get { throw null; } set { } }
9794         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9795     }
9796     public sealed partial class ProxyElement : System.Configuration.ConfigurationElement
9797     {
ProxyElement()9798         public ProxyElement() { }
9799         [System.Configuration.ConfigurationPropertyAttribute("autoDetect", DefaultValue="Unspecified")]
9800         public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set { } }
9801         [System.Configuration.ConfigurationPropertyAttribute("bypassonlocal", DefaultValue="Unspecified")]
9802         public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null; } set { } }
9803         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9804         [System.Configuration.ConfigurationPropertyAttribute("proxyaddress")]
9805         public System.Uri ProxyAddress { get { throw null; } set { } }
9806         [System.Configuration.ConfigurationPropertyAttribute("scriptLocation")]
9807         public System.Uri ScriptLocation { get { throw null; } set { } }
9808         [System.Configuration.ConfigurationPropertyAttribute("usesystemdefault", DefaultValue="Unspecified")]
9809         public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw null; } set { } }
9810         public enum AutoDetectValues
9811         {
9812             False = 0,
9813             True = 1,
9814             Unspecified = -1,
9815         }
9816         public enum BypassOnLocalValues
9817         {
9818             False = 0,
9819             True = 1,
9820             Unspecified = -1,
9821         }
9822         public enum UseSystemDefaultValues
9823         {
9824             False = 0,
9825             True = 1,
9826             Unspecified = -1,
9827         }
9828     }
9829     public sealed partial class RequestCachingSection : System.Configuration.ConfigurationSection
9830     {
RequestCachingSection()9831         public RequestCachingSection() { }
9832         [System.Configuration.ConfigurationPropertyAttribute("defaultFtpCachePolicy")]
9833         public System.Net.Configuration.FtpCachePolicyElement DefaultFtpCachePolicy { get { throw null; } }
9834         [System.Configuration.ConfigurationPropertyAttribute("defaultHttpCachePolicy")]
9835         public System.Net.Configuration.HttpCachePolicyElement DefaultHttpCachePolicy { get { throw null; } }
9836         [System.Configuration.ConfigurationPropertyAttribute("defaultPolicyLevel", DefaultValue="BypassCache")]
9837         public System.Net.Cache.RequestCacheLevel DefaultPolicyLevel { get { throw null; } set { } }
9838         [System.Configuration.ConfigurationPropertyAttribute("disableAllCaching", DefaultValue="False")]
9839         public bool DisableAllCaching { get { throw null; } set { } }
9840         [System.Configuration.ConfigurationPropertyAttribute("isPrivateCache", DefaultValue="True")]
9841         public bool IsPrivateCache { get { throw null; } set { } }
9842         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9843         [System.Configuration.ConfigurationPropertyAttribute("unspecifiedMaximumAge", DefaultValue="1.00:00:00")]
9844         public System.TimeSpan UnspecifiedMaximumAge { get { throw null; } set { } }
9845         [System.MonoTODOAttribute]
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9846         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
9847         [System.MonoTODOAttribute]
PostDeserialize()9848         protected override void PostDeserialize() { }
9849     }
9850     public sealed partial class ServicePointManagerElement : System.Configuration.ConfigurationElement
9851     {
ServicePointManagerElement()9852         public ServicePointManagerElement() { }
9853         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateName", DefaultValue="True")]
9854         public bool CheckCertificateName { get { throw null; } set { } }
9855         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateRevocationList", DefaultValue="False")]
9856         public bool CheckCertificateRevocationList { get { throw null; } set { } }
9857         [System.Configuration.ConfigurationPropertyAttribute("dnsRefreshTimeout", DefaultValue="120000")]
9858         public int DnsRefreshTimeout { get { throw null; } set { } }
9859         [System.Configuration.ConfigurationPropertyAttribute("enableDnsRoundRobin", DefaultValue="False")]
9860         public bool EnableDnsRoundRobin { get { throw null; } set { } }
9861         public System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } set { } }
9862         [System.Configuration.ConfigurationPropertyAttribute("expect100Continue", DefaultValue="True")]
9863         public bool Expect100Continue { get { throw null; } set { } }
9864         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9865         [System.Configuration.ConfigurationPropertyAttribute("useNagleAlgorithm", DefaultValue="True")]
9866         public bool UseNagleAlgorithm { get { throw null; } set { } }
9867         [System.MonoTODOAttribute]
PostDeserialize()9868         protected override void PostDeserialize() { }
9869     }
9870     public sealed partial class SettingsSection : System.Configuration.ConfigurationSection
9871     {
SettingsSection()9872         public SettingsSection() { }
9873         public System.Net.Configuration.HttpListenerElement HttpListener { get { throw null; } }
9874         [System.Configuration.ConfigurationPropertyAttribute("httpWebRequest")]
9875         public System.Net.Configuration.HttpWebRequestElement HttpWebRequest { get { throw null; } }
9876         [System.Configuration.ConfigurationPropertyAttribute("ipv6")]
9877         public System.Net.Configuration.Ipv6Element Ipv6 { get { throw null; } }
9878         [System.Configuration.ConfigurationPropertyAttribute("performanceCounters")]
9879         public System.Net.Configuration.PerformanceCountersElement PerformanceCounters { get { throw null; } }
9880         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9881         [System.Configuration.ConfigurationPropertyAttribute("servicePointManager")]
9882         public System.Net.Configuration.ServicePointManagerElement ServicePointManager { get { throw null; } }
9883         [System.Configuration.ConfigurationPropertyAttribute("socket")]
9884         public System.Net.Configuration.SocketElement Socket { get { throw null; } }
9885         [System.Configuration.ConfigurationPropertyAttribute("webProxyScript")]
9886         public System.Net.Configuration.WebProxyScriptElement WebProxyScript { get { throw null; } }
9887         public System.Net.Configuration.WebUtilityElement WebUtility { get { throw null; } }
9888     }
9889     public sealed partial class SmtpNetworkElement : System.Configuration.ConfigurationElement
9890     {
SmtpNetworkElement()9891         public SmtpNetworkElement() { }
9892         public string ClientDomain { get { throw null; } set { } }
9893         [System.Configuration.ConfigurationPropertyAttribute("defaultCredentials", DefaultValue="False")]
9894         public bool DefaultCredentials { get { throw null; } set { } }
9895         [System.Configuration.ConfigurationPropertyAttribute("enableSsl", DefaultValue=false)]
9896         public bool EnableSsl { get { throw null; } set { } }
9897         [System.Configuration.ConfigurationPropertyAttribute("host")]
9898         public string Host { get { throw null; } set { } }
9899         [System.Configuration.ConfigurationPropertyAttribute("password")]
9900         public string Password { get { throw null; } set { } }
9901         [System.Configuration.ConfigurationPropertyAttribute("port", DefaultValue="25")]
9902         public int Port { get { throw null; } set { } }
9903         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9904         [System.Configuration.ConfigurationPropertyAttribute("targetName", DefaultValue=null)]
9905         public string TargetName { get { throw null; } set { } }
9906         [System.Configuration.ConfigurationPropertyAttribute("userName", DefaultValue=null)]
9907         public string UserName { get { throw null; } set { } }
PostDeserialize()9908         protected override void PostDeserialize() { }
9909     }
9910     public sealed partial class SmtpSection : System.Configuration.ConfigurationSection
9911     {
SmtpSection()9912         public SmtpSection() { }
9913         [System.Configuration.ConfigurationPropertyAttribute("deliveryFormat", DefaultValue=(System.Net.Mail.SmtpDeliveryFormat)(0))]
9914         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
9915         [System.Configuration.ConfigurationPropertyAttribute("deliveryMethod", DefaultValue="Network")]
9916         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
9917         [System.Configuration.ConfigurationPropertyAttribute("from")]
9918         public string From { get { throw null; } set { } }
9919         [System.Configuration.ConfigurationPropertyAttribute("network")]
9920         public System.Net.Configuration.SmtpNetworkElement Network { get { throw null; } }
9921         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9922         [System.Configuration.ConfigurationPropertyAttribute("specifiedPickupDirectory")]
9923         public System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory { get { throw null; } }
9924     }
9925     public sealed partial class SmtpSpecifiedPickupDirectoryElement : System.Configuration.ConfigurationElement
9926     {
SmtpSpecifiedPickupDirectoryElement()9927         public SmtpSpecifiedPickupDirectoryElement() { }
9928         [System.Configuration.ConfigurationPropertyAttribute("pickupDirectoryLocation")]
9929         public string PickupDirectoryLocation { get { throw null; } set { } }
9930         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9931     }
9932     public sealed partial class SocketElement : System.Configuration.ConfigurationElement
9933     {
SocketElement()9934         public SocketElement() { }
9935         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForAccept", DefaultValue="False")]
9936         public bool AlwaysUseCompletionPortsForAccept { get { throw null; } set { } }
9937         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForConnect", DefaultValue="False")]
9938         public bool AlwaysUseCompletionPortsForConnect { get { throw null; } set { } }
9939         public System.Net.Sockets.IPProtectionLevel IPProtectionLevel { get { throw null; } set { } }
9940         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9941         [System.MonoTODOAttribute]
PostDeserialize()9942         protected override void PostDeserialize() { }
9943     }
9944     public enum UnicodeDecodingConformance
9945     {
9946         Auto = 0,
9947         Compat = 2,
9948         Loose = 3,
9949         Strict = 1,
9950     }
9951     public enum UnicodeEncodingConformance
9952     {
9953         Auto = 0,
9954         Compat = 2,
9955         Strict = 1,
9956     }
9957     public sealed partial class WebProxyScriptElement : System.Configuration.ConfigurationElement
9958     {
WebProxyScriptElement()9959         public WebProxyScriptElement() { }
9960         [System.Configuration.ConfigurationPropertyAttribute("downloadTimeout", DefaultValue="00:02:00")]
9961         public System.TimeSpan DownloadTimeout { get { throw null; } set { } }
9962         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
PostDeserialize()9963         protected override void PostDeserialize() { }
9964     }
9965     public sealed partial class WebRequestModuleElement : System.Configuration.ConfigurationElement
9966     {
WebRequestModuleElement()9967         public WebRequestModuleElement() { }
WebRequestModuleElement(string prefix, string type)9968         public WebRequestModuleElement(string prefix, string type) { }
WebRequestModuleElement(string prefix, System.Type type)9969         public WebRequestModuleElement(string prefix, System.Type type) { }
9970         [System.Configuration.ConfigurationPropertyAttribute("prefix", Options=(System.Configuration.ConfigurationPropertyOptions)(6))]
9971         public string Prefix { get { throw null; } set { } }
9972         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9973         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.TypeConverter))]
9974         [System.Configuration.ConfigurationPropertyAttribute("type")]
9975         public System.Type Type { get { throw null; } set { } }
9976     }
9977     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.WebRequestModuleElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1))]
9978     public sealed partial class WebRequestModuleElementCollection : System.Configuration.ConfigurationElementCollection
9979     {
WebRequestModuleElementCollection()9980         public WebRequestModuleElementCollection() { }
9981         [System.MonoTODOAttribute]
9982         public System.Net.Configuration.WebRequestModuleElement this[int index] { get { throw null; } set { } }
9983         [System.MonoTODOAttribute]
9984         public new System.Net.Configuration.WebRequestModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.WebRequestModuleElement element)9985         public void Add(System.Net.Configuration.WebRequestModuleElement element) { }
Clear()9986         public void Clear() { }
CreateNewElement()9987         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9988         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.WebRequestModuleElement element)9989         public int IndexOf(System.Net.Configuration.WebRequestModuleElement element) { throw null; }
Remove(System.Net.Configuration.WebRequestModuleElement element)9990         public void Remove(System.Net.Configuration.WebRequestModuleElement element) { }
Remove(string name)9991         public void Remove(string name) { }
RemoveAt(int index)9992         public void RemoveAt(int index) { }
9993     }
9994     public sealed partial class WebRequestModulesSection : System.Configuration.ConfigurationSection
9995     {
WebRequestModulesSection()9996         public WebRequestModulesSection() { }
9997         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9998         [System.Configuration.ConfigurationPropertyAttribute("", Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
9999         public System.Net.Configuration.WebRequestModuleElementCollection WebRequestModules { get { throw null; } }
10000         [System.MonoTODOAttribute]
InitializeDefault()10001         protected override void InitializeDefault() { }
10002         [System.MonoTODOAttribute]
PostDeserialize()10003         protected override void PostDeserialize() { }
10004     }
10005     public sealed partial class WebUtilityElement : System.Configuration.ConfigurationElement
10006     {
WebUtilityElement()10007         public WebUtilityElement() { }
10008         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10009         public System.Net.Configuration.UnicodeDecodingConformance UnicodeDecodingConformance { get { throw null; } set { } }
10010         public System.Net.Configuration.UnicodeEncodingConformance UnicodeEncodingConformance { get { throw null; } set { } }
10011     }
10012 }
10013 #endif
10014 namespace System.Net.Mail
10015 {
10016     public partial class AlternateView : System.Net.Mail.AttachmentBase
10017     {
AlternateView(System.IO.Stream contentStream)10018         public AlternateView(System.IO.Stream contentStream) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10019         public AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, string mediaType)10020         public AlternateView(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
AlternateView(string fileName)10021         public AlternateView(string fileName) : base (default(string)) { }
AlternateView(string fileName, System.Net.Mime.ContentType contentType)10022         public AlternateView(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(string fileName, string mediaType)10023         public AlternateView(string fileName, string mediaType) : base (default(string)) { }
10024         public System.Uri BaseUri { get { throw null; } set { } }
10025         public System.Net.Mail.LinkedResourceCollection LinkedResources { get { throw null; } }
CreateAlternateViewFromString(string content)10026         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content) { throw null; }
CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType)10027         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)10028         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
Dispose(bool disposing)10029         protected override void Dispose(bool disposing) { }
10030     }
10031     public sealed partial class AlternateViewCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.AlternateView>, System.IDisposable
10032     {
AlternateViewCollection()10033         internal AlternateViewCollection() { }
ClearItems()10034         protected override void ClearItems() { }
Dispose()10035         public void Dispose() { }
InsertItem(int index, System.Net.Mail.AlternateView item)10036         protected override void InsertItem(int index, System.Net.Mail.AlternateView item) { }
RemoveItem(int index)10037         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.AlternateView item)10038         protected override void SetItem(int index, System.Net.Mail.AlternateView item) { }
10039     }
10040     public partial class Attachment : System.Net.Mail.AttachmentBase
10041     {
Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10042         public Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name)10043         public Attachment(System.IO.Stream contentStream, string name) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name, string mediaType)10044         public Attachment(System.IO.Stream contentStream, string name, string mediaType) : base (default(string)) { }
Attachment(string fileName)10045         public Attachment(string fileName) : base (default(string)) { }
Attachment(string fileName, System.Net.Mime.ContentType contentType)10046         public Attachment(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(string fileName, string mediaType)10047         public Attachment(string fileName, string mediaType) : base (default(string)) { }
10048         public System.Net.Mime.ContentDisposition ContentDisposition { get { throw null; } }
10049         public string Name { get { throw null; } set { } }
10050         public System.Text.Encoding NameEncoding { get { throw null; } set { } }
CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType)10051         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateAttachmentFromString(string content, string name)10052         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name) { throw null; }
CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType)10053         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10054     }
10055     public abstract partial class AttachmentBase : System.IDisposable
10056     {
AttachmentBase(System.IO.Stream contentStream)10057         protected AttachmentBase(System.IO.Stream contentStream) { }
AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10058         protected AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) { }
AttachmentBase(System.IO.Stream contentStream, string mediaType)10059         protected AttachmentBase(System.IO.Stream contentStream, string mediaType) { }
AttachmentBase(string fileName)10060         protected AttachmentBase(string fileName) { }
AttachmentBase(string fileName, System.Net.Mime.ContentType contentType)10061         protected AttachmentBase(string fileName, System.Net.Mime.ContentType contentType) { }
AttachmentBase(string fileName, string mediaType)10062         protected AttachmentBase(string fileName, string mediaType) { }
10063         public string ContentId { get { throw null; } set { } }
10064         public System.IO.Stream ContentStream { get { throw null; } }
10065         public System.Net.Mime.ContentType ContentType { get { throw null; } set { } }
10066         public System.Net.Mime.TransferEncoding TransferEncoding { get { throw null; } set { } }
Dispose()10067         public void Dispose() { }
Dispose(bool disposing)10068         protected virtual void Dispose(bool disposing) { }
10069     }
10070     public sealed partial class AttachmentCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.Attachment>, System.IDisposable
10071     {
AttachmentCollection()10072         internal AttachmentCollection() { }
ClearItems()10073         protected override void ClearItems() { }
Dispose()10074         public void Dispose() { }
InsertItem(int index, System.Net.Mail.Attachment item)10075         protected override void InsertItem(int index, System.Net.Mail.Attachment item) { }
RemoveItem(int index)10076         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.Attachment item)10077         protected override void SetItem(int index, System.Net.Mail.Attachment item) { }
10078     }
10079     [System.FlagsAttribute]
10080     public enum DeliveryNotificationOptions
10081     {
10082         Delay = 4,
10083         Never = 134217728,
10084         None = 0,
10085         OnFailure = 2,
10086         OnSuccess = 1,
10087     }
10088     public partial class LinkedResource : System.Net.Mail.AttachmentBase
10089     {
LinkedResource(System.IO.Stream contentStream)10090         public LinkedResource(System.IO.Stream contentStream) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10091         public LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, string mediaType)10092         public LinkedResource(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
LinkedResource(string fileName)10093         public LinkedResource(string fileName) : base (default(string)) { }
LinkedResource(string fileName, System.Net.Mime.ContentType contentType)10094         public LinkedResource(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(string fileName, string mediaType)10095         public LinkedResource(string fileName, string mediaType) : base (default(string)) { }
10096         public System.Uri ContentLink { get { throw null; } set { } }
CreateLinkedResourceFromString(string content)10097         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content) { throw null; }
CreateLinkedResourceFromString(string content, System.Net.Mime.ContentType contentType)10098         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)10099         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10100     }
10101     public sealed partial class LinkedResourceCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.LinkedResource>, System.IDisposable
10102     {
LinkedResourceCollection()10103         internal LinkedResourceCollection() { }
ClearItems()10104         protected override void ClearItems() { }
Dispose()10105         public void Dispose() { }
InsertItem(int index, System.Net.Mail.LinkedResource item)10106         protected override void InsertItem(int index, System.Net.Mail.LinkedResource item) { }
RemoveItem(int index)10107         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.LinkedResource item)10108         protected override void SetItem(int index, System.Net.Mail.LinkedResource item) { }
10109     }
10110     public partial class MailAddress
10111     {
MailAddress(string address)10112         public MailAddress(string address) { }
MailAddress(string address, string displayName)10113         public MailAddress(string address, string displayName) { }
10114         [System.MonoTODOAttribute("We don't do anything with displayNameEncoding")]
MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding)10115         public MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding) { }
10116         public string Address { get { throw null; } }
10117         public string DisplayName { get { throw null; } }
10118         public string Host { get { throw null; } }
10119         public string User { get { throw null; } }
Equals(object value)10120         public override bool Equals(object value) { throw null; }
GetHashCode()10121         public override int GetHashCode() { throw null; }
ToString()10122         public override string ToString() { throw null; }
10123     }
10124     public partial class MailAddressCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.MailAddress>
10125     {
MailAddressCollection()10126         public MailAddressCollection() { }
Add(string addresses)10127         public void Add(string addresses) { }
InsertItem(int index, System.Net.Mail.MailAddress item)10128         protected override void InsertItem(int index, System.Net.Mail.MailAddress item) { }
SetItem(int index, System.Net.Mail.MailAddress item)10129         protected override void SetItem(int index, System.Net.Mail.MailAddress item) { }
ToString()10130         public override string ToString() { throw null; }
10131     }
10132     public partial class MailMessage : System.IDisposable
10133     {
MailMessage()10134         public MailMessage() { }
MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to)10135         public MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to) { }
MailMessage(string from, string to)10136         public MailMessage(string from, string to) { }
MailMessage(string from, string to, string subject, string body)10137         public MailMessage(string from, string to, string subject, string body) { }
10138         public System.Net.Mail.AlternateViewCollection AlternateViews { get { throw null; } }
10139         public System.Net.Mail.AttachmentCollection Attachments { get { throw null; } }
10140         public System.Net.Mail.MailAddressCollection Bcc { get { throw null; } }
10141         public string Body { get { throw null; } set { } }
10142         public System.Text.Encoding BodyEncoding { get { throw null; } set { } }
10143         public System.Net.Mime.TransferEncoding BodyTransferEncoding { get { throw null; } set { } }
10144         public System.Net.Mail.MailAddressCollection CC { get { throw null; } }
10145         public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOptions { get { throw null; } set { } }
10146         public System.Net.Mail.MailAddress From { get { throw null; } set { } }
10147         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
10148         public System.Text.Encoding HeadersEncoding { get { throw null; } set { } }
10149         public bool IsBodyHtml { get { throw null; } set { } }
10150         public System.Net.Mail.MailPriority Priority { get { throw null; } set { } }
10151         [System.ObsoleteAttribute("Use ReplyToList instead")]
10152         public System.Net.Mail.MailAddress ReplyTo { get { throw null; } set { } }
10153         public System.Net.Mail.MailAddressCollection ReplyToList { get { throw null; } }
10154         public System.Net.Mail.MailAddress Sender { get { throw null; } set { } }
10155         public string Subject { get { throw null; } set { } }
10156         public System.Text.Encoding SubjectEncoding { get { throw null; } set { } }
10157         public System.Net.Mail.MailAddressCollection To { get { throw null; } }
Dispose()10158         public void Dispose() { }
Dispose(bool disposing)10159         protected virtual void Dispose(bool disposing) { }
10160     }
10161     public enum MailPriority
10162     {
10163         High = 2,
10164         Low = 1,
10165         Normal = 0,
10166     }
SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)10167     public delegate void SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
10168     public enum SmtpAccess
10169     {
10170         Connect = 1,
10171         ConnectToUnrestrictedPort = 2,
10172         None = 0,
10173     }
10174     [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")]
10175     public partial class SmtpClient : System.IDisposable
10176     {
SmtpClient()10177         public SmtpClient() { }
SmtpClient(string host)10178         public SmtpClient(string host) { }
SmtpClient(string host, int port)10179         public SmtpClient(string host, int port) { }
10180         [System.MonoTODOAttribute("Client certificates not used")]
10181         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
10182         public System.Net.ICredentialsByHost Credentials { get { throw null; } set { } }
10183         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
10184         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
10185         public bool EnableSsl { get { throw null; } set { } }
10186         public string Host { get { throw null; } set { } }
10187         public string PickupDirectoryLocation { get { throw null; } set { } }
10188         public int Port { get { throw null; } set { } }
10189         [System.MonoTODOAttribute]
10190         public System.Net.ServicePoint ServicePoint { get { throw null; } }
10191         public string TargetName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
10192         public int Timeout { get { throw null; } set { } }
10193         public bool UseDefaultCredentials { get { throw null; } [System.MonoNotSupportedAttribute("no DefaultCredential support in Mono")]set { } }
10194         public event System.Net.Mail.SendCompletedEventHandler SendCompleted { add { } remove { } }
Dispose()10195         public void Dispose() { }
10196         [System.MonoTODOAttribute("Does nothing at the moment.")]
Dispose(bool disposing)10197         protected virtual void Dispose(bool disposing) { }
OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e)10198         protected void OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
Send(System.Net.Mail.MailMessage message)10199         public void Send(System.Net.Mail.MailMessage message) { }
Send(string from, string recipients, string subject, string body)10200         public void Send(string from, string recipients, string subject, string body) { }
SendAsync(System.Net.Mail.MailMessage message, object userToken)10201         public void SendAsync(System.Net.Mail.MailMessage message, object userToken) { }
SendAsync(string from, string recipients, string subject, string body, object userToken)10202         public void SendAsync(string from, string recipients, string subject, string body, object userToken) { }
SendAsyncCancel()10203         public void SendAsyncCancel() { }
SendMailAsync(System.Net.Mail.MailMessage message)10204         public System.Threading.Tasks.Task SendMailAsync(System.Net.Mail.MailMessage message) { throw null; }
SendMailAsync(string from, string recipients, string subject, string body)10205         public System.Threading.Tasks.Task SendMailAsync(string from, string recipients, string subject, string body) { throw null; }
10206     }
10207     public enum SmtpDeliveryFormat
10208     {
10209         International = 1,
10210         SevenBit = 0,
10211     }
10212     public enum SmtpDeliveryMethod
10213     {
10214         Network = 0,
10215         PickupDirectoryFromIis = 2,
10216         SpecifiedPickupDirectory = 1,
10217     }
10218     [System.SerializableAttribute]
10219     public partial class SmtpException : System.Exception, System.Runtime.Serialization.ISerializable
10220     {
SmtpException()10221         public SmtpException() { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode)10222         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode) { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message)10223         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message) { }
SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10224         protected SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
SmtpException(string message)10225         public SmtpException(string message) { }
SmtpException(string message, System.Exception innerException)10226         public SmtpException(string message, System.Exception innerException) { }
10227         public System.Net.Mail.SmtpStatusCode StatusCode { get { throw null; } set { } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10228         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)10229         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10230     }
10231     [System.SerializableAttribute]
10232     public partial class SmtpFailedRecipientException : System.Net.Mail.SmtpException, System.Runtime.Serialization.ISerializable
10233     {
SmtpFailedRecipientException()10234         public SmtpFailedRecipientException() { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient)10235         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient) { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse)10236         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse) { }
SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10237         protected SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientException(string message)10238         public SmtpFailedRecipientException(string message) { }
SmtpFailedRecipientException(string message, System.Exception innerException)10239         public SmtpFailedRecipientException(string message, System.Exception innerException) { }
SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException)10240         public SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException) { }
10241         public string FailedRecipient { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10242         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)10243         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10244     }
10245     [System.SerializableAttribute]
10246     public partial class SmtpFailedRecipientsException : System.Net.Mail.SmtpFailedRecipientException, System.Runtime.Serialization.ISerializable
10247     {
SmtpFailedRecipientsException()10248         public SmtpFailedRecipientsException() { }
SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10249         protected SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientsException(string message)10250         public SmtpFailedRecipientsException(string message) { }
SmtpFailedRecipientsException(string message, System.Exception innerException)10251         public SmtpFailedRecipientsException(string message, System.Exception innerException) { }
SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions)10252         public SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions) { }
10253         public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10254         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)10255         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10256     }
10257     [System.SerializableAttribute]
10258     public sealed partial class SmtpPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10259     {
SmtpPermission(bool unrestricted)10260         public SmtpPermission(bool unrestricted) { }
SmtpPermission(System.Net.Mail.SmtpAccess access)10261         public SmtpPermission(System.Net.Mail.SmtpAccess access) { }
SmtpPermission(System.Security.Permissions.PermissionState state)10262         public SmtpPermission(System.Security.Permissions.PermissionState state) { }
10263         public System.Net.Mail.SmtpAccess Access { get { throw null; } }
AddPermission(System.Net.Mail.SmtpAccess access)10264         public void AddPermission(System.Net.Mail.SmtpAccess access) { }
Copy()10265         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10266         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10267         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10268         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10269         public bool IsUnrestricted() { throw null; }
ToXml()10270         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10271         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10272     }
10273     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10274     [System.SerializableAttribute]
10275     public sealed partial class SmtpPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10276     {
SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action)10277         public SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10278         public string Access { get { throw null; } set { } }
CreatePermission()10279         public override System.Security.IPermission CreatePermission() { throw null; }
10280     }
10281     public enum SmtpStatusCode
10282     {
10283         BadCommandSequence = 503,
10284         CannotVerifyUserWillAttemptDelivery = 252,
10285         ClientNotPermitted = 454,
10286         CommandNotImplemented = 502,
10287         CommandParameterNotImplemented = 504,
10288         CommandUnrecognized = 500,
10289         ExceededStorageAllocation = 552,
10290         GeneralFailure = -1,
10291         HelpMessage = 214,
10292         InsufficientStorage = 452,
10293         LocalErrorInProcessing = 451,
10294         MailboxBusy = 450,
10295         MailboxNameNotAllowed = 553,
10296         MailboxUnavailable = 550,
10297         MustIssueStartTlsFirst = 530,
10298         Ok = 250,
10299         ServiceClosingTransmissionChannel = 221,
10300         ServiceNotAvailable = 421,
10301         ServiceReady = 220,
10302         StartMailInput = 354,
10303         SyntaxError = 501,
10304         SystemStatus = 211,
10305         TransactionFailed = 554,
10306         UserNotLocalTryAlternatePath = 551,
10307         UserNotLocalWillForward = 251,
10308     }
10309 }
10310 namespace System.Net.Mime
10311 {
10312     public partial class ContentDisposition
10313     {
ContentDisposition()10314         public ContentDisposition() { }
ContentDisposition(string disposition)10315         public ContentDisposition(string disposition) { }
10316         public System.DateTime CreationDate { get { throw null; } set { } }
10317         public string DispositionType { get { throw null; } set { } }
10318         public string FileName { get { throw null; } set { } }
10319         public bool Inline { get { throw null; } set { } }
10320         public System.DateTime ModificationDate { get { throw null; } set { } }
10321         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
10322         public System.DateTime ReadDate { get { throw null; } set { } }
10323         public long Size { get { throw null; } set { } }
Equals(object rparam)10324         public override bool Equals(object rparam) { throw null; }
GetHashCode()10325         public override int GetHashCode() { throw null; }
ToString()10326         public override string ToString() { throw null; }
10327     }
10328     public partial class ContentType
10329     {
ContentType()10330         public ContentType() { }
ContentType(string contentType)10331         public ContentType(string contentType) { }
10332         public string Boundary { get { throw null; } set { } }
10333         public string CharSet { get { throw null; } set { } }
10334         public string MediaType { get { throw null; } set { } }
10335         public string Name { get { throw null; } set { } }
10336         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
Equals(object rparam)10337         public override bool Equals(object rparam) { throw null; }
GetHashCode()10338         public override int GetHashCode() { throw null; }
ToString()10339         public override string ToString() { throw null; }
10340     }
10341     public static partial class DispositionTypeNames
10342     {
10343         public const string Attachment = "attachment";
10344         public const string Inline = "inline";
10345     }
10346     public static partial class MediaTypeNames
10347     {
10348         public static partial class Application
10349         {
10350             public const string Octet = "application/octet-stream";
10351             public const string Pdf = "application/pdf";
10352             public const string Rtf = "application/rtf";
10353             public const string Soap = "application/soap+xml";
10354             public const string Zip = "application/zip";
10355         }
10356         public static partial class Image
10357         {
10358             public const string Gif = "image/gif";
10359             public const string Jpeg = "image/jpeg";
10360             public const string Tiff = "image/tiff";
10361         }
10362         public static partial class Text
10363         {
10364             public const string Html = "text/html";
10365             public const string Plain = "text/plain";
10366             public const string RichText = "text/richtext";
10367             public const string Xml = "text/xml";
10368         }
10369     }
10370     public enum TransferEncoding
10371     {
10372         Base64 = 1,
10373         EightBit = 3,
10374         QuotedPrintable = 0,
10375         SevenBit = 2,
10376         Unknown = -1,
10377     }
10378 }
10379 namespace System.Net.NetworkInformation
10380 {
10381     public enum DuplicateAddressDetectionState
10382     {
10383         Deprecated = 3,
10384         Duplicate = 2,
10385         Invalid = 0,
10386         Preferred = 4,
10387         Tentative = 1,
10388     }
10389     public abstract partial class GatewayIPAddressInformation
10390     {
GatewayIPAddressInformation()10391         protected GatewayIPAddressInformation() { }
10392         public abstract System.Net.IPAddress Address { get; }
10393     }
10394     public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.IEnumerable
10395     {
GatewayIPAddressInformationCollection()10396         protected internal GatewayIPAddressInformationCollection() { }
10397         public virtual int Count { get { throw null; } }
10398         public virtual bool IsReadOnly { get { throw null; } }
10399         public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.GatewayIPAddressInformation address)10400         public virtual void Add(System.Net.NetworkInformation.GatewayIPAddressInformation address) { }
Clear()10401         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address)10402         public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset)10403         public virtual void CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset) { }
GetEnumerator()10404         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.GatewayIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address)10405         public virtual bool Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10406         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10407     }
10408     public abstract partial class IcmpV4Statistics
10409     {
IcmpV4Statistics()10410         protected IcmpV4Statistics() { }
10411         public abstract long AddressMaskRepliesReceived { get; }
10412         public abstract long AddressMaskRepliesSent { get; }
10413         public abstract long AddressMaskRequestsReceived { get; }
10414         public abstract long AddressMaskRequestsSent { get; }
10415         public abstract long DestinationUnreachableMessagesReceived { get; }
10416         public abstract long DestinationUnreachableMessagesSent { get; }
10417         public abstract long EchoRepliesReceived { get; }
10418         public abstract long EchoRepliesSent { get; }
10419         public abstract long EchoRequestsReceived { get; }
10420         public abstract long EchoRequestsSent { get; }
10421         public abstract long ErrorsReceived { get; }
10422         public abstract long ErrorsSent { get; }
10423         public abstract long MessagesReceived { get; }
10424         public abstract long MessagesSent { get; }
10425         public abstract long ParameterProblemsReceived { get; }
10426         public abstract long ParameterProblemsSent { get; }
10427         public abstract long RedirectsReceived { get; }
10428         public abstract long RedirectsSent { get; }
10429         public abstract long SourceQuenchesReceived { get; }
10430         public abstract long SourceQuenchesSent { get; }
10431         public abstract long TimeExceededMessagesReceived { get; }
10432         public abstract long TimeExceededMessagesSent { get; }
10433         public abstract long TimestampRepliesReceived { get; }
10434         public abstract long TimestampRepliesSent { get; }
10435         public abstract long TimestampRequestsReceived { get; }
10436         public abstract long TimestampRequestsSent { get; }
10437     }
10438     public abstract partial class IcmpV6Statistics
10439     {
IcmpV6Statistics()10440         protected IcmpV6Statistics() { }
10441         public abstract long DestinationUnreachableMessagesReceived { get; }
10442         public abstract long DestinationUnreachableMessagesSent { get; }
10443         public abstract long EchoRepliesReceived { get; }
10444         public abstract long EchoRepliesSent { get; }
10445         public abstract long EchoRequestsReceived { get; }
10446         public abstract long EchoRequestsSent { get; }
10447         public abstract long ErrorsReceived { get; }
10448         public abstract long ErrorsSent { get; }
10449         public abstract long MembershipQueriesReceived { get; }
10450         public abstract long MembershipQueriesSent { get; }
10451         public abstract long MembershipReductionsReceived { get; }
10452         public abstract long MembershipReductionsSent { get; }
10453         public abstract long MembershipReportsReceived { get; }
10454         public abstract long MembershipReportsSent { get; }
10455         public abstract long MessagesReceived { get; }
10456         public abstract long MessagesSent { get; }
10457         public abstract long NeighborAdvertisementsReceived { get; }
10458         public abstract long NeighborAdvertisementsSent { get; }
10459         public abstract long NeighborSolicitsReceived { get; }
10460         public abstract long NeighborSolicitsSent { get; }
10461         public abstract long PacketTooBigMessagesReceived { get; }
10462         public abstract long PacketTooBigMessagesSent { get; }
10463         public abstract long ParameterProblemsReceived { get; }
10464         public abstract long ParameterProblemsSent { get; }
10465         public abstract long RedirectsReceived { get; }
10466         public abstract long RedirectsSent { get; }
10467         public abstract long RouterAdvertisementsReceived { get; }
10468         public abstract long RouterAdvertisementsSent { get; }
10469         public abstract long RouterSolicitsReceived { get; }
10470         public abstract long RouterSolicitsSent { get; }
10471         public abstract long TimeExceededMessagesReceived { get; }
10472         public abstract long TimeExceededMessagesSent { get; }
10473     }
10474     public partial class IPAddressCollection : System.Collections.Generic.ICollection<System.Net.IPAddress>, System.Collections.Generic.IEnumerable<System.Net.IPAddress>, System.Collections.IEnumerable
10475     {
IPAddressCollection()10476         protected internal IPAddressCollection() { }
10477         public virtual int Count { get { throw null; } }
10478         public virtual bool IsReadOnly { get { throw null; } }
10479         public virtual System.Net.IPAddress this[int index] { get { throw null; } }
Add(System.Net.IPAddress address)10480         public virtual void Add(System.Net.IPAddress address) { }
Clear()10481         public virtual void Clear() { }
Contains(System.Net.IPAddress address)10482         public virtual bool Contains(System.Net.IPAddress address) { throw null; }
CopyTo(System.Net.IPAddress[] array, int offset)10483         public virtual void CopyTo(System.Net.IPAddress[] array, int offset) { }
GetEnumerator()10484         public virtual System.Collections.Generic.IEnumerator<System.Net.IPAddress> GetEnumerator() { throw null; }
Remove(System.Net.IPAddress address)10485         public virtual bool Remove(System.Net.IPAddress address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10486         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10487     }
10488     public abstract partial class IPAddressInformation
10489     {
IPAddressInformation()10490         protected IPAddressInformation() { }
10491         public abstract System.Net.IPAddress Address { get; }
10492         public abstract bool IsDnsEligible { get; }
10493         public abstract bool IsTransient { get; }
10494     }
10495     public partial class IPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.IEnumerable
10496     {
IPAddressInformationCollection()10497         internal IPAddressInformationCollection() { }
10498         public virtual int Count { get { throw null; } }
10499         public virtual bool IsReadOnly { get { throw null; } }
10500         public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.IPAddressInformation address)10501         public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { }
Clear()10502         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.IPAddressInformation address)10503         public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset)10504         public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) { }
GetEnumerator()10505         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.IPAddressInformation address)10506         public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10507         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10508     }
10509     public abstract partial class IPGlobalProperties
10510     {
IPGlobalProperties()10511         protected IPGlobalProperties() { }
10512         public abstract string DhcpScopeName { get; }
10513         public abstract string DomainName { get; }
10514         public abstract string HostName { get; }
10515         public abstract bool IsWinsProxy { get; }
10516         public abstract System.Net.NetworkInformation.NetBiosNodeType NodeType { get; }
BeginGetUnicastAddresses(System.AsyncCallback callback, object state)10517         public virtual System.IAsyncResult BeginGetUnicastAddresses(System.AsyncCallback callback, object state) { throw null; }
EndGetUnicastAddresses(System.IAsyncResult asyncResult)10518         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection EndGetUnicastAddresses(System.IAsyncResult asyncResult) { throw null; }
GetActiveTcpConnections()10519         public abstract System.Net.NetworkInformation.TcpConnectionInformation[] GetActiveTcpConnections();
GetActiveTcpListeners()10520         public abstract System.Net.IPEndPoint[] GetActiveTcpListeners();
GetActiveUdpListeners()10521         public abstract System.Net.IPEndPoint[] GetActiveUdpListeners();
GetIcmpV4Statistics()10522         public abstract System.Net.NetworkInformation.IcmpV4Statistics GetIcmpV4Statistics();
GetIcmpV6Statistics()10523         public abstract System.Net.NetworkInformation.IcmpV6Statistics GetIcmpV6Statistics();
GetIPGlobalProperties()10524         public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties() { throw null; }
GetIPv4GlobalStatistics()10525         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv4GlobalStatistics();
GetIPv6GlobalStatistics()10526         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv6GlobalStatistics();
GetTcpIPv4Statistics()10527         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv4Statistics();
GetTcpIPv6Statistics()10528         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv6Statistics();
GetUdpIPv4Statistics()10529         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv4Statistics();
GetUdpIPv6Statistics()10530         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv6Statistics();
GetUnicastAddresses()10531         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection GetUnicastAddresses() { throw null; }
10532         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetUnicastAddressesAsync()10533         public virtual System.Threading.Tasks.Task<System.Net.NetworkInformation.UnicastIPAddressInformationCollection> GetUnicastAddressesAsync() { throw null; }
10534     }
10535     public abstract partial class IPGlobalStatistics
10536     {
IPGlobalStatistics()10537         protected IPGlobalStatistics() { }
10538         public abstract int DefaultTtl { get; }
10539         public abstract bool ForwardingEnabled { get; }
10540         public abstract int NumberOfInterfaces { get; }
10541         public abstract int NumberOfIPAddresses { get; }
10542         public abstract int NumberOfRoutes { get; }
10543         public abstract long OutputPacketRequests { get; }
10544         public abstract long OutputPacketRoutingDiscards { get; }
10545         public abstract long OutputPacketsDiscarded { get; }
10546         public abstract long OutputPacketsWithNoRoute { get; }
10547         public abstract long PacketFragmentFailures { get; }
10548         public abstract long PacketReassembliesRequired { get; }
10549         public abstract long PacketReassemblyFailures { get; }
10550         public abstract long PacketReassemblyTimeout { get; }
10551         public abstract long PacketsFragmented { get; }
10552         public abstract long PacketsReassembled { get; }
10553         public abstract long ReceivedPackets { get; }
10554         public abstract long ReceivedPacketsDelivered { get; }
10555         public abstract long ReceivedPacketsDiscarded { get; }
10556         public abstract long ReceivedPacketsForwarded { get; }
10557         public abstract long ReceivedPacketsWithAddressErrors { get; }
10558         public abstract long ReceivedPacketsWithHeadersErrors { get; }
10559         public abstract long ReceivedPacketsWithUnknownProtocol { get; }
10560     }
10561     public abstract partial class IPInterfaceProperties
10562     {
IPInterfaceProperties()10563         protected IPInterfaceProperties() { }
10564         public abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; }
10565         public abstract System.Net.NetworkInformation.IPAddressCollection DhcpServerAddresses { get; }
10566         public abstract System.Net.NetworkInformation.IPAddressCollection DnsAddresses { get; }
10567         public abstract string DnsSuffix { get; }
10568         public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddresses { get; }
10569         public abstract bool IsDnsEnabled { get; }
10570         public abstract bool IsDynamicDnsEnabled { get; }
10571         public abstract System.Net.NetworkInformation.MulticastIPAddressInformationCollection MulticastAddresses { get; }
10572         public abstract System.Net.NetworkInformation.UnicastIPAddressInformationCollection UnicastAddresses { get; }
10573         public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
GetIPv4Properties()10574         public abstract System.Net.NetworkInformation.IPv4InterfaceProperties GetIPv4Properties();
GetIPv6Properties()10575         public abstract System.Net.NetworkInformation.IPv6InterfaceProperties GetIPv6Properties();
10576     }
10577     public abstract partial class IPInterfaceStatistics
10578     {
IPInterfaceStatistics()10579         protected IPInterfaceStatistics() { }
10580         public abstract long BytesReceived { get; }
10581         public abstract long BytesSent { get; }
10582         public abstract long IncomingPacketsDiscarded { get; }
10583         public abstract long IncomingPacketsWithErrors { get; }
10584         public abstract long IncomingUnknownProtocolPackets { get; }
10585         public abstract long NonUnicastPacketsReceived { get; }
10586         public abstract long NonUnicastPacketsSent { get; }
10587         public abstract long OutgoingPacketsDiscarded { get; }
10588         public abstract long OutgoingPacketsWithErrors { get; }
10589         public abstract long OutputQueueLength { get; }
10590         public abstract long UnicastPacketsReceived { get; }
10591         public abstract long UnicastPacketsSent { get; }
10592     }
10593     public enum IPStatus
10594     {
10595         BadDestination = 11018,
10596         BadHeader = 11042,
10597         BadOption = 11007,
10598         BadRoute = 11012,
10599         DestinationHostUnreachable = 11003,
10600         DestinationNetworkUnreachable = 11002,
10601         DestinationPortUnreachable = 11005,
10602         DestinationProhibited = 11004,
10603         DestinationProtocolUnreachable = 11004,
10604         DestinationScopeMismatch = 11045,
10605         DestinationUnreachable = 11040,
10606         HardwareError = 11008,
10607         IcmpError = 11044,
10608         NoResources = 11006,
10609         PacketTooBig = 11009,
10610         ParameterProblem = 11015,
10611         SourceQuench = 11016,
10612         Success = 0,
10613         TimedOut = 11010,
10614         TimeExceeded = 11041,
10615         TtlExpired = 11013,
10616         TtlReassemblyTimeExceeded = 11014,
10617         Unknown = -1,
10618         UnrecognizedNextHeader = 11043,
10619     }
10620     public abstract partial class IPv4InterfaceProperties
10621     {
IPv4InterfaceProperties()10622         protected IPv4InterfaceProperties() { }
10623         public abstract int Index { get; }
10624         public abstract bool IsAutomaticPrivateAddressingActive { get; }
10625         public abstract bool IsAutomaticPrivateAddressingEnabled { get; }
10626         public abstract bool IsDhcpEnabled { get; }
10627         public abstract bool IsForwardingEnabled { get; }
10628         public abstract int Mtu { get; }
10629         public abstract bool UsesWins { get; }
10630     }
10631     public abstract partial class IPv4InterfaceStatistics
10632     {
IPv4InterfaceStatistics()10633         protected IPv4InterfaceStatistics() { }
10634         public abstract long BytesReceived { get; }
10635         public abstract long BytesSent { get; }
10636         public abstract long IncomingPacketsDiscarded { get; }
10637         public abstract long IncomingPacketsWithErrors { get; }
10638         public abstract long IncomingUnknownProtocolPackets { get; }
10639         public abstract long NonUnicastPacketsReceived { get; }
10640         public abstract long NonUnicastPacketsSent { get; }
10641         public abstract long OutgoingPacketsDiscarded { get; }
10642         public abstract long OutgoingPacketsWithErrors { get; }
10643         public abstract long OutputQueueLength { get; }
10644         public abstract long UnicastPacketsReceived { get; }
10645         public abstract long UnicastPacketsSent { get; }
10646     }
10647     public abstract partial class IPv6InterfaceProperties
10648     {
IPv6InterfaceProperties()10649         protected IPv6InterfaceProperties() { }
10650         public abstract int Index { get; }
10651         public abstract int Mtu { get; }
GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel)10652         public virtual long GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel) { throw null; }
10653     }
10654     public abstract partial class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10655     {
MulticastIPAddressInformation()10656         protected MulticastIPAddressInformation() { }
10657         public abstract long AddressPreferredLifetime { get; }
10658         public abstract long AddressValidLifetime { get; }
10659         public abstract long DhcpLeaseLifetime { get; }
10660         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10661         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10662         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10663     }
10664     public partial class MulticastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.IEnumerable
10665     {
MulticastIPAddressInformationCollection()10666         protected internal MulticastIPAddressInformationCollection() { }
10667         public virtual int Count { get { throw null; } }
10668         public virtual bool IsReadOnly { get { throw null; } }
10669         public virtual System.Net.NetworkInformation.MulticastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.MulticastIPAddressInformation address)10670         public virtual void Add(System.Net.NetworkInformation.MulticastIPAddressInformation address) { }
Clear()10671         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address)10672         public virtual bool Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset)10673         public virtual void CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset) { }
GetEnumerator()10674         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.MulticastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address)10675         public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10676         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10677     }
10678     public enum NetBiosNodeType
10679     {
10680         Broadcast = 1,
10681         Hybrid = 8,
10682         Mixed = 4,
10683         Peer2Peer = 2,
10684         Unknown = 0,
10685     }
NetworkAddressChangedEventHandler(object sender, System.EventArgs e)10686     public delegate void NetworkAddressChangedEventHandler(object sender, System.EventArgs e);
NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e)10687     public delegate void NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e);
10688     public partial class NetworkAvailabilityEventArgs : System.EventArgs
10689     {
NetworkAvailabilityEventArgs()10690         internal NetworkAvailabilityEventArgs() { }
10691         public bool IsAvailable { get { throw null; } }
10692     }
10693     public partial class NetworkChange
10694     {
NetworkChange()10695         public NetworkChange() { }
10696         public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler NetworkAddressChanged { add { } remove { } }
10697         public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged { add { } remove { } }
RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc)10698         public static void RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc) { }
10699     }
10700     [System.FlagsAttribute]
10701     public enum NetworkInformationAccess
10702     {
10703         None = 0,
10704         Ping = 4,
10705         Read = 1,
10706     }
10707     [System.SerializableAttribute]
10708     public partial class NetworkInformationException : System.ComponentModel.Win32Exception
10709     {
NetworkInformationException()10710         public NetworkInformationException() { }
NetworkInformationException(int errorCode)10711         public NetworkInformationException(int errorCode) { }
NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10712         protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10713         public override int ErrorCode { get { throw null; } }
10714     }
10715     [System.SerializableAttribute]
10716     public sealed partial class NetworkInformationPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10717     {
NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10718         public NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
NetworkInformationPermission(System.Security.Permissions.PermissionState state)10719         public NetworkInformationPermission(System.Security.Permissions.PermissionState state) { }
10720         public System.Net.NetworkInformation.NetworkInformationAccess Access { get { throw null; } }
AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10721         public void AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
Copy()10722         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10723         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10724         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10725         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10726         public bool IsUnrestricted() { throw null; }
ToXml()10727         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10728         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10729     }
10730     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10731     [System.SerializableAttribute]
10732     public sealed partial class NetworkInformationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10733     {
NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action)10734         public NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10735         public string Access { get { throw null; } set { } }
CreatePermission()10736         public override System.Security.IPermission CreatePermission() { throw null; }
10737     }
10738     public abstract partial class NetworkInterface
10739     {
NetworkInterface()10740         protected NetworkInterface() { }
10741         public virtual string Description { get { throw null; } }
10742         public virtual string Id { get { throw null; } }
10743         public static int IPv6LoopbackInterfaceIndex { get { throw null; } }
10744         public virtual bool IsReceiveOnly { get { throw null; } }
10745         public static int LoopbackInterfaceIndex { get { throw null; } }
10746         public virtual string Name { get { throw null; } }
10747         public virtual System.Net.NetworkInformation.NetworkInterfaceType NetworkInterfaceType { get { throw null; } }
10748         public virtual System.Net.NetworkInformation.OperationalStatus OperationalStatus { get { throw null; } }
10749         public virtual long Speed { get { throw null; } }
10750         public virtual bool SupportsMulticast { get { throw null; } }
GetAllNetworkInterfaces()10751         public static System.Net.NetworkInformation.NetworkInterface[] GetAllNetworkInterfaces() { throw null; }
GetIPProperties()10752         public virtual System.Net.NetworkInformation.IPInterfaceProperties GetIPProperties() { throw null; }
GetIPStatistics()10753         public virtual System.Net.NetworkInformation.IPInterfaceStatistics GetIPStatistics() { throw null; }
GetIPv4Statistics()10754         public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics() { throw null; }
GetIsNetworkAvailable()10755         public static bool GetIsNetworkAvailable() { throw null; }
GetPhysicalAddress()10756         public virtual System.Net.NetworkInformation.PhysicalAddress GetPhysicalAddress() { throw null; }
Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent)10757         public virtual bool Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent) { throw null; }
10758     }
10759     public enum NetworkInterfaceComponent
10760     {
10761         IPv4 = 0,
10762         IPv6 = 1,
10763     }
10764     public enum NetworkInterfaceType
10765     {
10766         AsymmetricDsl = 94,
10767         Atm = 37,
10768         BasicIsdn = 20,
10769         Ethernet = 6,
10770         Ethernet3Megabit = 26,
10771         FastEthernetFx = 69,
10772         FastEthernetT = 62,
10773         Fddi = 15,
10774         GenericModem = 48,
10775         GigabitEthernet = 117,
10776         HighPerformanceSerialBus = 144,
10777         IPOverAtm = 114,
10778         Isdn = 63,
10779         Loopback = 24,
10780         MultiRateSymmetricDsl = 143,
10781         Ppp = 23,
10782         PrimaryIsdn = 21,
10783         RateAdaptDsl = 95,
10784         Slip = 28,
10785         SymmetricDsl = 96,
10786         TokenRing = 9,
10787         Tunnel = 131,
10788         Unknown = 1,
10789         VeryHighSpeedDsl = 97,
10790         Wireless80211 = 71,
10791         Wman = 237,
10792         Wwanpp = 243,
10793         Wwanpp2 = 244,
10794     }
10795     public enum OperationalStatus
10796     {
10797         Dormant = 5,
10798         Down = 2,
10799         LowerLayerDown = 7,
10800         NotPresent = 6,
10801         Testing = 3,
10802         Unknown = 4,
10803         Up = 1,
10804     }
10805     public partial class PhysicalAddress
10806     {
10807         public static readonly System.Net.NetworkInformation.PhysicalAddress None;
PhysicalAddress(byte[] address)10808         public PhysicalAddress(byte[] address) { }
Equals(object comparand)10809         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()10810         public byte[] GetAddressBytes() { throw null; }
GetHashCode()10811         public override int GetHashCode() { throw null; }
Parse(string address)10812         public static System.Net.NetworkInformation.PhysicalAddress Parse(string address) { throw null; }
ToString()10813         public override string ToString() { throw null; }
10814     }
10815     [System.MonoTODOAttribute("IPv6 support is missing")]
10816     public partial class Ping : System.ComponentModel.Component
10817     {
Ping()10818         public Ping() { }
10819         public event System.Net.NetworkInformation.PingCompletedEventHandler PingCompleted { add { } remove { } }
Dispose(bool disposing)10820         protected override void Dispose(bool disposing) { }
OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e)10821         protected void OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e) { }
Send(System.Net.IPAddress address)10822         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address) { throw null; }
Send(System.Net.IPAddress address, int timeout)10823         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout) { throw null; }
Send(System.Net.IPAddress address, int timeout, byte[] buffer)10824         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)10825         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
Send(string hostNameOrAddress)10826         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress) { throw null; }
Send(string hostNameOrAddress, int timeout)10827         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout) { throw null; }
Send(string hostNameOrAddress, int timeout, byte[] buffer)10828         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)10829         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)10830         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)10831         public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken) { }
SendAsync(System.Net.IPAddress address, int timeout, object userToken)10832         public void SendAsync(System.Net.IPAddress address, int timeout, object userToken) { }
SendAsync(System.Net.IPAddress address, object userToken)10833         public void SendAsync(System.Net.IPAddress address, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken)10834         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)10835         public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken) { }
SendAsync(string hostNameOrAddress, int timeout, object userToken)10836         public void SendAsync(string hostNameOrAddress, int timeout, object userToken) { }
SendAsync(string hostNameOrAddress, object userToken)10837         public void SendAsync(string hostNameOrAddress, object userToken) { }
SendAsyncCancel()10838         public void SendAsyncCancel() { }
SendPingAsync(System.Net.IPAddress address)10839         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address) { throw null; }
SendPingAsync(System.Net.IPAddress address, int timeout)10840         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)10841         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)10842         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)10843         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress) { throw null; }
SendPingAsync(string hostNameOrAddress, int timeout)10844         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout) { throw null; }
SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer)10845         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)10846         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
10847     }
10848     public partial class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
10849     {
PingCompletedEventArgs()10850         internal PingCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
10851         public System.Net.NetworkInformation.PingReply Reply { get { throw null; } }
10852     }
PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e)10853     public delegate void PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e);
10854     [System.SerializableAttribute]
10855     public partial class PingException : System.InvalidOperationException
10856     {
PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10857         protected PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
PingException(string message)10858         public PingException(string message) { }
PingException(string message, System.Exception innerException)10859         public PingException(string message, System.Exception innerException) { }
10860     }
10861     public partial class PingOptions
10862     {
PingOptions()10863         public PingOptions() { }
PingOptions(int ttl, bool dontFragment)10864         public PingOptions(int ttl, bool dontFragment) { }
10865         public bool DontFragment { get { throw null; } set { } }
10866         public int Ttl { get { throw null; } set { } }
10867     }
10868     public partial class PingReply
10869     {
PingReply()10870         internal PingReply() { }
10871         public System.Net.IPAddress Address { get { throw null; } }
10872         public byte[] Buffer { get { throw null; } }
10873         public System.Net.NetworkInformation.PingOptions Options { get { throw null; } }
10874         public long RoundtripTime { get { throw null; } }
10875         public System.Net.NetworkInformation.IPStatus Status { get { throw null; } }
10876     }
10877     public enum PrefixOrigin
10878     {
10879         Dhcp = 3,
10880         Manual = 1,
10881         Other = 0,
10882         RouterAdvertisement = 4,
10883         WellKnown = 2,
10884     }
10885     public enum ScopeLevel
10886     {
10887         Admin = 4,
10888         Global = 14,
10889         Interface = 1,
10890         Link = 2,
10891         None = 0,
10892         Organization = 8,
10893         Site = 5,
10894         Subnet = 3,
10895     }
10896     public enum SuffixOrigin
10897     {
10898         LinkLayerAddress = 4,
10899         Manual = 1,
10900         OriginDhcp = 3,
10901         Other = 0,
10902         Random = 5,
10903         WellKnown = 2,
10904     }
10905     public abstract partial class TcpConnectionInformation
10906     {
TcpConnectionInformation()10907         protected TcpConnectionInformation() { }
10908         public abstract System.Net.IPEndPoint LocalEndPoint { get; }
10909         public abstract System.Net.IPEndPoint RemoteEndPoint { get; }
10910         public abstract System.Net.NetworkInformation.TcpState State { get; }
10911     }
10912     public enum TcpState
10913     {
10914         Closed = 1,
10915         CloseWait = 8,
10916         Closing = 9,
10917         DeleteTcb = 12,
10918         Established = 5,
10919         FinWait1 = 6,
10920         FinWait2 = 7,
10921         LastAck = 10,
10922         Listen = 2,
10923         SynReceived = 4,
10924         SynSent = 3,
10925         TimeWait = 11,
10926         Unknown = 0,
10927     }
10928     public abstract partial class TcpStatistics
10929     {
TcpStatistics()10930         protected TcpStatistics() { }
10931         public abstract long ConnectionsAccepted { get; }
10932         public abstract long ConnectionsInitiated { get; }
10933         public abstract long CumulativeConnections { get; }
10934         public abstract long CurrentConnections { get; }
10935         public abstract long ErrorsReceived { get; }
10936         public abstract long FailedConnectionAttempts { get; }
10937         public abstract long MaximumConnections { get; }
10938         public abstract long MaximumTransmissionTimeout { get; }
10939         public abstract long MinimumTransmissionTimeout { get; }
10940         public abstract long ResetConnections { get; }
10941         public abstract long ResetsSent { get; }
10942         public abstract long SegmentsReceived { get; }
10943         public abstract long SegmentsResent { get; }
10944         public abstract long SegmentsSent { get; }
10945     }
10946     public abstract partial class UdpStatistics
10947     {
UdpStatistics()10948         protected UdpStatistics() { }
10949         public abstract long DatagramsReceived { get; }
10950         public abstract long DatagramsSent { get; }
10951         public abstract long IncomingDatagramsDiscarded { get; }
10952         public abstract long IncomingDatagramsWithErrors { get; }
10953         public abstract int UdpListeners { get; }
10954     }
10955     public abstract partial class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10956     {
UnicastIPAddressInformation()10957         protected UnicastIPAddressInformation() { }
10958         public abstract long AddressPreferredLifetime { get; }
10959         public abstract long AddressValidLifetime { get; }
10960         public abstract long DhcpLeaseLifetime { get; }
10961         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10962         public abstract System.Net.IPAddress IPv4Mask { get; }
10963         public virtual int PrefixLength { get { throw null; } }
10964         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10965         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10966     }
10967     public partial class UnicastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.IEnumerable
10968     {
UnicastIPAddressInformationCollection()10969         protected internal UnicastIPAddressInformationCollection() { }
10970         public virtual int Count { get { throw null; } }
10971         public virtual bool IsReadOnly { get { throw null; } }
10972         public virtual System.Net.NetworkInformation.UnicastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.UnicastIPAddressInformation address)10973         public virtual void Add(System.Net.NetworkInformation.UnicastIPAddressInformation address) { }
Clear()10974         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address)10975         public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset)10976         public virtual void CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset) { }
GetEnumerator()10977         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.UnicastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address)10978         public virtual bool Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10979         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10980     }
10981 }
10982 namespace System.Net.Security
10983 {
10984     public abstract partial class AuthenticatedStream : System.IO.Stream
10985     {
AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)10986         protected AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) { }
10987         protected System.IO.Stream InnerStream { get { throw null; } }
10988         public abstract bool IsAuthenticated { get; }
10989         public abstract bool IsEncrypted { get; }
10990         public abstract bool IsMutuallyAuthenticated { get; }
10991         public abstract bool IsServer { get; }
10992         public abstract bool IsSigned { get; }
10993         public bool LeaveInnerStreamOpen { get { throw null; } }
Dispose(bool disposing)10994         protected override void Dispose(bool disposing) { }
10995     }
10996     public enum AuthenticationLevel
10997     {
10998         MutualAuthRequested = 1,
10999         MutualAuthRequired = 2,
11000         None = 0,
11001     }
11002     public enum EncryptionPolicy
11003     {
11004         AllowNoEncryption = 1,
11005         NoEncryption = 2,
11006         RequireEncryption = 0,
11007     }
LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers)11008     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);
11009     public partial class NegotiateStream : System.Net.Security.AuthenticatedStream
11010     {
11011         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream)11012         public NegotiateStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
11013         [System.MonoTODOAttribute]
NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11014         public NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { }
11015         public override bool CanRead { get { throw null; } }
11016         public override bool CanSeek { get { throw null; } }
11017         [System.MonoTODOAttribute]
11018         public override bool CanTimeout { get { throw null; } }
11019         public override bool CanWrite { get { throw null; } }
11020         [System.MonoTODOAttribute]
11021         public virtual System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } }
11022         [System.MonoTODOAttribute]
11023         public override bool IsAuthenticated { get { throw null; } }
11024         [System.MonoTODOAttribute]
11025         public override bool IsEncrypted { get { throw null; } }
11026         [System.MonoTODOAttribute]
11027         public override bool IsMutuallyAuthenticated { get { throw null; } }
11028         [System.MonoTODOAttribute]
11029         public override bool IsServer { get { throw null; } }
11030         [System.MonoTODOAttribute]
11031         public override bool IsSigned { get { throw null; } }
11032         public override long Length { get { throw null; } }
11033         public override long Position { get { throw null; } set { } }
11034         public override int ReadTimeout { get { throw null; } set { } }
11035         [System.MonoTODOAttribute]
11036         public virtual System.Security.Principal.IIdentity RemoteIdentity { get { throw null; } }
11037         public override int WriteTimeout { get { throw null; } set { } }
11038         [System.MonoTODOAttribute]
AuthenticateAsClient()11039         public virtual void AuthenticateAsClient() { }
11040         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11041         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) { }
11042         [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)11043         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) { }
11044         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName)11045         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName) { }
11046         [System.MonoTODOAttribute]
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11047         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { }
AuthenticateAsClientAsync()11048         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync() { throw null; }
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11049         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)11050         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)11051         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)11052         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; }
11053         [System.MonoTODOAttribute]
AuthenticateAsServer()11054         public virtual void AuthenticateAsServer() { }
11055         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11056         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
11057         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11058         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
11059         [System.MonoTODOAttribute]
AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy)11060         public virtual void AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { }
AuthenticateAsServerAsync()11061         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync() { throw null; }
AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11062         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)11063         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)11064         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { throw null; }
11065         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState)11066         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11067         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState)11068         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11069         [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)11070         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; }
11071         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState)11072         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11073         [System.MonoTODOAttribute]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11074         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; }
11075         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState)11076         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11077         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11078         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; }
11079         [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)11080         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; }
11081         [System.MonoTODOAttribute]
BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState)11082         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11083         [System.MonoTODOAttribute]
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11084         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11085         [System.MonoTODOAttribute]
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11086         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11087         [System.MonoTODOAttribute]
Dispose(bool disposing)11088         protected override void Dispose(bool disposing) { }
11089         [System.MonoTODOAttribute]
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11090         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
11091         [System.MonoTODOAttribute]
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11092         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
11093         [System.MonoTODOAttribute]
EndRead(System.IAsyncResult asyncResult)11094         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
11095         [System.MonoTODOAttribute]
EndWrite(System.IAsyncResult asyncResult)11096         public override void EndWrite(System.IAsyncResult asyncResult) { }
11097         [System.MonoTODOAttribute]
Flush()11098         public override void Flush() { }
11099         [System.MonoTODOAttribute]
Read(byte[] buffer, int offset, int count)11100         public override int Read(byte[] buffer, int offset, int count) { throw null; }
11101         [System.MonoTODOAttribute]
Seek(long offset, System.IO.SeekOrigin origin)11102         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
11103         [System.MonoTODOAttribute]
SetLength(long value)11104         public override void SetLength(long value) { }
11105         [System.MonoTODOAttribute]
Write(byte[] buffer, int offset, int count)11106         public override void Write(byte[] buffer, int offset, int count) { }
11107     }
11108     public enum ProtectionLevel
11109     {
11110         EncryptAndSign = 2,
11111         None = 0,
11112         Sign = 1,
11113     }
RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors)11114     public delegate bool RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors);
11115     [System.FlagsAttribute]
11116     public enum SslPolicyErrors
11117     {
11118         None = 0,
11119         RemoteCertificateChainErrors = 4,
11120         RemoteCertificateNameMismatch = 2,
11121         RemoteCertificateNotAvailable = 1,
11122     }
11123     public partial class SslStream : System.Net.Security.AuthenticatedStream
11124     {
SslStream(System.IO.Stream innerStream)11125         public SslStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11126         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)11127         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)11128         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)) { }
11129         [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)11130         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)) { }
11131         public override bool CanRead { get { throw null; } }
11132         public override bool CanSeek { get { throw null; } }
11133         public override bool CanTimeout { get { throw null; } }
11134         public override bool CanWrite { get { throw null; } }
11135         public virtual bool CheckCertRevocationStatus { get { throw null; } }
11136         public virtual System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
11137         public virtual int CipherStrength { get { throw null; } }
11138         public virtual System.Security.Authentication.HashAlgorithmType HashAlgorithm { get { throw null; } }
11139         public virtual int HashStrength { get { throw null; } }
11140         public override bool IsAuthenticated { get { throw null; } }
11141         public override bool IsEncrypted { get { throw null; } }
11142         public override bool IsMutuallyAuthenticated { get { throw null; } }
11143         public override bool IsServer { get { throw null; } }
11144         public override bool IsSigned { get { throw null; } }
11145         public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
11146         public virtual int KeyExchangeStrength { get { throw null; } }
11147         public override long Length { get { throw null; } }
11148         public virtual System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get { throw null; } }
11149         public override long Position { get { throw null; } set { } }
11150         public override int ReadTimeout { get { throw null; } set { } }
11151         public virtual System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get { throw null; } }
11152         public virtual System.Security.Authentication.SslProtocols SslProtocol { get { throw null; } }
11153         public System.Net.TransportContext TransportContext { get { throw null; } }
11154         public override int WriteTimeout { get { throw null; } set { } }
AuthenticateAsClient(string targetHost)11155         public virtual void AuthenticateAsClient(string targetHost) { }
AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11156         public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
AuthenticateAsClientAsync(string targetHost)11157         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)11158         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)11159         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)11160         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)11161         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)11162         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)11163         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)11164         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)11165         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)11166         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)11167         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)11168         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)11169         protected override void Dispose(bool disposing) { }
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11170         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11171         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
EndRead(System.IAsyncResult asyncResult)11172         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11173         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()11174         public override void Flush() { }
Read(byte[] buffer, int offset, int count)11175         public override int Read(byte[] buffer, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)11176         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11177         public override void SetLength(long value) { }
Write(byte[] buffer)11178         public void Write(byte[] buffer) { }
Write(byte[] buffer, int offset, int count)11179         public override void Write(byte[] buffer, int offset, int count) { }
11180     }
11181 }
11182 namespace System.Net.Sockets
11183 {
11184     public enum AddressFamily
11185     {
11186         AppleTalk = 16,
11187         Atm = 22,
11188         Banyan = 21,
11189         Ccitt = 10,
11190         Chaos = 5,
11191         Cluster = 24,
11192         DataKit = 9,
11193         DataLink = 13,
11194         DecNet = 12,
11195         Ecma = 8,
11196         FireFox = 19,
11197         HyperChannel = 15,
11198         Ieee12844 = 25,
11199         ImpLink = 3,
11200         InterNetwork = 2,
11201         InterNetworkV6 = 23,
11202         Ipx = 6,
11203         Irda = 26,
11204         Iso = 7,
11205         Lat = 14,
11206         Max = 29,
11207         NetBios = 17,
11208         NetworkDesigners = 28,
11209         NS = 6,
11210         Osi = 7,
11211         Pup = 4,
11212         Sna = 11,
11213         Unix = 1,
11214         Unknown = -1,
11215         Unspecified = 0,
11216         VoiceView = 18,
11217     }
11218     public enum IOControlCode : long
11219     {
11220         AbsorbRouterAlert = (long)2550136837,
11221         AddMulticastGroupOnInterface = (long)2550136842,
11222         AddressListChange = (long)671088663,
11223         AddressListQuery = (long)1207959574,
11224         AddressListSort = (long)3355443225,
11225         AssociateHandle = (long)2281701377,
11226         AsyncIO = (long)2147772029,
11227         BindToInterface = (long)2550136840,
11228         DataToRead = (long)1074030207,
11229         DeleteMulticastGroupFromInterface = (long)2550136843,
11230         EnableCircularQueuing = (long)671088642,
11231         Flush = (long)671088644,
11232         GetBroadcastAddress = (long)1207959557,
11233         GetExtensionFunctionPointer = (long)3355443206,
11234         GetGroupQos = (long)3355443208,
11235         GetQos = (long)3355443207,
11236         KeepAliveValues = (long)2550136836,
11237         LimitBroadcasts = (long)2550136839,
11238         MulticastInterface = (long)2550136841,
11239         MulticastScope = (long)2281701386,
11240         MultipointLoopback = (long)2281701385,
11241         NamespaceChange = (long)2281701401,
11242         NonBlockingIO = (long)2147772030,
11243         OobDataRead = (long)1074033415,
11244         QueryTargetPnpHandle = (long)1207959576,
11245         ReceiveAll = (long)2550136833,
11246         ReceiveAllIgmpMulticast = (long)2550136835,
11247         ReceiveAllMulticast = (long)2550136834,
11248         RoutingInterfaceChange = (long)2281701397,
11249         RoutingInterfaceQuery = (long)3355443220,
11250         SetGroupQos = (long)2281701388,
11251         SetQos = (long)2281701387,
11252         TranslateHandle = (long)3355443213,
11253         UnicastInterface = (long)2550136838,
11254     }
11255     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11256     public partial struct IPPacketInformation
11257     {
11258         public System.Net.IPAddress Address { get { throw null; } }
11259         public int Interface { get { throw null; } }
EqualsSystem.Net.Sockets.IPPacketInformation11260         public override bool Equals(object comparand) { throw null; }
GetHashCodeSystem.Net.Sockets.IPPacketInformation11261         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.IPPacketInformation11262         public static bool operator ==(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
operator !=System.Net.Sockets.IPPacketInformation11263         public static bool operator !=(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
11264     }
11265     public enum IPProtectionLevel
11266     {
11267         EdgeRestricted = 20,
11268         Restricted = 30,
11269         Unrestricted = 10,
11270         Unspecified = -1,
11271     }
11272     public partial class IPv6MulticastOption
11273     {
IPv6MulticastOption(System.Net.IPAddress group)11274         public IPv6MulticastOption(System.Net.IPAddress group) { }
IPv6MulticastOption(System.Net.IPAddress group, long ifindex)11275         public IPv6MulticastOption(System.Net.IPAddress group, long ifindex) { }
11276         public System.Net.IPAddress Group { get { throw null; } set { } }
11277         public long InterfaceIndex { get { throw null; } set { } }
11278     }
11279     public partial class LingerOption
11280     {
LingerOption(bool enable, int seconds)11281         public LingerOption(bool enable, int seconds) { }
11282         public bool Enabled { get { throw null; } set { } }
11283         public int LingerTime { get { throw null; } set { } }
11284     }
11285     public partial class MulticastOption
11286     {
MulticastOption(System.Net.IPAddress group)11287         public MulticastOption(System.Net.IPAddress group) { }
MulticastOption(System.Net.IPAddress group, int interfaceIndex)11288         public MulticastOption(System.Net.IPAddress group, int interfaceIndex) { }
MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint)11289         public MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint) { }
11290         public System.Net.IPAddress Group { get { throw null; } set { } }
11291         public int InterfaceIndex { get { throw null; } set { } }
11292         public System.Net.IPAddress LocalAddress { get { throw null; } set { } }
11293     }
11294     public partial class NetworkStream : System.IO.Stream
11295     {
NetworkStream(System.Net.Sockets.Socket socket)11296         public NetworkStream(System.Net.Sockets.Socket socket) { }
NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket)11297         public NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access)11298         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket)11299         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket) { }
11300         public override bool CanRead { get { throw null; } }
11301         public override bool CanSeek { get { throw null; } }
11302         public override bool CanTimeout { get { throw null; } }
11303         public override bool CanWrite { get { throw null; } }
11304         public virtual bool DataAvailable { get { throw null; } }
11305         public override long Length { get { throw null; } }
11306         public override long Position { get { throw null; } set { } }
11307         protected bool Readable { get { throw null; } set { } }
11308         public override int ReadTimeout { get { throw null; } set { } }
11309         protected System.Net.Sockets.Socket Socket { get { throw null; } }
11310         protected bool Writeable { get { throw null; } set { } }
11311         public override int WriteTimeout { get { throw null; } set { } }
11312         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11313         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
11314         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11315         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
Close(int timeout)11316         public void Close(int timeout) { }
Dispose(bool disposing)11317         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)11318         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11319         public override void EndWrite(System.IAsyncResult asyncResult) { }
~NetworkStream()11320         ~NetworkStream() { }
Flush()11321         public override void Flush() { }
FlushAsync(System.Threading.CancellationToken cancellationToken)11322         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)11323         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)11324         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11325         public override void SetLength(long value) { }
Write(byte[] buffer, int offset, int size)11326         public override void Write(byte[] buffer, int offset, int size) { }
11327     }
11328     public enum ProtocolFamily
11329     {
11330         AppleTalk = 16,
11331         Atm = 22,
11332         Banyan = 21,
11333         Ccitt = 10,
11334         Chaos = 5,
11335         Cluster = 24,
11336         DataKit = 9,
11337         DataLink = 13,
11338         DecNet = 12,
11339         Ecma = 8,
11340         FireFox = 19,
11341         HyperChannel = 15,
11342         Ieee12844 = 25,
11343         ImpLink = 3,
11344         InterNetwork = 2,
11345         InterNetworkV6 = 23,
11346         Ipx = 6,
11347         Irda = 26,
11348         Iso = 7,
11349         Lat = 14,
11350         Max = 29,
11351         NetBios = 17,
11352         NetworkDesigners = 28,
11353         NS = 6,
11354         Osi = 7,
11355         Pup = 4,
11356         Sna = 11,
11357         Unix = 1,
11358         Unknown = -1,
11359         Unspecified = 0,
11360         VoiceView = 18,
11361     }
11362     public enum ProtocolType
11363     {
11364         Ggp = 3,
11365         Icmp = 1,
11366         IcmpV6 = 58,
11367         Idp = 22,
11368         Igmp = 2,
11369         IP = 0,
11370         IPSecAuthenticationHeader = 51,
11371         IPSecEncapsulatingSecurityPayload = 50,
11372         IPv4 = 4,
11373         IPv6 = 41,
11374         IPv6DestinationOptions = 60,
11375         IPv6FragmentHeader = 44,
11376         IPv6HopByHopOptions = 0,
11377         IPv6NoNextHeader = 59,
11378         IPv6RoutingHeader = 43,
11379         Ipx = 1000,
11380         ND = 77,
11381         Pup = 12,
11382         Raw = 255,
11383         Spx = 1256,
11384         SpxII = 1257,
11385         Tcp = 6,
11386         Udp = 17,
11387         Unknown = -1,
11388         Unspecified = 0,
11389     }
11390     public enum SelectMode
11391     {
11392         SelectError = 2,
11393         SelectRead = 0,
11394         SelectWrite = 1,
11395     }
11396     public partial class SendPacketsElement
11397     {
SendPacketsElement(byte[] buffer)11398         public SendPacketsElement(byte[] buffer) { }
SendPacketsElement(byte[] buffer, int offset, int count)11399         public SendPacketsElement(byte[] buffer, int offset, int count) { }
SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket)11400         public SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket) { }
SendPacketsElement(string filepath)11401         public SendPacketsElement(string filepath) { }
SendPacketsElement(string filepath, int offset, int count)11402         public SendPacketsElement(string filepath, int offset, int count) { }
SendPacketsElement(string filepath, int offset, int count, bool endOfPacket)11403         public SendPacketsElement(string filepath, int offset, int count, bool endOfPacket) { }
11404         public byte[] Buffer { get { throw null; } }
11405         public int Count { get { throw null; } }
11406         public bool EndOfPacket { get { throw null; } }
11407         public string FilePath { get { throw null; } }
11408         public int Offset { get { throw null; } }
11409     }
11410     public partial class Socket : System.IDisposable
11411     {
Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11412         public Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
Socket(System.Net.Sockets.SocketInformation socketInformation)11413         public Socket(System.Net.Sockets.SocketInformation socketInformation) { }
Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11414         public Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
11415         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
11416         public int Available { get { throw null; } }
11417         public bool Blocking { get { throw null; } set { } }
11418         public bool Connected { get { throw null; } }
11419         public bool DontFragment { get { throw null; } set { } }
11420         public bool DualMode { get { throw null; } set { } }
11421         public bool EnableBroadcast { get { throw null; } set { } }
11422         public bool ExclusiveAddressUse { get { throw null; } set { } }
11423         public System.IntPtr Handle { get { throw null; } }
11424         public bool IsBound { get { throw null; } }
11425         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11426         public System.Net.EndPoint LocalEndPoint { get { throw null; } }
11427         public bool MulticastLoopback { get { throw null; } set { } }
11428         public bool NoDelay { get { throw null; } set { } }
11429         public static bool OSSupportsIPv4 { get { throw null; } }
11430         public static bool OSSupportsIPv6 { get { throw null; } }
11431         public System.Net.Sockets.ProtocolType ProtocolType { get { throw null; } }
11432         public int ReceiveBufferSize { get { throw null; } set { } }
11433         public int ReceiveTimeout { get { throw null; } set { } }
11434         public System.Net.EndPoint RemoteEndPoint { get { throw null; } }
11435         public int SendBufferSize { get { throw null; } set { } }
11436         public int SendTimeout { get { throw null; } set { } }
11437         public System.Net.Sockets.SocketType SocketType { get { throw null; } }
11438         [System.ObsoleteAttribute("SupportsIPv4 is obsoleted for this type, please use OSSupportsIPv4 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11439         public static bool SupportsIPv4 { get { throw null; } }
11440         [System.ObsoleteAttribute("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11441         public static bool SupportsIPv6 { get { throw null; } }
11442         public short Ttl { get { throw null; } set { } }
11443         public bool UseOnlyOverlappedIO { get { throw null; } set { } }
Accept()11444         public System.Net.Sockets.Socket Accept() { throw null; }
AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e)11445         public bool AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
BeginAccept(System.AsyncCallback callback, object state)11446         public System.IAsyncResult BeginAccept(System.AsyncCallback callback, object state) { throw null; }
11447         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAccept(int receiveSize, System.AsyncCallback callback, object state)11448         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)11449         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)11450         public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
11451         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11452         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)11453         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)11454         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state)11455         public System.IAsyncResult BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state) { throw null; }
11456         [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)11457         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)11458         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; }
11459         [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)11460         public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11461         [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)11462         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)11463         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; }
11464         [System.MonoTODOAttribute]
BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11465         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; }
11466         [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)11467         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)11468         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; }
11469         [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)11470         public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11471         [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)11472         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; }
11473         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSendFile(string fileName, System.AsyncCallback callback, object state)11474         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)11475         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)11476         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)11477         public void Bind(System.Net.EndPoint localEP) { }
CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11478         public static void CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { }
Close()11479         public void Close() { }
Close(int timeout)11480         public void Close(int timeout) { }
Connect(System.Net.EndPoint remoteEP)11481         public void Connect(System.Net.EndPoint remoteEP) { }
Connect(System.Net.IPAddress address, int port)11482         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] addresses, int port)11483         public void Connect(System.Net.IPAddress[] addresses, int port) { }
Connect(string host, int port)11484         public void Connect(string host, int port) { }
ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11485         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)11486         public static bool ConnectAsync(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType, System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Disconnect(bool reuseSocket)11487         public void Disconnect(bool reuseSocket) { }
DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11488         public bool DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Dispose()11489         public void Dispose() { }
Dispose(bool disposing)11490         protected virtual void Dispose(bool disposing) { }
11491         [System.MonoLimitationAttribute("We do not support passing sockets across processes, we merely allow this API to pass the socket across AppDomains")]
DuplicateAndClose(int targetProcessId)11492         public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; }
EndAccept(out byte[] buffer, System.IAsyncResult asyncResult)11493         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)11494         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)11495         public System.Net.Sockets.Socket EndAccept(System.IAsyncResult asyncResult) { throw null; }
EndConnect(System.IAsyncResult asyncResult)11496         public void EndConnect(System.IAsyncResult asyncResult) { }
EndDisconnect(System.IAsyncResult asyncResult)11497         public void EndDisconnect(System.IAsyncResult asyncResult) { }
EndReceive(System.IAsyncResult asyncResult)11498         public int EndReceive(System.IAsyncResult asyncResult) { throw null; }
EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11499         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)11500         public int EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint) { throw null; }
11501         [System.MonoTODOAttribute]
EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation)11502         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)11503         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11504         public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
EndSendFile(System.IAsyncResult asyncResult)11505         public void EndSendFile(System.IAsyncResult asyncResult) { }
EndSendTo(System.IAsyncResult asyncResult)11506         public int EndSendTo(System.IAsyncResult asyncResult) { throw null; }
~Socket()11507         ~Socket() { }
GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName)11508         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)11509         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)11510         public byte[] GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionLength) { throw null; }
IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue)11511         public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue)11512         public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
Listen(int backlog)11513         public void Listen(int backlog) { }
Poll(int microSeconds, System.Net.Sockets.SelectMode mode)11514         public bool Poll(int microSeconds, System.Net.Sockets.SelectMode mode) { throw null; }
Receive(byte[] buffer)11515         public int Receive(byte[] buffer) { throw null; }
Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11516         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)11517         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)11518         public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11519         public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11520         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)11521         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11522         [System.CLSCompliantAttribute(false)]
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11523         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)11524         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)11525         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)11526         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)11527         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)11528         public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11529         public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
11530         [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)11531         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; }
11532         [System.MonoTODOAttribute("Not implemented")]
ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11533         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)11534         public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds) { }
Send(byte[] buffer)11535         public int Send(byte[] buffer) { throw null; }
Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11536         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)11537         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)11538         public int Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11539         public int Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11540         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)11541         public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
11542         [System.CLSCompliantAttribute(false)]
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11543         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)11544         public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SendFile(string fileName)11545         public void SendFile(string fileName) { }
SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags)11546         public void SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags) { }
11547         [System.MonoTODOAttribute("Not implemented")]
SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e)11548         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)11549         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)11550         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)11551         public int SendTo(byte[] buffer, System.Net.EndPoint remoteEP) { throw null; }
SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP)11552         public int SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw null; }
SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e)11553         public bool SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level)11554         public void SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level) { }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue)11555         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)11556         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)11557         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)11558         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue) { }
Shutdown(System.Net.Sockets.SocketShutdown how)11559         public void Shutdown(System.Net.Sockets.SocketShutdown how) { }
11560     }
11561     public partial class SocketAsyncEventArgs : System.EventArgs, System.IDisposable
11562     {
SocketAsyncEventArgs()11563         public SocketAsyncEventArgs() { }
11564         public System.Net.Sockets.Socket AcceptSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11565         public byte[] Buffer { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11566         public System.Collections.Generic.IList<System.ArraySegment<byte>> BufferList { get { throw null; } set { } }
11567         public int BytesTransferred { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11568         public System.Exception ConnectByNameError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11569         public System.Net.Sockets.Socket ConnectSocket { get { throw null; } }
11570         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11571         public bool DisconnectReuseSocket { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11572         public System.Net.Sockets.SocketAsyncOperation LastOperation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11573         public int Offset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11574         public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
11575         public System.Net.EndPoint RemoteEndPoint { get { throw null; } set { } }
11576         public System.Net.Sockets.SendPacketsElement[] SendPacketsElements { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11577         public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11578         [System.MonoTODOAttribute("unused property")]
11579         public int SendPacketsSendSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11580         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11581         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11582         public System.Net.Sockets.SocketClientAccessPolicyProtocol SocketClientAccessPolicyProtocol { get { throw null; } set { } }
11583         public System.Net.Sockets.SocketError SocketError { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11584         public System.Net.Sockets.SocketFlags SocketFlags { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11585         public object UserToken { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11586         public event System.EventHandler<System.Net.Sockets.SocketAsyncEventArgs> Completed { add { } remove { } }
Dispose()11587         public void Dispose() { }
~SocketAsyncEventArgs()11588         ~SocketAsyncEventArgs() { }
OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e)11589         protected virtual void OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e) { }
SetBuffer(byte[] buffer, int offset, int count)11590         public void SetBuffer(byte[] buffer, int offset, int count) { }
SetBuffer(int offset, int count)11591         public void SetBuffer(int offset, int count) { }
11592     }
11593     public enum SocketAsyncOperation
11594     {
11595         Accept = 1,
11596         Connect = 2,
11597         Disconnect = 3,
11598         None = 0,
11599         Receive = 4,
11600         ReceiveFrom = 5,
11601         ReceiveMessageFrom = 6,
11602         Send = 7,
11603         SendPackets = 8,
11604         SendTo = 9,
11605     }
11606     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11607     [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11608     public enum SocketClientAccessPolicyProtocol
11609     {
11610         Http = 1,
11611         Tcp = 0,
11612     }
11613     public enum SocketError
11614     {
11615         AccessDenied = 10013,
11616         AddressAlreadyInUse = 10048,
11617         AddressFamilyNotSupported = 10047,
11618         AddressNotAvailable = 10049,
11619         AlreadyInProgress = 10037,
11620         ConnectionAborted = 10053,
11621         ConnectionRefused = 10061,
11622         ConnectionReset = 10054,
11623         DestinationAddressRequired = 10039,
11624         Disconnecting = 10101,
11625         Fault = 10014,
11626         HostDown = 10064,
11627         HostNotFound = 11001,
11628         HostUnreachable = 10065,
11629         InProgress = 10036,
11630         Interrupted = 10004,
11631         InvalidArgument = 10022,
11632         IOPending = 997,
11633         IsConnected = 10056,
11634         MessageSize = 10040,
11635         NetworkDown = 10050,
11636         NetworkReset = 10052,
11637         NetworkUnreachable = 10051,
11638         NoBufferSpaceAvailable = 10055,
11639         NoData = 11004,
11640         NoRecovery = 11003,
11641         NotConnected = 10057,
11642         NotInitialized = 10093,
11643         NotSocket = 10038,
11644         OperationAborted = 995,
11645         OperationNotSupported = 10045,
11646         ProcessLimit = 10067,
11647         ProtocolFamilyNotSupported = 10046,
11648         ProtocolNotSupported = 10043,
11649         ProtocolOption = 10042,
11650         ProtocolType = 10041,
11651         Shutdown = 10058,
11652         SocketError = -1,
11653         SocketNotSupported = 10044,
11654         Success = 0,
11655         SystemNotReady = 10091,
11656         TimedOut = 10060,
11657         TooManyOpenSockets = 10024,
11658         TryAgain = 11002,
11659         TypeNotFound = 10109,
11660         VersionNotSupported = 10092,
11661         WouldBlock = 10035,
11662     }
11663     [System.SerializableAttribute]
11664     public partial class SocketException : System.ComponentModel.Win32Exception
11665     {
SocketException()11666         public SocketException() { }
SocketException(int errorCode)11667         public SocketException(int errorCode) { }
SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)11668         protected SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
11669         public override int ErrorCode { get { throw null; } }
11670         public override string Message { get { throw null; } }
11671         public System.Net.Sockets.SocketError SocketErrorCode { get { throw null; } }
11672     }
11673     [System.FlagsAttribute]
11674     public enum SocketFlags
11675     {
11676         Broadcast = 1024,
11677         ControlDataTruncated = 512,
11678         DontRoute = 4,
11679         MaxIOVectorLength = 16,
11680         Multicast = 2048,
11681         None = 0,
11682         OutOfBand = 1,
11683         Partial = 32768,
11684         Peek = 2,
11685         Truncated = 256,
11686     }
11687     [System.SerializableAttribute]
11688     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11689     public partial struct SocketInformation
11690     {
11691         public System.Net.Sockets.SocketInformationOptions Options { get { throw null; } set { } }
11692         public byte[] ProtocolInformation { get { throw null; } set { } }
11693     }
11694     [System.FlagsAttribute]
11695     public enum SocketInformationOptions
11696     {
11697         Connected = 2,
11698         Listening = 4,
11699         NonBlocking = 1,
11700         UseOnlyOverlappedIO = 8,
11701     }
11702     public enum SocketOptionLevel
11703     {
11704         IP = 0,
11705         IPv6 = 41,
11706         Socket = 65535,
11707         Tcp = 6,
11708         Udp = 17,
11709     }
11710     public enum SocketOptionName
11711     {
11712         AcceptConnection = 2,
11713         AddMembership = 12,
11714         AddSourceMembership = 15,
11715         BlockSource = 17,
11716         Broadcast = 32,
11717         BsdUrgent = 2,
11718         ChecksumCoverage = 20,
11719         Debug = 1,
11720         DontFragment = 14,
11721         DontLinger = -129,
11722         DontRoute = 16,
11723         DropMembership = 13,
11724         DropSourceMembership = 16,
11725         Error = 4103,
11726         ExclusiveAddressUse = -5,
11727         Expedited = 2,
11728         HeaderIncluded = 2,
11729         HopLimit = 21,
11730         IPOptions = 1,
11731         IPProtectionLevel = 23,
11732         IpTimeToLive = 4,
11733         IPv6Only = 27,
11734         KeepAlive = 8,
11735         Linger = 128,
11736         MaxConnections = 2147483647,
11737         MulticastInterface = 9,
11738         MulticastLoopback = 11,
11739         MulticastTimeToLive = 10,
11740         NoChecksum = 1,
11741         NoDelay = 1,
11742         OutOfBandInline = 256,
11743         PacketInformation = 19,
11744         ReceiveBuffer = 4098,
11745         ReceiveLowWater = 4100,
11746         ReceiveTimeout = 4102,
11747         ReuseAddress = 4,
11748         SendBuffer = 4097,
11749         SendLowWater = 4099,
11750         SendTimeout = 4101,
11751         Type = 4104,
11752         TypeOfService = 3,
11753         UnblockSource = 18,
11754         UpdateAcceptContext = 28683,
11755         UpdateConnectContext = 28688,
11756         UseLoopback = 64,
11757     }
11758     public enum SocketShutdown
11759     {
11760         Both = 2,
11761         Receive = 0,
11762         Send = 1,
11763     }
11764     public enum SocketType
11765     {
11766         Dgram = 2,
11767         Raw = 3,
11768         Rdm = 4,
11769         Seqpacket = 5,
11770         Stream = 1,
11771         Unknown = -1,
11772     }
11773     public partial class TcpClient : System.IDisposable
11774     {
TcpClient()11775         public TcpClient() { }
TcpClient(System.Net.IPEndPoint localEP)11776         public TcpClient(System.Net.IPEndPoint localEP) { }
TcpClient(System.Net.Sockets.AddressFamily family)11777         public TcpClient(System.Net.Sockets.AddressFamily family) { }
TcpClient(string hostname, int port)11778         public TcpClient(string hostname, int port) { }
11779         protected bool Active { get { throw null; } set { } }
11780         public int Available { get { throw null; } }
11781         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11782         public bool Connected { get { throw null; } }
11783         public bool ExclusiveAddressUse { get { throw null; } set { } }
11784         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11785         public bool NoDelay { get { throw null; } set { } }
11786         public int ReceiveBufferSize { get { throw null; } set { } }
11787         public int ReceiveTimeout { get { throw null; } set { } }
11788         public int SendBufferSize { get { throw null; } set { } }
11789         public int SendTimeout { get { throw null; } set { } }
11790         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11791         public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11792         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state)11793         public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11794         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state)11795         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11796         public void Close() { }
Connect(System.Net.IPAddress address, int port)11797         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] ipAddresses, int port)11798         public void Connect(System.Net.IPAddress[] ipAddresses, int port) { }
Connect(System.Net.IPEndPoint remoteEP)11799         public void Connect(System.Net.IPEndPoint remoteEP) { }
Connect(string hostname, int port)11800         public void Connect(string hostname, int port) { }
11801         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress address, int port)11802         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) { throw null; }
11803         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress[] addresses, int port)11804         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) { throw null; }
11805         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(string host, int port)11806         public System.Threading.Tasks.Task ConnectAsync(string host, int port) { throw null; }
Dispose(bool disposing)11807         protected virtual void Dispose(bool disposing) { }
EndConnect(System.IAsyncResult asyncResult)11808         public void EndConnect(System.IAsyncResult asyncResult) { }
~TcpClient()11809         ~TcpClient() { }
GetStream()11810         public System.Net.Sockets.NetworkStream GetStream() { throw null; }
System.IDisposable.Dispose()11811         void System.IDisposable.Dispose() { }
11812     }
11813     public partial class TcpListener
11814     {
11815         [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)11816         public TcpListener(int port) { }
TcpListener(System.Net.IPAddress localaddr, int port)11817         public TcpListener(System.Net.IPAddress localaddr, int port) { }
TcpListener(System.Net.IPEndPoint localEP)11818         public TcpListener(System.Net.IPEndPoint localEP) { }
11819         protected bool Active { get { throw null; } }
11820         public bool ExclusiveAddressUse { get { throw null; } set { } }
11821         public System.Net.EndPoint LocalEndpoint { get { throw null; } }
11822         public System.Net.Sockets.Socket Server { get { throw null; } }
AcceptSocket()11823         public System.Net.Sockets.Socket AcceptSocket() { throw null; }
11824         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptSocketAsync()11825         public System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptSocketAsync() { throw null; }
AcceptTcpClient()11826         public System.Net.Sockets.TcpClient AcceptTcpClient() { throw null; }
11827         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptTcpClientAsync()11828         public System.Threading.Tasks.Task<System.Net.Sockets.TcpClient> AcceptTcpClientAsync() { throw null; }
AllowNatTraversal(bool allowed)11829         public void AllowNatTraversal(bool allowed) { }
11830         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptSocket(System.AsyncCallback callback, object state)11831         public System.IAsyncResult BeginAcceptSocket(System.AsyncCallback callback, object state) { throw null; }
11832         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptTcpClient(System.AsyncCallback callback, object state)11833         public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { throw null; }
Create(int port)11834         public static System.Net.Sockets.TcpListener Create(int port) { throw null; }
EndAcceptSocket(System.IAsyncResult asyncResult)11835         public System.Net.Sockets.Socket EndAcceptSocket(System.IAsyncResult asyncResult) { throw null; }
EndAcceptTcpClient(System.IAsyncResult asyncResult)11836         public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw null; }
Pending()11837         public bool Pending() { throw null; }
Start()11838         public void Start() { }
Start(int backlog)11839         public void Start(int backlog) { }
Stop()11840         public void Stop() { }
11841     }
11842     [System.FlagsAttribute]
11843     public enum TransmitFileOptions
11844     {
11845         Disconnect = 1,
11846         ReuseSocket = 2,
11847         UseDefaultWorkerThread = 0,
11848         UseKernelApc = 32,
11849         UseSystemThread = 16,
11850         WriteBehind = 4,
11851     }
11852     public partial class UdpClient : System.IDisposable
11853     {
UdpClient()11854         public UdpClient() { }
UdpClient(int port)11855         public UdpClient(int port) { }
UdpClient(int port, System.Net.Sockets.AddressFamily family)11856         public UdpClient(int port, System.Net.Sockets.AddressFamily family) { }
UdpClient(System.Net.IPEndPoint localEP)11857         public UdpClient(System.Net.IPEndPoint localEP) { }
UdpClient(System.Net.Sockets.AddressFamily family)11858         public UdpClient(System.Net.Sockets.AddressFamily family) { }
UdpClient(string hostname, int port)11859         public UdpClient(string hostname, int port) { }
11860         protected bool Active { get { throw null; } set { } }
11861         public int Available { get { throw null; } }
11862         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
11863         public bool DontFragment { get { throw null; } set { } }
11864         public bool EnableBroadcast { get { throw null; } set { } }
11865         public bool ExclusiveAddressUse { get { throw null; } set { } }
11866         public bool MulticastLoopback { get { throw null; } set { } }
11867         public short Ttl { get { throw null; } set { } }
AllowNatTraversal(bool allowed)11868         public void AllowNatTraversal(bool allowed) { }
11869         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceive(System.AsyncCallback requestCallback, object state)11870         public System.IAsyncResult BeginReceive(System.AsyncCallback requestCallback, object state) { throw null; }
11871         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state)11872         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state) { throw null; }
11873         [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)11874         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state) { throw null; }
11875         [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)11876         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()11877         public void Close() { }
Connect(System.Net.IPAddress addr, int port)11878         public void Connect(System.Net.IPAddress addr, int port) { }
Connect(System.Net.IPEndPoint endPoint)11879         public void Connect(System.Net.IPEndPoint endPoint) { }
Connect(string hostname, int port)11880         public void Connect(string hostname, int port) { }
Dispose(bool disposing)11881         protected virtual void Dispose(bool disposing) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr)11882         public void DropMulticastGroup(System.Net.IPAddress multicastAddr) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex)11883         public void DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex) { }
EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP)11884         public byte[] EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP) { throw null; }
EndSend(System.IAsyncResult asyncResult)11885         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr)11886         public void JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr)11887         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive)11888         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress)11889         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress) { }
Receive(ref System.Net.IPEndPoint remoteEP)11890         public byte[] Receive(ref System.Net.IPEndPoint remoteEP) { throw null; }
11891         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ReceiveAsync()11892         public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw null; }
Send(byte[] dgram, int bytes)11893         public int Send(byte[] dgram, int bytes) { throw null; }
Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint)11894         public int Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
Send(byte[] dgram, int bytes, string hostname, int port)11895         public int Send(byte[] dgram, int bytes, string hostname, int port) { throw null; }
11896         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes)11897         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes) { throw null; }
11898         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint)11899         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
11900         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, string hostname, int port)11901         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, string hostname, int port) { throw null; }
System.IDisposable.Dispose()11902         void System.IDisposable.Dispose() { }
11903     }
11904     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11905     public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult>
11906     {
UdpReceiveResultSystem.Net.Sockets.UdpReceiveResult11907         public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;}
11908         public byte[] Buffer { get { throw null; } }
11909         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
EqualsSystem.Net.Sockets.UdpReceiveResult11910         public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; }
EqualsSystem.Net.Sockets.UdpReceiveResult11911         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Net.Sockets.UdpReceiveResult11912         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.UdpReceiveResult11913         public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
operator !=System.Net.Sockets.UdpReceiveResult11914         public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
11915     }
11916 }
11917 namespace System.Net.WebSockets
11918 {
11919     public sealed partial class ClientWebSocket : System.Net.WebSockets.WebSocket
11920     {
ClientWebSocket()11921         public ClientWebSocket() { }
11922         public override System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get { throw null; } }
11923         public override string CloseStatusDescription { get { throw null; } }
11924         public System.Net.WebSockets.ClientWebSocketOptions Options { get { throw null; } }
11925         public override System.Net.WebSockets.WebSocketState State { get { throw null; } }
11926         public override string SubProtocol { get { throw null; } }
11927         [System.MonoTODOAttribute]
Abort()11928         public override void Abort() { }
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)11929         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)11930         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)11931         public System.Threading.Tasks.Task ConnectAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken) { throw null; }
Dispose()11932         public override void Dispose() { }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)11933         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)11934         public override System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) { throw null; }
11935     }
11936     public sealed partial class ClientWebSocketOptions
11937     {
ClientWebSocketOptions()11938         internal ClientWebSocketOptions() { }
11939         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11940         public System.Net.CookieContainer Cookies { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11941         public System.Net.ICredentials Credentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11942         public System.TimeSpan KeepAliveInterval { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11943         public System.Net.IWebProxy Proxy { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11944         public bool UseDefaultCredentials { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
AddSubProtocol(string subProtocol)11945         public void AddSubProtocol(string subProtocol) { }
SetBuffer(int receiveBufferSize, int sendBufferSize)11946         public void SetBuffer(int receiveBufferSize, int sendBufferSize) { }
SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer)11947         public void SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer) { }
SetRequestHeader(string headerName, string headerValue)11948         public void SetRequestHeader(string headerName, string headerValue) { }
11949     }
11950     public partial class HttpListenerWebSocketContext : System.Net.WebSockets.WebSocketContext
11951     {
HttpListenerWebSocketContext()11952         internal HttpListenerWebSocketContext() { }
11953         [System.MonoTODOAttribute]
11954         public override System.Net.CookieCollection CookieCollection { get { throw null; } }
11955         [System.MonoTODOAttribute]
11956         public override System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
11957         [System.MonoTODOAttribute]
11958         public override bool IsAuthenticated { get { throw null; } }
11959         [System.MonoTODOAttribute]
11960         public override bool IsLocal { get { throw null; } }
11961         [System.MonoTODOAttribute]
11962         public override bool IsSecureConnection { get { throw null; } }
11963         [System.MonoTODOAttribute]
11964         public override string Origin { get { throw null; } }
11965         [System.MonoTODOAttribute]
11966         public override System.Uri RequestUri { get { throw null; } }
11967         [System.MonoTODOAttribute]
11968         public override string SecWebSocketKey { get { throw null; } }
11969         [System.MonoTODOAttribute]
11970         public override System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get { throw null; } }
11971         [System.MonoTODOAttribute]
11972         public override string SecWebSocketVersion { get { throw null; } }
11973         [System.MonoTODOAttribute]
11974         public override System.Security.Principal.IPrincipal User { get { throw null; } }
11975         [System.MonoTODOAttribute]
11976         public override System.Net.WebSockets.WebSocket WebSocket { get { throw null; } }
11977     }
11978     public abstract partial class WebSocket : System.IDisposable
11979     {
WebSocket()11980         protected WebSocket() { }
11981         public abstract System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get; }
11982         public abstract string CloseStatusDescription { get; }
11983         [System.MonoTODOAttribute]
11984         public static System.TimeSpan DefaultKeepAliveInterval { get { throw null; } }
11985         public abstract System.Net.WebSockets.WebSocketState State { get; }
11986         public abstract string SubProtocol { get; }
Abort()11987         public abstract void Abort();
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)11988         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)11989         public abstract System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken);
11990         [System.MonoTODOAttribute]
CreateClientBuffer(int receiveBufferSize, int sendBufferSize)11991         public static System.ArraySegment<byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize) { throw null; }
11992         [System.MonoTODOAttribute]
CreateClientWebSocket(System.IO.Stream innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment<byte> internalBuffer)11993         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; }
11994         [System.MonoTODOAttribute]
CreateServerBuffer(int receiveBufferSize)11995         public static System.ArraySegment<byte> CreateServerBuffer(int receiveBufferSize) { throw null; }
Dispose()11996         public abstract void Dispose();
11997         [System.MonoTODOAttribute]
11998         [System.ObsoleteAttribute]
IsApplicationTargeting45()11999         public static bool IsApplicationTargeting45() { throw null; }
IsStateTerminal(System.Net.WebSockets.WebSocketState state)12000         protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) { throw null; }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)12001         public abstract System.Threading.Tasks.Task<System.Net.WebSockets.WebSocketReceiveResult> ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken);
12002         [System.MonoTODOAttribute]
RegisterPrefixes()12003         public static void RegisterPrefixes() { }
SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken)12004         public abstract System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken);
12005         [System.MonoTODOAttribute]
ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates)12006         protected static void ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates) { }
12007     }
12008     public enum WebSocketCloseStatus
12009     {
12010         Empty = 1005,
12011         EndpointUnavailable = 1001,
12012         InternalServerError = 1011,
12013         InvalidMessageType = 1003,
12014         InvalidPayloadData = 1007,
12015         MandatoryExtension = 1010,
12016         MessageTooBig = 1009,
12017         NormalClosure = 1000,
12018         PolicyViolation = 1008,
12019         ProtocolError = 1002,
12020     }
12021     public abstract partial class WebSocketContext
12022     {
WebSocketContext()12023         protected WebSocketContext() { }
12024         public abstract System.Net.CookieCollection CookieCollection { get; }
12025         public abstract System.Collections.Specialized.NameValueCollection Headers { get; }
12026         public abstract bool IsAuthenticated { get; }
12027         public abstract bool IsLocal { get; }
12028         public abstract bool IsSecureConnection { get; }
12029         public abstract string Origin { get; }
12030         public abstract System.Uri RequestUri { get; }
12031         public abstract string SecWebSocketKey { get; }
12032         public abstract System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get; }
12033         public abstract string SecWebSocketVersion { get; }
12034         public abstract System.Security.Principal.IPrincipal User { get; }
12035         public abstract System.Net.WebSockets.WebSocket WebSocket { get; }
12036     }
12037     public enum WebSocketError
12038     {
12039         ConnectionClosedPrematurely = 8,
12040         Faulted = 2,
12041         HeaderError = 7,
12042         InvalidMessageType = 1,
12043         InvalidState = 9,
12044         NativeError = 3,
12045         NotAWebSocket = 4,
12046         Success = 0,
12047         UnsupportedProtocol = 6,
12048         UnsupportedVersion = 5,
12049     }
12050     public sealed partial class WebSocketException : System.ComponentModel.Win32Exception
12051     {
WebSocketException()12052         public WebSocketException() { }
WebSocketException(int nativeError)12053         public WebSocketException(int nativeError) { }
WebSocketException(int nativeError, System.Exception innerException)12054         public WebSocketException(int nativeError, System.Exception innerException) { }
WebSocketException(int nativeError, string message)12055         public WebSocketException(int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error)12056         public WebSocketException(System.Net.WebSockets.WebSocketError error) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException)12057         public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError)12058         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException)12059         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message)12060         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException)12061         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message)12062         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException)12063         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException) { }
WebSocketException(string message)12064         public WebSocketException(string message) { }
WebSocketException(string message, System.Exception innerException)12065         public WebSocketException(string message, System.Exception innerException) { }
12066         public override int ErrorCode { get { throw null; } }
12067         public System.Net.WebSockets.WebSocketError WebSocketErrorCode { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12068         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12069     }
12070     public enum WebSocketMessageType
12071     {
12072         Binary = 1,
12073         Close = 2,
12074         Text = 0,
12075     }
12076     public partial class WebSocketReceiveResult
12077     {
WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage)12078         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)12079         public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> closeStatus, string closeStatusDescription) { }
12080         public System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12081         public string CloseStatusDescription { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12082         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12083         public bool EndOfMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12084         public System.Net.WebSockets.WebSocketMessageType MessageType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12085     }
12086     public enum WebSocketState
12087     {
12088         Aborted = 6,
12089         Closed = 5,
12090         CloseReceived = 4,
12091         CloseSent = 3,
12092         Connecting = 1,
12093         None = 0,
12094         Open = 2,
12095     }
12096 }
12097 namespace System.Reflection
12098 {
12099     public partial interface ICustomTypeProvider
12100     {
GetCustomType()12101         System.Type GetCustomType();
12102     }
12103 }
12104 namespace System.Runtime.InteropServices
12105 {
12106     [System.AttributeUsageAttribute((System.AttributeTargets)(2048))]
12107     public sealed partial class DefaultParameterValueAttribute : System.Attribute
12108     {
DefaultParameterValueAttribute(object value)12109         public DefaultParameterValueAttribute(object value) { }
12110         public object Value { get { throw null; } }
12111     }
12112     public sealed partial class HandleCollector
12113     {
HandleCollector(string name, int initialThreshold)12114         public HandleCollector(string name, int initialThreshold) { }
HandleCollector(string name, int initialThreshold, int maximumThreshold)12115         public HandleCollector(string name, int initialThreshold, int maximumThreshold) { }
12116         public int Count { get { throw null; } }
12117         public int InitialThreshold { get { throw null; } }
12118         public int MaximumThreshold { get { throw null; } }
12119         public string Name { get { throw null; } }
Add()12120         public void Add() { }
Remove()12121         public void Remove() { }
12122     }
12123     [System.MonoLimitationAttribute("The runtime does nothing special apart from what it already does with marshal-by-ref objects")]
12124     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12125     public partial class StandardOleMarshalObject : System.MarshalByRefObject
12126     {
StandardOleMarshalObject()12127         protected StandardOleMarshalObject() { }
12128     }
12129 }
12130 namespace System.Runtime.InteropServices.ComTypes
12131 {
12132     [System.FlagsAttribute]
12133     public enum ADVF
12134     {
12135         ADVFCACHE_FORCEBUILTIN = 16,
12136         ADVFCACHE_NOHANDLER = 8,
12137         ADVFCACHE_ONSAVE = 32,
12138         ADVF_DATAONSTOP = 64,
12139         ADVF_NODATA = 1,
12140         ADVF_ONLYONCE = 4,
12141         ADVF_PRIMEFIRST = 2,
12142     }
12143     public enum DATADIR
12144     {
12145         DATADIR_GET = 1,
12146         DATADIR_SET = 2,
12147     }
12148     [System.FlagsAttribute]
12149     public enum DVASPECT
12150     {
12151         DVASPECT_CONTENT = 1,
12152         DVASPECT_DOCPRINT = 8,
12153         DVASPECT_ICON = 4,
12154         DVASPECT_THUMBNAIL = 2,
12155     }
12156     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12157     public partial struct FORMATETC
12158     {
12159         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U2)]
12160         public short cfFormat;
12161         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12162         public System.Runtime.InteropServices.ComTypes.DVASPECT dwAspect;
12163         public int lindex;
12164         public System.IntPtr ptd;
12165         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12166         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12167     }
12168     [System.Runtime.InteropServices.GuidAttribute("0000010F-0000-0000-C000-000000000046")]
12169     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12170     public partial interface IAdviseSink
12171     {
OnClose()12172         [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)12173         [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)12174         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnRename(System.Runtime.InteropServices.ComTypes.IMoniker moniker);
OnSave()12175         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnSave();
OnViewChange(int aspect, int index)12176         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnViewChange(int aspect, int index);
12177     }
12178     [System.Runtime.InteropServices.GuidAttribute("0000010e-0000-0000-C000-000000000046")]
12179     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12180     public partial interface IDataObject
12181     {
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)12182         [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)12183         void DUnadvise(int connection);
EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise)12184         [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)12185         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)12186         [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)12187         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)12188         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)12189         [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)12190         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);
12191     }
12192     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12193     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12194     public partial interface IEnumFORMATETC
12195     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum)12196         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)12197         [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()12198         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12199         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12200     }
12201     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12202     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12203     public partial interface IEnumSTATDATA
12204     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum)12205         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)12206         [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()12207         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12208         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12209     }
12210     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12211     public partial struct STATDATA
12212     {
12213         public System.Runtime.InteropServices.ComTypes.ADVF advf;
12214         public System.Runtime.InteropServices.ComTypes.IAdviseSink advSink;
12215         public int connection;
12216         public System.Runtime.InteropServices.ComTypes.FORMATETC formatetc;
12217     }
12218     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12219     public partial struct STGMEDIUM
12220     {
12221         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.IUnknown)]
12222         public object pUnkForRelease;
12223         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12224         public System.IntPtr unionmember;
12225     }
12226     [System.FlagsAttribute]
12227     public enum TYMED
12228     {
12229         TYMED_ENHMF = 64,
12230         TYMED_FILE = 2,
12231         TYMED_GDI = 16,
12232         TYMED_HGLOBAL = 1,
12233         TYMED_ISTORAGE = 8,
12234         TYMED_ISTREAM = 4,
12235         TYMED_MFPICT = 32,
12236         TYMED_NULL = 0,
12237     }
12238 }
12239 namespace System.Runtime.Versioning
12240 {
12241     [System.SerializableAttribute]
12242     public sealed partial class FrameworkName : System.IEquatable<System.Runtime.Versioning.FrameworkName>
12243     {
FrameworkName(string frameworkName)12244         public FrameworkName(string frameworkName) { }
FrameworkName(string identifier, System.Version version)12245         public FrameworkName(string identifier, System.Version version) { }
FrameworkName(string identifier, System.Version version, string profile)12246         public FrameworkName(string identifier, System.Version version, string profile) { }
12247         public string FullName { get { throw null; } }
12248         public string Identifier { get { throw null; } }
12249         public string Profile { get { throw null; } }
12250         public System.Version Version { get { throw null; } }
Equals(object obj)12251         public override bool Equals(object obj) { throw null; }
Equals(System.Runtime.Versioning.FrameworkName other)12252         public bool Equals(System.Runtime.Versioning.FrameworkName other) { throw null; }
GetHashCode()12253         public override int GetHashCode() { throw null; }
operator ==(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right)12254         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)12255         public static bool operator !=(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) { throw null; }
ToString()12256         public override string ToString() { throw null; }
12257     }
12258 }
12259 namespace System.Security.AccessControl
12260 {
12261     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12262     public sealed partial class SemaphoreAccessRule : System.Security.AccessControl.AccessRule
12263     {
SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type)12264         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)12265         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)) { }
12266         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12267     }
12268     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12269     public sealed partial class SemaphoreAuditRule : System.Security.AccessControl.AuditRule
12270     {
SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags)12271         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)) { }
12272         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12273     }
12274     [System.FlagsAttribute]
12275     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12276     public enum SemaphoreRights
12277     {
12278         ChangePermissions = 262144,
12279         Delete = 65536,
12280         FullControl = 2031619,
12281         Modify = 2,
12282         ReadPermissions = 131072,
12283         Synchronize = 1048576,
12284         TakeOwnership = 524288,
12285     }
12286     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12287     public sealed partial class SemaphoreSecurity : System.Security.AccessControl.NativeObjectSecurity
12288     {
SemaphoreSecurity()12289         public SemaphoreSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections)12290         public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
12291         public override System.Type AccessRightType { get { throw null; } }
12292         public override System.Type AccessRuleType { get { throw null; } }
12293         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)12294         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)12295         public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12296         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)12297         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)12298         public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw null; }
RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule)12299         public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule)12300         public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12301         public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw null; }
RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule)12302         public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { }
RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule)12303         public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { }
ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12304         public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12305         public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12306         public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { }
12307     }
12308 }
12309 namespace System.Security.Authentication
12310 {
12311     [System.SerializableAttribute]
12312     public partial class AuthenticationException : System.SystemException
12313     {
AuthenticationException()12314         public AuthenticationException() { }
AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12315         protected AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
AuthenticationException(string message)12316         public AuthenticationException(string message) { }
AuthenticationException(string message, System.Exception innerException)12317         public AuthenticationException(string message, System.Exception innerException) { }
12318     }
12319     public enum CipherAlgorithmType
12320     {
12321         Aes = 26129,
12322         Aes128 = 26126,
12323         Aes192 = 26127,
12324         Aes256 = 26128,
12325         Des = 26113,
12326         None = 0,
12327         Null = 24576,
12328         Rc2 = 26114,
12329         Rc4 = 26625,
12330         TripleDes = 26115,
12331     }
12332     public enum ExchangeAlgorithmType
12333     {
12334         DiffieHellman = 43522,
12335         None = 0,
12336         RsaKeyX = 41984,
12337         RsaSign = 9216,
12338     }
12339     public enum HashAlgorithmType
12340     {
12341         Md5 = 32771,
12342         None = 0,
12343         Sha1 = 32772,
12344     }
12345     [System.SerializableAttribute]
12346     public partial class InvalidCredentialException : System.Security.Authentication.AuthenticationException
12347     {
InvalidCredentialException()12348         public InvalidCredentialException() { }
InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12349         protected InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
InvalidCredentialException(string message)12350         public InvalidCredentialException(string message) { }
InvalidCredentialException(string message, System.Exception innerException)12351         public InvalidCredentialException(string message, System.Exception innerException) { }
12352     }
12353     [System.FlagsAttribute]
12354     public enum SslProtocols
12355     {
12356         Default = 240,
12357         None = 0,
12358         Ssl2 = 12,
12359         Ssl3 = 48,
12360         Tls = 192,
12361         [System.MonoTODOAttribute("unsupported")]
12362         Tls11 = 768,
12363         [System.MonoTODOAttribute("unsupported")]
12364         Tls12 = 3072,
12365     }
12366 }
12367 namespace System.Security.Authentication.ExtendedProtection
12368 {
12369     public abstract partial class ChannelBinding : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
12370     {
ChannelBinding()12371         protected ChannelBinding() : base (default(bool)) { }
ChannelBinding(bool ownsHandle)12372         protected ChannelBinding(bool ownsHandle) : base (default(bool)) { }
12373         public abstract int Size { get; }
12374     }
12375     public enum ChannelBindingKind
12376     {
12377         Endpoint = 26,
12378         Unique = 25,
12379         Unknown = 0,
12380     }
12381     [System.ComponentModel.TypeConverterAttribute(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter))]
12382     [System.MonoTODOAttribute]
12383     [System.SerializableAttribute]
12384     public partial class ExtendedProtectionPolicy : System.Runtime.Serialization.ISerializable
12385     {
ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12386         protected ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12387         [System.MonoTODOAttribute("Not implemented.")]
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement)12388         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ChannelBinding customChannelBinding)12389         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)12390         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)12391         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Security.Authentication.ExtendedProtection.ServiceNameCollection customServiceNames) { }
12392         public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get { throw null; } }
12393         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get { throw null; } }
12394         public static bool OSSupportsExtendedProtection { get { throw null; } }
12395         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } }
12396         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } }
12397         [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)12398         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12399         [System.MonoTODOAttribute]
ToString()12400         public override string ToString() { throw null; }
12401     }
12402     [System.MonoTODOAttribute]
12403     public partial class ExtendedProtectionPolicyTypeConverter : System.ComponentModel.TypeConverter
12404     {
ExtendedProtectionPolicyTypeConverter()12405         public ExtendedProtectionPolicyTypeConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)12406         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)12407         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
12408     }
12409     public enum PolicyEnforcement
12410     {
12411         Always = 2,
12412         Never = 0,
12413         WhenSupported = 1,
12414     }
12415     public enum ProtectionScenario
12416     {
12417         TransportSelected = 0,
12418         TrustedProxy = 1,
12419     }
12420     [System.SerializableAttribute]
12421     public partial class ServiceNameCollection : System.Collections.ReadOnlyCollectionBase
12422     {
ServiceNameCollection(System.Collections.ICollection items)12423         public ServiceNameCollection(System.Collections.ICollection items) { }
Contains(string searchServiceName)12424         public bool Contains(string searchServiceName) { throw null; }
Merge(System.Collections.IEnumerable serviceNames)12425         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(System.Collections.IEnumerable serviceNames) { throw null; }
Merge(string serviceName)12426         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(string serviceName) { throw null; }
12427     }
12428 }
12429 #if CONFIG_DEP
12430 namespace System.Security.Authentication.ExtendedProtection.Configuration
12431 {
12432     [System.MonoTODOAttribute]
12433     public sealed partial class ExtendedProtectionPolicyElement : System.Configuration.ConfigurationElement
12434     {
ExtendedProtectionPolicyElement()12435         public ExtendedProtectionPolicyElement() { }
12436         [System.Configuration.ConfigurationPropertyAttribute("customServiceNames")]
12437         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection CustomServiceNames { get { throw null; } }
12438         [System.Configuration.ConfigurationPropertyAttribute("policyEnforcement")]
12439         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } set { } }
12440         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12441         [System.Configuration.ConfigurationPropertyAttribute("protectionScenario", DefaultValue=(System.Security.Authentication.ExtendedProtection.ProtectionScenario)(0))]
12442         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } set { } }
BuildPolicy()12443         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy BuildPolicy() { throw null; }
12444     }
12445     public sealed partial class ServiceNameElement : System.Configuration.ConfigurationElement
12446     {
ServiceNameElement()12447         public ServiceNameElement() { }
12448         [System.Configuration.ConfigurationPropertyAttribute("name")]
12449         public string Name { get { throw null; } set { } }
12450         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12451     }
12452     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement))]
12453     public sealed partial class ServiceNameElementCollection : System.Configuration.ConfigurationElementCollection
12454     {
ServiceNameElementCollection()12455         public ServiceNameElementCollection() { }
12456         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get { throw null; } set { } }
12457         public new System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get { throw null; } set { } }
Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12458         public void Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Clear()12459         public void Clear() { }
CreateNewElement()12460         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)12461         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12462         public int IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { throw null; }
Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12463         public void Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Remove(string name)12464         public void Remove(string name) { }
RemoveAt(int index)12465         public void RemoveAt(int index) { }
12466     }
12467 }
12468 #endif
12469 namespace System.Security.Claims
12470 {
12471     public static partial class DynamicRoleClaimProvider
12472     {
AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims)12473         public static void AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims) { }
12474     }
12475 }
12476 namespace System.Security.Cryptography
12477 {
12478     public partial class AsnEncodedData
12479     {
AsnEncodedData()12480         protected AsnEncodedData() { }
AsnEncodedData(byte[] rawData)12481         public AsnEncodedData(byte[] rawData) { }
AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData)12482         public AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData)12483         public AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData) { }
AsnEncodedData(string oid, byte[] rawData)12484         public AsnEncodedData(string oid, byte[] rawData) { }
12485         public System.Security.Cryptography.Oid Oid { get { throw null; } set { } }
12486         public byte[] RawData { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12487         public virtual void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
Format(bool multiLine)12488         public virtual string Format(bool multiLine) { throw null; }
12489     }
12490     public sealed partial class AsnEncodedDataCollection : System.Collections.ICollection, System.Collections.IEnumerable
12491     {
AsnEncodedDataCollection()12492         public AsnEncodedDataCollection() { }
AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData)12493         public AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12494         public int Count { get { throw null; } }
12495         public bool IsSynchronized { get { throw null; } }
12496         public System.Security.Cryptography.AsnEncodedData this[int index] { get { throw null; } }
12497         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.AsnEncodedData asnEncodedData)12498         public int Add(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw null; }
CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index)12499         public void CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index) { }
GetEnumerator()12500         public System.Security.Cryptography.AsnEncodedDataEnumerator GetEnumerator() { throw null; }
Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData)12501         public void Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)12502         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12503         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12504     }
12505     public sealed partial class AsnEncodedDataEnumerator : System.Collections.IEnumerator
12506     {
AsnEncodedDataEnumerator()12507         internal AsnEncodedDataEnumerator() { }
12508         public System.Security.Cryptography.AsnEncodedData Current { get { throw null; } }
12509         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12510         public bool MoveNext() { throw null; }
Reset()12511         public void Reset() { }
12512     }
12513     public sealed partial class Oid
12514     {
Oid()12515         public Oid() { }
Oid(System.Security.Cryptography.Oid oid)12516         public Oid(System.Security.Cryptography.Oid oid) { }
Oid(string oid)12517         public Oid(string oid) { }
Oid(string value, string friendlyName)12518         public Oid(string value, string friendlyName) { }
12519         public string FriendlyName { get { throw null; } set { } }
12520         public string Value { get { throw null; } set { } }
FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group)12521         public static System.Security.Cryptography.Oid FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group) { throw null; }
FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group)12522         public static System.Security.Cryptography.Oid FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group) { throw null; }
12523     }
12524     public sealed partial class OidCollection : System.Collections.ICollection, System.Collections.IEnumerable
12525     {
OidCollection()12526         public OidCollection() { }
12527         public int Count { get { throw null; } }
12528         public bool IsSynchronized { get { throw null; } }
12529         public System.Security.Cryptography.Oid this[int index] { get { throw null; } }
12530         public System.Security.Cryptography.Oid this[string oid] { get { throw null; } }
12531         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.Oid oid)12532         public int Add(System.Security.Cryptography.Oid oid) { throw null; }
CopyTo(System.Security.Cryptography.Oid[] array, int index)12533         public void CopyTo(System.Security.Cryptography.Oid[] array, int index) { }
GetEnumerator()12534         public System.Security.Cryptography.OidEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12535         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12536         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12537     }
12538     public sealed partial class OidEnumerator : System.Collections.IEnumerator
12539     {
OidEnumerator()12540         internal OidEnumerator() { }
12541         public System.Security.Cryptography.Oid Current { get { throw null; } }
12542         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12543         public bool MoveNext() { throw null; }
Reset()12544         public void Reset() { }
12545     }
12546     public enum OidGroup
12547     {
12548         All = 0,
12549         Attribute = 5,
12550         EncryptionAlgorithm = 2,
12551         EnhancedKeyUsage = 7,
12552         ExtensionOrAttribute = 6,
12553         HashAlgorithm = 1,
12554         KeyDerivationFunction = 10,
12555         Policy = 8,
12556         PublicKeyAlgorithm = 3,
12557         SignatureAlgorithm = 4,
12558         Template = 9,
12559     }
12560 }
12561 namespace System.Security.Cryptography.X509Certificates
12562 {
12563     [System.FlagsAttribute]
12564     public enum OpenFlags
12565     {
12566         IncludeArchived = 8,
12567         MaxAllowed = 2,
12568         OpenExistingOnly = 4,
12569         ReadOnly = 0,
12570         ReadWrite = 1,
12571     }
12572     public sealed partial class PublicKey
12573     {
PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue)12574         public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue) { }
12575         public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get { throw null; } }
12576         public System.Security.Cryptography.AsnEncodedData EncodedParameters { get { throw null; } }
12577         public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } }
12578         public System.Security.Cryptography.Oid Oid { get { throw null; } }
12579     }
12580     public enum StoreLocation
12581     {
12582         CurrentUser = 1,
12583         LocalMachine = 2,
12584     }
12585     public enum StoreName
12586     {
12587         AddressBook = 1,
12588         AuthRoot = 2,
12589         CertificateAuthority = 3,
12590         Disallowed = 4,
12591         My = 5,
12592         Root = 6,
12593         TrustedPeople = 7,
12594         TrustedPublisher = 8,
12595     }
12596     [System.MonoTODOAttribute("Some X500DistinguishedNameFlags options aren't supported, like DoNotUsePlusSign, DoNotUseQuotes and ForceUTF8Encoding")]
12597     public sealed partial class X500DistinguishedName : System.Security.Cryptography.AsnEncodedData
12598     {
X500DistinguishedName(byte[] encodedDistinguishedName)12599         public X500DistinguishedName(byte[] encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName)12600         public X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName)12601         public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { }
X500DistinguishedName(string distinguishedName)12602         public X500DistinguishedName(string distinguishedName) { }
X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12603         public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { }
12604         public string Name { get { throw null; } }
Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12605         public string Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { throw null; }
Format(bool multiLine)12606         public override string Format(bool multiLine) { throw null; }
12607     }
12608     [System.FlagsAttribute]
12609     public enum X500DistinguishedNameFlags
12610     {
12611         DoNotUsePlusSign = 32,
12612         DoNotUseQuotes = 64,
12613         ForceUTF8Encoding = 16384,
12614         None = 0,
12615         Reversed = 1,
12616         UseCommas = 128,
12617         UseNewLines = 256,
12618         UseSemicolons = 16,
12619         UseT61Encoding = 8192,
12620         UseUTF8Encoding = 4096,
12621     }
12622     public sealed partial class X509BasicConstraintsExtension : System.Security.Cryptography.X509Certificates.X509Extension
12623     {
X509BasicConstraintsExtension()12624         public X509BasicConstraintsExtension() { }
X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical)12625         public X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical) { }
X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical)12626         public X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical) { }
12627         public bool CertificateAuthority { get { throw null; } }
12628         public bool HasPathLengthConstraint { get { throw null; } }
12629         public int PathLengthConstraint { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12630         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12631     }
12632     [System.SerializableAttribute]
12633     public partial class X509Certificate2 : System.Security.Cryptography.X509Certificates.X509Certificate
12634     {
X509Certificate2()12635         public X509Certificate2() { }
X509Certificate2(byte[] rawData)12636         public X509Certificate2(byte[] rawData) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password)12637         public X509Certificate2(byte[] rawData, System.Security.SecureString password) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12638         public X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(byte[] rawData, string password)12639         public X509Certificate2(byte[] rawData, string password) { }
X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12640         public X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(System.IntPtr handle)12641         public X509Certificate2(System.IntPtr handle) { }
X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12642         protected X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate)12643         public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { }
X509Certificate2(string fileName)12644         public X509Certificate2(string fileName) { }
X509Certificate2(string fileName, System.Security.SecureString password)12645         public X509Certificate2(string fileName, System.Security.SecureString password) { }
X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12646         public X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(string fileName, string password)12647         public X509Certificate2(string fileName, string password) { }
X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12648         public X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12649         public bool Archived { get { throw null; } set { } }
12650         public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw null; } }
12651         public string FriendlyName { get { throw null; } set { } }
12652         public bool HasPrivateKey { get { throw null; } }
12653         public System.Security.Cryptography.X509Certificates.X500DistinguishedName IssuerName { get { throw null; } }
12654         public System.DateTime NotAfter { get { throw null; } }
12655         public System.DateTime NotBefore { get { throw null; } }
12656         public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
12657         public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw null; } }
12658         public byte[] RawData { get { throw null; } }
12659         public string SerialNumber { get { throw null; } }
12660         public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
12661         public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get { throw null; } }
12662         public string Thumbprint { get { throw null; } }
12663         public int Version { get { throw null; } }
12664         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12, Pkcs7 and Unknown")]
GetCertContentType(byte[] rawData)12665         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) { throw null; }
12666         [System.MonoTODOAttribute("Detection limited to Cert, Pfx, Pkcs12 and Unknown")]
GetCertContentType(string fileName)12667         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) { throw null; }
12668         [System.MonoTODOAttribute("always return String.Empty for UpnName, DnsFromAlternativeName and UrlName")]
GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer)12669         public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
Import(byte[] rawData)12670         public override void Import(byte[] rawData) { }
12671         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12672         public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12673         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12674         public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Import(string fileName)12675         public override void Import(string fileName) { }
12676         [System.MonoTODOAttribute("SecureString is incomplete")]
Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12677         public override void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12678         [System.MonoTODOAttribute("missing KeyStorageFlags support")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12679         public override void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Reset()12680         public override void Reset() { }
ToString()12681         public override string ToString() { throw null; }
ToString(bool verbose)12682         public override string ToString(bool verbose) { throw null; }
12683         [System.MonoTODOAttribute("by default this depends on the incomplete X509Chain")]
Verify()12684         public bool Verify() { throw null; }
12685     }
12686     public partial class X509Certificate2Collection : System.Security.Cryptography.X509Certificates.X509CertificateCollection
12687     {
X509Certificate2Collection()12688         public X509Certificate2Collection() { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12689         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12690         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12691         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12692         public new System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12693         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12694         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12695         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12696         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12697         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12698         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
12699         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType)12700         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) { throw null; }
12701         [System.MonoTODOAttribute("only support X509ContentType.Cert")]
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password)12702         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) { throw null; }
12703         [System.MonoTODOAttribute("Does not support X509FindType.FindByTemplateName, FindByApplicationPolicy and FindByCertificatePolicy")]
Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly)12704         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) { throw null; }
GetEnumerator()12705         public new System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() { throw null; }
12706         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData)12707         public void Import(byte[] rawData) { }
12708         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12709         public void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12710         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName)12711         public void Import(string fileName) { }
12712         [System.MonoTODOAttribute("same limitations as X509Certificate2.Import")]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12713         public void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12714         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12715         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12716         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12717         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12718         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)12719         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
12720     }
12721     public sealed partial class X509Certificate2Enumerator : System.Collections.IEnumerator
12722     {
X509Certificate2Enumerator()12723         internal X509Certificate2Enumerator() { }
12724         public System.Security.Cryptography.X509Certificates.X509Certificate2 Current { get { throw null; } }
12725         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12726         public bool MoveNext() { throw null; }
Reset()12727         public void Reset() { }
System.Collections.IEnumerator.MoveNext()12728         bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12729         void System.Collections.IEnumerator.Reset() { }
12730     }
12731     [System.SerializableAttribute]
12732     public partial class X509CertificateCollection : System.Collections.CollectionBase
12733     {
X509CertificateCollection()12734         public X509CertificateCollection() { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12735         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12736         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
12737         public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate value)12738         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)12739         public void AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value)12740         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate value)12741         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index)12742         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index) { }
GetEnumerator()12743         public new System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
GetHashCode()12744         public override int GetHashCode() { throw null; }
IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value)12745         public int IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value)12746         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate value)12747         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate value) { }
12748         public partial class X509CertificateEnumerator : System.Collections.IEnumerator
12749         {
X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings)12750             public X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings) { }
12751             public System.Security.Cryptography.X509Certificates.X509Certificate Current { get { throw null; } }
12752             object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12753             public bool MoveNext() { throw null; }
Reset()12754             public void Reset() { }
System.Collections.IEnumerator.MoveNext()12755             bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()12756             void System.Collections.IEnumerator.Reset() { }
12757         }
12758     }
12759     public partial class X509Chain
12760     {
X509Chain()12761         public X509Chain() { }
X509Chain(bool useMachineContext)12762         public X509Chain(bool useMachineContext) { }
12763         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. All handles are invalid.")]
X509Chain(System.IntPtr chainContext)12764         public X509Chain(System.IntPtr chainContext) { }
12765         [System.MonoTODOAttribute("Mono's X509Chain is fully managed. Always returns IntPtr.Zero.")]
12766         public System.IntPtr ChainContext { get { throw null; } }
12767         public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get { throw null; } }
12768         public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get { throw null; } set { } }
12769         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get { throw null; } }
12770         [System.MonoTODOAttribute("Not totally RFC3280 compliant, but neither is MS implementation...")]
Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12771         public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
Create()12772         public static System.Security.Cryptography.X509Certificates.X509Chain Create() { throw null; }
Reset()12773         public void Reset() { }
12774     }
12775     public partial class X509ChainElement
12776     {
X509ChainElement()12777         internal X509ChainElement() { }
12778         public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
12779         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainElementStatus { get { throw null; } }
12780         public string Information { get { throw null; } }
12781     }
12782     public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
12783     {
X509ChainElementCollection()12784         internal X509ChainElementCollection() { }
12785         public int Count { get { throw null; } }
12786         public bool IsSynchronized { get { throw null; } }
12787         public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get { throw null; } }
12788         public object SyncRoot { get { throw null; } }
CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index)12789         public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index) { }
GetEnumerator()12790         public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12791         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12792         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12793     }
12794     public sealed partial class X509ChainElementEnumerator : System.Collections.IEnumerator
12795     {
X509ChainElementEnumerator()12796         internal X509ChainElementEnumerator() { }
12797         public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get { throw null; } }
12798         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12799         public bool MoveNext() { throw null; }
Reset()12800         public void Reset() { }
12801     }
12802     public sealed partial class X509ChainPolicy
12803     {
X509ChainPolicy()12804         public X509ChainPolicy() { }
12805         public System.Security.Cryptography.OidCollection ApplicationPolicy { get { throw null; } }
12806         public System.Security.Cryptography.OidCollection CertificatePolicy { get { throw null; } }
12807         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get { throw null; } }
12808         public System.Security.Cryptography.X509Certificates.X509RevocationFlag RevocationFlag { get { throw null; } set { } }
12809         public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get { throw null; } set { } }
12810         public System.TimeSpan UrlRetrievalTimeout { get { throw null; } set { } }
12811         public System.Security.Cryptography.X509Certificates.X509VerificationFlags VerificationFlags { get { throw null; } set { } }
12812         public System.DateTime VerificationTime { get { throw null; } set { } }
Reset()12813         public void Reset() { }
12814     }
12815     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12816     public partial struct X509ChainStatus
12817     {
12818         public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Status { get { throw null; } set { } }
12819         public string StatusInformation { get { throw null; } set { } }
12820     }
12821     [System.FlagsAttribute]
12822     public enum X509ChainStatusFlags
12823     {
12824         CtlNotSignatureValid = 262144,
12825         CtlNotTimeValid = 131072,
12826         CtlNotValidForUsage = 524288,
12827         Cyclic = 128,
12828         HasExcludedNameConstraint = 32768,
12829         HasNotDefinedNameConstraint = 8192,
12830         HasNotPermittedNameConstraint = 16384,
12831         HasNotSupportedNameConstraint = 4096,
12832         InvalidBasicConstraints = 1024,
12833         InvalidExtension = 256,
12834         InvalidNameConstraints = 2048,
12835         InvalidPolicyConstraints = 512,
12836         NoError = 0,
12837         NoIssuanceChainPolicy = 33554432,
12838         NotSignatureValid = 8,
12839         NotTimeNested = 2,
12840         NotTimeValid = 1,
12841         NotValidForUsage = 16,
12842         OfflineRevocation = 16777216,
12843         PartialChain = 65536,
12844         RevocationStatusUnknown = 64,
12845         Revoked = 4,
12846         UntrustedRoot = 32,
12847     }
12848     public sealed partial class X509EnhancedKeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12849     {
X509EnhancedKeyUsageExtension()12850         public X509EnhancedKeyUsageExtension() { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical)12851         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical) { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical)12852         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical) { }
12853         public System.Security.Cryptography.OidCollection EnhancedKeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12854         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12855     }
12856     public partial class X509Extension : System.Security.Cryptography.AsnEncodedData
12857     {
X509Extension()12858         protected X509Extension() { }
X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical)12859         public X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical) { }
X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical)12860         public X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical) { }
X509Extension(string oid, byte[] rawData, bool critical)12861         public X509Extension(string oid, byte[] rawData, bool critical) { }
12862         public bool Critical { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12863         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12864     }
12865     public sealed partial class X509ExtensionCollection : System.Collections.ICollection, System.Collections.IEnumerable
12866     {
X509ExtensionCollection()12867         public X509ExtensionCollection() { }
12868         public int Count { get { throw null; } }
12869         public bool IsSynchronized { get { throw null; } }
12870         public System.Security.Cryptography.X509Certificates.X509Extension this[int index] { get { throw null; } }
12871         public System.Security.Cryptography.X509Certificates.X509Extension this[string oid] { get { throw null; } }
12872         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Extension extension)12873         public int Add(System.Security.Cryptography.X509Certificates.X509Extension extension) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index)12874         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index) { }
GetEnumerator()12875         public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12876         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12877         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12878     }
12879     public sealed partial class X509ExtensionEnumerator : System.Collections.IEnumerator
12880     {
X509ExtensionEnumerator()12881         internal X509ExtensionEnumerator() { }
12882         public System.Security.Cryptography.X509Certificates.X509Extension Current { get { throw null; } }
12883         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12884         public bool MoveNext() { throw null; }
Reset()12885         public void Reset() { }
12886     }
12887     public enum X509FindType
12888     {
12889         FindByApplicationPolicy = 10,
12890         FindByCertificatePolicy = 11,
12891         FindByExtension = 12,
12892         FindByIssuerDistinguishedName = 4,
12893         FindByIssuerName = 3,
12894         FindByKeyUsage = 13,
12895         FindBySerialNumber = 5,
12896         FindBySubjectDistinguishedName = 2,
12897         FindBySubjectKeyIdentifier = 14,
12898         FindBySubjectName = 1,
12899         FindByTemplateName = 9,
12900         FindByThumbprint = 0,
12901         FindByTimeExpired = 8,
12902         FindByTimeNotYetValid = 7,
12903         FindByTimeValid = 6,
12904     }
12905     public enum X509IncludeOption
12906     {
12907         EndCertOnly = 2,
12908         ExcludeRoot = 1,
12909         None = 0,
12910         WholeChain = 3,
12911     }
12912     public sealed partial class X509KeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
12913     {
X509KeyUsageExtension()12914         public X509KeyUsageExtension() { }
X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical)12915         public X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical) { }
X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical)12916         public X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical) { }
12917         public System.Security.Cryptography.X509Certificates.X509KeyUsageFlags KeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12918         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12919     }
12920     [System.FlagsAttribute]
12921     public enum X509KeyUsageFlags
12922     {
12923         CrlSign = 2,
12924         DataEncipherment = 16,
12925         DecipherOnly = 32768,
12926         DigitalSignature = 128,
12927         EncipherOnly = 1,
12928         KeyAgreement = 8,
12929         KeyCertSign = 4,
12930         KeyEncipherment = 32,
12931         None = 0,
12932         NonRepudiation = 64,
12933     }
12934     public enum X509NameType
12935     {
12936         DnsFromAlternativeName = 4,
12937         DnsName = 3,
12938         EmailName = 1,
12939         SimpleName = 0,
12940         UpnName = 2,
12941         UrlName = 5,
12942     }
12943     public enum X509RevocationFlag
12944     {
12945         EndCertificateOnly = 0,
12946         EntireChain = 1,
12947         ExcludeRoot = 2,
12948     }
12949     public enum X509RevocationMode
12950     {
12951         NoCheck = 0,
12952         Offline = 2,
12953         Online = 1,
12954     }
12955     public sealed partial class X509Store
12956     {
X509Store()12957         public X509Store() { }
12958         [System.MonoTODOAttribute("Mono's stores are fully managed. All handles are invalid.")]
12959         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
X509Store(System.IntPtr storeHandle)12960         public X509Store(System.IntPtr storeHandle) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12961         public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName)12962         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12963         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(string storeName)12964         public X509Store(string storeName) { }
X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)12965         public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
12966         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
12967         public System.Security.Cryptography.X509Certificates.StoreLocation Location { get { throw null; } }
12968         public string Name { get { throw null; } }
12969         [System.MonoTODOAttribute("Mono's stores are fully managed. Always returns IntPtr.Zero.")]
12970         public System.IntPtr StoreHandle { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12971         public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12972         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12973         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
Close()12974         public void Close() { }
Open(System.Security.Cryptography.X509Certificates.OpenFlags flags)12975         public void Open(System.Security.Cryptography.X509Certificates.OpenFlags flags) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)12976         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
12977         [System.MonoTODOAttribute("Method isn't transactional (like documented)")]
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)12978         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
12979     }
12980     public sealed partial class X509SubjectKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension
12981     {
X509SubjectKeyIdentifierExtension()12982         public X509SubjectKeyIdentifierExtension() { }
X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical)12983         public X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical)12984         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical)12985         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)12986         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) { }
X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical)12987         public X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical) { }
12988         public string SubjectKeyIdentifier { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12989         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12990     }
12991     public enum X509SubjectKeyIdentifierHashAlgorithm
12992     {
12993         CapiSha1 = 2,
12994         Sha1 = 0,
12995         ShortSha1 = 1,
12996     }
12997     [System.FlagsAttribute]
12998     public enum X509VerificationFlags
12999     {
13000         AllFlags = 4095,
13001         AllowUnknownCertificateAuthority = 16,
13002         IgnoreCertificateAuthorityRevocationUnknown = 1024,
13003         IgnoreCtlNotTimeValid = 2,
13004         IgnoreCtlSignerRevocationUnknown = 512,
13005         IgnoreEndRevocationUnknown = 256,
13006         IgnoreInvalidBasicConstraints = 8,
13007         IgnoreInvalidName = 64,
13008         IgnoreInvalidPolicy = 128,
13009         IgnoreNotTimeNested = 4,
13010         IgnoreNotTimeValid = 1,
13011         IgnoreRootRevocationUnknown = 2048,
13012         IgnoreWrongUsage = 32,
13013         NoFlag = 0,
13014     }
13015 }
13016 namespace System.Security.Permissions
13017 {
13018     [System.SerializableAttribute]
13019     public abstract partial class ResourcePermissionBase : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13020     {
13021         public const string Any = "*";
13022         public const string Local = ".";
ResourcePermissionBase()13023         protected ResourcePermissionBase() { }
ResourcePermissionBase(System.Security.Permissions.PermissionState state)13024         protected ResourcePermissionBase(System.Security.Permissions.PermissionState state) { }
13025         protected System.Type PermissionAccessType { get { throw null; } set { } }
13026         protected string[] TagNames { get { throw null; } set { } }
AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13027         protected void AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
Clear()13028         protected void Clear() { }
Copy()13029         public override System.Security.IPermission Copy() { throw null; }
13030         [System.MonoTODOAttribute("incomplete - need more test")]
FromXml(System.Security.SecurityElement securityElement)13031         public override void FromXml(System.Security.SecurityElement securityElement) { }
GetPermissionEntries()13032         protected System.Security.Permissions.ResourcePermissionBaseEntry[] GetPermissionEntries() { throw null; }
Intersect(System.Security.IPermission target)13033         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13034         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13035         public bool IsUnrestricted() { throw null; }
RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13036         protected void RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
ToXml()13037         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13038         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13039     }
13040     [System.SerializableAttribute]
13041     public partial class ResourcePermissionBaseEntry
13042     {
ResourcePermissionBaseEntry()13043         public ResourcePermissionBaseEntry() { }
ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath)13044         public ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath) { }
13045         public int PermissionAccess { get { throw null; } }
13046         public string[] PermissionAccessPath { get { throw null; } }
13047     }
13048     [System.SerializableAttribute]
13049     public sealed partial class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13050     {
StorePermission(System.Security.Permissions.PermissionState state)13051         public StorePermission(System.Security.Permissions.PermissionState state) { }
StorePermission(System.Security.Permissions.StorePermissionFlags flag)13052         public StorePermission(System.Security.Permissions.StorePermissionFlags flag) { }
13053         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
Copy()13054         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13055         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13056         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13057         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13058         public bool IsUnrestricted() { throw null; }
ToXml()13059         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13060         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13061     }
13062     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
13063     [System.SerializableAttribute]
13064     public sealed partial class StorePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13065     {
StorePermissionAttribute(System.Security.Permissions.SecurityAction action)13066         public StorePermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13067         public bool AddToStore { get { throw null; } set { } }
13068         public bool CreateStore { get { throw null; } set { } }
13069         public bool DeleteStore { get { throw null; } set { } }
13070         public bool EnumerateCertificates { get { throw null; } set { } }
13071         public bool EnumerateStores { get { throw null; } set { } }
13072         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
13073         public bool OpenStore { get { throw null; } set { } }
13074         public bool RemoveFromStore { get { throw null; } set { } }
CreatePermission()13075         public override System.Security.IPermission CreatePermission() { throw null; }
13076     }
13077     [System.FlagsAttribute]
13078     [System.SerializableAttribute]
13079     public enum StorePermissionFlags
13080     {
13081         AddToStore = 32,
13082         AllFlags = 247,
13083         CreateStore = 1,
13084         DeleteStore = 2,
13085         EnumerateCertificates = 128,
13086         EnumerateStores = 4,
13087         NoFlags = 0,
13088         OpenStore = 16,
13089         RemoveFromStore = 64,
13090     }
13091     [System.SerializableAttribute]
13092     public sealed partial class TypeDescriptorPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13093     {
TypeDescriptorPermission(System.Security.Permissions.PermissionState state)13094         public TypeDescriptorPermission(System.Security.Permissions.PermissionState state) { }
TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag)13095         public TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag) { }
13096         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
Copy()13097         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13098         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13099         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13100         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13101         public bool IsUnrestricted() { throw null; }
ToXml()13102         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13103         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13104     }
13105     public sealed partial class TypeDescriptorPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13106     {
TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action)13107         public TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13108         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
13109         public bool RestrictedRegistrationAccess { get { throw null; } set { } }
CreatePermission()13110         public override System.Security.IPermission CreatePermission() { throw null; }
13111     }
13112     [System.FlagsAttribute]
13113     [System.SerializableAttribute]
13114     public enum TypeDescriptorPermissionFlags
13115     {
13116         NoFlags = 0,
13117         RestrictedRegistrationAccess = 1,
13118     }
13119 }
13120 namespace System.Text.RegularExpressions
13121 {
13122     [System.SerializableAttribute]
13123     public partial class Capture
13124     {
Capture()13125         internal Capture() { }
13126         public int Index { get { throw null; } }
13127         public int Length { get { throw null; } }
13128         public string Value { get { throw null; } }
ToString()13129         public override string ToString() { throw null; }
13130     }
13131     [System.SerializableAttribute]
13132     public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable
13133     {
CaptureCollection()13134         internal CaptureCollection() { }
13135         public int Count { get { throw null; } }
13136         public bool IsReadOnly { get { throw null; } }
13137         public bool IsSynchronized { get { throw null; } }
13138         public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } }
13139         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13140         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13141         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13142     }
13143     [System.SerializableAttribute]
13144     public partial class Group : System.Text.RegularExpressions.Capture
13145     {
Group()13146         internal Group() { }
13147         public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } }
13148         public bool Success { get { throw null; } }
Synchronized(System.Text.RegularExpressions.Group inner)13149         public static System.Text.RegularExpressions.Group Synchronized(System.Text.RegularExpressions.Group inner) { throw null; }
13150     }
13151     [System.SerializableAttribute]
13152     public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable
13153     {
GroupCollection()13154         internal GroupCollection() { }
13155         public int Count { get { throw null; } }
13156         public bool IsReadOnly { get { throw null; } }
13157         public bool IsSynchronized { get { throw null; } }
13158         public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } }
13159         public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } }
13160         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13161         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13162         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13163     }
13164     [System.SerializableAttribute]
13165     public partial class Match : System.Text.RegularExpressions.Group
13166     {
Match()13167         internal Match() { }
13168         public static System.Text.RegularExpressions.Match Empty { get { throw null; } }
13169         public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } }
NextMatch()13170         public System.Text.RegularExpressions.Match NextMatch() { throw null; }
Result(string replacement)13171         public virtual string Result(string replacement) { throw null; }
Synchronized(System.Text.RegularExpressions.Match inner)13172         public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner) { throw null; }
13173     }
13174     [System.SerializableAttribute]
13175     public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable
13176     {
MatchCollection()13177         internal MatchCollection() { }
13178         public int Count { get { throw null; } }
13179         public bool IsReadOnly { get { throw null; } }
13180         public bool IsSynchronized { get { throw null; } }
13181         public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } }
13182         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13183         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13184         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13185     }
13186     [System.SerializableAttribute]
MatchEvaluator(System.Text.RegularExpressions.Match match)13187     public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match);
13188     [System.SerializableAttribute]
13189     public partial class Regex : System.Runtime.Serialization.ISerializable
13190     {
13191         protected internal System.Collections.Hashtable capnames;
13192         protected internal System.Collections.Hashtable caps;
13193         protected internal int capsize;
13194         protected internal string[] capslist;
13195         protected internal System.Text.RegularExpressions.RegexRunnerFactory factory;
13196         [System.NonSerializedAttribute]
13197         public static readonly System.TimeSpan InfiniteMatchTimeout;
13198         [System.Runtime.Serialization.OptionalFieldAttribute(VersionAdded=2)]
13199         protected internal System.TimeSpan internalMatchTimeout;
13200         protected internal string pattern;
13201         protected internal System.Text.RegularExpressions.RegexOptions roptions;
Regex()13202         protected Regex() { }
Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13203         protected Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Regex(string pattern)13204         public Regex(string pattern) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options)13205         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13206         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { }
13207         public static int CacheSize { get { throw null; } set { } }
13208         public System.TimeSpan MatchTimeout { get { throw null; } }
13209         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } }
13210         public bool RightToLeft { get { throw null; } }
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname)13211         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)13212         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)13213         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, string resourceFile) { }
Escape(string str)13214         public static string Escape(string str) { throw null; }
GetGroupNames()13215         public string[] GetGroupNames() { throw null; }
GetGroupNumbers()13216         public int[] GetGroupNumbers() { throw null; }
GroupNameFromNumber(int i)13217         public string GroupNameFromNumber(int i) { throw null; }
GroupNumberFromName(string name)13218         public int GroupNumberFromName(string name) { throw null; }
InitializeReferences()13219         protected void InitializeReferences() { }
IsMatch(string input)13220         public bool IsMatch(string input) { throw null; }
IsMatch(string input, int startat)13221         public bool IsMatch(string input, int startat) { throw null; }
IsMatch(string input, string pattern)13222         public static bool IsMatch(string input, string pattern) { throw null; }
IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13223         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)13224         public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Match(string input)13225         public System.Text.RegularExpressions.Match Match(string input) { throw null; }
Match(string input, int startat)13226         public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; }
Match(string input, int beginning, int length)13227         public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; }
Match(string input, string pattern)13228         public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; }
Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13229         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)13230         public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Matches(string input)13231         public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; }
Matches(string input, int startat)13232         public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; }
Matches(string input, string pattern)13233         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; }
Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13234         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)13235         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)13236         public string Replace(string input, string replacement) { throw null; }
Replace(string input, string replacement, int count)13237         public string Replace(string input, string replacement, int count) { throw null; }
Replace(string input, string replacement, int count, int startat)13238         public string Replace(string input, string replacement, int count, int startat) { throw null; }
Replace(string input, string pattern, string replacement)13239         public static string Replace(string input, string pattern, string replacement) { throw null; }
Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options)13240         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)13241         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)13242         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)13243         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)13244         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)13245         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count)13246         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)13247         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; }
Split(string input)13248         public string[] Split(string input) { throw null; }
Split(string input, int count)13249         public string[] Split(string input, int count) { throw null; }
Split(string input, int count, int startat)13250         public string[] Split(string input, int count, int startat) { throw null; }
Split(string input, string pattern)13251         public static string[] Split(string input, string pattern) { throw null; }
Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13252         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)13253         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)13254         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToString()13255         public override string ToString() { throw null; }
Unescape(string str)13256         public static string Unescape(string str) { throw null; }
UseOptionC()13257         protected bool UseOptionC() { throw null; }
UseOptionR()13258         protected bool UseOptionR() { throw null; }
ValidateMatchTimeout(System.TimeSpan matchTimeout)13259         protected internal static void ValidateMatchTimeout(System.TimeSpan matchTimeout) { }
13260     }
13261     [System.SerializableAttribute]
13262     public partial class RegexCompilationInfo
13263     {
RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic)13264         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)13265         public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic, System.TimeSpan matchTimeout) { }
13266         public bool IsPublic { get { throw null; } set { } }
13267         public System.TimeSpan MatchTimeout { get { throw null; } set { } }
13268         public string Name { get { throw null; } set { } }
13269         public string Namespace { get { throw null; } set { } }
13270         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } set { } }
13271         public string Pattern { get { throw null; } set { } }
13272     }
13273     [System.SerializableAttribute]
13274     public partial class RegexMatchTimeoutException : System.TimeoutException, System.Runtime.Serialization.ISerializable
13275     {
RegexMatchTimeoutException()13276         public RegexMatchTimeoutException() { }
13277         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13278         protected RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
RegexMatchTimeoutException(string message)13279         public RegexMatchTimeoutException(string message) { }
RegexMatchTimeoutException(string message, System.Exception inner)13280         public RegexMatchTimeoutException(string message, System.Exception inner) { }
RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout)13281         public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { }
13282         public string Input { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13283         public System.TimeSpan MatchTimeout { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13284         public string Pattern { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13285         [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)13286         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
13287     }
13288     [System.FlagsAttribute]
13289     public enum RegexOptions
13290     {
13291         Compiled = 8,
13292         CultureInvariant = 512,
13293         ECMAScript = 256,
13294         ExplicitCapture = 4,
13295         IgnoreCase = 1,
13296         IgnorePatternWhitespace = 32,
13297         Multiline = 2,
13298         None = 0,
13299         RightToLeft = 64,
13300         Singleline = 16,
13301     }
13302     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13303     public abstract partial class RegexRunner
13304     {
13305         protected internal int[] runcrawl;
13306         protected internal int runcrawlpos;
13307         protected internal System.Text.RegularExpressions.Match runmatch;
13308         protected internal System.Text.RegularExpressions.Regex runregex;
13309         protected internal int[] runstack;
13310         protected internal int runstackpos;
13311         protected internal string runtext;
13312         protected internal int runtextbeg;
13313         protected internal int runtextend;
13314         protected internal int runtextpos;
13315         protected internal int runtextstart;
13316         protected internal int[] runtrack;
13317         protected internal int runtrackcount;
13318         protected internal int runtrackpos;
RegexRunner()13319         protected internal RegexRunner() { }
Capture(int capnum, int start, int end)13320         protected void Capture(int capnum, int start, int end) { }
CharInClass(char ch, string charClass)13321         protected static bool CharInClass(char ch, string charClass) { throw null; }
CharInSet(char ch, string @set, string category)13322         protected static bool CharInSet(char ch, string @set, string category) { throw null; }
CheckTimeout()13323         protected void CheckTimeout() { }
Crawl(int i)13324         protected void Crawl(int i) { }
Crawlpos()13325         protected int Crawlpos() { throw null; }
DoubleCrawl()13326         protected void DoubleCrawl() { }
DoubleStack()13327         protected void DoubleStack() { }
DoubleTrack()13328         protected void DoubleTrack() { }
EnsureStorage()13329         protected void EnsureStorage() { }
FindFirstChar()13330         protected abstract bool FindFirstChar();
Go()13331         protected abstract void Go();
InitTrackCount()13332         protected abstract void InitTrackCount();
IsBoundary(int index, int startpos, int endpos)13333         protected bool IsBoundary(int index, int startpos, int endpos) { throw null; }
IsECMABoundary(int index, int startpos, int endpos)13334         protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; }
IsMatched(int cap)13335         protected bool IsMatched(int cap) { throw null; }
MatchIndex(int cap)13336         protected int MatchIndex(int cap) { throw null; }
MatchLength(int cap)13337         protected int MatchLength(int cap) { throw null; }
Popcrawl()13338         protected int Popcrawl() { throw null; }
Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick)13339         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)13340         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)13341         protected void TransferCapture(int capnum, int uncapnum, int start, int end) { }
Uncapture()13342         protected void Uncapture() { }
13343     }
13344     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13345     public abstract partial class RegexRunnerFactory
13346     {
RegexRunnerFactory()13347         protected RegexRunnerFactory() { }
CreateInstance()13348         protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance();
13349     }
13350 }
13351 namespace System.Threading
13352 {
13353     [System.Diagnostics.DebuggerDisplayAttribute("Participant Count={ParticipantCount},Participants Remaining={ParticipantsRemaining}")]
13354     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13355     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13356     public partial class Barrier : System.IDisposable
13357     {
Barrier(int participantCount)13358         public Barrier(int participantCount) { }
Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction)13359         public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { }
13360         public long CurrentPhaseNumber { get { throw null; } }
13361         public int ParticipantCount { get { throw null; } }
13362         public int ParticipantsRemaining { get { throw null; } }
AddParticipant()13363         public long AddParticipant() { throw null; }
AddParticipants(int participantCount)13364         public long AddParticipants(int participantCount) { throw null; }
Dispose()13365         public void Dispose() { }
Dispose(bool disposing)13366         protected virtual void Dispose(bool disposing) { }
RemoveParticipant()13367         public void RemoveParticipant() { }
RemoveParticipants(int participantCount)13368         public void RemoveParticipants(int participantCount) { }
SignalAndWait()13369         public void SignalAndWait() { }
SignalAndWait(int millisecondsTimeout)13370         public bool SignalAndWait(int millisecondsTimeout) { throw null; }
SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)13371         public bool SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
SignalAndWait(System.Threading.CancellationToken cancellationToken)13372         public void SignalAndWait(System.Threading.CancellationToken cancellationToken) { }
SignalAndWait(System.TimeSpan timeout)13373         public bool SignalAndWait(System.TimeSpan timeout) { throw null; }
SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken)13374         public bool SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) { throw null; }
13375     }
13376     [System.SerializableAttribute]
13377     public partial class BarrierPostPhaseException : System.Exception
13378     {
BarrierPostPhaseException()13379         public BarrierPostPhaseException() { }
BarrierPostPhaseException(System.Exception innerException)13380         public BarrierPostPhaseException(System.Exception innerException) { }
13381         [System.Security.SecurityCriticalAttribute]
BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13382         protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
BarrierPostPhaseException(string message)13383         public BarrierPostPhaseException(string message) { }
BarrierPostPhaseException(string message, System.Exception innerException)13384         public BarrierPostPhaseException(string message, System.Exception innerException) { }
13385     }
13386     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13387     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13388     public sealed partial class Semaphore : System.Threading.WaitHandle
13389     {
13390         [System.Security.SecuritySafeCriticalAttribute]
Semaphore(int initialCount, int maximumCount)13391         public Semaphore(int initialCount, int maximumCount) { }
13392         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Semaphore(int initialCount, int maximumCount, string name)13393         public Semaphore(int initialCount, int maximumCount, string name) { }
13394         [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)13395         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) { createdNew = default(bool); }
13396         [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)13397         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { createdNew = default(bool); }
GetAccessControl()13398         public System.Security.AccessControl.SemaphoreSecurity GetAccessControl() { throw null; }
13399         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name)13400         public static System.Threading.Semaphore OpenExisting(string name) { throw null; }
13401         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)13402         public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw null; }
13403         [System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute]
13404         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release()13405         public int Release() { throw null; }
13406         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release(int releaseCount)13407         public int Release(int releaseCount) { throw null; }
SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity)13408         public void SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { }
13409         [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)13410         public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13411         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
TryOpenExisting(string name, out System.Threading.Semaphore result)13412         public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13413     }
13414     public partial class ThreadExceptionEventArgs : System.EventArgs
13415     {
ThreadExceptionEventArgs(System.Exception t)13416         public ThreadExceptionEventArgs(System.Exception t) { }
13417         public System.Exception Exception { get { throw null; } }
13418     }
ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e)13419     public delegate void ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e);
13420 }
13421 namespace System.Timers
13422 {
13423     public partial class ElapsedEventArgs : System.EventArgs
13424     {
ElapsedEventArgs()13425         internal ElapsedEventArgs() { }
13426         public System.DateTime SignalTime { get { throw null; } }
13427     }
ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e)13428     public delegate void ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e);
13429     [System.ComponentModel.DefaultEventAttribute("Elapsed")]
13430     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
13431     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13432     public partial class Timer : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
13433     {
Timer()13434         public Timer() { }
Timer(double interval)13435         public Timer(double interval) { }
13436         [System.ComponentModel.CategoryAttribute("Behavior")]
13437         [System.ComponentModel.DefaultValueAttribute(true)]
13438         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer will be restarted when it is enabled.")]
13439         public bool AutoReset { get { throw null; } set { } }
13440         [System.ComponentModel.CategoryAttribute("Behavior")]
13441         [System.ComponentModel.DefaultValueAttribute(false)]
13442         [System.Timers.TimersDescriptionAttribute("Indicates whether the timer is enabled to fire events at a defined interval.")]
13443         public bool Enabled { get { throw null; } set { } }
13444         [System.ComponentModel.CategoryAttribute("Behavior")]
13445         [System.ComponentModel.DefaultValueAttribute(100)]
13446         [System.ComponentModel.SettingsBindableAttribute(true)]
13447         [System.Timers.TimersDescriptionAttribute("The number of milliseconds between timer events.")]
13448         public double Interval { get { throw null; } set { } }
13449         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
13450         [System.ComponentModel.BrowsableAttribute(false)]
13451         [System.ComponentModel.DefaultValueAttribute(null)]
13452         [System.Timers.TimersDescriptionAttribute("The object used to marshal the event handler calls issued when an interval has elapsed.")]
13453         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
13454         [System.ComponentModel.CategoryAttribute("Behavior")]
13455         [System.Timers.TimersDescriptionAttribute("Occurs when the Interval has elapsed.")]
13456         public event System.Timers.ElapsedEventHandler Elapsed { add { } remove { } }
BeginInit()13457         public void BeginInit() { }
Close()13458         public void Close() { }
Dispose(bool disposing)13459         protected override void Dispose(bool disposing) { }
EndInit()13460         public void EndInit() { }
Start()13461         public void Start() { }
Stop()13462         public void Stop() { }
13463     }
13464     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
13465     public partial class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute
13466     {
TimersDescriptionAttribute(string description)13467         public TimersDescriptionAttribute(string description) { }
13468         public override string Description { get { throw null; } }
13469     }
13470 }
13471 namespace System.Web
13472 {
13473     [System.SerializableAttribute]
13474     public sealed partial class AspNetHostingPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13475     {
AspNetHostingPermission(System.Security.Permissions.PermissionState state)13476         public AspNetHostingPermission(System.Security.Permissions.PermissionState state) { }
AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level)13477         public AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level) { }
13478         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
Copy()13479         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13480         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13481         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13482         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13483         public bool IsUnrestricted() { throw null; }
ToXml()13484         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13485         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13486     }
13487     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
13488     [System.SerializableAttribute]
13489     public sealed partial class AspNetHostingPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13490     {
AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action)13491         public AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13492         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
CreatePermission()13493         public override System.Security.IPermission CreatePermission() { throw null; }
13494     }
13495     [System.SerializableAttribute]
13496     public enum AspNetHostingPermissionLevel
13497     {
13498         High = 500,
13499         Low = 300,
13500         Medium = 400,
13501         Minimal = 200,
13502         None = 100,
13503         Unrestricted = 600,
13504     }
13505 }
13506 namespace System.Windows.Input
13507 {
13508     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13509     public partial interface ICommand
13510     {
13511         event System.EventHandler CanExecuteChanged;
CanExecute(object parameter)13512         bool CanExecute(object parameter);
Execute(object parameter)13513         void Execute(object parameter);
13514     }
13515 }
13516 namespace System.Windows.Markup
13517 {
13518     [System.AttributeUsageAttribute((System.AttributeTargets)(1244), AllowMultiple=false, Inherited=true)]
13519     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13520     public sealed partial class ValueSerializerAttribute : System.Attribute
13521     {
ValueSerializerAttribute(string valueSerializerTypeName)13522         public ValueSerializerAttribute(string valueSerializerTypeName) { }
ValueSerializerAttribute(System.Type valueSerializerType)13523         public ValueSerializerAttribute(System.Type valueSerializerType) { }
13524         public System.Type ValueSerializerType { get { throw null; } }
13525         public string ValueSerializerTypeName { get { throw null; } }
13526     }
13527 }
13528